Upload Button Icon Add office photos

Filter interviews by

Indian Council of Medical Research Data Entry Operator Interview Questions and Answers

Updated 25 Aug 2023

Indian Council of Medical Research Data Entry Operator Interview Experiences

2 interviews found

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.

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

asked in Flipkart
Q1. What is skills matrix of Return center Department?
asked in HDFC Bank
Q2. How can you manage to sell the product of the company?
Q3. Do you have laptop at home with good internet connection
asked in Amazon
Q4. How much fast ur in typing for data entry ?
asked in Data Entry
Q5. Why you have choose this data entry coding

Interview questions from similar companies

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 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 - One-on-one 

(1 Question)

  • Q1. Weather i can travel for work or not
Round 3 - One-on-one 

(1 Question)

  • Q1. Profile related, industry and travel

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, say what you know
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Total health care experience
  • Q2. Last organisation CTC
  • Ans. 

    My last organization's CTC was competitive and reflected my contributions and experience in the role.

    • CTC included base salary, bonuses, and benefits.

    • For example, my base salary was X, with a performance bonus of Y.

    • Additionally, I received health insurance and retirement benefits.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell about yourself
  • Q2. What you have been doing in the current organisation
  • Q3. Turnover of the company
  • Ans. 

    The turnover of the company refers to the total revenue generated by the company in a specific period of time.

    • Turnover can be calculated by multiplying the number of units sold by the selling price of each unit.

    • It is an important financial metric that indicates the company's performance and growth.

    • Higher turnover generally indicates better financial health and efficiency.

    • Example: Company X had a turnover of $1 million ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How confident are you to take up new job roles
  • Q2. You don't have the experience of certain things, how will you tackle them.
Round 3 - Technical 

(2 Questions)

  • Q1. Where do you stay, with whom
  • Q2. Plans to shift and why do you want to join the organisation
Round 4 - HR 

(2 Questions)

  • Q1. Salary take home, expectations
  • Q2. Your present job role and salary slip

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Don't miss out anything that you have ever done in your Resume. Your smallest of experience may count.

2. Don't copy paste, do go through your Resume definately. And most importantly don't fake out on subjects that you don't know. It's okay if people don't know. Just for getting job, don't fake out that you know everything.


Build the trust in the first instance be truthful.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding test to screen developer skills

Round 2 - Aptitude Test 

Arithmetic,data interpretation, verbal ability, verbal test, logical

Round 3 - Group Discussion 

Comprehensive technique to judge the suitability of an individual and his appropriateness for admission & scholarship

Round 4 - Assignment 

A job type of work that you are given to do

Interview Preparation Tips

Topics to prepare for Apollo Hospitals Assistant Manager interview:
  • Analyze the job
  • Practice interviewing
  • Research the company
  • Interview experience
  • time
  • Your career goals
  • Think about body language
  • Tell me about yourself
Interview preparation tips for other job seekers - Be prepared for anytime, act kindly to everyone
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

Power bi assignment was given to solve

Round 2 - Technical 

(6 Questions)

  • Q1. Optimization techniques in sql
  • Ans. 

    Optimization techniques in SQL involve using indexes, query optimization, and proper database design.

    • Use indexes on columns frequently used in WHERE clauses to speed up query performance

    • Avoid using SELECT * and instead specify only the columns needed in the query

    • Optimize queries by using appropriate join types and conditions

    • Normalize database tables to reduce redundancy and improve query efficiency

  • Answered by AI
  • Q2. Sub queries in sql
  • Ans. 

    Sub queries in SQL are queries nested within another query to retrieve data based on the result of the outer query.

    • Sub queries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

    • They can be used to filter results, retrieve data from multiple tables, or perform calculations.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT column2 FROM table2 WHERE condition);

  • Answered by AI
  • Q3. Types of Join in sql
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns all rows when there is a match in either table

  • Answered by AI
  • Q4. Time intelligence functions in power bi
  • Ans. 

    Time intelligence functions in Power BI are used to analyze and compare data based on time periods.

    • Time intelligence functions help in calculating year-to-date, month-to-date, and other time-based calculations.

    • Functions like TOTALYTD, SAMEPERIODLASTYEAR, and PARALLELPERIOD are commonly used for time intelligence in Power BI.

    • These functions allow for easy comparison of data across different time periods and help in tren

  • Answered by AI
  • Q5. Logical questions in aptitude
  • Q6. Row level security in power bi
  • Ans. 

    Row level security in Power BI allows users to restrict access to specific rows of data based on their role or criteria.

    • Row level security can be implemented by creating roles in Power BI and defining rules to filter data based on user roles.

    • Users can be assigned to specific roles which determine the data they have access to.

    • Row level security helps in ensuring data privacy and compliance with regulations.

    • For example, ...

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why you want to change the company
  • Q3. What's your expected ctc
  • Ans. 

    I expect a competitive salary based on my qualifications, experience, and the responsibilities of the Assistant Manager role.

    • I am looking for a salary that reflects my skills and experience in the industry.

    • I have researched the average salary range for Assistant Managers in this field.

    • I am open to negotiation and would like to discuss the compensation package in detail during the interview.

    • I am confident that my value ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear on your answers, do not hesitate
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What time intelligence functions can be used for ytd and qtd analysis
  • Ans. 

    Time intelligence functions like YTD (Year-to-Date) and QTD (Quarter-to-Date) can be used for YTD and QTD analysis in data analytics.

    • YTD analysis can be done using functions like YTD() or TOTALYTD() to calculate values from the beginning of the year up to the selected date.

    • QTD analysis can be done using functions like QTD() or TOTALQTD() to calculate values from the beginning of the quarter up to the selected date.

    • Thes...

  • Answered by AI
  • Q2. Difference between import and direct query
  • Ans. 

    Import brings data into Power BI for further analysis, while direct query connects to data source in real-time.

    • Import: Data is loaded into Power BI for analysis, improving performance but requiring periodic refreshes.

    • Direct Query: Connects to data source in real-time, allowing for up-to-date information but potentially slower performance.

    • Import is suitable for smaller datasets, while direct query is better for large da

  • Answered by AI

Skills evaluated in this interview

Indian Council of Medical Research Interview FAQs

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

Some of the top questions asked at the Indian Council of Medical Research Data Entry Operator 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

Tell us how to improve this page.

Indian Council of Medical Research Data Entry Operator Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Indian Council of Medical Research Data Entry Operator Salary
based on 24 salaries
₹2 L/yr - ₹3 L/yr
5% more than the average Data Entry Operator Salary in India
View more details

Indian Council of Medical Research Data Entry Operator Reviews and Ratings

based on 5 reviews

4.0/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.7

Salary

4.7

Job security

4.9

Company culture

4.7

Promotions

4.9

Work satisfaction

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

₹3.7 L/yr - ₹7.2 L/yr

Research Assistant
29 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

Research Associate
20 salaries
unlock blur

₹3.2 L/yr - ₹7.2 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