Upload Button Icon Add office photos

Filter interviews by

Rohm Semiconductor Interview Questions and Answers

Updated 6 Feb 2024

Rohm Semiconductor Interview Experiences

Popular Designations

2 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. 3 round and almost same asked for the previous work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Same questions from Japan team about the experience
Round 3 - HR 

(1 Question)

  • Q1. Work experience & behavior test

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know to buttering your manager than only enter if you are ready to follow slow & very long process of Japanese & no training job

Senior Marketing Executive Interview Questions asked at other Companies

Q1. Who would you target your Marketing Communication for a Gamming Console, Parent or the Kid?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

First round is written test and they asked descriptive questions related to CMOS single stage amplifiers, differential amplifiers, RC circuits, Network theory, Bode plots, poles and zeros concepts

Round 3 - Case Study 

They asked the questions based on my answers which I wrote in written test. Then they some more questions related to that questions. Overall time is 40-60 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare MOS transistors, CMOS single stage amplifiers, Differential amplifiers, RC circuits, Bode plots, poles and zeros concepts.

Analog Design Engineer Interview Questions asked at other Companies

Q1. Add capacitor parallel to one resistor and tell frequency response
View answer (1)

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. A C program was asked to write
  • Q2. How to implement sr flipflop using gates.
  • Ans. 

    An SR flip-flop can be implemented using NAND gates.

    • Use two NAND gates to create the SR flip-flop.

    • Connect the output of one NAND gate to the input of the other NAND gate.

    • Connect the Set (S) and Reset (R) inputs to the inputs of the NAND gates.

    • The output of the first NAND gate is the Q output, and the output of the second NAND gate is the Q̅ output.

  • Answered by AI
  • Q3. Steps to find temperature of N rooms and display the same
  • Ans. 

    The answer describes the steps to find and display the temperature of N rooms.

    • Create an array to store the temperature of each room

    • Iterate through each room and prompt the user to enter the temperature

    • Store the temperature in the corresponding array index

    • Display the temperature of each room

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The first criteria for shortlisting is based on CGPA (8 above)

Round: Test
Experience: A technical test was conducted which had questions from C language and Microcontroller. It was MCQ type.The test was moderately hard
Duration: 30 minutes
Total Questions: 30

Round: Technical Interview
Experience: The above questions were asked and a paper was provided to answer it. The next shotlist was based on the paper evaluation
Tips: Technical knowledge mandatory

Skills: Technical
College Name: Government Model Engineering College, Thrikkakara

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. C Programming
  • Q2. Data structures
  • Q3. Os concepts
  • Q4. Communication protocols

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 written test, 2 technical round and next HR ROUND
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

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. What are your top 3 strengths?
  • Q2. What are your top 3 weaknesses?
  • Ans. 

    I am always striving to improve, but my current weaknesses are: perfectionism, public speaking, and delegating tasks.

    • Perfectionism can lead to spending too much time on small details and missing deadlines.

    • Public speaking can make me nervous and I may need to practice more to feel confident.

    • Delegating tasks can be difficult for me because I like to have control over the outcome, but I am working on trusting others to ha

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, Show case your skills what you are best at.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Easy questions were there in round 10 . . . . . . .

Round 3 - Technical 

(2 Questions)

  • Q1. Easy questions. . . . . . . . .
  • Q2. Everything from fundamentals.....

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep clam and listen to your brain. . . . . . .. . . .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round consists of apt, digital , verilog , analog objective as well as descriptive questions in descriptive mostly related to fifo depth , counter and draw wave forms , analog questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Mostly basics of verilog digital and analog were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding questions and MCQ's

Round 2 - Technical 

(3 Questions)

  • Q1. Live coding, mostly questions based on C pointers
  • Q2. Types of Memory Allocations in C
  • Ans. 

    Types of memory allocations in C include static, dynamic, and automatic.

    • Static memory allocation: memory is allocated at compile time and remains constant throughout the program's execution. Example: int x = 5;

    • Dynamic memory allocation: memory is allocated at runtime using functions like malloc() or calloc(). Example: int *ptr = (int*)malloc(sizeof(int));

    • Automatic memory allocation: memory is allocated on the stack and...

  • Answered by AI
  • Q3. Pointers in C - Types of pointers
  • Ans. 

    Pointers in C are variables that store memory addresses. Types include null pointers, void pointers, function pointers, etc.

    • Null pointers: int *ptr = NULL;

    • Void pointers: void *ptr;

    • Function pointers: int (*ptr)(int, int);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good programming skills in C language

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic C questions and microcontrollers

Round 2 - Coding Test 

Leetcode Easy - mediums

Rohm Semiconductor Interview FAQs

How many rounds are there in Rohm Semiconductor interview?
Rohm Semiconductor interview process usually has 3 rounds. The most common rounds in the Rohm Semiconductor interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Rohm 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 Rohm Semiconductor. The most common topics and skills that interviewers at Rohm Semiconductor expect are Power Electronics, Automotive, Design Development, PCB Designing and SMPS.

Tell us how to improve this page.

Rohm Semiconductor Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Texas Instruments Interview Questions
4.1
 • 120 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Analog Devices Interview Questions
4.0
 • 27 Interviews
View all

Rohm Semiconductor Reviews and Ratings

based on 10 reviews

3.4/5

Rating in categories

3.3

Skill development

4.3

Work-life balance

3.9

Salary

3.9

Job security

3.2

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 10 Reviews and Ratings
Design Engineer
8 salaries
unlock blur

₹8.5 L/yr - ₹20.1 L/yr

Applications Engineer
5 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Senior Sales Engineer
5 salaries
unlock blur

₹10.1 L/yr - ₹15.5 L/yr

Field Application Engineer
5 salaries
unlock blur

₹40 L/yr - ₹50 L/yr

Sales Executive
4 salaries
unlock blur

₹7 L/yr - ₹11.2 L/yr

Explore more salaries
Compare Rohm Semiconductor with

Texas Instruments

4.1
Compare

STMicroelectronics

4.1
Compare

Infineon Technologies

3.8
Compare

NXP Semiconductors

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