Upload Button Icon Add office photos

CMS IT Services

Compare button icon Compare button icon Compare

Filter interviews by

CMS IT Services System Engineer Interview Questions, Process, and Tips

Updated 10 Oct 2022

Top CMS IT Services System Engineer Interview Questions and Answers

CMS IT Services System Engineer Interview Experiences

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is proxy server?
  • Ans. 

    A proxy server acts as an intermediary between clients and servers, forwarding requests and responses.

    • Proxy server acts as a middleman between clients and servers

    • It forwards client requests to the appropriate server

    • It caches data to improve performance

    • It can be used for filtering and blocking certain content

    • Examples: Squid, Nginx, Apache HTTP Server

  • Answered by AI
  • Q2. What is Dns? What is DHCP? Which port is useing smtp?
  • Ans. 

    DNS is a system that translates domain names into IP addresses. DHCP is a protocol that assigns IP addresses to devices on a network. SMTP uses port 25.

    • DNS stands for Domain Name System

    • It translates domain names (e.g., www.example.com) into IP addresses (e.g., 192.168.1.1)

    • DHCP stands for Dynamic Host Configuration Protocol

    • It automatically assigns IP addresses to devices on a network

    • SMTP stands for Simple Mail Transfer ...

  • Answered by AI
  • Q3. What is vpn? Which port use for DNS service?
  • Ans. 

    VPN stands for Virtual Private Network. It provides a secure and encrypted connection over a public network.

    • VPN allows users to access a private network remotely.

    • It creates a secure tunnel between the user's device and the network.

    • VPN masks the user's IP address and encrypts the data transmitted.

    • It is commonly used for remote work, accessing geo-restricted content, and enhancing online privacy.

    • Examples of VPN protocols

  • Answered by AI
  • Q4. Define colour stright through cable? If os corrupt. How it is resolved?
  • Ans. 

    A color straight through cable is a type of Ethernet cable used to connect devices in a network.

    • A color straight through cable is also known as a patch cable or a straight-through cable.

    • It is used to connect devices such as computers, switches, and routers in a network.

    • The cable has the same pin configuration on both ends, allowing for direct device-to-device connections.

    • The color coding of the cable follows the T568A ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CMS IT Services System Engineer interview:
  • B.Tech
Interview preparation tips for other job seekers - Respected all,
I am Mithun karmakar also I am learning person from each other. Any one can learn to me I always acceptable and thanks full to you. I hope daily besis practice revice are very helpful for creaking interview. Thank you so much.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Protocols IPV4 and IPV6
  • Q2. Routers and nodes

Interview Preparation Tips

Interview preparation tips for other job seekers - Just and Ok interview. No tough questions were asked

System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. Election Winner Determination In an ongoing election between two ... read more
asked in Infosys
Q2. Count Ways to Reach the N-th Stair Problem Statement You are prov ... read more
asked in TCS iON
Q3. GCD (Greatest Common Divisor) Problem Statement You are given two ... read more
asked in Infosys
Q4. Maximum Subarray Sum Problem Statement Given an array arr of leng ... read more
asked in Infosys
Q5. Distinct Strings With Odd and Even Swapping Allowed Problem State ... read more

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 Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Oops concept and about your academic project

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

--> Aptitude test with questions on Quants, Logical reasoning and English.
--> 2 easy level coding questions.

  • Q1. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links while traversing the list to reverse it

    • Return the head of the reversed linked list

  • Answered by AI
  • Q2. 

    GCD (Greatest Common Divisor) Problem Statement

    You are given two numbers, X and Y. Your task is to determine the greatest common divisor of these two numbers.

    The Greatest Common Divisor (GCD) of two in...

  • Ans. 

    The greatest common divisor (GCD) of two numbers is the largest positive integer that divides both numbers without leaving a remainder.

    • Use Euclidean algorithm to find GCD efficiently

    • GCD(X, Y) = GCD(Y, X % Y)

    • Repeat until Y becomes 0, then X is the GCD

  • Answered by AI
Round 2 - Telephonic Call 

Round duration - 30 minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteria60% throughoutTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Practiced aptitude problems and computer science fundamentals on GeeksforGeeks.Learnt basics about various digital technologies like Cloud computing, ML/AI, Blockchain etc.Solved easy to medium level DSA problems regularly.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident and calm with subtle smile during interview.
Tip 2 : Be aware about new emerging digital technologies.
 

Application resume tips for other job seekers

Tip 1 : Keep it short and crisp ( preferably 1 page )
Tip 2 : Mention at least 2 projects with brief description.

Final outcome of the interviewSelected

Skills evaluated in this interview

System Engineer Interview Questions & Answers

TCS iON user image Santha Saravanan

posted on 25 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to create user account in active directory
  • Ans. 

    User accounts in Active Directory can be created using Active Directory Users and Computers tool or PowerShell commands.

    • Open Active Directory Users and Computers tool

    • Navigate to the desired organizational unit (OU)

    • Right-click on the OU and select 'New' -> 'User'

    • Fill in the required user details such as username, password, etc.

    • Alternatively, use PowerShell commands like New-ADUser to create user accounts

  • Answered by AI
  • Q2. How to install network printer in windows
  • Ans. 

    To install a network printer in Windows, you need to add a printer using the 'Devices and Printers' option in Control Panel.

    • Go to Control Panel and select 'Devices and Printers'.

    • Click on 'Add a printer'.

    • Choose 'Add a network, wireless or Bluetooth printer'.

    • Select the network printer from the list or enter the printer's IP address.

    • Follow the on-screen instructions to complete the installation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - J

Skills evaluated in this interview

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

It's easy if you prepared well

Round 2 - Technical 

(2 Questions)

  • Q1. Skills Java SQL
  • Q2. About myself n explain the answer in breif
Round 3 - HR 

(2 Questions)

  • Q1. About ur self and location
  • Q2. Are you okay with package
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding plus aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Questions from the subjects mentioned in CV
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction and projects
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Multiple questions from OOPS Concept
  • Q2. Let me something about your college project
  • Ans. 

    Developed a smart irrigation system using IoT technology

    • Utilized sensors to monitor soil moisture levels

    • Implemented a mobile app for remote control of irrigation system

    • Integrated weather forecast data for automated watering schedule

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on communication skills

CMS IT Services Interview FAQs

How many rounds are there in CMS IT Services System Engineer 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 Technical.
How to prepare for CMS IT Services System Engineer 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 Cloud, Cloud Security, IT Services and System Engineering.
What are the top questions asked in CMS IT Services System Engineer interview?

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

  1. What is Dns? What is DHCP? Which port is useing sm...read more
  2. Define colour stright through cable? If os corrupt. How it is resolv...read more
  3. What is proxy serv...read more

Tell us how to improve this page.

CMS IT Services System Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
CMS IT Services System Engineer Salary
based on 126 salaries
₹1.2 L/yr - ₹6 L/yr
45% less than the average System Engineer Salary in India
View more details

CMS IT Services System Engineer Reviews and Ratings

based on 43 reviews

2.6/5

Rating in categories

2.3

Skill development

2.4

Work-life balance

2.1

Salary

2.5

Job security

2.3

Company culture

2.0

Promotions

2.2

Work satisfaction

Explore 43 Reviews and Ratings
Desktop Support Engineer
964 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