Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Pocket Gems

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Pocket Gems | Ofertas de empleos en Pocket Gems | Sueldos en Pocket Gems | Beneficios en Pocket Gems
      Entrevistas de Pocket GemsEntrevistas para el puesto de Mobile Engineer en Pocket GemsEntrevista de Pocket Gems


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista de Mobile Engineer

      16 jul 2014
      Candidato de entrevista anónimo
      San Francisco, CA
      Sin oferta
      Entrevista difícil

      Solicitud

      Envié una solicitud electrónica. Acudí a una entrevista en Pocket Gems (San Francisco, CA)

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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 respuesta
      3

      Otras opiniones sobre las entrevistas para el puesto de Mobile Engineer en Pocket Gems

      Entrevista de Mobile Engineer

      16 mar 2015
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 2 semanas. Acudí a una entrevista en Pocket Gems en feb 2015

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

      How to convert a ternary expression to binary search tree Ex. a?b:c:d Given: class Node{ Node left; Node right; }
      Responder pregunta
      2

      Entrevista de Mobile Engineer

      7 ene 2015
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 1 día. Acudí a una entrevista en Pocket Gems

      Entrevista

      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.

      Preguntas de entrevista [2]

      Pregunta 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 respuestas

      Pregunta 2

      Numbers between 1 and n. There is a missing number and one number is repeated twice. Know Big O notation.
      3 respuestas