Upload Button Icon Add office photos

CMS IT Services

Compare button icon Compare button icon Compare

Filter interviews by

CMS IT Services Data Entry Operator Interview Questions and Answers

Updated 28 Sep 2023

CMS IT Services Data Entry Operator Interview Experiences

1 interview found

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 Aug 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 

(6 Questions)

  • Q1. I understand word to question
  • Q2. Computer se related
  • Q3. Data entry and accounting question
  • Q4. Any computer question
  • Q5. Account se Excel word PowerPoint coding
  • Q6. Word Excel PowerPoint data entry word

Interview Preparation Tips

Interview preparation tips for other job seekers - I am good skills and working good things

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2018. There was 1 interview round.

Interview Preparation Tips

General Tips: Interview was short. Explained the role which was similar to the work I was doing before in my previous healthcare organization.

EDI related questions were asked. All type of file conversion and Excel formulas been asked.

Prepare well with on the above areas. It takes around 30 minutes.
Skills: Problem Solving, Analytical Skills, Presentation Skills, Time Management
Duration: <1 week
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a test of 90 minutes containing almost every thing .Quantitative+Logical+Computer fundamentals+2 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thouroughly for aptitude
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

DURATION 1.3 HRS WITH REASONING AND 2 CODING QUESTION

Round 2 - Technical 

(2 Questions)

  • Q1. SQL QUESTION FIND N TH HIGHEST SALARY
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the Nth highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT to specify the Nth highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT N,1

  • Answered by AI
  • Q2. SQL QUESTION PIVOT TABLE QUESTION

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 Oct 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 - One-on-one 

(5 Questions)

  • Q1. Skill related question
  • Q2. HR Discussion is the final round
  • Q3. Know about your past experiences
  • Q4. Exception from you
  • Ans. 

    I strive to always go above and beyond in my work, consistently exceeding expectations and delivering exceptional results.

    • I always look for opportunities to take on additional responsibilities and challenges

    • I consistently seek out ways to improve processes and efficiency

    • I am proactive in finding solutions to problems before they escalate

    • I am always willing to put in extra effort to ensure success

    • For example, in my prev...

  • Answered by AI
  • Q5. Behavior and communication test

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your key area related question and be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy question. Easy to clear the round

Round 2 - Technical 

(1 Question)

  • Q1. One to one technical questions based on SQL and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in python and SQL questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic data structures, puzzles questions and statistics problems

Round 3 - One-on-one 

(5 Questions)

  • Q1. What was your previous company project
  • Q2. What are different types of indexing
  • Ans. 

    Different types of indexing include primary indexing, secondary indexing, clustered indexing, and non-clustered indexing.

    • Primary indexing: Index based on the primary key of a table, typically implemented using a B-tree structure.

    • Secondary indexing: Index based on a non-primary key column, allowing for faster retrieval of data based on that column.

    • Clustered indexing: Physically reorders the table based on the indexed co...

  • Answered by AI
  • Q3. How does random forest work
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges their predictions.

    • Random forest creates a set of decision trees from randomly selected subsets of the training data.

    • Each tree in the random forest independently predicts the outcome, and the final prediction is made by averaging the predictions of all the trees.

    • Random forest is effective in handling high-dimensional data and can...

  • Answered by AI
  • Q4. Explain over fitting
  • Ans. 

    Overfitting occurs when a model learns the noise in the training data rather than the underlying pattern.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization to new, unseen data.

    • Regularization techniques like L1/L2 regularization can help prevent overfitting.

    • Cross-validation can be used to detect and prevent overfitting.

    • Example: A decision tree with too...

  • Answered by AI
  • Q5. Explain macros inExcel
  • Ans. 

    Macros in Excel are automated sequences of commands that can be created to perform repetitive tasks.

    • Macros can be recorded or written using Visual Basic for Applications (VBA)

    • They can automate tasks such as formatting, data manipulation, and calculations

    • Macros can be assigned to buttons or keyboard shortcuts for easy access

    • They can save time and reduce errors in repetitive tasks

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Analyst interview:
  • SQL
  • Python

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Campus Placement and was interviewed before Feb 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 

Though I applied for Data Analyst position through campus Recruitment Program (Kolkata). It had MCQs and Coding test, but surprisingly the MCQs were about Java, OOPs concept and basic coding questions. Hardly any ML or Analytics related like Python, SQL or BI tools related questions. As if I appeared for SDE role, not sure why it happened, but later I came to know they hired none from our college.

Round 3 - Assignment 

This did not happen, as they didn't call anyone from our college.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basic skills, if you have already studied OOPs and other subjects in your semester, brush them up, still in case.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Fundamental aptitude questions.

Round 2 - Coding Test 

Two medium-level questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study data structures and algorithms programming through LeetCode.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Logistic regression parameter tuning

CMS IT Services Interview FAQs

How many rounds are there in CMS IT Services Data Entry Operator interview?
CMS IT Services interview process usually has 2 rounds. The most common rounds in the CMS IT Services interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in CMS IT Services Data Entry Operator interview?

Some of the top questions asked at the CMS IT Services Data Entry Operator interview -

  1. Word Excel PowerPoint data entry wo...read more
  2. Account se Excel word PowerPoint cod...read more
  3. Data entry and accounting quest...read more

Tell us how to improve this page.

CMS IT Services Data Entry Operator Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 369 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 277 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Indium Software Interview Questions
4.1
 • 186 Interviews
View all
CMS IT Services Data Entry Operator Salary
based on 4 salaries
₹1 L/yr - ₹7.4 L/yr
107% more than the average Data Entry Operator Salary in India
View more details

CMS IT Services Data Entry Operator Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Desktop Support Engineer
960 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Engineer- Customer Support
629 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Network Engineer
337 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Technical Support Engineer
265 salaries
unlock blur

₹1.1 L/yr - ₹5.4 L/yr

System Administrator
258 salaries
unlock blur

₹1.5 L/yr - ₹7.8 L/yr

Explore more salaries
Compare CMS IT Services with

ITC Infotech

3.6
Compare

KocharTech

3.9
Compare

3i Infotech

3.5
Compare

Xoriant

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