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

      StayinFront

      Est-ce votre entreprise ?

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


      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

      4 déc. 2018
      Candidat à l'entretien anonyme
      Auckland,
      Offre refusée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez StayinFront (Auckland, ) en oct. 2018

      Entretien

      Job agent recommended this position. The first interview consisted of solving two algorithm problems. Then discussed your solution with them. After that had a chat with them on the projects you were/are working on and what they are doing. On the second interview, first met the technical team. They asked questions based on your CV and the projects you were doing. After that, met the Software Manager and CTO. Most questions they asked were non-technical. They were very nice and enjoyed chatting with them.

      Questions d'entretien [1]

      Question 1

      The two algorithm questions are not difficult. One is about K-complementary pairs in an array. They expect you to solve it with O(nlogn) time and O(n) space, but there is a faster solution with O(n) time and O(n) space. The other algorithm is about calculating the number of jumps before you jump out an array. If you can not jump out the array, then return 0 jumps. The key is to use a Set (C++) or HashSet (C#) to check if there is a jumping circle or not. This problem can be solved with O(n) time and O(n) space.
      Répondre à cette question
      2