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

      IPSY

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur IPSY | Offres d’emploi chez IPSY | Salaires chez IPSY | Avantages sociaux chez IPSY
      Entretiens chez IPSYEntretiens d’embauche pour Software Engineering chez IPSYEntretien chez IPSY


      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
      SHEIN
      3.7★Rémunération et avantages
      avatar
      Grupo Boticário
      4.2★Rémunération et avantages
      avatar
      Sephora
      3.5★Rémunération et avantages
      avatar
      Parfums Christian Dior
      3.8★Rémunération et avantages

      Entretien pour Software Engineering

      12 mars 2018
      Candidat à l'entretien anonyme
      San Francisco, CA
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez IPSY (San Francisco, CA) en févr. 2018

      Entretien

      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.

      Questions d'entretien [1]

      Question 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 réponse