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

      The Book Depository

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur The Book Depository | Offres d’emploi chez The Book Depository | Salaires chez The Book Depository | Avantages sociaux chez The Book Depository
      Entretiens chez The Book DepositoryEntretiens d’embauche pour Senior Software Engineer chez The Book DepositoryEntretien chez The Book Depository


      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

      24 mai 2015
      Candidat à l'entretien anonyme
      Alexandrie,
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via une autre source. Le processus a pris 3 mois. J'ai passé un entretien chez The Book Depository (Alexandrie, ) en mai 2015

      Entretien

      the whole process took around 2-3 months. They contacted me, and we had a short call (10 - 15 mins), general question regrading my experiences and the position. few days later they sent me coding test on "codility", 3 easy questions. Then they contacted me 5 or 6 weeks later for an onsite interview. 4 technical and 1 HR. A lot (really LOT) of behavioral questions, and few of coding tests. They replied within 1 week. They key to pass is the behavioral questions, I've been asked around 15 questions, 10 of them where behavioral (Give me a situation blah blah blah, what you did?, what was your manager's response?, how did you handle this situation?) .... and so.

      Questions d'entretien [1]

      Question 1

      Codility questions: 1- given and integer (as a binary string), you have two kinds of operations: if number is odd then subtract 1, else divide by 2. determine the number of operations to reach 0 in O(n) complexity and O(1) space. the tricky part here is you're not allowed to convert number to decimal format, not to violate the O(1) space constraint. 2- calculate reverse polish notation. Onsite interview: ============== Technical questions: 1- Given array of positive integers, design an algorithm to print the longest sequence in it (just the count, no need to print the sequence itself). (order is not important). i.e. [3,1, 4, 7, 2, 30, 9, 8] -> output: 4 they are expecting O(n) 2- Design cards deck (classes and relations .... etc). 3- Design a parking system (very similar to the above question).
      Répondre à cette question
      4