Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      CouponDunia

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de CouponDunia | Empleos en CouponDunia | Sueldos en CouponDunia | Prestaciones en CouponDunia
      Entrevistas en CouponDuniaEntrevistas para el cargo de Software Development Engineer en CouponDuniaEntrevista en CouponDunia


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Indeed, Inc. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Indeed, Inc.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Software Development Engineer

      22 jun 2016
      Empleado anónimo
      Mumbai
      Oferta aceptada
      Experiencia neutra
      Entrevista promedio

      Solicitud

      El proceso tomó más de 1 semana. Acudí a una entrevista en CouponDunia (Mumbai)

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

      Array, linkedlist
      Responder pregunta
      1

      Otras evaluaciones sobre las entrevistas para el cargo de Software Development Engineer en CouponDunia

      Entrevista para Software Development Engineer I

      23 feb 2015
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en CouponDunia

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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.
      Responder pregunta
      4