Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Nest

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Nest | Ofertas de empleos en Nest | Sueldos en Nest | Beneficios en Nest
      Entrevistas de NestEntrevistas para el puesto de Mobile Software Engineer en NestEntrevista de Nest


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      HubSpot
      3.6★Remuneración y beneficios
      avatar
      YES
      3.9★Remuneración y beneficios
      avatar
      TranscribeMe
      3.6★Remuneración y beneficios
      ITcompany
      3.6★Remuneración y beneficios

      Entrevista de Mobile Software Engineer

      5 feb 2016
      Candidato de entrevista anónimo
      Palo Alto, CA
      Sin oferta
      Experiencia positiva
      Entrevista normal

      Solicitud

      Solicité el puesto a través de una agencia de empleo. El proceso duró 2 semanas. Acudí a una entrevista en Nest (Palo Alto, CA) en ene 2016

      Entrevista

      I just finished a full interview sequence with Nest and thought it would be smart to recap my experience for the next candidate that comes down the pipeline. While your travel & interview arrangement documents will all have the Google logo splashed all over them, Nest is a distinctive and separate part of the Alphabet umbrella company that owns both Nest and Google. Unlike Google itself, where prospective employees have to pass a grueling & exhausting audition after which hiring managers fight over a group of successful candidates, Nest actually has you in mind for a particular role with a particular manager (usually the one with the greatest need). If you pass your one hour long phone screen, here's how your interviewing day is likely to go: you'll first meet with the Nest recruiter for a few minutes who will hand you a copy of the folks you'll be speaking with. If you're lucky, the recruiter will also tell you a tiny bit about the background of each interviewer and what s/he is going to be focusing on (e.g. concurrency & memory management, cross functional, design & architecture, algorithms, etc.) The mix of people seemed pretty thorough: I talked to the hiring manager, at least two or three iOS guys (including a technical lead), and a sleepy UX designer who looked in dire need of a coffee infusion. My interviews were done in a meeting room in the front of the building (I thought it was a bit hilarious that the thermostats on the wall were not Nest devices) and I never got to get a close look at the actual working environment. Peeking in the narrow glass windows of the doors to the office space, I could see a huge open plan working environment with long tables. I.E. potentially no privacy or easy way to concentrate on work? Currently, the mobile team all sits in the same area but this is very likely to be changing soon as they might be splitting / refactoring teams up to be divided across functional groups (such as thermostat, smoke alarm, DropCam, etc.). Try to arrive a little early: parking in the complex, especially mid-morning, is a complete clusterfutz and chances are high no spots will be available. Drive up to the center of the campus (building 1, where your interviews will be) and simply use the valet. Unlike previous antagonistic interviewing experiences at the main Google headquarters, I really felt that almost all of potential co-workers were friendly, welcoming, receptive and collaborative. And while I walked out of the office feeling actually upbeat about my chances, my dreams of getting to work at Nest were quickly smashed two days later when I got a standard "we've decided not to move forward" rejection e-mail (with the traditional no constructive feedback or detail for me to consider and work on). I initially figured the poker-faced hiring manager (who I worried was going to be a uninspiring boss to work under) was the vote against me, it also could have been the new grad algorithms guy (I wasted way too much time trying to wrap my head around the last, hardest problem he threw at me). Hopefully my experience flunking the Nest interview will help you to prepare to pass your interviewing day. If you find any of the information in my interview review helpful, please let me know by voting "Yes" on the "Helpful?" question below (this helps to motivate me to be as detailed as possible).

      Preguntas de entrevista [4]

      Pregunta 1

      First question I was handed a laptop with Xcode running on it. The assignment was to write a super simple browser app that used substitution (or "regular expression", as the interviewer referred to it) to replace any instances of the word "Nest" with something arbitrary (e.g. I chose something like the name "Glassdoor").
      1 respuesta

      Pregunta 2

      Given a tree with potentially multiple child nodes, write an algorithm that describes how you would completely reverse (or mirror image) the tree. That is, given a tree with a root node of A and three children, BCD, and two children of B named EF, he wanted to generate a new tree that looked like a root node of A, then DCB with "FE" being the reversed children under B.
      2 respuestas

      Pregunta 3

      For the systems design question, the guy described a real world scenario where a series of events have to happen in order to fully bring up a device. - auth (to get a token we'll call "A") - fetch info from home + devices (with the A auth token) - fetch current weather information (using the home/device zip code) - reach out to a third party service with our A auth token to exchange, or get, a B token - fetch data from service using B token how would we structure the sequence of events or dependencies to come up with the fastest boot up (or bring up) sequence possible?
      1 respuesta

      Pregunta 4

      Algorithms question was probably the trickiest thing. Given an array of integers of length N from 1 to N-1, how would you detect a single duplicate in the array?
      4 respuestas
      44