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 at National Institute of Technology (NIT), Tiruchirappalli 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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(6 Questions)

  • Q1. Self introduction
  • Q2. Question from my resume, medical device classification , medical standards, risk management
  • Q3. DFMEA, FMEA
  • Q4. GD&T processes
  • Q5. Exposure on cad software tools
  • Q6. Sustenance, product knowledge, mechanical fundamental, medical industry fundamental
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Docker,image vs containers,mutistage,terraformstatebackend
  • Ans. 

    Docker is a platform for developing, shipping, and running applications using containers. Images are templates for containers, multistage builds optimize Dockerfiles, and Terraform state backend stores infrastructure state.

    • Docker is a platform that allows developers to package applications and their dependencies into containers for easy deployment and scalability.

    • Images are read-only templates used to create containers...

  • Answered by AI
  • Q2. What is diff cloud formation vs terraform, release management like blue green etc.
  • Ans. 

    CloudFormation and Terraform are both infrastructure as code tools, while blue-green release management is a deployment strategy.

    • CloudFormation is a service provided by AWS for creating and managing AWS resources using templates written in JSON or YAML.

    • Terraform is an open-source tool by HashiCorp that allows you to define and provision infrastructure using a declarative configuration language.

    • Blue-green deployment is ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Equifax Site Reliability Engineer interview:
  • Docker
  • Terraform
  • Kubernetes
Interview preparation tips for other job seekers - do the concept well why what u use this specific tools and all that
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Why you left your last organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR and operations manager seemed to be present solely to reject candidates. Out of four individuals shortlisted, three were dismissed due to a perceived lack of experience, confidence, and communication skills. In my case, the interview went well, yet the only justification for my rejection was a concern over a longer joining period, suggesting I might accept a position elsewhere if offered a better job title and salary. This presents an unprofessional and biased perspective. It is advisable to consider hiring more qualified individuals in the future, as such attitudes could harm the organization.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

20 questions 40 minutes, 3 type of question easy, medium and hard each of 1, 3 and 5 points respectively, if you answer correct then you move above in difficulty else go down.

Round 2 - Technical 

(2 Questions)

  • Q1. 20 questions 40 minutes same pattern as apti. Questions mainly from power electronics, network theory, machines and analog electronics
  • Q2. 2 coding question one easy, one medium. Doing 1 question only may work
Round 3 - One-on-one 

(3 Questions)

  • Q1. Picked question from my cv/ project. Complete analysis of boost converter, voltage at no load, saturation of inductor, parasitics etc and much more.
  • Q2. Bjt as switch opams mosfet on off charecteristics etc, analog electronics.
  • Q3. 2 easy coding problem of searching and sorting algos
  • Ans. 

    Implementing binary search and bubble sort algorithms in Python

    • Binary search: Divide and conquer algorithm to find a target value in a sorted array

    • Bubble sort: Iteratively swap adjacent elements if they are in the wrong order

    • Example for binary search: def binary_search(arr, target):

    • Example for bubble sort: def bubble_sort(arr):

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Internship Trainee interview:
  • Power Electronics
  • Analog Electronics
  • Network analysis
  • Coding
  • Digital Electronics
Interview preparation tips for other job seekers - Be thorough with your concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About your last company products
  • Q2. SMC product knowledge
Round 2 - HR 

(2 Questions)

  • Q1. About notice period and package discussed
  • Q2. Final discussion about joining
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How many customer do you handle
  • Q2. Key responsibilities of a Project Manager
Round 2 - One-on-one 

(2 Questions)

  • Q1. Family background and details ?
  • Q2. How many customer events are there?
  • Ans. 

    The number of customer events varies depending on the project and its scope.

    • The number of customer events can range from a few to several dozen, depending on the size and complexity of the project.

    • Customer events may include meetings, presentations, workshops, trainings, and feedback sessions.

    • Examples of customer events could be product demos, focus groups, user testing sessions, and milestone reviews.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be natural and share answers based on your real life experience

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, Case Study and HR.
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
 • 124 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Analog Devices Interview Questions
4.1
 • 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

Analog Devices

4.1
Compare

STMicroelectronics

4.1
Compare

Infineon Technologies

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