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

      Nuvoton

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Nuvoton | Offerte di lavoro di Nuvoton | Stipendi di Nuvoton | Benefit di Nuvoton
      Colloqui di NuvotonColloqui per Embedded Software Developer presso NuvotonColloquio di Nuvoton


      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
      Franklin Electric
      3.5★Stipendio e benefit
      avatar
      ZTE
      3.6★Stipendio e benefit

      Colloquio per Embedded Software Developer

      8 feb 2018
      Candidato anonimo a colloquio
      Herzliya
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Nuvoton (Herzliya) nel mese di gen 2018

      Colloquio

      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

      Domande di colloquio [4]

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

      Domanda 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.
      Rispondi alla domanda

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

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