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

      Groupon

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Groupon | Offres d’emploi chez Groupon | Salaires chez Groupon | Avantages sociaux chez Groupon
      Entretiens chez GrouponEntretiens d’embauche pour SDE-III chez GrouponEntretien chez Groupon


      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.

      Entretien pour SDE-III

      5 sept. 2019
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience négative
      Entretien facile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Groupon (Bengaluru) en mai 2019

      Entretien

      >Hackerrank test (this was pretty easy) >F2F 4 rounds 1. DS & Algo 2. System design 3. Hiring manager 4. Bar raiser All rounds were very easy and not much importance was given on correctness. One can clear the interview with very limited knowledge.

      Questions d'entretien [4]

      Question 1

      DS & Algo 1. Find min distance between two given points in a 2d matrix. Allowed to move up, down, left, right. 2. Mirror image of a tree
      Répondre à cette question

      Question 2

      System design: Design uber system Design OTP generator system
      Répondre à cette question

      Question 3

      Hiring manager 1. Describe previous projects 2. LRU cache implement 3. Caching questions -when do you use a cache
      Répondre à cette question

      Question 4

      Bar raiser: 1. Walkthrough a prod issue 2. what's your working style - agile?
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme SDE-III chez Groupon

      Entretien pour SDE-III

      9 nov. 2019
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via une agence de recrutement. Le processus a pris 3 jours. J'ai passé un entretien chez Groupon (Bengaluru) en nov. 2019

      Entretien

      The interview was for the Fullstack developer position. 1. Hacker Rank Test 2. Data-structure and Problem-solving 3. React and UI scenarios and followup questions on them. The HackerRank level was easy.

      Questions d'entretien [5]

      Question 1

      Q1) Two Robots landed from a space-ship. The initial landing position of the space-ship is called 'HOTSPOTS'. You need to implement the below method so that they meet. Note: Consider this below Main class is running parallelly on both machines at the exact same time. There is no distinction between robots. When both robots meet they can talk with each other and stop. i.e. the MainClass execution will stop on both machines. Ex. when you call right(5), both robots move 5 steps right. Let's take the name of the robot on left as A and the robot on right as B. This is just for our understanding, the program doesn't know A and B. -----A-------B-------
      1 réponse

      Question 2

      Q2) The is a binary tree, which has string values only on leaf nodes and all other nodes have empty values. Example is below. When you sum all the leaf node values from left to right. the values will be : example: abcdefghblahblahblahblah etc. Implement the below method that will give 'n'th character of the result. Example: find the 5th character. here it will be 'e'. (BLANK) |---------------------------^---------------------------| (BLANK) (BLANK) |-------------^-------------| |-------------^-------------| abc (BLANK) ijklmnopq rstuvwxyz |------| defgh // Strucutre of the Node with below implemented methods. class Node { Node getLeft(); Node getRight(); boolean isBlank(); String getData(); }
      1 réponse

      Question 3

      Q3) How would you design and make use of React and Redux when there is a multiform submission. Ex: User Info form, Features form, Additional Details form Conditions: 1) At any given point of time the user filled data should be saved. and when user moves back and forth the data needs to be available. Improvisation: 2) At any given point if the user moves from desktop to mobile. He should be able to access the half-filled data. Ex. the user has filled 1st form(user info form) and then half of the features form, then the user should see the same in the mobile browser. 3) if the "Features form" is a big one and it is difficult to scroll in mobile. The UI Designer wants to split that into further three pages. Then how would you write the code? Would you write different components for "Feature form" for both mobile and desktop? If yes, then any change made in the future will result in editing both places. How to write single component with different runtime behavior?
      1 réponse

      Question 4

      Q4) Server (avg response 500ms) <---> Security Gateway (timeout is 100ms) <---> Client (React UI) This is a setup where the average server response time is 500ms, but the organization's security gateway is 200ms. You can't change the security gateway. And also you can't greatly scale the server.. (ex by adding more machines and loadbalancing them, introducing caches like Redis for faster lookup etc to reduce the response time from 500ms). So the avg response time 500ms is fixed. You have only control over the client and server. And can make small changes.
      2 réponse(s)

      Question 5

      Q5) If you are designing a Google search like application. And you need to send the search api request only when the keypress interval between two keypresses is more than 2s.
      1 réponse
      1

      Entretien pour SDE-III

      6 mai 2019
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Groupon (Bengaluru)

      Entretien

      5 rounds of interview 1) Hackerrank - 2 questions 75 mins. I solved 1 and half Then I was called on-site. 2) Problem solving, data structures and algorithms 3) Design - Design a Threadpool. Design data model for Bookmyshow. Current project architecture 4) Hiring manager round - Again current project discussion. Various usual managerial questions. 5) Bar raiser round - With director - Discussion about the project in Groupon. Expected work nature.

      Questions d'entretien [1]

      Question 1

      rotate an array, find unique pairs that sum up to X, BST insertion
      Répondre à cette question
      1