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

      HiBob

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur HiBob | Offres d’emploi chez HiBob | Salaires chez HiBob | Avantages sociaux chez HiBob
      Entretiens chez HiBobEntretiens d’embauche pour Software Engineer chez HiBobEntretien chez HiBob


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

      18 août 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez HiBob en juil. 2024

      Entretien

      I had an interview, which was alright; they said after a week and a half they would bring an answer to the interview before the weekend (2-3 days), and after a total of 2 weeks and a half, they still didn't send anything. The HR conducts so badly, they are saying things that they are not going to do and they are not acting with honnor to their candidates.

      Questions d'entretien [1]

      Question 1

      Design a system with files and directors
      Répondre à cette question
      avatar
      Réponse de HiBob
      1y
      Thank you for your review. We apologise for the experience you have had, as this is not a reflection of our value or the candidate experience we want to give anyone who interviews at HiBob. We would like the opportunity to provide you feedback and investigate with the relevant teams. Please feel free to reach out to our TA Manager: daniel.reich@hibob.io in the strictest confidence.

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

      Entretien pour Software Engineer

      23 mai 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez HiBob

      Entretien

      Very structured but too many phases Respond quickly and communicate well But in last one which i did not pass I felt it from the body language of the interviewers - can be better handle

      Questions d'entretien [1]

      Question 1

      Describe big project in made
      Répondre à cette question
      1
      avatar
      Réponse de HiBob
      12mo
      Thank you for taking the time to share your interview experience with us. We're glad to hear you found the process well-structured and appreciated the responsiveness and communication throughout. Thank you for taking the time to share your interview experience with us. We're glad to hear you found the process well-structured and appreciated the responsiveness and communication throughout. We also acknowledge your feedback regarding the final interview phase — and we agree that every stage, especially the final one, should feel respectful, constructive, and professionally handled, regardless of outcome. We’re continuously working with our interviewers to ensure candidates feel encouraged and supported throughout the process. Your input helps us improve. Wishing you all the best in your future endeavors, and thank you again for considering HiBob.

      Entretien pour Software Developer

      15 mai 2025
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai passé un entretien chez HiBob (Tel Aviv-Yafo)

      Entretien

      A male and female interview, Zoom interview, they gave me a lot of questions which I answered very well. one of my best interviews I had. They didnt continued me to the next interview. Very weird. Probably something personal. I never had such thing before.

      Questions d'entretien [1]

      Question 1

      Whats the different between relational db and not relational.
      Répondre à cette question
      avatar
      Réponse de HiBob
      1y
      Thank you for taking the time to share your interview experience. We’re glad to hear you felt confident in your performance and that the interview itself was one of your best—it means a lot to us that you had a positive interaction, even if the outcome was disappointing. We understand how frustrating it can be when feedback or decisions feel unclear. Every hiring decision involves many factors, and not moving forward doesn’t reflect on your capabilities or potential. We sincerely appreciate your time, effort, and professionalism throughout the process. We wish you all the best in your journey ahead and hope our paths may cross again in the future. —Team HiBob

      Entretien pour Software Engineer

      30 mars 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien facile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez HiBob

      Entretien

      The interview process consisted of five stages: HR Phone Call – The recruiter was very nice and professional. * 90-Minute Coding Interview – A technical session focused on coding challenges. * 90-Minute Interview – This round included many questions about my previous role and a discussion about a past project. I had hoped to showcase my design knowledge, but the atmosphere didn’t encourage that kind of discussion. * 60-Minute Interview with Group Lead/Director – This step felt repetitive, with many questions overlapping from the previous round. The atmosphere didn’t feel very professional, and I was asked a personal question that made me uncomfortable. This interview felt weird, and I decided to stop the process afterward. * Final HR Conversation Overall, most of the interviewers were nice, but there were multiple misunderstandings regarding the expected level and salary.

      Questions d'entretien [1]

      Question 1

      1. You need to implement a method for booking rooms. Given: public class MeetingRoom { private String roomName; public MeetingRoom(String roomName) { this.roomName = roomName;}} public class MeetingRoomFinder { private List meetingRooms; public MeetingRoomFinder(List meetingRooms) { this.meetingRooms = meetingRooms;} public MeetingRoom bookMeetingRoom(int numberOfPeople, LocalDate bookingDate) { // Implement this function return null;}} 2. Convert the problem into a database design — what tables would you create? 3. Write an SQL query to retrieve all available rooms on a certain date (given the number of people and the date: get($numOfPeople, $date)). 4. Without writing code, explain how you would handle other entities, such as yearly or monthly dates.
      Répondre à cette question
      avatar
      Réponse de HiBob
      1y
      Thank you for taking the time to share your experience with our interview process. Your feedback is valuable, and we take it seriously—especially your note about overlapping questions and feeling uncomfortable during one of the interviews. We also acknowledge the importance of clear communication around role expectations and compensation, and we’ll work to improve in this area as well. Thank you again for helping us grow and improve. We wish you all the best in your future endeavors. — The HiBob Team