Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Twitch

      Parte da empresa Amazon

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Twitch | Vagas da empresa Twitch | Salários da empresa Twitch | Benefícios da empresa Twitch
      Entrevistas da empresa TwitchEntrevistas do cargo de Senior Software Engineer da empresa TwitchEntrevista da empresa Twitch


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Entrevista para Senior Software Engineer

      7 de jan. de 2022
      Candidato(a) sigiloso(a) à entrevista
      New York, NY
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade

      Candidatura

      O processo levou 3 semanas. Fui entrevistado pela Twitch (New York, NY) em dez. de 2021

      Entrevista

      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.

      Perguntas de entrevista [2]

      Pergunta 1

      What are your salary expectations?
      Responder à pergunta

      Pergunta 2

      Give me an overall description of yourself and what have you worked on
      Responder à pergunta
      2

      Outras avaliações de entrevista de vagas de Senior Software Engineer da empresa Twitch

      Entrevista para Senior Software Engineer

      28 de jul. de 2022
      Candidato(a) sigiloso(a) à entrevista
      San Francisco, CA
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 3 semanas. Fui entrevistado pela Twitch (San Francisco, CA) em jul. de 2022

      Entrevista

      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.

      Perguntas de entrevista [2]

      Pergunta 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 resposta

      Pergunta 2

      Design a parking garage system.
      Responder à pergunta
      3

      Entrevista para Senior Software Engineer

      15 de jul. de 2021
      Candidato(a) sigiloso(a) à entrevista
      San Francisco, CA
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 1 semana. Fiz uma entrevista na empresa Twitch (San Francisco, CA).

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

      medium/hard coding questions from leetcode
      Responder à pergunta
      1

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Amazon
      3.7★Remuneração e benefícios
      avatar
      Google
      4.5★Remuneração e benefícios
      avatar
      Meta
      4.6★Remuneração e benefícios
      avatar
      Booking.com
      4.2★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.