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

      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

      Groupon

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Groupon | Ofertas de empleos en Groupon | Sueldos en Groupon | Beneficios en Groupon
      Entrevistas de GrouponEntrevistas para el puesto de SDE-III en GrouponEntrevista de Groupon


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

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

      Búsquedas de empleo

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

      Entrevista de SDE-III

      9 nov 2019
      Candidato de entrevista anónimo
      Bengaluru
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Solicité el puesto a través de una agencia de empleo. El proceso duró 3 días. Acudí a una entrevista en Groupon (Bengaluru) en nov 2019

      Entrevista

      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.

      Preguntas de entrevista [5]

      Pregunta 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 respuesta

      Pregunta 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 respuesta

      Pregunta 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 respuesta

      Pregunta 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 respuestas

      Pregunta 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 respuesta
      1

      Otras opiniones sobre las entrevistas para el puesto de SDE-III en Groupon

      Entrevista de SDE-III

      6 may 2019
      Empleado anónimo
      Bengaluru
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Envié una solicitud electrónica. El proceso duró más de 1 semana. Acudí a una entrevista en Groupon (Bengaluru)

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

      rotate an array, find unique pairs that sum up to X, BST insertion
      Responder pregunta
      1

      Entrevista de SDE-III

      5 sept 2019
      Empleado anónimo
      Bengaluru
      Oferta aceptada
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 2 semanas. Acudí a una entrevista en Groupon (Bengaluru) en may 2019

      Entrevista

      >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.

      Preguntas de entrevista [4]

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

      Pregunta 2

      System design: Design uber system Design OTP generator system
      Responder pregunta

      Pregunta 3

      Hiring manager 1. Describe previous projects 2. LRU cache implement 3. Caching questions -when do you use a cache
      Responder pregunta

      Pregunta 4

      Bar raiser: 1. Walkthrough a prod issue 2. what's your working style - agile?
      Responder pregunta

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Google
      4.5★Remuneración y beneficios
      avatar
      Amazon
      3.7★Remuneración y beneficios
      avatar
      Meta
      4.6★Remuneración y beneficios
      avatar
      Fiverr Inc.
      3.5★Remuneración y beneficios