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

      Nuvoton

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Nuvoton | Empleos en Nuvoton | Sueldos en Nuvoton | Prestaciones en Nuvoton
      Entrevistas en NuvotonEntrevistas para el cargo de Embedded Software Developer en NuvotonEntrevista en Nuvoton


      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 Embedded Software Developer

      8 feb 2018
      Candidato de entrevista anónimo
      Herzliya
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Nuvoton (Herzliya) en ene 2018

      Entrevista

      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

      Preguntas de entrevista [4]

      Pregunta 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 respuesta

      Pregunta 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.
      Responder pregunta

      Pregunta 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 respuesta

      Pregunta 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 respuesta
      2