Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Qorvo

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Qorvo | Offerte di lavoro di Qorvo | Stipendi di Qorvo | Benefit di Qorvo
      Colloqui di QorvoColloqui per Sr Embedded Software Engineer presso QorvoColloquio di Qorvo


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Samsung Electronics
      3.7★Stipendio e benefit
      avatar
      ZTE
      3.6★Stipendio e benefit

      Colloquio per Sr Embedded Software Engineer

      6 mag 2018
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva

      Altre recensioni di colloqui per Sr Embedded Software Engineer presso Qorvo

      Colloquio per Senior Embedded Software Engineer

      25 set 2020
      Candidato anonimo a colloquio
      Utrecht
      Nessuna offerta
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Qorvo

      Colloquio

      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

      Domande di colloquio [2]

      Domanda 1

      What is difference between embedded system and computer system?
      Rispondi alla domanda

      Domanda 2

      What is the restrictions in an embedded system in terms of file types ?
      Rispondi alla domanda
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Qorvo (Utrecht) nel mese di set 2020

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 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 risposta