Upload Button Icon Add office photos

CMS IT Services

Compare button icon Compare button icon Compare

Filter interviews by

CMS IT Services Desktop Executive Interview Questions and Answers

Updated 16 Jul 2024

CMS IT Services Desktop Executive Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding previous job and all over experience and salary
Round 2 - Technical 

(2 Questions)

  • Q1. Regarding skills
  • Q2. Experience based questions

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Difference between Java and JavaScript?
  • Ans. 

    Java is a general-purpose programming language while JavaScript is a scripting language used for web development.

    • Java is compiled while JavaScript is interpreted

    • Java is statically typed while JavaScript is dynamically typed

    • Java is used for developing desktop applications, web applications, and Android apps while JavaScript is used for web development

    • Java code runs on a virtual machine while JavaScript code runs on a we...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with OOP subjects

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Group Discussion 

Basic knowledge of Drupal

Round 2 - Technical 

(3 Questions)

  • Q1. In depth knowledge of Drupal, with managerial prospective
  • Q2. Block concept, creating custom block
  • Q3. Creating custom node programmatically
  • Ans. 

    Creating custom nodes programmatically involves defining the node class, implementing the necessary functionality, and adding it to the system.

    • Define a new class for the custom node

    • Implement the desired functionality within the class

    • Add the custom node to the system programmatically

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever technology working on, Just Be prepared with basic and some advance technology concept

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Test case test plan difference
  • Ans. 

    Test case is a detailed step-by-step procedure to test a specific functionality, while test plan is a high-level document outlining testing approach and resources.

    • Test case is specific to a particular functionality or feature, while test plan is an overall strategy for testing the entire system.

    • Test case includes detailed steps, expected results, and actual results, while test plan includes objectives, scope, schedule,...

  • Answered by AI
  • Q2. Stages in devops
  • Ans. 

    DevOps stages include plan, code, build, test, release, deploy, operate, and monitor.

    • Plan: Define goals and plan the project.

    • Code: Develop and code the software.

    • Build: Compile the code into executable files.

    • Test: Test the software for bugs and issues.

    • Release: Deploy the software for users.

    • Deploy: Implement the software in the production environment.

    • Operate: Manage and maintain the software.

    • Monitor: Monitor the software

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Salary expectation

Skills evaluated in this interview

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

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

One preliminary round for cleaning

Round 3 - HR 

(2 Questions)

  • Q1. What's your positive and negative
  • Q2. Coding related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Prepare well for aptitude specially Quant parts.You can refer previous year question papers as well.

Round 2 - Coding Test 

Two questions are asked.You can select any language. They are easy to moderate level.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Showcase your skills very well.
  • Q2. Try to talk only about things you are very well prepared
Round 4 - HR 

(2 Questions)

  • Q1. They will ask normal qoestions about yourself.
  • Q2. Tell me about yourself?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Asked python questions and the project
  • Q2. What is list , tuple and difference
  • Ans. 

    List and tuple are data structures in Python. List is mutable while tuple is immutable. Difference lies in their usage and properties.

    • List is a collection of items that are ordered and changeable. Example: [1, 2, 3]

    • Tuple is a collection of items that are ordered and unchangeable. Example: (1, 2, 3)

    • Difference: Lists are mutable, meaning their elements can be changed after creation. Tuples are immutable, meaning their el

  • Answered by AI
  • Q3. About opps concept

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including servers, storage, databases, networking, software, analytics, and intelligence.

    • Allows users to access and store data and applications on remote servers instead of on their local devices

    • Provides flexibility, scalability, and cost-effectiveness for businesses

    • Examples include Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform

  • Answered by AI
  • Q2. What is react virtual dom
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created and updated by React.

    • React compares the virtual DOM with the actual DOM and only updates the necessary parts for efficiency.

    • This helps in faster rendering and updates in React applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(4 Questions)

  • Q1. .NET Core fundamentals
  • Q2. Dependency Injection
  • Q3. SQL joins and there use
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one 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.

    • F...

  • Answered by AI
  • Q4. Entity Framework Core

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I went through off campus so first round was aptitude and programming.

Round 2 - Technical 

(2 Questions)

  • Q1. Second round was technical on their office 2 panels were sitting over there
  • Q2. Oops concept in java Based on your resume Basic questions about project and all Just they ll see communication and confidence

CMS IT Services Interview FAQs

How many rounds are there in CMS IT Services Desktop Executive interview?
CMS IT Services interview process usually has 2 rounds. The most common rounds in the CMS IT Services interview process are HR and Technical.
What are the top questions asked in CMS IT Services Desktop Executive interview?

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

  1. Experience based questi...read more
  2. Regarding ski...read more

Tell us how to improve this page.

CMS IT Services Desktop Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 370 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 278 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
 • 221 Interviews
Indium Software Interview Questions
4.1
 • 187 Interviews
View all
CMS IT Services Desktop Executive Salary
based on 6 salaries
₹2.7 L/yr - ₹3.5 L/yr
20% more than the average Desktop Executive Salary in India
View more details

CMS IT Services Desktop Executive Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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