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

      Wanderlog

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Wanderlog | Empleos en Wanderlog | Sueldos en Wanderlog | Prestaciones en Wanderlog
      Entrevistas en WanderlogEntrevistas para el cargo de Full Stack Software Engineer en WanderlogEntrevista en Wanderlog


      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
      KPMG
      3.6★Remuneración y prestaciones
      avatar
      Telefónica
      3.8★Remuneración y prestaciones
      avatar
      Toyota Motor Corporation
      3.9★Remuneración y prestaciones

      Entrevista para Full Stack Software Engineer

      17 mar 2026
      Candidato de entrevista anónimo
      Sin ofertas

      Otras evaluaciones sobre las entrevistas para el cargo de Full Stack Software Engineer en Wanderlog

      Entrevista para Full Stack Software Engineer

      27 ene 2026
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Wanderlog en ene 2026

      Experiencia positiva
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en Wanderlog

      Entrevista

      Coding assessment on their site, it wasnt too hard as the hardest part was really setting up the environment locally to test the code but the questions itself were easy leetcode questions

      Preguntas de entrevista [1]

      Pregunta 1

      Add two integers on a line
      Responder pregunta

      Entrevista

      Terrible experience. They send you a coding assessment and claim it’s not LeetCode-style, saying it simulates a real-world scenario. That’s simply not true. The questions are essentially LeetCode problems, and you’re expected to solve two questions in 40 minutes. The questions themselves aren’t difficult, but the platform is clumsy, and the instructions are confusing. You also have to download files, which takes additional time and eats into the already short window. I completed the assessment over the weekend and, just a few hours later, received the standard “we’ve decided to move forward with other candidates whose experience and skills are a closer match” email. Honestly, that response felt generic and automated. It’s very unlikely my submission was reviewed that quickly over a weekend. All tests passed, and there were no issues with my solution. My advice: don’t waste your time or energy on this company.

      Preguntas de entrevista [1]

      Pregunta 1

      One of the questions was a frequency-count and sorting problem, which is very typical of LeetCode-style interviews.
      Responder pregunta
      1

      Entrevista para Full Stack Developer

      4 nov 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en Wanderlog

      Entrevista

      The first technical screening involved completing a timed coding challenge that had a soft deadline of around 45 minutes. Unlike other challenges I've done before, it was hosted on DMOJ, an online coding competition platform. If you haven't worked with DMOJ before, I encourage you to try it out and get comfortable with it before attempting the challenge, as running tests and debugging on the platform may not be intuitive to all (it lacks an in-built IDE and the interface is more of a text editor if anything). However, the founder does leave a pretty good video guide before you start the challenge, so definitely give that a watch.

      Preguntas de entrevista [1]

      Pregunta 1

      Given n lines of logs (in the format `worker_id, timestamp, action`, where worker_id identifies the worker completing the action, timestamp indicates when the action occurred and action being either "sign-in" or "sign-out") and an integer m, maxSpan, return a list of all worker_ids such that the time they've worked is equal to or greater than m.
      Responder pregunta