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

      LessThan3

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur LessThan3 | Offres d’emploi chez LessThan3 | Salaires chez LessThan3 | Avantages sociaux chez LessThan3
      Entretiens chez LessThan3Entretiens d’embauche pour Junior Full Stack Developer chez LessThan3Entretien chez LessThan3


      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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Deloitte
      3.5★Rémunération et avantages
      avatar
      KPMG
      3.6★Rémunération et avantages
      avatar
      TP
      4.3★Rémunération et avantages

      Entretien pour Junior Full Stack Developer

      30 août 2023
      Candidat à l'entretien anonyme
      Calgary, AB
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez LessThan3 (Calgary, AB) en juil. 2023

      Entretien

      First interview: Behavioural questions: Tell us about yourself Why do you want to work here? What is your 5 year plan? How did you handle conflict with a co-worker? General technical knowledge: An example of a design pattern and its use operators used in different languages Database (de)normalization primary/foreign keys Word relationships: Given three words, find the word or concept that is related to all of them - Ex: Given "Barn, Back, Court", the answer is "Yard" - Ex: Given "Dime, Pluto, Rhode Island", the answer is "Smallest of their respective set" Problem-Solving Question: You are given two magical eggs and need to determine at what floor they'll break at when dropped from one of the floors of a 100-storey building. When the egg lands it will either break and you can no longer use it, or it will not break and you can continue to use it. Start with the most inefficient, then describe the most efficient strategies to determine the worst-case number of drops required to determine what floor the eggs will break at. - Most inefficient case: Start from the bottom and work your work to the top. Answer: 100 drops. - Better: Binary search - drop one egg from floor 50, then work your way up or down (depending on the result). Answer: 50 drops - 1 at floor 50 and 49 to test with second egg. - Best: Drop first egg every 10 floors. In the worst case, it will break on floor 100, so you need to test second egg between floor 91 and 99. Answer: 19 drops. - Optimal: 14 drops, though I'm not sure how to get this answer. Second interview: 25-minute paper-based IQ test - Given 3 shapes in a pattern, what's the next shape in the pattern? - Given two shapes, what shapes are most analogous but with a different meaning? 25-minute whiteboard interview - Design an algorithm to shift items in an array k spaces to the right 5-minute review of your resume - Why do you want to work at LessThan3? 5-minute chance to ask them questions After the second interview, they said they'd pick their candidate and respond to all interviewees with the results. They never got back to me.

      Questions d'entretien [4]

      Question 1

      General technical questions: An example of a design pattern and its use operators used in different languages Database (de)normalization primary/foreign keys
      Répondre à cette question

      Question 2

      Word relationships: Given three words, find the word or concept that is related to all of them - Ex: Given "Barn, Back, Court", the answer is "Yard" - Ex: Given "Dime, Pluto, Rhode Island", the answer is "Smallest of their respective set"
      Répondre à cette question

      Question 3

      Problem-Solving Question: You are given two magical eggs and need to determine at what floor they'll break at when dropped from one of the floors of a 100-storey building. When the egg lands it will either break and you can no longer use it, or it will not break and you can continue to use it. Start with the most inefficient, then describe the most efficient strategies to determine the worst-case number of drops required to determine what floor the eggs will break at. - Most inefficient case: Start from the bottom and work your work to the top. Answer: 100 drops. - Better: Binary search - drop one egg from floor 50, then work your way up or down (depending on the result). Answer: 50 drops - 1 at floor 50 and 49 to test with second egg. - Best: Drop first egg every 10 floors. In the worst case, it will break on floor 100, so you need to test second egg between floor 91 and 99. Answer: 19 drops. - Optimal: 14 drops, though I'm not sure how to get this answer.
      Répondre à cette question

      Question 4

      Design an algorithm to shift items in an array k spaces to the right
      Répondre à cette question