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

      Zillow

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Zillow | Offerte di lavoro di Zillow | Stipendi di Zillow | Benefit di Zillow
      Colloqui di ZillowColloqui per Software Development Engineer presso ZillowColloquio di Zillow


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

      8 feb 2015
      Candidato anonimo a colloquio
      Seattle, WA
      Nessuna offerta
      Esperienza neutra
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Zillow (Seattle, WA) nel mese di gen 2014

      Colloquio

      Nov 18, 2014 - Contacted by a recruiter. Soon after she sent me the two coding tests, which I completed over the weekend. A week later I was invited for a phone interview. Dec 8, 2014 - Initial phone screen Dec 22, 2014 - Second phone screen Then it's the Christmas and New Year holidays, so I haven't heard back from them for two weeks. The good thing was, my recruiter quickly replied as soon as I sent them to follow up. She said that I performed well in my phone screens. Then she passed me to another recruiter and scheduled the onsite interview. Jan 21, 2015 - Onsite interview with four interviewers. The first two are software engineers, the third is a Senior SDE and the last one is a manager (he did my second phone screen). From other reviews I guess if you didn't do well in your first two interviews you would not see the manager after all. Overall I enjoy the interview process. People are generally pretty nice, and the view was so great from the windows. Before I leave their office, my recruiter came in and told me that I would hear back in a week ("early next week", she said). However I did not receive anything by Jan 28. Two days later on Jan 30, I received an e-mail saying that the position was filled, and that they would contact me should their needs change. I guess I did convince them that I qualified in the interviews, but they already handed out too many offers to people who interviewed before I did so I was already interviewing for a "substitute position." I do understand that's how hiring works, but I'm still disappointed. I love Seattle, I really want that position, and I cannot stop thinking what would happen if they process my phone interviews faster...

      Domande di colloquio [1]

      Domanda 1

      Lots of game design questions. Seem easy at the beginning but there are a lot of interesting follow ups.
      Rispondi alla domanda

      Altre recensioni di colloqui per Software Development Engineer presso Zillow

      Colloquio per Software Development Engineer

      18 dic 2021
      Dipendente anonimo
      Los Angeles, CA
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Zillow (Los Angeles, CA)

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 1

      Signed an NDA so can’t say
      Rispondi alla domanda

      Colloquio per Software Development Engineer

      24 ago 2021
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Zillow nel mese di ago 2021

      Colloquio

      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 :(.

      Domande di colloquio [1]

      Domanda 1

      Fibonacci sum and a modified binary search.
      Rispondi alla domanda
      2

      Colloquio per Software Development Engineer

      23 giu 2021
      Candidato anonimo a colloquio
      Seattle, WA
      Nessuna offerta
      Esperienza negativa
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Zillow (Seattle, WA)

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 1

      Array, 2d Array, iterative Fibonacci
      1 risposta
      2

      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