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

      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

      Spotify

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Spotify | Empleos en Spotify | Sueldos en Spotify | Prestaciones en Spotify
      Entrevistas en SpotifyEntrevistas para el cargo de Senior Android Engineer en SpotifyEntrevista en Spotify


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      Google
      4.5★Remuneración y prestaciones
      avatar
      eBay
      4.0★Remuneración y prestaciones
      avatar
      Amazon Web Services
      3.9★Remuneración y prestaciones

      Entrevista para Senior Android Engineer

      7 de ene de 2016
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa

      Otras evaluaciones sobre las entrevistas para el cargo de Senior Android Engineer en Spotify

      Entrevista para Senior Android Engineer

      10 de jun de 2019
      Candidato de entrevista anónimo
      Londres, Inglaterra
      Sin ofertas
      Entrevista promedio

      Solicitud

      El proceso tomó 2 semanas. Acudí a una entrevista en Spotify

      Entrevista

      I was contacted by recruiter and they have acheduled for a initial round via google hangout. There was no clear information on interview format. I was not aware that there would be coding interview. Since I was attending via mobile there was a hiccup to do coding round. Feedback was given after 2 weeks and 4 email followups. Standard reply saying that they want pursue with other candidates. Not going to give interview in future as I am not happy with interview process overall.

      Preguntas de entrevista [1]

      Pregunta 1

      standard android questions
      Responder pregunta
      2
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 3 meses. Acudí a una entrevista en Spotify (Londres, Inglaterra) en mar 2019

      Entrevista

      During the interview process, everyone I took interview was super polite. But on the hand hr was only replying ones in a week(Friday) and if we need to speak it had to be arranged for next week. At the end, when I couldn't pass the onsite they didn't say anything until I ask. (for 10 days)

      Preguntas de entrevista [1]

      Pregunta 1

      First Phone Interview with recruiter: - Which of these standard Java collections is fastest to use if you want to find a specific element?
 An unsorted Vector
 TreeSet
 A sorted LinkedList


 - In which order are the Activity lifecycle methods called? 
onCreate, onStart, onResume
 onCreate, onResume, onStart
 onStart, onCreate, onResume 
 - What are Android Fragments used for?
 Creating a modularized UI
 Optimizing the garbage collector in Dalvik
 Loading data from multiple endpoints 
 - Which thread will process a Message posted to a Handler?
 The UI thread
 The thread that created the Handler The thread that created the Message 
 - Which thread executes the Service onCreate method? 
The UI thread
 A background thread
 The thread specified in the inten - Is the IntentService destroyed after handling all queued intents?
 Yes 
No  
 
 - When will the system call a Service onDestroy method? 
When it’s explicitly stopped, regardless of any existing bindings 
Only when the system needs the memory
 When it’s in a stopped state and no bindings exist 
 - If the UI thread is idle, and a background thread is busy-looping, when will the system display an Application Not Responding message?
 After 5 seconds
 After 10 seconds
 Never   - Which of the following apps does Android consider most important to keep alive?
 A hidden app with a started service
 A visible app without any services 
A hidden app without any services Skype Interview: Some Android and computer science questions, code review, hands-on coding - What's Activity? - What's Fragment? - What's content provider? - What's service? - What's bound service and started service? - What's intent service? - What's lint? - What are ways to pass data from activity to activity without using intent? - What's broadcast receiver? - What is time complexity? - What is the time complexity of a sorted array? - What is the difference between arraylist and linkedlist? - How do you keep your code clean? - What is polymorphism? - What's the difference between process and thread? - SOLID principles - Which design patterns did you use in your Android project? Explain. - A sort problem and it's complexity OnSite: Behavioral interview, white board/share and tell, system design System design: designing qr code reader, search White board: Removing duplicates without changing the order of the array and it's complexity
      Responder pregunta
      3