Upload Button Icon Add office photos

Johnson & Johnson

Compare button icon Compare button icon Compare

Filter interviews by

Johnson & Johnson RSR Interview Questions and Answers

Updated 15 Apr 2023

Johnson & Johnson RSR Interview Experiences

3 interviews found

RSR Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2023

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

I applied via Walk-in and was interviewed in Mar 2023. 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 - One-on-one 

(4 Questions)

  • Q1. Aap kitne din se kam kar he hai fmcg me Sir 13 years se
  • Q2. Teem heading ke bare pe pucha
  • Q3. %ke bare mepucha
  • Q4. Marjan kese nikal jata hai wah pucha

Interview Preparation Tips

Interview preparation tips for other job seekers - Market kon se dikh rakhi wah pucha

RSR Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2022

I applied via Approached by Company and was interviewed in Apr 2022. 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. Your current position with time
  • Q2. Flexible for transfer
  • Ans. 

    Yes, I am flexible for transfer.

    • I am open to new opportunities and challenges.

    • I am willing to relocate if required.

    • I have experience working in different locations and adapting to new environments.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart and need to reply in positive way. Clean dress required to use

RSR Interview Questions Asked at Other Companies

Q1. How can permoted tha sale
Q2. Flexible for transfer

RSR Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2021

I applied via Walk-in and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Normal questions of Market work.
  • Q2. All details of Market working..
  • Q3. How can permoted tha sale
  • Ans. 

    Promote sales by understanding customer needs, offering incentives, and creating a sense of urgency.

    • Understand customer needs and tailor sales pitch accordingly

    • Offer incentives such as discounts, free gifts, or loyalty programs

    • Create a sense of urgency through limited time offers or scarcity tactics

    • Utilize social media and email marketing to reach a wider audience

    • Provide excellent customer service to encourage repeat b

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I ask ...sale the all line in market
.. focused on retail ...sale on hike...

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is 6 sigma
  • Ans. 

    6 Sigma is a data-driven methodology for improving business processes and reducing defects.

    • It aims to achieve a level of quality where the probability of a defect is 3.4 parts per million or less.

    • It involves five phases: Define, Measure, Analyze, Improve, and Control (DMAIC).

    • It is widely used in industries such as manufacturing, healthcare, and finance.

    • It emphasizes on statistical analysis and measurement to identify a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great to interview and I had taken up the opportunity and even though everyone is great. I learned a lot from that interview.

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All basic details regarding, your self,family background,carier background and basic knowledge of diagnostic industry

Interview Preparation Tips

Interview preparation tips for other job seekers - With my opinion, don't try to work in thyrocare.thyrocare is like a pressure coocker. And nobody will help you to resolve your issues

I applied via Approached by Company and was interviewed before Nov 2021. There were 4 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 - Coding Test 

Basic problem solving easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions based on loops, arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding a sorting algorithm
  • Ans. 

    Sorting algorithm arranges elements in a specific order.

    • Choose an appropriate sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and selection sort.

    • Implement the chosen algorithm in the programming language of choice.

    • Test the algorithm with various input sizes and types to ensure correctness and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what is in resume, decent problem solving skills + some basic design patterns will help you clear the interview

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. What are generic and non-generic collections in .net?
  • Ans. 

    Generic collections are type-safe and can store any type of data. Non-generic collections can only store objects of type 'object'.

    • Generic collections are preferred as they provide compile-time type safety.

    • Non-generic collections are slower and can cause runtime errors if the wrong type is added.

    • Examples of generic collections include List, Dictionary, and Queue.

    • Examples of non-generic collections include

  • Answered by AI
  • Q2. What are triggers and types?
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events.

    • Triggers can be used to enforce business rules or perform complex calculations.

    • Types of triggers include DML triggers, DDL triggers, and logon triggers.

    • DML triggers fire in response to data manipulation language (DML) events, such as INSERT, UPDATE, or DELETE statements.

    • DDL triggers fire in response to data definition language (DDL) ...

  • Answered by AI
  • Q3. What is managed and unmanaged code?
  • Ans. 

    Managed code is executed by the CLR while unmanaged code is executed by the operating system.

    • Managed code is written in languages like C#, VB.NET, etc. and is compiled into Intermediate Language (IL) code.

    • Unmanaged code is written in languages like C, C++, etc. and is compiled into machine code.

    • Managed code is executed by the Common Language Runtime (CLR) while unmanaged code is executed by the operating system.

    • Managed...

  • Answered by AI
  • Q4. Difference between in, out and ref parameters?
  • Ans. 

    In, out and ref are parameter modifiers in C# used to pass arguments to a method.

    • In parameters are read-only and used to pass values to a method.

    • Out parameters are write-only and used to return values from a method.

    • Ref parameters are read-write and used to pass values to and from a method.

    • In parameters are passed by value, out and ref parameters are passed by reference.

    • In parameters are optional, out and ref parameters

  • Answered by AI
  • Q5. Difference between viewdata, viewbag and tempdata?
  • Ans. 

    Difference between viewdata, viewbag and tempdata

    • ViewData is used to pass data from controller to view

    • ViewBag is a dynamic object used to pass data from controller to view

    • TempData is used to pass data between controller actions or redirects

  • Answered by AI
  • Q6. MVC lifecycle
  • Q7. What are the ways to improve performance of stored procedures?
  • Ans. 

    Ways to improve performance of stored procedures

    • Use SET NOCOUNT ON to reduce network traffic

    • Avoid using SELECT *

    • Use table variables instead of temporary tables

    • Avoid using cursors

    • Use appropriate indexes

    • Avoid using scalar functions

    • Minimize the use of triggers

    • Use stored procedures instead of ad hoc queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was able to answer most of the answers with ease and got selected for next round which was managerial round and was fairly easy.

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Basic Aptitude and logic based questions. 
Tips: Practice on questions similar to CAT.
Duration: 60 min minutes
Total Questions: 30

Round: Test
Experience: 15 MCQ + 3 programming + 2 networking based questions.
Tips: Problems are not so tough. Time is the only constraint. Keep it fast.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: Find questions at -----/

Skill Tips: ""
College Name: IIT Indore

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

Johnson & Johnson Interview FAQs

How many rounds are there in Johnson & Johnson RSR interview?
Johnson & Johnson interview process usually has 2 rounds. The most common rounds in the Johnson & Johnson interview process are Resume Shortlist, One-on-one Round and HR.
What are the top questions asked in Johnson & Johnson RSR interview?

Some of the top questions asked at the Johnson & Johnson RSR interview -

  1. How can permoted tha s...read more
  2. Flexible for trans...read more
  3. Aap kitne din se kam kar he hai fmcg me Sir 13 years...read more

Tell us how to improve this page.

Johnson & Johnson RSR Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Max Healthcare Interview Questions
4.1
 • 140 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 124 Interviews
UnitedHealth Interview Questions
4.0
 • 82 Interviews
Paras Hospital Interview Questions
4.4
 • 81 Interviews
Pacific BPO Interview Questions
3.4
 • 79 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
View all
Johnson & Johnson RSR Salary
based on 20 salaries
₹2.2 L/yr - ₹6.9 L/yr
37% more than the average RSR Salary in India
View more details

Johnson & Johnson RSR Reviews and Ratings

based on 22 reviews

4.7/5

Rating in categories

4.7

Skill development

4.8

Work-life balance

4.7

Salary

4.5

Job security

4.8

Company culture

3.9

Promotions

4.6

Work satisfaction

Explore 22 Reviews and Ratings
District Manager
123 salaries
unlock blur

₹5.9 L/yr - ₹13 L/yr

Associate District Manager
102 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Field Manager
98 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Medical Representative
83 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Area Sales Manager
83 salaries
unlock blur

₹6.5 L/yr - ₹22.4 L/yr

Explore more salaries
Compare Johnson & Johnson with

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Max Healthcare

4.0
Compare

Paras Hospital

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