Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Nuvoton

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Nuvoton reviews | Nuvoton jobs | Nuvoton salaries | Nuvoton benefits
      Nuvoton interviewsNuvoton Embedded Software Developer interviewsNuvoton interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Embedded Software Developer Interview

      8 Feb 2018
      Anonymous interview candidate
      Herzliya
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Nuvoton (Herzliya) in Jan 2018

      Interview

      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

      Interview questions [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 Answer

      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.
      Answer 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 Answer

      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 Answer
      2