Upload Button Icon Add office photos

Johnson & Johnson

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Johnson & Johnson Software Developer Interview Questions and Answers

Updated 23 Oct 2024

Johnson & Johnson Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via unstop and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was medium to difficult level test

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about core subjects like oops pillars
  • Q2. Questions about projects, technologies used
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join this
  • Q2. Your previous experience and questions about your background

Interview questions from similar companies

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

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Coding Test 

3 easy leetcode coding questions

Round 3 - Behavioral 

(1 Question)

  • Q1. Temperment questions

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Create stack data structure with push pop and getmin
  • Ans. 

    Implement a stack with push, pop, and getmin operations.

    • Use an array to store the stack elements.

    • Keep track of the minimum element using another stack.

    • Push operation: add element to the top of the stack and update the minimum stack.

    • Pop operation: remove the top element from the stack and update the minimum stack.

    • Getmin operation: return the top element of the minimum stack.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very interview experience. They interviewed I cleared all rounds and offer was issued. Then they put my offer on hold saying opening has closed. Do not waste your time interviewing for bayer

Skills evaluated in this interview

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

(1 Question)

  • Q1. How did you handle conflicts in the team?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The interview session took 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Implement java code to filter given data from a list using the Java Stream API
  • Ans. 

    Implement Java code to filter data from a list using Java Stream API

    • Use Stream.filter() method to filter data based on a given condition

    • Use lambda expressions to define the filtering condition

    • Collect the filtered data using Collectors.toList() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core Java, and React concepts for full stack role. You must consider capability to demonstrate your knowledge and skills with RESTful APIs.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Includes a few hands on question on javascript and few technical

Interview Preparation Tips

Interview preparation tips for other job seekers - 1hr of technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They had 45 min coding test on coderpad, and a LLD question for next 45 mins. Coding round was easy with basic arrays, and strings questions

Round 2 - Technical 

(1 Question)

  • Q1. Brief discussion on HLD and LLD

Interview Preparation Tips

Topics to prepare for Bayer Software Engineer interview:
  • java
  • Algorithms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. What is css , what is the use of css
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the layout and design of web pages.

    • CSS is a styling language used to control the look and feel of a website

    • It is used to define colors, fonts, spacing, and other visual aspects of a webpage

    • CSS can be applied inline, internally within the HTML file, or externally in a separate CSS file

    • Selectors are used in CSS to target specific elements on a webpage for styling

    • ...

  • Answered by AI
  • Q2. What is html , how we can make html website
  • Ans. 

    HTML is a markup language used to create the structure of a website.

    • HTML stands for HyperText Markup Language.

    • Use tags like <html>, <head>, <title>, <body> to structure content.

    • Add elements like headings, paragraphs, images, links using tags.

    • Use attributes like src, href, alt to specify additional information.

    • Save the file with .html extension and open it in a web browser to view the website.

  • Answered by AI
  • Q3. Can you define the difference of between ul and ui
  • Ans. 

    ul is an HTML element used to create an unordered list, while ui is not a valid HTML element.

    • ul is used to create a list of items without any specific order

    • ui is not a valid HTML element and is likely a typo for ul or li

  • Answered by AI
  • Q4. What is the difference between ul or ui
  • Ans. 

    ul is an HTML element used to create an unordered list, while ui is not a valid HTML element.

    • ul is used to create a list of items without any specific order, while ui is not a valid HTML element

    • ul stands for unordered list, while ui does not have a specific meaning in HTML

    • ul is commonly used in conjunction with li (list item) elements to create lists on a webpage

  • Answered by AI
  • Q5. Explain the definition of html file
  • Ans. 

    An HTML file is a text file containing code that defines the structure and content of a webpage.

    • HTML stands for HyperText Markup Language

    • HTML files have a .html extension

    • They consist of tags that define elements like headings, paragraphs, images, links, etc.

    • HTML files can be created and edited using text editors like Notepad, Sublime Text, etc.

  • Answered by AI
  • Q6. What is the use of html
  • Ans. 

    HTML is a markup language used for creating the structure of web pages.

    • HTML stands for HyperText Markup Language

    • It is used to create the structure of web pages by using tags

    • HTML tags are used to define elements such as headings, paragraphs, images, links, etc.

    • It is the foundation of web development and is essential for creating websites

  • Answered by AI
  • Q7. Explain css or hyml
  • Ans. 

    CSS and HTML are essential languages used in web development to style and structure web pages.

    • CSS (Cascading Style Sheets) is used to style the layout and design of web pages.

    • HTML (HyperText Markup Language) is used to structure the content of web pages.

    • CSS can control the colors, fonts, spacing, and layout of elements on a webpage.

    • HTML uses tags to define the structure of a webpage, such as headings, paragraphs, and i

  • Answered by AI
Round 2 - Coding Test 

What is the html file & how we can make the html website's what is css file

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good knowledge in science and language that's enough.

I applied via Approached by company and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your name, What is experience in fmcg company And your qualification etc

Interview Preparation Tips

Interview preparation tips for other job seekers - P&G company in the world beggest one more company and highest growing brand.
Contribute & help others!
anonymous
You can choose to be anonymous

Johnson & Johnson Interview FAQs

How many rounds are there in Johnson & Johnson Software Developer interview?
Johnson & Johnson interview process usually has 3 rounds. The most common rounds in the Johnson & Johnson interview process are Coding Test, Technical and HR.
What are the top questions asked in Johnson & Johnson Software Developer interview?

Some of the top questions asked at the Johnson & Johnson Software Developer interview -

  1. questions about core subjects like oops pill...read more
  2. questions about projects, technologies u...read more

Recently Viewed

INTERVIEWS

Imarticus Learning

No Interviews

INTERVIEWS

Zeus Learning

No Interviews

DESIGNATION

SALARIES

Mentorsity

INTERVIEWS

Thermo Fisher Scientific

No Interviews

INTERVIEWS

Imarticus Learning

No Interviews

INTERVIEWS

HCLTech

No Interviews

SALARIES

Mentorsity

INTERVIEWS

Imarticus Learning

No Interviews

SALARIES

Baxter International

Tell us how to improve this page.

Johnson & Johnson Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Johnson & Johnson Software Developer Salary
based on 6 salaries
₹5 L/yr - ₹21.2 L/yr
56% more than the average Software Developer Salary in India
View more details
District Manager
123 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Manager
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Medical Representative
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate District Manager
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Johnson & Johnson with

Procter & Gamble

4.1
Compare

GlaxoSmithKline Pharmaceuticals

4.1
Compare

Novartis

4.1
Compare

Pfizer

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