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

      Block

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Block | Empleos en Block | Sueldos en Block | Prestaciones en Block
      Entrevistas en BlockEntrevistas para el cargo de Android Embedded Engineer en BlockEntrevista en Block


      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
      Maze
      4.5★Remuneración y prestaciones

      Entrevista para Android Embedded Engineer

      2 sep 2016
      Candidato de entrevista anónimo
      San Francisco, CA
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en Block (San Francisco, CA)

      Entrevista

      Recruiter reached out to me. Phone screening with the recruiter. Online technical interview. On site. After the online coding exercise, the recruiter never came back with a feedback and ignored all of my emails. I will definitely add them to my black list. If only they had ask interesting questions relevant to the domain...

      Preguntas de entrevista [2]

      Pregunta 1

      Describe your past experiences, challenges, ...
      Responder pregunta

      Pregunta 2

      /** * Represents a grid of hexagonal tiles, kind of * like a honeycomb. * ___ ___ ___ * / 0 \___/ 6 \___/12 \___ * \___/ 3 \___/ 9 \___/15 \ * / 1 \___/ 7 \___/13 \___/ * \___/ 4 \___/10 \___/16 \ * / 2 \___/ 8 \___/14 \___/ * \___/ 5 \___/11 \___/17 \ * \___/ \___/ \___/ * * The above example is of height 3 and width 6, * but other sizes can be specified. * * It takes into account six cardinal directions. * * N * NW ___ NE * / \ * \___/ * SW SE * S */ public static class HexGrid { public static int EMPTY = -1; public HexGrid(int height, int width) { // TODO: Implement me! } /** * Returns the list of neighbors for a given tile in clockwise order, starting with N. * Any empty tiles will be represented as {@link #EMPTY}. * * @param index of the tile of interest * @return tiles that are adjacent, clockwise starting with N. */ public List<Integer> getTileNeighbors(int index) { // TODO: Implement me! return null; } } }
      2 respuestas
      1
      avatar
      Respuesta de Block
      9y
      Hi, Thank you for taking the time to write about your experience. We were really disappointed to read about your interview process — definitely not cool, and we're really sorry. We'll discuss your feedback with the team immediately. We will work to make sure that future recruiters are more responsive and promptly respond to all candidates. We implemented a candidate experience survey and we are using those results and Glassdoor feedback to continuously improve our candidate experience. Again, we're very sorry about your experience. At Square, we are always striving to provide the best candidate experience possible and your post will help us improve the process. Thank you for sharing. Best, The Square Talent Team