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

      Spotify

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Spotify | Ofertas de empleos en Spotify | Sueldos en Spotify | Beneficios en Spotify
      Entrevistas de SpotifyEntrevistas para el puesto de Web Engineer en SpotifyEntrevista de Spotify


      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.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Google
      4.5★Remuneración y beneficios
      avatar
      Amazon
      3.7★Remuneración y beneficios
      avatar
      Meta
      4.6★Remuneración y beneficios
      avatar
      Fiverr Inc.
      3.5★Remuneración y beneficios

      Entrevista de Web Engineer

      6 abr 2019
      Candidato de entrevista anónimo
      New York, NY

      Otras opiniones sobre las entrevistas para el puesto de Web Engineer en Spotify

      Entrevista de Web Engineer

      30 ene 2026
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista normal
      Sin oferta
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Spotify (New York, NY) en mar 2019

      Entrevista

      Recruiter call that was very straight forward, which led to setting up of a technical phone screen over a google hangout. It was a two on one interview where there were two devs talking to me. It started with CSS and Javascript trivia that worked its way up to pure Javascript trivia. They didn't touch on algorithms and data structures, but ymmv once they see this type of review. You will need to know about things like closures, javascript callstack, css box model, promises, and setTimeOut.

      Preguntas de entrevista [4]

      Pregunta 1

      Tell me the output of the following, and they would console log out numbers with certain combinations. It could either be 1. direct console log 2. setTimeOut() console log. 3. Within a Promise object. 3. Within a chainable then() 4. setTimeOut() within a Promise. Think of some different combos since they'll change it once I write this.
      Responder pregunta

      Pregunta 2

      Bind(). There was a question that used bind() with multiple parameters and it tried to do the first one as null. Read up on MDN on bind().
      Responder pregunta

      Pregunta 3

      Closure. There was a question about closures and using one to limit how many times you can call a function. So imagine you had a function that would print out the number 1. Then they wanted to demonstrate the ability of using closures in Javascript, where you limit how many times you can call a function. So if you set the limit to two, then you call the function three times, it would print out 1, 1, undefined.
      2 respuestas

      Pregunta 4

      What is the box model? What are the gotchas? When are the elements of the box model
      Responder pregunta
      21

      Solicitud

      Envié una solicitud electrónica. Acudí a una entrevista en Spotify en ene 2026

      Entrevista

      I made it to the 2nd interview and was rejected but they actually gave feedback in the rejection email so respect to spotify for that. 1st interview just asked for your work experience background, why are you leaving job and want to join spotify. 2nd interview was talking about recent work or personal project and any changes you would do differently and how do you handle scale. Then domain questions about the role which for web engineer was a html question, css questions, and javascript questions about setTImeout where they should you code and you describe order of execution. Finally was coding question, it was between an easy - medium sliding screen leetcode question

      Entrevista de Web Engineer

      16 may 2023
      Candidato de entrevista anónimo
      New York, NY
      Sin oferta
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. El proceso duró 3 semanas. Acudí a una entrevista en Spotify (New York, NY) en abr 2023

      Entrevista

      The people who actually interviewed me were great, but the recruiters were awful. I was definitely over promised what my options would be after the process was done. They also ignored a request to move a call regarding the final round process a few hours earlier, and instead called me at the worst possible time, though I still felt obligated to answer. My rejection email was sent by a totally different recruiter who I had no previous contact with, and though it ended with “If you’d like more feedback from me, please do get in touch” my response was of course completely ignored so I have no idea what happened.

      Preguntas de entrevista [1]

      Pregunta 1

      first round: LC type question but not terribly hard - more of a exercise in collaboration Second round: behavioral round, system design round, DS&algo round, web code specific round
      Responder pregunta
      2

      Entrevista de Web Engineer

      17 may 2022
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 1 semana. Acudí a una entrevista en Spotify en may 2022

      Entrevista

      I had an HR screening call and then a technical interview. I did not move on past the technical interview. The HR screen was very short, about 5 minutes. We discussed my background and skillset and then I was moved on to the technical interview. There was not an opportunity to ask questions to the recruiter. Afterwards, the recruiter provided a lot of information to prep for the technical interview, which was helpful. Scheduling the technical interview was a frustrating experience with Spotify's hiring and scheduling software. If you use Gmail's Promotions inbox filtering, their emails will go there instead of your main inbox. The technical interview was a live coding interview with an engineer. First we discussed my background, skills, and some projects I've worked on. Then, we went through some web domain-specific questions. Then, we dove into a coding problem. I was given a mockup of two buttons and asked to recreate it in HTML/CSS. I think there may also have been a Javascript-based coding question, but cannot remember the specifics.

      Preguntas de entrevista [1]

      Pregunta 1

      Take the mockup image provided and recreate it with HTML/CSS.
      Responder pregunta
      8