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

      atolls

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de atolls | Empleos en atolls | Sueldos en atolls | Prestaciones en atolls
      Entrevistas en atollsEntrevistas para el cargo de Development Engineer II en atollsEntrevista en atolls


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

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      Google
      4.5★Remuneración y prestaciones
      avatar
      eBay
      4.0★Remuneración y prestaciones
      avatar
      Amazon Web Services
      3.9★Remuneración y prestaciones

      Entrevista para Development Engineer II

      7 de mar de 2023
      Empleado anónimo
      Bengaluru

      Otras evaluaciones sobre las entrevistas para el cargo de Development Engineer II en atolls

      Entrevista para Development Engineer II

      30 de jun de 2021
      Candidato de entrevista anónimo
      París
      Sin ofertas
      Oferta aceptada
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en atolls (Bengaluru) en feb 2023

      Entrevista

      The interview process was great. It consisted of 3 rounds (2 technical + 1 culture-fit) taken over a period of three days with quick evaluation and valuable feedbacks. Technical interview was a mix of programming questions, technology stack and problem solving approach related to previous projects.

      Preguntas de entrevista [1]

      Pregunta 1

      - Extract required data from complex json response of an API based on conditions - Design a LRU cache - Program to maximize profit of a stock buy/sell (https://www.geeksforgeeks.org/stock-buy-sell/) - Questions around previous projects
      Responder pregunta
      1
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en atolls (París) en jun 2021

      Entrevista

      I applied for a front end position. They sent me a "case study" that I needed to complete witin 2 days. It was basically an algo problem for which I had to write code. I did it and it was working with the given sample data. After around a week, I got an automated rejection email. I had to contact the recruiter to get the feedback. Apparently, it was because I hadn't covered all the cases.

      Preguntas de entrevista [1]

      Pregunta 1

      Write a function that accepts an array of tickets, where ticket has format [source: string, destination: string] and returns comma separated countries in order of visiting. function getRoute(tickets){ return 'USA,BRA,UAE,JPN,PHL'; // implement logic here } const result = getRoute([['JPN', 'PHL'], ['BRA', 'UAE'], ['USA', 'BRA'], ['UAE', 'JPN']]); console.log(result); Example: Tickets: [["JPN", "PHL"], ["BRA", "UAE"], ["USA", "BRA"], ["UAE", "JPN"]] Result: "USA, BRA, UAE, JPN, PHL
      2 respuestas
      1