Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      IPSY

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su IPSY | Offerte di lavoro di IPSY | Stipendi di IPSY | Benefit di IPSY
      Colloqui di IPSYColloqui per Software Engineering presso IPSYColloquio di IPSY


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Software Engineering

      12 mar 2018
      Candidato anonimo a colloquio
      San Francisco, CA
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso IPSY (San Francisco, CA) nel mese di feb 2018

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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 risposta