Upload Button Icon Add office photos

Filter interviews by

CMS Computers Limited (INDIA) Network Administrator Interview Questions and Answers

Updated 16 Apr 2022

CMS Computers Limited (INDIA) Network Administrator Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 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 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?
Round 3 - Technical 

(2 Questions)

  • Q1. Question ask profile related
  • Q2. Senarios base question
Round 4 - Technical 

(1 Question)

  • Q1. Related work experience question

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good and average, work and study deep and clear all concepts when searching on profile

Network Administrator Jobs at CMS Computers Limited (INDIA)

View all

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Asked about Java,spring MVC,code snippets asked foroutput
Round 2 - Technical 

(1 Question)

  • Q1. About rest template angular spring boot
Round 3 - One-on-one 

(1 Question)

  • Q1. This round is withmanager about technical
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary discussion with hr policies
Round 5 - Technical 

(1 Question)

  • Q1. No round was happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong on technical and work what you done previously
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from past projects
  • Q2. Questions from Process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java hash map and how it works
  • Ans. 

    Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap in Java implements the Map interface and allows null keys and values.

    • It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 1); int value = map.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Previous projects, Basic React Questions and Node js questions.
Round 2 - Coding Test 

Fetching data from api, DSA question (Queue implementation)

Round 3 - HR 

(1 Question)

  • Q1. Salary and package discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round - just project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA concepts.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. 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 - Technical 

(2 Questions)

  • Q1. 1.polyfill map, currying vs closure, reduce method, explain this?, 2.what is lazyload and suspense, single thread vs multi thread, Event loop(task queue & microtask queue)?
  • Q2. Explain redux? Redux vs context api? ES6 features? Rest vs Spread? null vs undefined?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of an application in a predictable way.

    • Redux follows a unidirectional data flow pattern.

    • Context API is a built-in feature of React that can be used for state management, but it is not as powerful as Redux.

    • ES6 features include arrow functions, template literals, destru...

  • Answered by AI
Round 3 - Coding Test 

Output based question regarding shallow and deepcopy related to object.
write a program for i/p: "This is the JS guide, developer!" o/p: "sihT si eht SJ ,ediug !repoleved"
react timer based output start, stop and reset.

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared all rounds and holded one offer in this process. This whole interview process took around 2 months. BGV itself 1 month (very very slow). Got letter of intent alike Offer letter. By trusting this LOI I withdraw my other offer. HR named irfana from chennai (worst person) and Meghna who is superior to her. Both of them didnt even respond for status which i have been asking for two week continuously. No response, Literally altimetrik wasted my time and efforts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Explain OSI model
  • Ans. 

    The OSI model is a conceptual framework used to describe the communication functions of a network.

    • The model has 7 layers, each with a specific function.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer communicates with the layer above and below it.

    • The model helps ensure interoperability between different network devices and software.

    • Example: When you visit a web...

  • Answered by AI
  • Q2. What is ssl offloading in f5
  • Ans. 

    SSL offloading is a process of removing SSL encryption from incoming traffic and decrypting it before sending it to the backend servers.

    • SSL offloading is performed by a load balancer like F5 to reduce the processing load on backend servers.

    • It improves server performance and reduces latency by offloading SSL processing to a dedicated hardware or software.

    • F5 SSL offloading can be configured to support multiple SSL certif...

  • Answered by AI
  • Q3. What is SNAT in f5
  • Ans. 

    SNAT stands for Secure Network Address Translation and is a feature in F5 that allows for the translation of IP addresses.

    • SNAT is used to translate the source IP address of outgoing traffic to a different IP address.

    • This can be useful in scenarios where multiple devices are sharing a single public IP address.

    • SNAT can also be used to improve security by hiding the actual IP address of a device from the public internet.

    • F...

  • Answered by AI
  • Q4. What is STP, HSRP,FRRP, what is the difference between hsrp and vrrp and why hsrp is better than vrrf
  • Ans. 

    STP, HSRP, and FRRP are network protocols used for redundancy and failover. HSRP and VRRP are similar but HSRP is preferred.

    • STP (Spanning Tree Protocol) prevents loops in a network by disabling redundant links

    • HSRP (Hot Standby Router Protocol) and VRRP (Virtual Router Redundancy Protocol) provide redundancy by allowing multiple routers to share a virtual IP address

    • FRRP (Fast Router Redundancy Protocol) is a Cisco propr...

  • Answered by AI
  • Q5. What is xlate table in ASA and ipsec tunnel trouble shooting
  • Ans. 

    The xlate table in ASA is used to keep track of translations between internal and external IP addresses. It is important for IPsec tunnel troubleshooting.

    • The xlate table is used to map internal IP addresses to external IP addresses

    • It is important for troubleshooting IPsec tunnels because it allows you to see if traffic is being translated correctly

    • You can view the xlate table using the 'show xlate' command in the ASA C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the JD carefully

Skills evaluated in this interview

Interview experience
3
Average
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 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

CMS Computers Limited (INDIA) Interview FAQs

How many rounds are there in CMS Computers Limited (INDIA) Network Administrator interview?
CMS Computers Limited (INDIA) interview process usually has 4 rounds. The most common rounds in the CMS Computers Limited (INDIA) interview process are Technical, Resume Shortlist and HR.
How to prepare for CMS Computers Limited (INDIA) Network Administrator 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 Computers Limited (INDIA). The most common topics and skills that interviewers at CMS Computers Limited (INDIA) expect are CCNP, Network Administration, CCNA, Configuration and Networking.
What are the top questions asked in CMS Computers Limited (INDIA) Network Administrator interview?

Some of the top questions asked at the CMS Computers Limited (INDIA) Network Administrator interview -

  1. Question ask profile rela...read more
  2. Senarios base quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
CitiusTech Interview Questions
3.4
 • 274 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 220 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all

Fast track your campus placements

View all
CMS Computers Limited (INDIA) Network Administrator Salary
based on 7 salaries
₹1 L/yr - ₹8.9 L/yr
At par with the average Network Administrator Salary in India
View more details

CMS Computers Limited (INDIA) Network Administrator Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
159 salaries
unlock blur

₹2.4 L/yr - ₹9.2 L/yr

Software Developer
88 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Business Analyst
62 salaries
unlock blur

₹2.4 L/yr - ₹10.5 L/yr

System Administrator
52 salaries
unlock blur

₹1.5 L/yr - ₹7.4 L/yr

Project Manager
45 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Explore more salaries
Compare CMS Computers Limited (INDIA) with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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