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

      Archipelo

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Archipelo | Empleos en Archipelo | Sueldos en Archipelo | Prestaciones en Archipelo
      Entrevistas en ArchipeloEntrevistas para el cargo de Interface Engineer en ArchipeloEntrevista en Archipelo


      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 Interface Engineer

      15 sep 2022
      Candidato de entrevista anónimo
      Berlín
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en Archipelo (Berlín) en ago 2022

      Entrevista

      I was cold-emailed about an Interface Engineer position and decided to jump into the process after some research. 3 Interviews: 2 live-coding, 1 personal. Mostly positive or positive initial feedback delivered via email shortly after each. Finally, I received "We believe you are a strong cultural fit and possess the skills required to be a successful Interface Engineer at Archipelo. We want to make you a job offer." Great! (Notably, no technical question exercised my experience as a front-end/interface engineer. You could completely not know how to build an interface and pass the interview.) The initial offer's salary didn't meet my standards. We worked something out and verbally agreed to a number, which was to be confirmed. A final, supposedly confirmatory, call resulted in my rejection on technical grounds.

      Preguntas de entrevista [6]

      Pregunta 1

      Describe the JavaScript runtime model.
      Responder pregunta

      Pregunta 2

      Why is using floats or doubles bad when you want to preserve accuracy?
      Responder pregunta

      Pregunta 3

      Write a function that returns whether two groups of students can be arranged in a way that a photo can be taken? Array 1: [ 6 7 9 13 12 ] Array 2: [ 4 8 7 2 11 ] works: [ 4 7 8 2 11]
      Responder pregunta

      Pregunta 4

      Write a function that determines if a binary tree is valid. Proper: 3 / \ 2 5 / / \ 1 4 6 Not proper: 3 / \ 2 5 / \ 1 4 / \ 3 6
      Responder pregunta

      Pregunta 5

      Write a function that determines if all braces ("(", "[", "{") in a string are closed. "([])" => true "{{()}" => false
      Responder pregunta

      Pregunta 6

      Write a function that determines if two strings form a valid anagram. (cat, atc) => true (foo, uuf) => false
      Responder pregunta
      2