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 Senior Software 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
      Google
      4.5★Remuneración y prestaciones
      avatar
      eBay
      4.0★Remuneración y prestaciones
      avatar
      Amazon Web Services
      3.9★Remuneración y prestaciones

      Entrevista para Senior Software Engineer

      5 de may de 2019
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva

      Otras evaluaciones sobre las entrevistas para el cargo de Senior Software Engineer en Block

      Entrevista para Senior Software Engineer

      22 de oct de 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Block en oct 2025

      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Block en abr 2019

      Entrevista

      Call with a recruiter, technical phone screen. The experience was really good, the Engineer on call was very nice and helpful. Has not seen this question so freaked out at the beginning.

      Preguntas de entrevista [1]

      Pregunta 1

      The 2-player game of Drawdown is played with N groups of stones. There is a group of stones belonging to player 1 at index 0, a group of stones belonging to player 2 at index N - 1, and groups of stones at indices [1..N-2] that have no specific owner. At the start of each game, a set of size k containing all valid moves is presented. Moves can be reused. Each move is represented by an array of N integers, with each integer representing the number of stones at the corresponding position the move adds or removes from the collection. All moves are guaranteed to reduce the total number of stones, even though they may increase the number of stones within an individual group. After no more moves can be completed (i.e. there are not enough of the required types of stones to remove to complete any move), the player with the greater number of their own stones remaining is declared the victor. If both players have the same number of stones, then player 2 wins to compensate for the disadvantage of going second. Example: Let's say the game begins with a board of [6, 4, 2, 4]. These are the available moves provided: [-2, -2, 1, 0] [-4, -4, 0 ,0] [0, 0, -2, -2] Initial board: [6, 4, 2, 4] Player 1 performs move 1. New board: [4, 2, 3, 4] Player 2 can either perform move 1 or move 3. They decide to perform move 1. New board: [2, 0, 4, 4] Player 1 performs move 3 (which is the only move available). New board: [2, 0, 2, 2] Player 2 is now forced to perform move 3. New board: [2, 0, 0, 0] The game is now over and player 1 is the winner.
      1 respuesta
      3

      Entrevista

      I had a call with their recruiter first, talked about my past experience and what I'm look in for in my next role. Then had a technical front-end screening with two engineers where I needed to build an application. I thought I did well, I was able to implement a working app, but I did not pass. Not further feedback was given.

      Preguntas de entrevista [1]

      Pregunta 1

      Implement a memory game in any JS framework or vanilla JS. You need to implement this game based on some demo app that you can play around with before hand. You need to implement the HTML/CSS and JS all from scratch. The game has the following behavior: you need to display N x N cards in a grid lay out. The number of N should be configurable by the user through a slider. When the user clicks a "start" button, N cards a highlighted for 2-3 seconds. Then the user needs to click on the cards that were highlighted. If the user clicks on the correct card, it changes the color to green, otherwise it changes to red. If all the initially highlighted cards are clicked the game is over. What to watch out for: you need to track the cards that were clicked in the grid, you need pick N random cards to be highlighted for each round of the game. You need to make sure the gird of N cards can be increased and reduced. It's not enough that the app works, you also need to write clean/readable code. You have about 40 minutes to implement this, and you need to talk through your work.
      Responder pregunta
      1

      Entrevista para Senior Software Engineer

      19 de jul de 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Block

      Entrevista

      Long process. System design felt like I aced it but they didn't pass me. It was the classic design a hotel booking platform question. They put you through a lot of rounds up front.

      Preguntas de entrevista [1]

      Pregunta 1

      design a hotel booking platform question
      Responder pregunta

      Entrevista para Senior Software Engineer

      5 de mar de 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Block en feb 2025

      Entrevista

      Two rounds: the first was a technical screen and hiring manager interview, and the second round was 5 interviews (2 coding, 1 system design, 1 technical project review, 1 leadership interview)

      Preguntas de entrevista [1]

      Pregunta 1

      - Graph traversal - Design a hotel booking system
      Responder pregunta