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

      IPSY

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa IPSY | Vagas da empresa IPSY | Salários da empresa IPSY | Benefícios da empresa IPSY
      Entrevistas da empresa IPSYEntrevistas do cargo de Software Engineering da empresa IPSYEntrevista da empresa IPSY


      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
      Cartier
      3.7★Remuneração e benefícios

      Entrevista para Software Engineering

      12 de mar. de 2018
      Candidato(a) sigiloso(a) à entrevista
      San Francisco, CA
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela IPSY (San Francisco, CA) em fev. de 2018

      Entrevista

      2 telephone interviews The first interview was with a mid-senior level engineer, he was able to clarify the questions. I got a reply within a few hours after the interview. The second interviewer was stone cold, he gave the question and there was dead silence. I was taken aback from that experience. Felt like I was talking to myself. He didn't even reply to any of the questions / clarifications I had on the 2nd phone screen. I got a reject after the second phone screen in 72 hours.

      Perguntas de entrevista [1]

      Pergunta 1

      1st phone screen questions : Given two strings A and B, write a function check if B contains the permutation of A. In other words, one of the first string's permutations is the substring of the second string. Given two strings A and B, write a function check if B contains the permutation of A. In other words, one of the first string's permutations is the substring of the second string. input: a = “apple” b = “appealing” output: true (ppeal) input: a = “apple” b = “ppleaasdflkn” output: false phone screen 2 : 1) Given n Build sequence 1, n, 2, n-1, ... For example n = 5 return 1, 5, 2, 4, 3 n = 6 return 2) Given n Build all correct bracket sequences of length 2 * n Example: n = 2 returns ["(())", "()()"]
      1 resposta