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

      Netflix

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Netflix | Offres d’emploi chez Netflix | Salaires chez Netflix | Avantages sociaux chez Netflix
      Entretiens chez NetflixEntretiens d’embauche pour Senior Software Engineer chez NetflixEntretien chez Netflix


      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 Senior Software Engineer

      31 déc. 2019
      Candidat à l'entretien anonyme
      Los Angeles, CA
      Aucune offre
      Expérience neutre
      Entretien facile

      Candidature

      J'ai postulé en ligne. Le processus a pris 6 semaines. J'ai passé un entretien chez Netflix (Los Angeles, CA) en nov. 2019

      Entretien

      The process was lengthy - too many phases. Questions were easy. Slow recruiters were the biggest issue. The process consisted of: - Phone call with the recruiter - Phone call with the hiring manager - 2 phone calls / technical screens with the engineers - On-site day of interviews (5 sessions) - in my case it was Los Angeles - Second on-site day of interviews - in my case it would be Los Gatos I applied out of curiosity to a Full Stack SDE position in their Marketing department, while being a Principal SDE at a public company. It took about 5 days of their recruiter to contact me for a first chat. Then we had a phone call with their engineering manager. She described the team, checked my soft skills, asked for thoughts about their 5-pages culture article. It took the recruiter 8 days to update me about the results :( Then we had a technical screening phone call consisting of 2 sessions 30-45 minutes long each. In each of those sessions 2 engineers asked me to do coding tasks in Coderpad. The tasks were primitive - refactor some code, write a couple of tests, give example of an XSS, etc. After that I was invited to Netflix office in Hollywood for a day of interviews. The area looked quite bad for living/working/commuting. Got both positive and negative impression from the on-site interviews. I liked meeting the hiring manager and two engineers, while didn't like meetings with the project manager and the second recruiter (they seemed to be "robots"). Also - lol - my host just abandoned me. First session - technical interview. Their SDE gave me a task to whiteboard (see below). He answered a couple of questions. Then he ran away fast after the interview, but overall he was live and invested into the process. Second session - talk with the engineering manager again. Questions about my ideas how to deal with people, situations, etc. Gave me a technical task to whiteboard (see below). Asked her my questions - the answers aligned with my views. The only questionable thing is that the manager seemed to be an unneeded layer - as all my questions on how she helped developers resulted in "developers are very independent and should solve everything themself". So her role was just about hiring new people and signing salary checks. But the discussion was overall useful, and she was an interesting person. Third session - technical interview. An SDE gave me a coding task to whiteboard (see below). Then we had a long forced chat on different topics regarding the life at Netflix. Basically, my host lady met me in the morning and said she would come after the third session to show the office and get some snacks. The SDE was hopelessly trying to locate her via Slack, and when it failed we had to talk with him until the next interview. I got insights about the life there. Some stories were questionable - e.g. how the first SDE I met that day spent a week on changing a properly working build process to use a different tool, because he personally liked it more (the story was provided to glorify the productivity of Netflix folks, but looked like a waste of time / money). The forth interview seemed like a chat with "robot" - a mechanical walk-through the list of soft-skills questions. The meeting with a second recruiter finished the day. Again a "robot-like" style of questions about soft skills and experience. Well, the person was alive - but seemed to have a professional deformation because of working as a recruiter for like ten years already. He was asking the list of questions he had to ask, smiling to play his role, laughing when he needed to laugh. Was not interested much in the process. Happened to be the most flawed link in the chain of interviewers. Promised to give me the results in like 3 days - never happened. 7 days later that recruiter emailed me to find some time to talk. All those attempts failed. First, he didn't read email with my response until next afternoon (one should believe, that Netflix recruiters do not read emails in the morning). Then he failed to call me on the day when he scheduled the call. And didn't even follow-up the next day. I had to contact the hiring manager and the other recruiter. Only after that - 10 days after the on-site interviews - got an email that I didn't pass due to over-complicating solutions to the tech tasks, also due to some concerns regarding my culture answers. My conclusion regarding the tech results: kids, do not show your knowledge to Netflix, rather solve the tasks in the easiest manner :) Regarding the culture questions - it's up to Netflix to decide what answers they like. To summarize: - Liked - strong language of their culture doc, tasks and scale, meeting the team members (not just some unrelated engineers) - Didn't like - working with the second recruiter (uhhh...), chat with the project manager, the LA area of the office (traffic, congestion, appearance).

      Questions d'entretien [3]

      Question 1

      You're working on a video editor and need to show events (identified by start and end timestamps) in swimlane tracks. A single track cannot contain events that overlap. Implement an algorithm that receives an array of events and outputs list of tracks (arrays) containing the list of events that should be shown on that track.
      2 réponse(s)

      Question 2

      Design a system that is able to process N types of jobs - i.e. job of types A, B, C, etc. The pipelines of jobs per type should be independent, i.e. a long-running job A should block only the queue of jobs A, but not block the queue of jobs B. And the results from each type of job queues should be delivered in the order of input.
      1 réponse

      Question 3

      Walk through a directory-like structure, outputting the names of folders and files. Each folder/file should be indented to the left according to its level from the root, and also should have the number of files it contains overall beneath it. E.g.: ------ docs(3) -marketing(3) --october(2) ---file.doc ---invoice.doc --november(1) ---new_invoice.doc -publications(0) screens(1) -screen1.png ------
      1 réponse
      81

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer chez Netflix

      Entretien pour Senior Software Engineer

      23 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien facile

      Candidature

      J'ai passé un entretien chez Netflix

      Entretien

      Seeing the URL shortening service design question caught me off guard at first, but it turned out to be a lucky moment. Just a few days prior, I had practiced a similar architecture problem on PracHub, so I felt somewhat prepared to tackle scalability and data consistency aspects. The process included a recruiter screen, followed by a technical interview focused on system design. Overall, the questions were manageable, but I didn't end up receiving an offer, which was disappointing. The experience taught me a lot, though.

      Questions d'entretien [1]

      Question 1

      Design a URL shortening service (similar to bit.ly). What components would you include in your architecture, and how would you handle scalability and data consistency?
      Répondre à cette question

      Entretien pour Senior Software Engineer

      7 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Netflix

      Entretien

      The Netflix interview loop is intense and lives up to its reputation. The recruiters are great, but the technical bar is absolute top tier. After a technical phone screen, the virtual onsite consisted of two deep system design rounds, a practical coding round, and very heavy behavioral rounds focused purely on their Culture Memo. They do not care about how many LeetCode hards you have memorized. They care about how you reason through scale, failure, and ambiguity.

      Entretien pour Senior Software Engineer

      12 févr. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Netflix

      Entretien

      Recruiter screen high level discussion. Tech phone screen live programming exercise. Virtual onsite, 3 tech rounds two culture/behavioral. For mine it was like an out-of-body experience, except when I turned to look it wasn't a body at all; it was a plane. Watched it take off, seemed like maybe the pilot hit the throttle a little hard trying to reach cruising altitude and then.. dunno, maybe he dropped his cigarette under the seat or there was a bee in the cockpit or something because next thing you know he's flailing around while I watch the plane tumbling, helplessly aghast as a wing shears off from the stresses he's inducing. No survivors. But seriously, good interview process. Very helpful recruiter team that will spend time detailing the process and expectations. Exercises are very realistic applied engineering stuff, not brain teasers or obscure algorithms or stuff you haven't done since college. Interview process may be different across the org so YMMV. I interviewed with the Content and Business Products side of the house (i.e., tools for studio, production, not streaming to end users) and the coding, sys design, and data modeling rounds all reflected that. My advice to you: study the OSS software they publish, know your stuff and *stay calm*.

      Questions d'entretien [1]

      Question 1

      Describe a time when you had conflict with someone outside your group
      Répondre à cette question
      2