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

      Hailo

      Est-ce votre entreprise ?

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


      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

      16 août 2023
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo

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

      Entretien pour Software Engineer

      25 févr. 2023
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Hailo

      Entretien

      During the technical interview, I was asked to solve coding challenges and design problems related to data structures, algorithms, and software architecture. I had to demonstrate my knowledge of programming languages, frameworks, and tools relevant to the position. In the behavioral interview, I was asked questions related to my problem-solving abilities, communication skills, teamwork experience, and project management skills. I had to provide examples of my past work experience, how I handled conflicts in a team, and how I prioritized tasks. Overall, the interview process allowed me to showcase my technical and non-technical skills and gave me an opportunity to learn from experienced software engineers. The feedback provided after the interview was helpful in identifying my strengths and weaknesses and gave me a better understanding of what software engineering roles involve.

      Questions d'entretien [1]

      Question 1

      asd aaa dd aasd addd
      Répondre à cette question
      Aucune offre
      Expérience négative
      Entretien facile

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Hailo (Tel Aviv-Yafo) en août 2023

      Entretien

      I had a zoom interview with the head of sw validation team. He described the position, the tech stack they are using etc. the weird part is that the job is described as "software engineer" but then you understand the job is kind of qa which you will do automation, validation and regression tests.... not include development what so ever

      Questions d'entretien [1]

      Question 1

      You have a List of tasks. Every task have unique id. Every task have start week, end week and number of engineers you need in order to complete the task. Describe a data structure and algorithm that gets a list of tasks and return what is the period of weeks you need the most engineers. ( find the time where you have multi task ) After that he asked how i will do it if for every task we will have a timestamp start and timestamp end and not start week and end week.
      1 réponse
      2

      Entretien pour Software Engineer

      1 mai 2022
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Hailo

      Entretien

      Create all possible sequences of length k from n integers, for example I took a simple inputs and demonstrate the expected output N=2,k=3: 000 001 010 011 100 101 110 111 I had to implement it using recursion.

      Questions d'entretien [1]

      Question 1

      Create all possible sequences of length k from n integers, for example I took a simple inputs and demonstrate the expected output N=2,k=3: 000 001 010 011 100 101 110 111 I had to implement it using recursion.
      Répondre à cette question