Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      CouponDunia

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur CouponDunia | Offres d’emploi chez CouponDunia | Salaires chez CouponDunia | Avantages sociaux chez CouponDunia
      Entretiens chez CouponDuniaEntretiens d’embauche pour Software Development Engineer chez CouponDuniaEntretien chez CouponDunia


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Mercado Livre
      4.3★Rémunération et avantages
      avatar
      Meta
      4.5★Rémunération et avantages
      avatar
      Despegar.com
      3.6★Rémunération et avantages
      avatar
      Shopee
      3.6★Rémunération et avantages

      Entretien pour Software Development Engineer

      22 juin 2016
      Employé (anonyme)
      Mumbai

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer chez CouponDunia

      Entretien pour Software Development Engineer I

      23 févr. 2015
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile
      Offre acceptée
      Expérience neutre
      Entretien moyen

      Candidature

      Le processus a pris plus d'une semaine. J'ai passé un entretien chez CouponDunia (Mumbai)

      Entretien

      Simple interview. They asked about simple maths, algos, ds etc CEO took another round. SImple overall. Don't prepare much and you ll be fine. I was kinda okay with their questions.

      Questions d'entretien [1]

      Question 1

      Array, linkedlist
      Répondre à cette question
      1

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez CouponDunia

      Entretien

      Four Rounds for the job of SDE I: Round 1: Coding Test on Hacker Rank which was of 90 minutes. Round 2: Telephonic Interview after the competition clearing. Round 3: Assignment was a Java project where we could use a pre-existing library of your choice, if you wish. Round 4: Skype Interview with question on web technologies.

      Questions d'entretien [1]

      Question 1

      Round 1: Coding Test on HackerRank. Three question in 90 minutes. Round 2: Telephonic Interview Let’s say that you have 25 horses, and you want to pick the fastest 3 horses out of those 25. In each race, only 5 horses can run at the same time because there are only 5 tracks. What is the minimum number of races required to find the 3 fastest horses without using a stopwatch? (http://www.programmerinterview.com/index.php/puzzles/25-horses-3-fastest-5-races-puzzle) Implement queue with the help of two stacks. Given a table “student” of with columns Name and Marks. You have to write a SQL query to get the 2nd highest marks from the table. Also write a query to find the nth highest marks, where n can be any number. What is left join. Give example. What is magic functions and autoloading in PHP? What is SQL injection? Given three arrays sorted in non-decreasing order, print all common elements in these arrays. Examples: ar1[] = {1, 5, 10, 20, 40, 80} ar2[] = {6, 7, 20, 80, 100} ar3[] = {3, 4, 15, 20, 30, 70, 80, 120} Output: 20, 80 ar1[] = {1, 5, 5} ar2[] = {3, 4, 5, 5, 10} ar3[] = {5, 5, 10, 20} Outptu: 5, 5 Difference between program, process and threads. How will you display the most popular coupons on the CouponDunia website? What approach will you follow? Round 3: Assignment(Java project) Imagine we have an Email Queue table in our database with each row representing an email that needs sending. Table Name: EmailQueue Columns: id, from_email_address, to_email_address, subject, body (you can also add columns as you wish, but at minimum it should have these columns). Write a java program that will read from this table and send the emails over an SMTP server (not local unix mail). For the SMTP sending you can use a pre-existing library of your choice, if you wish. Please take into consideration the following: Speed is of the utmost concern. Imagine we have 1 million emails to send. Your code should not sequentially send one email after another. Your solution should scale. In other words, if we determine the fastest we can send emails from a single server is 300 emails/second I should be able to run the same Java program on another server and be able to send another 300 emails/second. Your code should be careful to ensure that it is not possible for the same email to be sent twice (especially when running multiple processes of the program). Don’t worry about whether the SMTP server can handle the load. It can. Order emails are sent is not necessarily important. In other words, even though I’m calling this a “queue” it’s not important to guarantee that emails are sent in the order they arequeued. Comment your code extensively. Once again, speed is the primary concern. So do remember to think about what the slow points in the email sending process could be and take efforts to minimize those pain points. Send me instructions on how to compile/run/test your code along with the code itself. Also the sql statements for me to create the table that you are working with and the sql statements to insert a few test emails. Round 4: Skype Interview Tell me about yourself. About my projects (in detail). What is AJAX? Explain the working of AJAX in detail. Given an array, print the Next Greater Element (NGE) for every element. If it doesn’t exceed then print -1. They asked me to write full code. There is a dictionary with few words each of length 3 and start and finish word is given. You can reach from one word to another word by changing only one digit. Like from cat, you can reach to hat or bat or cap. What is the minimum number of steps should be taken to reach finish word from start word. There is a hotel with 100 rooms in it and some check in and check outs of different guests are given. You do not want to use all the rooms. So you have to make the arrangement in minimum number of rooms. What is that minimum number? Explain Auto Complete system (like Google search suggestion). You have a database table and a search box. As you type in the search box, it should show the suggestions from that database table. How will you do that? Explain in detail.
      Répondre à cette question
      4