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

      ErnieApp

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre ErnieApp | Ofertas de empleos en ErnieApp | Sueldos en ErnieApp | Beneficios en ErnieApp
      Entrevistas de ErnieAppEntrevistas para el puesto de Back-end Developer (Python Django) en ErnieAppEntrevista de ErnieApp


      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

      SelfEmployed.com
      3.9★Remuneración y beneficios
      avatar
      KPMG
      3.6★Remuneración y beneficios
      avatar
      Deloitte
      3.5★Remuneración y beneficios
      avatar
      BNP Paribas
      3.5★Remuneración y beneficios

      Entrevista de Back-end Developer (Python Django)

      15 abr 2020
      Candidato de entrevista anónimo
      Dublín, Dublín
      Sin oferta
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de una agencia de empleo. El proceso duró 4 semanas. Acudí a una entrevista en ErnieApp (Dublín, Dublín) en mar 2020

      Entrevista

      Technical assessment and Zoom (40 min) video call. The coding task I'd say is fairly complicated and they will ask different questions about during the video call, as well as additional questions about general software engineering. The waiting time between the submission of the technical assesment and the video call to review it was more than 3 weeks (probably due to COVID-19).

      Preguntas de entrevista [5]

      Pregunta 1

      You should implement a simple REST API with Django REST Framework to synchronize remote mobile devices executing Tasks. In your model you should represent the concept of a Customer, where each customer has: - An email address - A password Each customer may posses zero or more Devices, where each device has: - A unique UUID For each customer there is a list of Tasks, where each Task has: - An ID (INTEGER) - A state (INTEGER) Devices can execute Tasks. Devices can only execute tasks belonging to their owner. When a device starts executing a task, it has 2 minutes to complete it. Tasks can be retried an arbitrarily large amount of times. Devices have a mobile connectivity and may go offline at any time (may not be able to call any REST API). The result of an execution of a Task by a Device can be: - Success (in that case the Task is completed) - Failure (the task should be re-executed) - Execution Time Exceeded (the device did not complete in 2 minutes and the task should be re-executed) The same Task can only be executed by one device at a time. One Device can execute at most one Task at a Time. Different Devices can execute different tasks concurrently. Coding Questions - Using Django Rest Framework, define the model that you suggest to use. Feel free to add new fields if you need it to correctly implement the synchronization algorithm - Define the set of possible states of a Task - Add an API method to let a Device retrieve the set of Tasks it may execute - Add an API method to let a Device notify the beginning of the execution of a Task - Add an API method to let a Device notify the result of an execution of a Task - How would you suggest to configure permissions for the previous model (coding is NOT required)?
      1 respuesta

      Pregunta 2

      If you had to design from day zero, an horizontally scalable REST-API, which techniques would you suggest to use? How would you structure the architecture of the backend? How would you structure the DB?
      1 respuesta

      Pregunta 3

      Which tools does django provide to support backend scaling?
      1 respuesta

      Pregunta 4

      Django REST framework provides CSRF protection. When should it be used?
      1 respuesta

      Pregunta 5

      Assume that as a result of a POSTed message you want to execute a long-running task (that normally lasts for 5 minutes). How would you implement this behavior?
      1 respuesta
      1