Add office photos
Employer?
Claim Account for FREE

Jio Platforms

3.5
based on 1.3k Reviews
Filter interviews by

10+ ON Semiconductor Interview Questions and Answers

Updated 27 Oct 2024
Popular Designations
Q1. Rotting Oranges

You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values:

  • Value 0 - representing an empty cell.
  • Value 1 - representing a fresh orange.
  • ...read more
  • View 3 more answers
    Q2. Unique Paths

    You are present at point ‘A’ which is the top-left cell of an M X N matrix, your destination is point ‘B’, which is the bottom-right cell of the same matrix. Your task is to find the total number of...read more

    View 5 more answers
    Q3. Rotate Linked List

    You have been given a Linked List having ‘N’ nodes and an integer ‘K’. You have to rotate the Linked List by ‘K’ positions in a clockwise direction.

    Example :

     Given Linked List : 1 2 3 4 -1 a...read more
    View 3 more answers
    Q4. Circular Tour

    You have been given a circular path. There are N petrol pumps on this path that are numbered from 0 to N - 1 (Both inclusive). Each petrol pump has two values associated with it:

    1)The amount of pe...read more

    View 3 more answers
    Discover ON Semiconductor interview dos and don'ts from real experiences
    Q5. Min Stack

    Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.

    1. Push(num): Push the given number in the stack. 2. Pop: Remove and return the top element from the st...read more
    View 2 more answers
    Q6. Check Palindrome

    Ninja is given an integer ‘N’. Ninja wants to find whether the binary representation of integer ‘N’ is palindrome or not.

    A palindrome is a sequence of characters that reads the same backward as...read more

    Add your answer
    Are these interview questions helpful?
    Q7. DBMS Question

    Find 4th Highest Salary in Employees?
    Find number of Employees whose birthdates are after 1/11/1990 ( Some Date )
    what are Normalisation and it's types.

    Add your answer
    Q8. Operating System Questions

    What is Race Condition?
    How can you stop Race Condition to happen?
    About Threads - kernal, user threads?

    Add your answer
    Share interview questions and help millions of jobseekers 🌟

    Q9. Print Fibonacci series

    Ans.

    Print Fibonacci series

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number in the series

    • Repeat until desired number of terms is reached

    Add your answer

    Q10. rolling hash dsa problem

    Ans.

    Rolling hash is a hashing technique used in data structures and algorithms to efficiently compare substrings of text.

    • Rolling hash is used in algorithms like Rabin-Karp string matching algorithm.

    • It involves updating the hash value of a substring by removing the contribution of the first character and adding the contribution of the next character.

    • It is useful for comparing substrings in constant time complexity.

    Add your answer

    Q11. Multi Threading in Java

    Ans.

    Multi threading in Java allows multiple threads to execute concurrently, improving performance and responsiveness.

    • Multi threading is achieved in Java by extending the Thread class or implementing the Runnable interface.

    • Threads share the same memory space, allowing them to communicate and synchronize using methods like wait(), notify(), and notifyAll().

    • Concurrency issues like race conditions and deadlocks can occur in multi-threaded applications and must be carefully managed.

    • E...read more

    Add your answer

    Q12. Synchronization in Java

    Ans.

    Synchronization in Java ensures that only one thread can access a shared resource at a time.

    • Synchronization is achieved using the synchronized keyword in Java.

    • It can be applied to methods or blocks of code.

    • Example: synchronized void myMethod() { // code }

    Add your answer
    Contribute & help others!
    Write a review
    Share interview
    Contribute salary
    Add office photos

    Interview Process at ON Semiconductor

    based on 6 interviews in the last 1 year
    2 Interview rounds
    Coding Test Round
    Technical Round
    View more
    Interview Tips & Stories
    Ace your next interview with expert advice and inspiring stories

    Top Software Developer Interview Questions from Similar Companies

    3.5
     • 37 Interview Questions
    3.0
     • 25 Interview Questions
    3.6
     • 15 Interview Questions
    4.0
     • 13 Interview Questions
    3.0
     • 10 Interview Questions
    View all
    Share an Interview
    Stay ahead in your career. Get AmbitionBox app
    qr-code
    Helping over 1 Crore job seekers every month in choosing their right fit company
    70 Lakh+

    Reviews

    5 Lakh+

    Interviews

    4 Crore+

    Salaries

    1 Cr+

    Users/Month

    Contribute to help millions
    Get AmbitionBox app

    Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

    Follow us
    • Youtube
    • Instagram
    • LinkedIn
    • Facebook
    • Twitter