Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      CouponDunia

      Questa è la tua azienda?

      Chi siamo
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su CouponDunia | Offerte di lavoro di CouponDunia | Stipendi di CouponDunia | Benefit di CouponDunia
      Colloqui di CouponDuniaColloqui per Software Development Engineer I presso CouponDuniaColloquio di CouponDunia


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Software Development Engineer I

      23 feb 2015
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza neutra

      Altre recensioni di colloqui per Software Development Engineer I presso CouponDunia

      Colloquio per Software Development Engineer

      22 giu 2016
      Dipendente anonimo
      Mumbai
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso CouponDunia

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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.
      Rispondi alla domanda
      4
      Offerta accettata
      Esperienza neutra
      Colloquio nella media

      Candidatura

      La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso CouponDunia (Mumbai)

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      Array, linkedlist
      Rispondi alla domanda
      1