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

      Lutron Electronics

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Lutron Electronics reviews | Lutron Electronics jobs | Lutron Electronics salaries | Lutron Electronics benefits
      Lutron Electronics interviewsLutron Electronics Firmware Engineer interviewsLutron Electronics 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.

      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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Siemens
      3.8★Compensation and benefits
      avatar
      Samsung Electronics
      3.7★Compensation and benefits
      avatar
      ABB
      3.7★Compensation and benefits
      avatar
      Broadcom
      4.1★Compensation and benefits

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Firmware Engineer Interview

      Jan 5, 2024
      Anonymous interview candidate
      No offer
      Positive experience

      Other Firmware Engineer interview reviews for Lutron Electronics

      Firmware Engineer Interview

      Feb 23, 2024
      Anonymous interview candidate
      Coopersburg, PA
      No offer
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Lutron Electronics in Jan 2024

      Interview

      Same as others. 1st round a brain teaser, one programming question on pointers (debugging) and one embedded system design question with LED circuit. Not sure what exactly are they looking for.

      Interview questions [1]

      Question 1

      As described above in the other section.
      Answer question
      1
      Neutral experience
      Easy interview

      Application

      I applied through university. The process took 2 weeks. I interviewed at Lutron Electronics (Coopersburg, PA) in Feb 2024

      Interview

      Applied, interviewed and got invited for a follow up interview. Sent some dates and the following day was told the position closed. First interview as technical and included a pointer question, how to control an LED with a microcontroller (show hardware diagram and write a software driver with C), determine what a code snippet would print(pointers, references, and the three lightlbulbs riddle.

      Interview questions [2]

      Question 1

      What will the following code print out on the terminal? int main(){ int a = 5; foo(a); printf("%d",a); } void foo(int a){ int* ptr = &a; *a = 10; }
      1 Answer

      Question 2

      Write a driver for dimming an LED.
      1 Answer
      1

      Firmware Engineer Interview

      Jun 22, 2024
      Anonymous interview candidate
      New York, NY
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 2 days. I interviewed at Lutron Electronics (New York, NY) in Jan 2024

      Interview

      At first I introduce myself and then my interviewer asked me three questions, the second one and third one beyonds my skills, then my interviewer told me “good luck” lol

      Interview questions [1]

      Question 1

      One circuit problem and two c program problems
      Answer question