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

      Zillow

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Zillow | Vagas da empresa Zillow | Salários da empresa Zillow | Benefícios da empresa Zillow
      Entrevistas da empresa ZillowEntrevistas do cargo de Software Development Engineer da empresa ZillowEntrevista da empresa Zillow


      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.

      Buscas de vagas

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

      Entrevista para Software Development Engineer

      17 de set. de 2016
      Candidato(a) sigiloso(a) à entrevista
      Seattle, WA
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou mais de 1 semana. Fui entrevistado pela Zillow (Seattle, WA) em ago. de 2016

      Entrevista

      phone screen, followed by a long day of on sites. Horrible experience, especially with recruiters. It seems to me that the recruiters at this company are paid by candidates that receive and accept the offer. I know that Zillow is considered a growing company that has potential, but during the interviews my overall experience was that it was not such a happy place to be in. Overall, the interviewers were polite and acted correctly, but I didn't get any vibe from them. Nothing. Very low energy. But by far the worst was the recruiter who called me to tell me that I did not receive the offer. He was rude, unpleasant and made me feel like I failed completely. He refused to let me know what went wrong. Luckily, I have offers from other top companies so that makes me feel much better about myself.

      Perguntas de entrevista [1]

      Pergunta 1

      All the questions were on the medium difficulty level. You can find some of them in the book Elements of programming interviews. If you practice with this book, you will not be surprised. I wasn't surprised at all from the questions, just from the result.
      Responder à pergunta
      3
      avatar
      Resposta da empresa Zillow
      9y
      As the head of Recruiting for Zillow, I was very dissapointed to read your review and hear that you had a less than positive experience interviewing with us. I would like to encourage you to email me directly so I can get some more specific information, including who on my team you were working with. This would be incredibly helpful for us, as we work to improve our capabilities every day. Thanks. Annie@zillow.com

      Outras avaliações de entrevista de vagas de Software Development Engineer da empresa Zillow

      Entrevista para Software Development Engineer

      18 de dez. de 2021
      Funcionário(a) sigiloso(a)
      Los Angeles, CA
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por indicação de um funcionário. O processo levou 4 semanas. Fiz uma entrevista na empresa Zillow (Los Angeles, CA).

      Entrevista

      Had a 30 min zoom audio interview and was given 1 LC question, then two weeks later was notified I made it to the final round which consist of 2 one hour interview. For the first interview I was given two LC type question and solved it and for the second interview I was given just one question. All LC type question. Was given the offer about 2 weeks later. Whole process was about a month and so

      Perguntas de entrevista [1]

      Pergunta 1

      Signed an NDA so can’t say
      Responder à pergunta

      Entrevista para Software Development Engineer

      24 de ago. de 2021
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Zillow em ago. de 2021

      Entrevista

      I got contacted by a recruiter after my 3rd application. They set up a typical HR phone screen to talk about the job and my background. The recruiter seemed new to their job and just read straight off the job description and asked scripted questions without really introducing themselves. They didn't seem to know much about tech and couldn't answer any of my questions about the position besides what was listed on the job description. I thought it might have been an intern doing the call. I was moved to the next stage for a ~1 hour technical Hackerrank screen. The technical screen started off with very brief introductions and moved straight to coding without any behavioral questions like others on here said they received; I'm not sure if I passed the vibe check immediately so they decided to pass on the behaviorals or what.(?) I was asked 2 questions that were around LC medium. The first question I misunderstood to start (find Fibonacci sum, but I thought it was just regular Fibonacci until I was corrected) and ended up solving in O(n) time after a little fumbling. The interviewer asked if there was a faster approach, to which I said I didn't think so. I looked it up after the interview and there is an O(log(n)) solution that involves recognizing a math trick, but I doubt anybody who doesn't already know the answer going in to the interview would recognize it. I think this question was poor and doesn't have any real life application to what your average developer would ever do. The second question I recognized two possible approaches. I stated how I would do the slower O(n) brute force approach and what it's run time would be, and then proceeded to code the faster O(log(n)) binary search approach. I got the faster approach correct-ish with one mistake that I fixed after a hint from the interviewer. I wrote some test cases prior to fixing the mistake and they all passed, so in hindsight I was missing a single test case. The interviewer tried a little to guide me to recognize that I was missing the test case, but I think the stress of the interview situation and their hints being a little too vague for me to pick up on caused me to not recognize the missing test case. I was beating myself up about that when I realized it an hour after the interview had ended, but hoped they would overlook a minor mistake and give me a chance at an onsite (that's why we work in teams, right? to help catch mistakes?). Unfortunately I got a rejection email the next day. It sucks to be rejected for not having pre-hand knowledge of a problem and/or not being perfect in another problem in a 40 minute interview, but I guess it is what it is :(.

      Perguntas de entrevista [1]

      Pergunta 1

      Fibonacci sum and a modified binary search.
      Responder à pergunta
      2

      Entrevista para Software Development Engineer

      23 de jun. de 2021
      Candidato(a) sigiloso(a) à entrevista
      Seattle, WA
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou 1 semana. Fiz uma entrevista na empresa Zillow (Seattle, WA).

      Entrevista

      HR Screen, Tech Screen, 4 hour on-site. Each on-site interview had at least 1 LC medium, barely any mobile questions which I applied for. I had a more practical interview at Google. Won’t be applying again because how on earth are they finding mobile engineers by asking them to memorize the iterative Fibonacci sequence. Waste of my time tbh

      Perguntas de entrevista [1]

      Pergunta 1

      Array, 2d Array, iterative Fibonacci
      1 resposta
      2

      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