Upload Button Icon Add office photos

Filter interviews by

Indian Council of Medical Research Interview Questions and Answers

Updated 5 Feb 2024

Indian Council of Medical Research Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Clinical lab test laborotory
  • Q2. Research clinical
  • Q3. Technical support
  • Q4. Technician lab test
  • Q5. All pathology and researchLaboratory
  • Ans. 

    Research clinical test DNA RNA extraction

  • Answered by niranjanbisne25

Interview Preparation Tips

Interview preparation tips for other job seekers - ***** in

Technical Project Manager Interview Questions asked at other Companies

Q1. 1) What are Isolation levels in SQL? 2) What happens if same SP is modified by multiple users at same time, how do u capture the details of each user's changes? 3) What are ACID properties? 4) What are triggers & its types? 5) What is f... read more
View answer (1)

Data Entry Operator Interview Questions & Answers

user image Basavalingappa

posted on 2 Jan 2023

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

I applied via Company Website and was interviewed before Jan 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 - Coding Test 

Typing test will be conducted for the post of Data Entry Operator.

Round 3 - All round interview 

(1 Question)

  • Q1. Basic knowledge of what we had studied, GK and MS World.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with basics knowledge of what you had studied and have command on MS Office/World.

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (45)

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to leave your previous organization?
  • Ans. 

    I am seeking new opportunities for growth and development in my career.

    • Seeking new challenges and opportunities

    • Looking for career growth and development

    • Want to broaden my skillset

    • Desire to work in a more dynamic environment

    • Seeking better work-life balance

  • Answered by AI
  • Q2. I want to grown and learn new thing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident.. and answer them very fluently.

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (45)

Interview questions from similar companies

Round 1 - Billing 

Interview Preparation Tips

Interview preparation tips for other job seekers - Data entry operator
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a detail-oriented individual with strong data entry skills and a passion for accuracy.

    • Experienced in data entry tasks such as inputting information into databases

    • Proficient in using Microsoft Excel and other data entry software

    • Strong attention to detail and ability to maintain accuracy in high-volume data entry tasks

  • Answered by AI
  • Q2. Why we should hair you
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a detail-oriented individual with strong data entry skills and a passion for accuracy.

    • Experienced in data entry tasks such as inputting information into databases

    • Proficient in using Microsoft Excel and other data entry software

    • Strong attention to detail and accuracy in data entry work

    • Ability to work efficiently under pressure and meet deadlines

  • Answered by AI
  • Q2. Why we should hire you
  • Ans. 

    I am detail-oriented, efficient, and have a strong background in data entry.

    • I have a proven track record of accurately entering data in a timely manner.

    • I am proficient in using data entry software and have a fast typing speed.

    • I have excellent attention to detail and can spot errors quickly to ensure data accuracy.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environment
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Related to data entry operator with support

Round 2 - One-on-one 

(2 Questions)

  • Q1. Which do you do type our work with sincerity
  • Q2. I do my happyness playfulness

Interview Preparation Tips

Interview preparation tips for other job seekers - Data entry operator without any interface
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 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. Salary expectation Question related job location
  • Q2. Your expectations for salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know the job you done...they want to know how suitable you are for this job

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your future goals and ambitions,
  • Q2. Five year goals, Strengths, weakness, why apollo,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be versed with the Resume forwarded, dont bluff as HR is not a fool. Be well dressed

I applied via Other and was interviewed before Oct 2017. There were 2 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Internal vacancy

General Tips: It was a technical and test in writing then after shortlisting interview with HR and Department head for personal and general topics and knowledge of the company if any and to test stress level
Then Medical test
Posting in the respective plant where vacancy was there as allotted by the departmental head
Skills: Language, Communication, Presentation Skills
Duration: 1-4 weeks

Indian Council of Medical Research Interview FAQs

How many rounds are there in Indian Council of Medical Research interview?
Indian Council of Medical Research interview process usually has 2 rounds. The most common rounds in the Indian Council of Medical Research interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Indian Council of Medical Research interview?

Some of the top questions asked at the Indian Council of Medical Research interview -

  1. Basic knowledge of what we had studied, GK and MS Wor...read more
  2. I want to grown and learn new thi...read more
  3. All pathology and researchLaborat...read more

Tell us how to improve this page.

Indian Council of Medical Research Interview Process

based on 5 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 353 Interviews
Max Healthcare Interview Questions
4.0
 • 141 Interviews
Fortis Healthcare Interview Questions
4.0
 • 132 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 125 Interviews
UnitedHealth Interview Questions
4.0
 • 82 Interviews
View all

Indian Council of Medical Research Reviews and Ratings

based on 129 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.8

Salary

3.4

Job security

3.9

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 129 Reviews and Ratings
Senior Research Fellow
35 salaries
unlock blur

₹3.7 L/yr - ₹7.2 L/yr

Research Assistant
28 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Data Entry Operator
24 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Scientist C
21 salaries
unlock blur

₹6.7 L/yr - ₹12 L/yr

Scientist B
19 salaries
unlock blur

₹5.9 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Indian Council of Medical Research with

Apollo Hospitals

4.1
Compare

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Max Healthcare

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