Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Nuvoton

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Nuvoton | Offres d’emploi chez Nuvoton | Salaires chez Nuvoton | Avantages sociaux chez Nuvoton
      Entretiens chez NuvotonEntretiens d’embauche pour Embedded Software Developer chez NuvotonEntretien chez Nuvoton


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Siemens
      3.8★Rémunération et avantages
      avatar
      Samsung Electronics
      3.7★Rémunération et avantages
      avatar
      ABB
      3.7★Rémunération et avantages
      avatar
      Eaton
      3.7★Rémunération et avantages

      Entretien pour Embedded Software Developer

      8 févr. 2018
      Candidat à l'entretien anonyme
      Herzliya
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Nuvoton (Herzliya) en janv. 2018

      Entretien

      two on site interviews, they were very friendly. it was for writing software for chip that controls that desktop's cooling. I past the first interview then at the second they didn't want to risk hiring me

      Questions d'entretien [4]

      Question 1

      There is an 8 bit counter that is incremented by hardware every tick call it counter8 And there is an interupt handler that is called every tick. I should write the code for the interrupt handler to implement a 16 bit counter.
      1 réponse

      Question 2

      Another question was two functions handling a queue implemented by a cyclic array. One function add to the queue and the other take from the queue and I have to follow the indexes for a given input. Then did told me there is a bug, it was something related to the order in which values are checked.
      Répondre à cette question

      Question 3

      Given are two functions. One function writes to the shared memory using the function write_to_mem() One function reads from shared memory using the function read_from_mem() We also have a 8 bit variable sem. First function can set/clear only the first bit of sem (msb), indicating it just wrote to the mem. Second function can set/clear only the last bit of sem (lsb) indicating it finished reading from mem. Both functions can read both bits. The two functions might run on different processor with different frequencies. Processor 1 runs a code that call the first function in en endless loop Processor 2 runs a code that call the second function in en endless loop. I need to write the code in each processor such that the functions are synchronized.
      1 réponse

      Question 4

      We have a non volatile flash memory with the following properties: Page size is 400 bytes, in the beginning all pages are initialized to 1s It is only possible to set a 1 into 0, not possible to set 0 back to 1. It is possible to erase a page - setting all values to 1 After 1000 erase operations the page is damaged and finishes his life. You need to implement a counter with this flash memory and a RAM. The counter should be maintained such that if the computer is turned off unexpectedly and on again the counter should still be valid up to missing 1 or to counts.
      1 réponse
      2