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

      Indeed

      Parte de Recruit Holdings, Co., Ltd.

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Indeed | Empleos en Indeed | Sueldos en Indeed | Prestaciones en Indeed
      Entrevistas en IndeedEntrevistas para el cargo de Software Engineer II en IndeedEntrevista en Indeed


      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.

      Entrevista para Software Engineer II

      7 de sept de 2022
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Indeed en ago 2022

      Entrevista

      1.) Phone Screen 2.) Coding interview done by Karat 3.) 7 hour interview loop covering coding, system design and personal experience The recruiter was very unresponsive and required multiple messages to get a reply. The interview process was excessively long. Requiring 8-9 hours of interviews is ridiculous.

      Preguntas de entrevista [1]

      Pregunta 1

      Typical leetcode style technical questions and system design.
      Responder pregunta

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer II en Indeed

      Entrevista para Software Engineer II

      15 de jun de 2022
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en Indeed

      Entrevista

      informal HR phone call followed by coding test that you can schedule 2 weeks out. First round is an interview through a 3rd party company karat, designed to give you coding questions. I do wish it wasnt a 3rd party. The interviewer had a thick accent and we both had trouble understanding each other at points. I would be asked the same question 2-3 times after I just answered it. I also would ask multiple times for the interviewer to repeat themselves or speak slowly, for them to just repeat the exact question verbatim at the same pace, making it seem clear they were reading from a script. I got the gist of what they were saying. The problem itself I think would've been easier if I had understood some of the rules such as you can use repeat letters, etc(Again, if I could understand the person clearly). You have to explain your solution before attempting to code. Because of the accent, I had to explain my solution about 4 times, and more during the actual problem solving, which took up some of my coding time. This didn't affect it as I didnt solve the 2 question minimum anyway, but it definitely was stressful. you have 45 minutes to both explain your solution and solve at least 2 problems with optimized solutions and to completion. after explaining the solution, you probably have 16-20 minutes per solution, so I'd recommend learning how to speed code, as just writing out the data structures took a good chunk of time, let alone the problem. the problems are solvable as I came up with a solution right away, but the issue is writing all your data structures(all the functions too such as insert, push, search, pop, etc thats needed) in addition to the actual algorithm in under 20 minutes while being asked to explain your solution repetitively. Afterwards they send your interview to the hiring manager for a 2nd round if you solved minimum 2 questions optimized, and I assume beat out others.

      Preguntas de entrevista [1]

      Pregunta 1

      No technical questions, but "what was the most challenging project youve had, your role, and what motivated you to overcome those challenges * I think, I had a hard time understanding. Given several scrambled strings such as "strtrgcaba", find at most one word out of a list [birds, cat, baby, etc..], return none or null if no words. I couldnt understand the interviewer, but it mightve been possible to use repeat letters, but it wasnt clear. All strings given (6 strings total) had to be returned with the correct answer.
      1 respuesta

      Entrevista para Software Engineer II

      5 de dic de 2024
      Empleado anónimo
      Dublín, Dublín
      Oferta aceptada
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 7 semanas. Acudí a una entrevista en Indeed (Dublín, Dublín) en abr 2022

      Entrevista

      After the HR screening, I have 4 more rounds on 1 hour each: - Resume Deep Dive - Code Review - Technical Architecture - Whiteboard Exercise The code review problem was faceted dropdown list for adding filters. I flagged: - Incorrect sorting order (localeCompare was fine, asc). - Do faceting in backend. - React component -> FC or Class. Render method stuff to useEffect or componentDidMount. - href was overriding the previous filters.

      Preguntas de entrevista [1]

      Pregunta 1

      Implement an Unrolled Linked list
      Responder pregunta