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

      Verkada

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Verkada | Ofertas de empleos en Verkada | Sueldos en Verkada | Beneficios en Verkada
      Entrevistas de VerkadaEntrevistas para el puesto de Mobile Lead en VerkadaEntrevista de Verkada


      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
      Motorola Solutions
      3.9★Remuneración y beneficios
      avatar
      Adobe
      4.1★Remuneración y beneficios
      avatar
      Turing
      3.6★Remuneración y beneficios
      avatar
      AVEVA
      3.8★Remuneración y beneficios

      Entrevista de Mobile Lead

      8 may 2019
      Candidato de entrevista anónimo
      San Mateo, CA
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 4 semanas. Acudí a una entrevista en Verkada (San Mateo, CA) en abr 2019

      Entrevista

      The first step was a 20 minute call with a recruiter, Leah. She was nice and competent and described the process. The second step was to work on a small project. The project consisted of an at home assignment. The assignment was not complicated but tedious and took time to implement.

      Preguntas de entrevista [1]

      Pregunta 1

      One of the features on our cameras is a region-based motion search. When users view the camera, they can select a region to search for motion. The UI displays thumbnails where motion occurred in that region. We’ve created a server that can execute a motion search (the API has been simplified, but it is using live data!). The motion search will run on our office camera that is looking out at the street. Create an Android or iOS app that lets a user execute a motion search as follows: Create a view that shows the search region. Allow the user to select a subregion. A subregion consists of one or more Cells in a 10x10 grid that covers the full region. All cells are the same size. The top-left Cell is [0, 0], the Cell below it is [0, 1], and the bottom-right Cell is [9, 9]. Execute a motion search for the user’s selected cell(s) by making an HTTP request to: POST /ios/search HTTP request body is a JSON dictionary (don’t forget to set the content type header) containing: motionZones: Cell[] startTimeSec: Number (seconds in UTC) endTimeSec: Number (seconds in UTC) Use one hour ago for startTimeSec and the current time for endTimeSec. HTTP response body is a JSON dictionary containing: motionAt: Result[] where a Result is an array containing two elements: [ timestamp, duration of motion in seconds ] Note that this is live data. Feel free to change the start and end time if no motion occurred recently! Allow the user to execute a motion search and display a list of times where motion occurred. Format the display of the returned times in a human-friendly way =) What we’re looking for Submit a .zip file containing a working project. For iOS, this should be an Xcode project. For Android, this should be an Android Studio project. Share the file using Google Drive or Dropbox if it is too large to email. We’ll be looking at: Correctness - does it allow the user to execute a motion search? Polish - the design can be spartanly simple (you’re not being hired as a designer!), but it should be easy to use and not feel broken. We do greatly appreciate clean design!
      1 respuesta