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

      Zillow

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Zillow | Offres d’emploi chez Zillow | Salaires chez Zillow | Avantages sociaux chez Zillow
      Entretiens chez ZillowEntretiens d’embauche pour Software Development Engineer chez ZillowEntretien chez Zillow


      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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages
      avatar
      Despegar.com
      3.6★Rémunération et avantages

      Entretien pour Software Development Engineer

      16 déc. 2015
      Employé (anonyme)
      Seattle, WA
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 mois. J'ai passé un entretien chez Zillow (Seattle, WA) en déc. 2015

      Entretien

      The day after I applied for the Software Development Engineer, New Grad position, I was sent an email by a recruiter asking me to complete a coding challenge as the first phase of the interview process. The two challenges were to write a function to convert a string to an integer and to write the functionality for adding and removing nodes from a ternary tree. While these seem simple, it only takes a few minutes of looking through these Glassdoor reviews to see that many people do not get past this step. For the conversion function, keep in mind that there are many more numbers that can be represented by strings than can be represented by integers. For the ternary tree, make sure that all necessary connections between nodes are created on node addition and severed on node deletion. Spend a good amount of time carefully reading through the specifications provided in the challenge descriptions, as Zillow takes this portion of the process quite seriously. After completing the online coding challenge, the recruiter reached out to me saying that I had made it to the next phase in the interview process, which involves one or two phone screens. Zillow uses a program called HackerRank for code sharing during these interviews, which allows for auto-indention and some basic text-highlighting, but not too much else. The first phone interviewer asked me a question that ultimately was to find the lowest common ancestor of two nodes in a tree. The second interviewer asked me to write a function to reverse a number. Both of these questions seem simple on the surface, but involve a lot of considerations as far as identifying the constraints of the problem and choosing appropriate data structures to complete the task in the most efficient way possible. It is important to always discuss trade-offs of different approaches, as there will almost always be multiple ways to tackle each problem. Do not let the apparent simplicity of a problem fool you into a poor performance in these interviews. The final phase of the interview process was a day of on-site interviews. While most people on Glassdoor say that they had two or three one hour interviews, I actually completed four. Each of the interviews were formatted almost exactly the same way as the phone screens were, except in-person using a white-board wall to write code on. This seems fairly typical of tech companies, though. Again, the same tips apply here as in the phone interview phase, so just stay relaxed and honestly try to have fun with it. The interviewers I had were all great at challenging me to consider multiple approaches and adding new complexities to make the problems more interesting as the interviews went on. The day following my on-site interviews, I received a phone call with an amazing offer to join the Zillow team! All in all, I had a highly pleasant experience interviewing with Zillow. It was a smooth process that felt both challenging and rewarding to have gone through.
      111

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer chez Zillow

      Entretien pour Software Development Engineer

      18 déc. 2021
      Employé (anonyme)
      Los Angeles, CA
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 4 semaines. J'ai passé un entretien chez Zillow (Los Angeles, CA)

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      Signed an NDA so can’t say
      Répondre à cette question

      Entretien pour Software Development Engineer

      24 août 2021
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Zillow en août 2021

      Entretien

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

      Questions d'entretien [1]

      Question 1

      Fibonacci sum and a modified binary search.
      Répondre à cette question
      2

      Entretien pour Software Development Engineer

      23 juin 2021
      Candidat à l'entretien anonyme
      Seattle, WA
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Zillow (Seattle, WA)

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      Array, 2d Array, iterative Fibonacci
      1 réponse
      2