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

      Verkada

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Verkada | Vagas da empresa Verkada | Salários da empresa Verkada | Benefícios da empresa Verkada
      Entrevistas da empresa VerkadaEntrevistas do cargo de Mobile Lead da empresa VerkadaEntrevista da empresa Verkada


      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.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Andersen Lab
      4.1★Remuneração e benefícios
      avatar
      Okta
      4.0★Remuneração e benefícios
      avatar
      Cloudera
      4.1★Remuneração e benefícios
      avatar
      N-iX
      3.9★Remuneração e benefícios

      Entrevista para Mobile Lead

      8 de mai. de 2019
      Candidato(a) sigiloso(a) à entrevista
      San Mateo, CA
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 4 semanas. Fui entrevistado pela Verkada (San Mateo, CA) em abr. de 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.

      Perguntas de entrevista [1]

      Pergunta 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 resposta