Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Block

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Block | Offres d’emploi chez Block | Salaires chez Block | Avantages sociaux chez Block
      Entretiens chez BlockEntretiens d’embauche pour Senior Software Engineer chez BlockEntretien chez Block


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Senior Software Engineer

      5 mai 2019
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Block en avr. 2019

      Entretien

      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.

      Questions d'entretien [1]

      Question 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 réponse
      3

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer chez Block

      Entretien pour Senior Software Engineer

      22 oct. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Block en oct. 2025

      Entretien

      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.

      Questions d'entretien [1]

      Question 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.
      Répondre à cette question
      1

      Entretien pour Senior Software Engineer

      19 juil. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Block

      Entretien

      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.

      Questions d'entretien [1]

      Question 1

      design a hotel booking platform question
      Répondre à cette question

      Entretien pour Senior Software Engineer

      5 mars 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Block en févr. 2025

      Entretien

      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)

      Questions d'entretien [1]

      Question 1

      - Graph traversal - Design a hotel booking system
      Répondre à cette question