Upload Button Icon Add office photos

Filter interviews by

Johnson & Johnson Medical Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I was interviewed in Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to my project, questions on binary tree, questions from OS (like paging and scheduling). Interviewer also asked about competitive coding
  • Q2. Formal questions regarding my background, family members etc

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: General Coding And Problem Solving, Puzzle Solving Capability
College Name: NIT Jamshedpur

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were 3 written test on Advanced excel formulas, Database SQL queries, Write a formal letter.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall nice experience.

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Concepts of Oops. Ex: Encapsulation, Abstraction, Polymorphism with real time examples.
  • Q2. Multithreading concepts in Java
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Synchronization is used to prevent race conditions and ensure thread safety.

    • Java also provides several classes and interfaces for managing thread exec...

  • Answered by AI
  • Q3. 2 Coding Questions were asked. first was easy and was medium type.
  • Q4. Questions related to my project in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - They had asked Questions according to my resume. So, be confident with the skills you mentioned. Be Confident and cool. The interviewers were very friendly.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Subject wise questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR negotiations are to be done with a confidence.
Round 1 - Technical 

(1 Question)

  • Q1. Oops, c#, design , .net framework
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial, projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice oops , data structures and algorithms, problem solving
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Comparator and Comparable
  • Q2. Spring Boot related question

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Python, c++, quans, logical

Round 2 - Technical 

(1 Question)

  • Q1. Oops, data structure, python
Round 3 - HR 

(4 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Share details of your previous job.
  • Q3. What is your family background?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare well and work hard!

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude mcq, technical question 9n c,cpp and python and R

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion about project in detail
  • Q2. Tell me about the projects
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Basic details abt company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume
Tech knowledge oops,Python, os and basic coding knowledge is a must.
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 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 - Assignment 

80 mcqs - 90 mins based on different (Campus Placement)

Round 3 - Technical 

(3 Questions)

  • Q1. About projects in resume
  • Q2. Data structure and algorithms in resume
  • Q3. 30 mins round based both technical and Hr combined.

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer

    • Convert integer to string and reverse the string

    • Use modulo operator to extract digits and reverse them

    • Use recursion to reverse the integer

  • Answered by AI
  • Q2. Without loop print 1 to 10
  • Ans. 

    Print 1 to 10 without using loops.

    • Use recursion to print numbers.

    • Use a switch statement to print numbers.

    • Use an array and map function to print numbers.

  • Answered by AI
  • Q3. Reverse a string using recursion
  • Ans. 

    Reverse a string using recursion

    • Create a function that takes a string as input

    • If the string is empty, return an empty string

    • Otherwise, call the function recursively with the substring starting from the second character

    • Concatenate the first character with the result of the recursive call

  • Answered by AI
  • Q4. Thread vs process
  • Ans. 

    Thread is a lightweight unit of a process. Process is an instance of a program that runs independently.

    • Threads share the same memory space as the parent process while processes have their own memory space.

    • Threads are faster to create and switch between than processes.

    • Processes are more secure and stable than threads.

    • Example: A web server can have multiple threads to handle multiple requests simultaneously.

    • Example: A wo...

  • Answered by AI
  • Q5. SPI vs I2C
  • Ans. 

    SPI and I2C are communication protocols used to transfer data between devices.

    • SPI is faster than I2C.

    • SPI uses separate lines for data and clock signals while I2C uses a shared line.

    • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

    • SPI is commonly used for high-speed communication between microcontrollers and peripherals while I2C is used for low-speed communica

  • Answered by AI
  • Q6. Start condition for SPI
  • Ans. 

    The start condition for SPI is a low-to-high transition on the SCK line while SS is high.

    • SPI communication begins when the master device sends a start condition to the slave device.

    • The start condition is a low-to-high transition on the SCK line while SS is high.

    • The SS line is used to select the slave device for communication.

    • The SPI protocol supports multiple slaves, but only one slave can be selected at a time.

    • After t...

  • Answered by AI
  • Q7. C++ program for EMP ID, name, salary
  • Ans. 

    C++ program to store EMP ID, name, and salary using array of strings.

    • Declare an array of strings to store EMP ID, name, and salary

    • Use cin to take input from user and store in the array

    • Use cout to display the stored data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is technical lasted about 1 hr 30 mins,

Skills evaluated in this interview

Tell us how to improve this page.

Johnson & Johnson Medical Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Philips Interview Questions
3.9
 • 157 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Medtronic Interview Questions
4.0
 • 69 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
View all

Johnson & Johnson Medical Reviews and Ratings

based on 27 reviews

4.4/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

4.3

Salary

3.9

Job security

4.0

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 27 Reviews and Ratings
Zonal Accounts Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant District Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Planning Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Business Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Johnson & Johnson Medical with

Siemens Healthineers

4.0
Compare

Medtronic

4.0
Compare

Abbott

4.1
Compare

GE Healthcare

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