Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      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
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Archipelo | Ofertas de empleos en Archipelo | Sueldos en Archipelo | Beneficios en Archipelo
      Entrevistas de ArchipeloEntrevistas para el puesto de Interface Engineer en ArchipeloEntrevista de Archipelo


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      DONE by NONE
      3.8★Remuneración y beneficios
      avatar
      HubSpot
      3.6★Remuneración y beneficios
      Software Developers
      3.8★Remuneración y beneficios
      avatar
      TranscribeMe
      3.6★Remuneración y beneficios

      Entrevista de Interface Engineer

      15 sept 2022
      Candidato de entrevista anónimo
      Berlín
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 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