Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      StayinFront

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa StayinFront | Vagas da empresa StayinFront | Salários da empresa StayinFront | Benefícios da empresa StayinFront
      Entrevistas da empresa StayinFrontEntrevistas do cargo de Senior Software Engineer da empresa StayinFrontEntrevista da empresa StayinFront


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Cisco
      4.0★Remuneração e benefícios
      avatar
      Capgemini
      3.7★Remuneração e benefícios
      avatar
      SAP
      3.9★Remuneração e benefícios
      avatar
      Bloomberg
      4.0★Remuneração e benefícios

      Entrevista para Senior Software Engineer

      4 de dez. de 2018
      Candidato(a) sigiloso(a) à entrevista
      Auckland,
      Oferta recusada
      Experiência positiva
      Entrevista fácil

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela StayinFront (Auckland, ) em out. de 2018

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 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.
      Responder à pergunta
      2