Upload Button Icon Add office photos

CMS IT Services

Compare button icon Compare button icon Compare

Filter interviews by

CMS IT Services IT Manager Interview Questions and Answers

Updated 25 Sep 2021

CMS IT Services IT Manager Interview Experiences

1 interview found

IT Manager Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2021

Interview Questionnaire 

5 Questions

  • Q1. Hardware , remote , domain
  • Q2. What is your about self
  • Q3. What is domain
  • Ans. 

    A domain is a unique name that identifies a website or a network of computers on the internet.

    • A domain is composed of two parts: the top-level domain (TLD) and the second-level domain (SLD). For example, in the domain name 'example.com', 'com' is the TLD and 'example' is the SLD.

    • Domains are used to make it easier for users to access websites or resources on the internet by providing a memorable and recognizable name in...

  • Answered by AI
  • Q4. What is DNS full name
  • Ans. 

    DNS stands for Domain Name System. It is a hierarchical decentralized naming system for computers, services, or any resource connected to the internet.

    • DNS is used to translate domain names into IP addresses.

    • It allows users to access websites and other internet resources using easy-to-remember domain names instead of numerical IP addresses.

    • DNS operates through a distributed database system, with multiple DNS servers wor...

  • Answered by AI
  • Q5. What is campany join
  • Ans. 

    Company join is not a commonly used term in the IT industry. It may refer to the process of joining a company as an employee or partner.

    • Company join may refer to the process of joining a company as an employee or partner.

    • It may involve signing a contract or agreement with the company.

    • The process may include orientation, training, and onboarding activities.

    • Examples of company join include joining a startup as a co-found...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hardware , all projects handling

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test contains questions MCQs for quants, basic statistics and basic coding questions. The aptitude also has 2 coding problems to solve which would be of easy-medium level.

Round 2 - Coding Test 

The second round was live coding test, where the interviewer looks for your approach towards solving a given problem. The approach matters more than the correct syntax. All coding languages were allowed. SQL queries can also be asked.

Round 3 - Technical 

(1 Question)

  • Q1. Technical cum HR round contains language specific questions as well questions based on mathematics and statistics. Questions can be little bit tricky.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Analyst interview:
  • Python
  • SQL
  • Mathematics
  • Statistics
  • Coding
Interview preparation tips for other job seekers - The interviewer would look for your basics and your approach towards a problem rather than answering without your thought process. So make sure, you walkthrough your approach while solving the question.

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

1st Round consisted of Technical Discussion and Coding Round. I was asked to write down the logic for Prime no., Fibonacci Series, Matrix related question, etc.

Round 2 - Coding Test 

I was asked to share my screen and write down logic for questions related to Strings, Arrays and 2-D matrix's.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion About the previous projects done. Detailed questions about the technique used and algorithm related questions.
  • Q2. Few basic questions about ML. eg: Linear Regression, Logistic Regression, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interview was great. Mostly the interview panel stuck to basic questions.

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python code to find the root of a number
  • Ans. 

    Python code to find the root of a number

    • Use the math module to access the sqrt() function

    • Use the ** operator to raise the number to the power of 1/n

    • Handle negative numbers by converting them to complex numbers

  • Answered by AI
  • Q2. Some standard puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and be thorough with puzzles

Skills evaluated in this interview

I applied via Campus Placement

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 - Aptitude Test 

Aptitude ques based on straight line, circle,pnc, probability

Round 3 - Coding Test 

Coding ques level was medium to tough. Had to solve 3 ques out of 5

Round 4 - Technical 

(2 Questions)

  • Q1. Buy and sell stocks to earn maximum profit. It is available on leetcode
  • Q2. Rotate two dimensional array
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise or counterclockwise.

    • Transpose the matrix by swapping elements across the diagonal

    • Reverse each row or column depending on clockwise or counterclockwise rotation

    • Example: [[1,2],[3,4]] rotated clockwise becomes [[3,1],[4,2]]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for pnc , probability and problem solving coding ques

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Nice cv related questions is their

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview the question is that tell us about your cv and company profile

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is difference between C and gamma in SVM
  • Ans. 

    C is the regularization parameter while gamma controls the shape of the decision boundary in SVM.

    • C controls the trade-off between achieving a low training error and a low testing error.

    • A smaller C value creates a wider margin and allows more misclassifications.

    • Gamma controls the shape of the decision boundary and the influence of each training example.

    • A smaller gamma value creates a smoother decision boundary while a l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your resume projects and basic problem solving

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. The interview revolved around the case solution presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of whatever analysis you’ve done with the case provided. The entire case discussion round will revolve around your findings. More than the solution, your sound reasoning ability and communication skills will be tested. There were some mistakes which I noticed while presenting the solution but was able to explain what went wrong as I laid out the core approach right from the start.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 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 

(2 Questions)

  • Q1. What is Supervised machine learning? Which algorithm you think you can explain brilliantly? Why we use random forest then normal decision tree
  • Ans. 

    Supervised machine learning is a type of ML where the algorithm learns from labeled data. Random forest is used over normal decision tree for better accuracy and to avoid overfitting.

    • Supervised ML learns from labeled data to make predictions on new data

    • Random forest is an ensemble learning method that uses multiple decision trees to improve accuracy

    • Random forest is preferred over normal decision tree to avoid overfitti...

  • Answered by AI
  • Q2. Example of case study
  • Ans. 

    Case study on a successful marketing campaign for a new product launch

    • Identified target audience and their needs

    • Developed a unique selling proposition

    • Created a multi-channel marketing plan

    • Implemented the plan and tracked results

    • Adjusted strategy based on data analysis

    • Achieved high sales and positive customer feedback

  • Answered by AI
Round 3 - Case Study 

Retail case study , company trends salw.. Total sale. Profit charts and reports

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, coding practice and case study is important.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python programming 2 questions, 7 MCQs on data science, ml, statistics

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions, basic data science conceptual questions, scenario based questions

CMS IT Services Interview FAQs

How to prepare for CMS IT Services IT Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CMS IT Services. The most common topics and skills that interviewers at CMS IT Services expect are Project Management, IT Infrastructure, IT Management, IT Operations Management and ITIL.
What are the top questions asked in CMS IT Services IT Manager interview?

Some of the top questions asked at the CMS IT Services IT Manager interview -

  1. What is DNS full n...read more
  2. What is dom...read more
  3. What is campany j...read more

Tell us how to improve this page.

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 IT Manager Salary
based on 13 salaries
₹1.2 L/yr - ₹10 L/yr
56% less than the average IT Manager Salary in India
View more details

CMS IT Services IT Manager Reviews and Ratings

based on 2 reviews

1.6/5

Rating in categories

1.2

Skill development

1.0

Work-life balance

1.6

Salary

1.6

Job security

1.4

Company culture

1.6

Promotions

1.8

Work satisfaction

Explore 2 Reviews and Ratings
Desktop Support Engineer
977 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
261 salaries
unlock blur

₹1.1 L/yr - ₹5.4 L/yr

System Administrator
254 salaries
unlock blur

₹1.8 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