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

      Pocket Gems

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Pocket Gems | Offres d’emploi chez Pocket Gems | Salaires chez Pocket Gems | Avantages sociaux chez Pocket Gems
      Entretiens chez Pocket GemsEntretiens d’embauche pour Mobile Engineer chez Pocket GemsEntretien chez Pocket Gems


      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 Mobile Engineer

      24 oct. 2012
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Pocket Gems

      Entretien

      3 interviews. The interview is technical. Interviewer gives you problems in which you have to code in browser (like Google Docs). They will also ask you about runtime space/time complexity of the algorithm. Problems: 1. Reverse string 2. Find substring 3. Deep copy graph 4. Lowest common ancestor I forgot other questions.

      Questions d'entretien [1]

      Question 1

      Efficiently find a substring
      1 réponse

      Autres retours d’entretien d’embauche pour un poste comme Mobile Engineer chez Pocket Gems

      Entretien pour Mobile Engineer

      16 mars 2015
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Pocket Gems en févr. 2015

      Entretien

      I was emailed by HR for my resume and was then asked to email available times for an interview. The process was fairly straightforward and they responded quickly. My first phone interview had a coding question on an online codesharing site CoderPad. I was only asked one coding question, but didnt finish the question in time. After the coding question they'll ask about runtime. They responded quickly (same day) with my notice that I wasnt right for the part, but overall it was a good experience.

      Questions d'entretien [1]

      Question 1

      How to convert a ternary expression to binary search tree Ex. a?b:c:d Given: class Node{ Node left; Node right; }
      Répondre à cette question
      2

      Entretien pour Mobile Engineer

      7 janv. 2015
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez Pocket Gems

      Entretien

      1 phone interview. It involved 2 technical questions on algorithms and optimization. They are very helpful to soundboard ideas during the process especially when I was stumbling at the end. Can do language of choice.

      Questions d'entretien [2]

      Question 1

      Find a substring within a string. Return the int value of the position in the string where the substring starts. Know the Big O notation for your algorithm.
      2 réponse(s)

      Question 2

      Numbers between 1 and n. There is a missing number and one number is repeated twice. Know Big O notation.
      3 réponse(s)

      Entretien pour Mobile Engineer

      16 juil. 2014
      Candidat à l'entretien anonyme
      San Francisco, CA
      Aucune offre
      Entretien difficile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Pocket Gems (San Francisco, CA)

      Entretien

      First phone interview was not like the rest on here. No algorithm questions were given, but about 100 lines of code written in a C-based language like Java but not quite. I had to understand code that I had never seen before like what it does it do (answer: if you get 3 of the same colors in a row you get a match point and you win if the score is >= 3) and change the match point algorithm to where you can get points for 4 and 5 colors in a row. The only problem was the interviewer was so poor in trying to communicate what he wanted me to do that I took too long to figure it out. Almost everything I tried he said wouldn't work, which was wrong but the interviewer is king I guess. Thus, I failed. There is really no way to prepare for this type of interview.

      Questions d'entretien [1]

      Question 1

      Change the code to where you get a match of 5, then it adds 5 points and if you have a match of 4 then it adds 4 points and so on.
      1 réponse
      3