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

      Deepchecks

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Deepchecks | Empleos en Deepchecks | Sueldos en Deepchecks | Prestaciones en Deepchecks
      Entrevistas en DeepchecksEntrevistas para el cargo de Software Engineering Team Lead en DeepchecksEntrevista en Deepchecks


      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
      Deloitte
      3.5★Remuneración y prestaciones
      avatar
      Microsoft
      3.9★Remuneración y prestaciones
      avatar
      Intel Corporation
      3.7★Remuneración y prestaciones
      avatar
      Amazon
      3.7★Remuneración y prestaciones

      Entrevista para Software Engineering Team Lead

      13 de nov de 2024
      Candidato de entrevista anónimo
      Tel Aviv
      Sin ofertas
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en Deepchecks (Tel Aviv) en oct 2024

      Entrevista

      interviewers lack interpersonal skills. First step is a 30 min zoom call with the recruiter (could have been a 5 min phone talk, even though she is very nice) Second step was a 1.5 hour system design interview with the vp r&d, and a senior dev that joined half way through. The first question was to design a rate limiter, allow X requests from each customerID every minute. You should implement it with Redis and start out with: 1. Fixed-window algorithm (first X requests will take all of the capacity for the rest of the minute, so it's not good) 2. Make it better with a sliding window algorithm (this one will require o(X) for every request, so could be better) 3. Use a leaky bucket algorithm - have a counter for requests, and every minute reduce X from it. After that the senior dev has joined, and we discussed the architecture of something I worked on. He asked a lot of questions about it, which was a good sign. In the end, as we had like 5 minute until the end of the interview, I was asked if "I knew how to design their basic architecture". Then he explained an abstract workflow and asked me to do a system design for it. i thought it was some sort of a bonus question, as we had like 3 minutes until the end of the interview. I suggested a possible architcture, we discussed the bottlenecks and possible solutions, as it was very rushed, i didnt provide the right solution

      Preguntas de entrevista [1]

      Pregunta 1

      1. Design a rate limiter 2. Talk about the architecture of something you did 3. Design their system - gets a lot of requests from their clients that show an input to an LLM, and the output that the client got. Their system needs to verify that the output is safe, so they send it to some external rest API. Then, once the response has been processed, you need to show it to the user in their app in a dashboard of some sort. They ask what the bottleneck is and how would you handle it.
      1 respuesta