Upload Button Icon Add office photos

Filter interviews by

ON Semiconductor Interview Questions and Answers

Updated 16 Jan 2025

ON Semiconductor Interview Experiences

Popular Designations

6 interviews found

Mixed Signal Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Analog electronics gate level questions
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Typical HR questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. LRU cache memory leaks

Interview Preparation Tips

Interview preparation tips for other job seekers - it is doable

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Overall experience

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on analog circuit design, verilog modules, register transistor logics, CMOS etc
  • Q2. Common questions related to analog circuits, specifically focusing on MOSFETs.
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions mostly based on practical implementations and issues debugged.
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions and managerial questions.
Round 4 - HR 

(1 Question)

  • Q1. Typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for best and expect the worst in terms of interview experience. HR management is worst and they'll keep finding replacements of yours even after selecting. So you should also have plan B incase your candidature gets rejected. I declined the offer and joined another company.

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

ON Semiconductor interview questions for popular designations

 Data Analyst

 (1)

 Design Engineer

 (1)

 Product Development Engineer

 (1)

 Senior Test Engineer

 (1)

 Verification Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Mostly on TB components coding, different scenario coding..

Round 2 - Coding Test 

Mostly on past project experience, different implementation on those projects.

Round 3 - HR 

(2 Questions)

  • Q1. On background details
  • Q2. Reason of job change
  • Ans. 

    Seeking new challenges and growth opportunities in the field of verification engineering.

    • Desire to work on more complex projects

    • Opportunity to learn and apply new technologies

    • Seeking a more collaborative and supportive work environment

    • Career advancement and professional development

    • Company restructuring or downsizing

    • Relocation or commute concerns

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the verification concepts and past projects.

Verification Engineer Interview Questions asked at other Companies

Q1. How do you ensure no data loss happens in HW to SW communication?
View answer (2)

I applied via LinkedIn and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to the new product development flow , yield improvement techniques, image sensor technical details like building blocks and the test parameters

Interview Preparation Tips

Interview preparation tips for other job seekers - There were multiple rounds in technical interview. make sure to answer confidently. The interviewers are friendly natured. they give you enough time to think about the question. the first two technical rounds are critical. have a good knowledge on the projects which you have handled.

Product Development Engineer Interview Questions asked at other Companies

Q1. Trapping RainwaterYou have been given a long type array/list 'ARR' of size 'N'. It represents an elevation map wherein 'ARR[i]' denotes the elevation of the 'ith' bar. Print the total amount of rainwater that can be trapped in these elevati... read more
View answer (4)

Jobs at ON Semiconductor

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. For the first round t is only only.
  • Q2. UVM-Phases,config db,resource db,asked me to write code for my projects mentioned in resume
  • Q3. AMBA protocols(mentioned in resume) pslave error,decode error,signals,arbitration,interleaving.
  • Q4. UVM architecture,verification flow
  • Q5. First round mostly focussed on my communication skills and projects mentioned in my resume.For my friend they showed a PPT of questions just followed them.
Round 2 - Technical 

(4 Questions)

  • Q1. It is a face to face interview,Only focussed on technical questions.They have a common ppt with technical questions .They will show those questions ask you to write answers on a paper.
  • Q2. 1.waveform shown asked to find the expression-XOR gate. 2.parity checker and parity generator truthtable and verilog code. 3.modports,clocking blocks and interface sv code. for (addr=something,data=somethi...
  • Q3. Verilog FIFO code Assertion waveform shown sv code for it APB protocol waveforms Protocols signals if you mention them protocol address calculations coverage code types of array and their syntax
  • Q4. For technical round they focus on coding only,don't forget to see all sv topics coding structure.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Merge intervals ( Leetcode)
  • Q2. Buy and sell stocks II (Leetcode)
  • Q3. Runtime polymorphism and how it works vptr and vtable
  • Ans. 

    Runtime polymorphism in C++ is achieved through virtual functions, vptr (virtual pointer), and vtable (virtual table).

    • Runtime polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual functions are declared in a base class and overridden in derived classes to achieve polymorphism.

    • vptr is a pointer that points to the vtable of an object, allowing dynamic binding of virtual ...

  • Answered by AI
  • Q4. Which version of c++ you use
  • Ans. 

    I primarily use C++17, but I am familiar with earlier versions as well.

    • I am comfortable working with features introduced in C++17 such as structured bindings and constexpr if

    • I have experience with earlier versions like C++11 and C++14

    • I stay updated with the latest features and improvements in C++ standards

  • Answered by AI
  • Q5. Design patterns
  • Q6. Have you used any windows api's?
  • Ans. 

    Yes, I have used Windows API's extensively in my previous projects.

    • I have used Windows API's for tasks such as creating windows, handling messages, and interacting with system resources.

    • Examples include using functions like CreateWindow, SendMessage, and ReadFile.

    • I have also worked with specific Windows API's like Winsock for networking and WinINet for internet-related tasks.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. One debugging question was given which will test knowledge on copy constructor, copy assignment, their return type move constructor, move assignment shallow copy, deep copy runtime polymorphism pointer ini...
  • Q2. What is dynamic_cast where it can fail and what will happen in that case
  • Ans. 

    dynamic_cast is a C++ operator used for safe downcasting of pointers and references in polymorphic classes.

    • dynamic_cast is used to safely downcast a pointer or reference from a base class to a derived class.

    • It can fail if the object being casted is not of the target type, in which case it returns a null pointer for pointers or throws a std::bad_cast exception for references.

    • Dynamic_cast can only be used with pointers o...

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Same debugging question while making it advance how will you handle in case there is data member of pointer to int array in deep copy how will you ensure that it does delete previous data in case new opera...
  • Q2. What is union in c++
  • Ans. 

    Union in C++ is a data structure that allows storing different data types in the same memory location.

    • Unions are similar to structures but all members share the same memory location.

    • Only one member of a union can be accessed at a time.

    • Unions are useful when you need to store different data types in the same memory space.

    • Example: union MyUnion { int i; float f; };

    • Example: MyUnion u; u.i = 10; // Accessing integer member

  • Answered by AI
  • Q3. What is weak pointer
  • Ans. 

    Weak pointer is a type of smart pointer in C++ that does not control the lifetime of the object it points to.

    • Weak pointers are used to break circular references in shared pointers.

    • They do not increase the reference count of the object.

    • They are used in scenarios where the object may be deleted while there are still weak pointers pointing to it.

  • Answered by AI
  • Q4. What are processes and threads memory is allocated to what process or threads? what is mutex and semaphore how many threads/process can you launch at a time what is meaning of core in 4-core system what is...
  • Ans. 

    Processes and threads are units of execution in a computer system. Memory is allocated to processes. Mutex and semaphore are synchronization mechanisms. Core refers to a processing unit in a multi-core system. Context switching is the process of switching between different processes or threads.

    • Processes are independent units of execution with their own memory space and resources.

    • Threads are lightweight units of executi...

  • Answered by AI
  • Q5. What is this pointer tell me situation where only this pointer can be used nothing else will work

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What can you share about your experience?
  • Q2. What are the specific responsibilities associated with the role, and how does the workflow typically function?
Round 2 - Technical 

(1 Question)

  • Q1. It was little technical with the Excel and Power Bi
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

There was one coding question along with approximately 30 multiple-choice questions focused on algorithms, Python, and machine learning.

Round 2 - Technical 

(2 Questions)

  • Q1. First they asked me to explain the same question which was asked in round1. I explained it nicely.
  • Q2. Then they gave me a leetcode question of spiral matrix. I haven't heard of the question before so was not able to understand it properly although coded whatever I was able to understand. It was a weak comm...

Interview Preparation Tips

Interview preparation tips for other job seekers - Always remain calm, thoroughly understand the problem, and then proceed to code. Avoid rushing.

ON Semiconductor Interview FAQs

How many rounds are there in ON Semiconductor interview?
ON Semiconductor interview process usually has 2-3 rounds. The most common rounds in the ON Semiconductor interview process are Technical, HR and Coding Test.
How to prepare for ON Semiconductor interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ON Semiconductor. The most common topics and skills that interviewers at ON Semiconductor expect are Recruitment, Semiconductor, Industrial Automation, Automotive and Python.
What are the top questions asked in ON Semiconductor interview?

Some of the top questions asked at the ON Semiconductor interview -

  1. Questions related to the new product development flow , yield improvement techn...read more
  2. Questions based on analog circuit design, verilog modules, register transistor ...read more
  3. Project related questions mostly based on practical implementations and issues ...read more

Tell us how to improve this page.

ON Semiconductor Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 273 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Analog Devices Interview Questions
4.1
 • 27 Interviews
Xilinx Interview Questions
4.2
 • 9 Interviews
View all

ON Semiconductor Reviews and Ratings

based on 24 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.4

Salary

3.8

Job security

3.9

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 24 Reviews and Ratings
Senior MTS Analog Design Engineer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Senior Principal Digital IC Design Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Director, Imaging Demo/Test Systems

Bangalore / Bengaluru

8-11 Yrs

Not Disclosed

Explore more jobs
Design Engineer
13 salaries
unlock blur

₹12 L/yr - ₹17 L/yr

Staff Engineer
10 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Design Engineer II
6 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Software Engineer2
5 salaries
unlock blur

₹14.5 L/yr - ₹21.2 L/yr

Senior Engineer
5 salaries
unlock blur

₹17.8 L/yr - ₹24.2 L/yr

Explore more salaries
Compare ON Semiconductor with

Texas Instruments

4.1
Compare

Analog Devices

4.1
Compare

Microchip Technology

4.0
Compare

Maxim Integrated

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview