Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Twitch

      Parte di Amazon

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Twitch | Offerte di lavoro di Twitch | Stipendi di Twitch | Benefit di Twitch
      Colloqui di TwitchColloqui per Senior Software Engineer presso TwitchColloquio di Twitch


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Senior Software Engineer

      7 gen 2022
      Candidato anonimo a colloquio
      New York, NY
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Twitch (New York, NY) nel mese di dic 2021

      Colloquio

      Didn't go through the full process but had an initial call with the recruiter and then an interview with the hiring manager. The initial interview with the recruiter is pretty standard in terms of a very general view of the job, some things that twitch offers and what you can expect with the interview process. The second interview was with the hiring manager (Director that you would report to) on that went into detail on what you can expect on the job, tech stack you're most likely to work on and how the team is structured. He gave me a chance to ask any questions related to the job and he was nice about answering the deep questions I asked him. After that it seemed that all was well to move on the next interview but it was never scheduled to which I asked if I missed a schedule interview. I can't tell if I did something really wrong or if they decided to move on with other candidates. Seems something is really off with the recruitment team and hiring manager might not be on the same page.

      Domande di colloquio [2]

      Domanda 1

      What are your salary expectations?
      Rispondi alla domanda

      Domanda 2

      Give me an overall description of yourself and what have you worked on
      Rispondi alla domanda
      2

      Altre recensioni di colloqui per Senior Software Engineer presso Twitch

      Colloquio per Senior Software Engineer

      28 lug 2022
      Candidato anonimo a colloquio
      San Francisco, CA
      Nessuna offerta
      Esperienza negativa
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Twitch (San Francisco, CA) nel mese di lug 2022

      Colloquio

      A Twitch recruiter reached out to me. Following that, I had a call with her. Then, I had a one hour long call with the hiring manager, where he mostly went over my experience, etc. No technical questions as such. After this, I had my virtual on-site round, consisting of 5 one hour long interviews. There are two coding rounds, one soft skills round and 2 architecture rounds. Remember that they will ask you behavioral questions (based on the leadership principles, etc.) IN EVERY ROUND, not just the soft skills round. When it came to my soft skills round, the interviewer thought it would be appropriate to turn that into an architecture round as well. So, in all, I had 2 coding and 3 architecture rounds (which I was not informed about in the pre interview calls), with behavioral questions spread across every round. The thing I was the most disappointed (and angered) about was that when I asked the recruiter for feedback regarding my interview and what my shortcomings were (so that I could improve them in the future), they said "We do not provide any feedback to the candidate". I mean, wtf is this behavior? This is the most condescending a company has ever been to me. I'd never in my life apply to Twitch again. The least you can do after rejecting a candidate is give them some feedback, so that it helps them. Absolutely horrible experience.

      Domande di colloquio [2]

      Domanda 1

      Given an array of integers of at least length > 15, allow the first 15 integers to pass without inspection. Starting at the 16th integer: Return the first integer in the list that is not a sum of any two integers found in the PREVIOUS 15 integers in the list. If all integers in the array after the first 15 pass this test, return 0. The array only includes positive integers, but is not guaranteed to be strictly increasing or decreasing. The array can include duplicates, but will not include 0. Input: [55, 59, 3, 25, 37, 2, 38, 58, 6, 53, 55, 84, 45, 89, 90, 58, 31, 8, 122, 59, 100, 116, 39, 97, 123, 218, 130] // [ 55, 59, 3, 25, 37, 2, 38, 58, 6, 53, 55, 84, 45, 89, 90 ] // Remember [114, 58, 80... 62 .... length = 210] Elaborate: Index 0-14: Passed without any code as part of problem statement Index 15: 58 is the sum of 3 (idx 2) and 55 (idx 0) (Go on)… Index 16: 31 is the sum of 6 (idx 8) and 25 (idx 3) (Go on)… Index 17: 8 is the sum of 6 (idx 8) and 2 (idx 5) (Go on)… Please note that the numbers considered are always the previous 15 numbers in the list, and not necessarily the first 15 numbers. Is any number NOT a sum of some other two numbers in the prior 15 numbers?
      1 risposta

      Domanda 2

      Design a parking garage system.
      Rispondi alla domanda
      3

      Colloquio per Senior Software Engineer

      15 lug 2021
      Candidato anonimo a colloquio
      San Francisco, CA
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Twitch (San Francisco, CA)

      Colloquio

      Applied via their website. Manager technical interview followed by onsite interview (4 rounds ). Manager interview mostly consists of behaviour questions and 1 coding question (medium / hard). Onsite interview experience was amazing as all interviewers were senior/experienced. 2 coding rounds. 1 system design round. 1 round with Tpm about system requirement gathering and product discussion.

      Domande di colloquio [1]

      Domanda 1

      medium/hard coding questions from leetcode
      Rispondi alla domanda
      1

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Amazon
      3.7★Stipendio e benefit
      avatar
      Google
      4.5★Stipendio e benefit
      avatar
      HENNGE
      3.8★Stipendio e benefit
      avatar
      xneelo
      3.8★Stipendio e benefit