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

      Qorvo

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Qorvo | Ofertas de empleos en Qorvo | Sueldos en Qorvo | Beneficios en Qorvo
      Entrevistas de QorvoEntrevistas para el puesto de Sr Embedded Software Engineer en QorvoEntrevista de Qorvo


      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
      Siemens
      3.8★Remuneración y beneficios
      avatar
      Samsung Electronics
      3.7★Remuneración y beneficios
      avatar
      ABB
      3.7★Remuneración y beneficios
      avatar
      ZTE
      3.6★Remuneración y beneficios

      Entrevista de Sr Embedded Software Engineer

      6 may 2018
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva

      Otras opiniones sobre las entrevistas para el puesto de Sr Embedded Software Engineer en Qorvo

      Entrevista de Senior Embedded Software Engineer

      25 sept 2020
      Candidato de entrevista anónimo
      Utrecht
      Sin oferta
      Entrevista difícil

      Solicitud

      Envié una solicitud electrónica. 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
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Solicité el puesto a través de un captador. Acudí a una entrevista en Qorvo (Utrecht) en sept 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