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

      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

      Qorvo

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Qorvo | Empleos en Qorvo | Sueldos en Qorvo | Prestaciones en Qorvo
      Entrevistas en QorvoEntrevistas para el cargo de Senior Embedded Software Engineer en QorvoEntrevista en Qorvo


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Entrevista para Senior Embedded Software Engineer

      25 sep 2020
      Candidato de entrevista anónimo
      Utrecht

      Otras evaluaciones sobre las entrevistas para el cargo de Senior Embedded Software Engineer en Qorvo

      Entrevista para Sr Embedded Software Engineer

      6 may 2018
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista difícil
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en Qorvo (Utrecht) en sep 2020

      Entrevista

      I applied to this position through a recruiter in the UK. Then had a call with the hiring manager to understand what the position was all about. Then they gave me an assignment to do which I completed

      Preguntas de entrevista [1]

      Pregunta 1

      They give you an assignment which has the question like this. Obviously one is allowed to decide what he wants and documents everything or every assumption made. However you are not allowed to ask them questions about the assignment The exercise exists in the implementation of a non-volatile memory storage component. This component should be able to backup and restore values corresponding to a unique attribute identifier. For the simplicity of the exercise the underlying non-volatile memory (eeprom, flash, …) can be modelled as a file. Component Specification • Implement the basic implementation of this component based on following API description: typedef unsigned char UInt8; typedef UInt8 gpNvm_AttrId; typedef UInt8 gpNvm_Result; gpNvm_Result gpNvm_GetAttribute(gpNvm_AttrId attrId, UInt8* pLength, UInt8* pValue); gpNvm_Result gpNvm_SetAttribute(gpNvm_AttrId attrId, UInt8 length, UInt8* pValue); • Make sure the implementation supports different datatypes for pValue. Some examples: o Basic datatypes like UInt8, UInt32,… o An array of UInt8 o Structs like for instance: #define MAX_LENGTH 20 typedef struct { UInt8 id; UInt32 options; UInt8 length; UInt8 data[MAX_LENGTH]; } gpTestData_t; • Ensure the implementation discovers and corrects corruptions in the underlying storage. • Extend your solution with a unit test. • Pay attention to optimize knowledge transfer to other developers
      1 respuesta

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Qorvo

      Entrevista

      Step1: Telephone interview - few questions on embedded software engineering, walking through the CV and questions related to the projects. Explanation of projects carried out at Qorvo Zele office, distribution of teams and work. Step2: assessment programming exercise to see coding skill and style Step3: face-to-face technical interviews

      Preguntas de entrevista [2]

      Pregunta 1

      What is difference between embedded system and computer system?
      Responder pregunta

      Pregunta 2

      What is the restrictions in an embedded system in terms of file types ?
      Responder pregunta