Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Network Engineer Interview Questions, Process, and Tips

Updated 3 Jul 2024

Top Capgemini Engineering Network Engineer Interview Questions and Answers

View all 6 questions

Capgemini Engineering Network Engineer Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux server decommissioning
  • Q2. How to break root's password
  • Ans. 

    Breaking root's password is unethical and illegal. It is important to prioritize security and follow proper protocols.

    • It is unethical and illegal to break root's password without proper authorization.

    • Always follow security protocols and guidelines set by the organization.

    • If you suspect a security breach or unauthorized access, report it to the appropriate authorities.

    • Focus on implementing strong security measures to pr...

  • Answered by AI

I applied via Superset and was interviewed in Aug 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 - English 

(2 Questions)

  • Q1. About OSI Model, and the role of each layer?
  • Q2. Basic Networking troubleshooting Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your Basic in CN. Be Confident while answering the questions.

Network Engineer Interview Questions Asked at Other Companies

asked in Movate
Q1. TCP/IP layers, why is transport needed for communication? What is ... read more
Q2. Study MPLS deeply: 1. What is MPLS ? 2. Purpose of MPLS ? 3. What ... read more
asked in Wipro
Q3. What is Stp and how it is work? What is root bridge
Q4. What is BGP? What is spilit horizon rule? How you configure BGP r ... read more
asked in BT Group
Q5. What is tenant and types? What will happen if we use same subnet ... read more

I applied via Walk-in and was interviewed before Aug 2021. 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 - Technical 

(2 Questions)

  • Q1. What are k values ? What is neighborship criteria in eigrp ? How to inject default route ? What is acl, prefix list, routemap ?
  • Ans. 

    Answers to questions related to network engineering concepts.

    • k values are used in EIGRP to calculate the metric of a route

    • Neighborship criteria in EIGRP is the set of conditions that must be met for two routers to become neighbors

    • Default route can be injected into EIGRP using the 'ip default-network' command

    • ACL (Access Control List) is used to filter network traffic based on source/destination IP address, port number, ...

  • Answered by AI
  • Q2. Scenerio questions on Route map, prefix list ?

Interview Preparation Tips

Topics to prepare for Capgemini Engineering Network Engineer interview:
  • Eigrp ospf bgp mpls packet flow
Interview preparation tips for other job seekers - Do basics thoroughly of ccna and CCNP. Go through mcq on net.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basics on OTN,DWDM,CIENA 6500

Capgemini Engineering interview questions for designations

 Associate Network Engineer

 (2)

 Network Engineer L1

 (1)

 Network Specialist

 (2)

 Network Administrator

 (1)

 Network TAC Engineer

 (1)

 Hardware Engineer

 (1)

 Desktop Support Engineer

 (1)

 Alarm Monitoring Engineer

 (1)

I applied via Naukri.com and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Cisco voice on CUCM mostly. It was an average one more on scenerio based.
  • Q2. How to delete CTL and ITL files from phone.
  • Ans. 

    To delete CTL and ITL files from a phone, access the phone's settings, navigate to the security or device administration section, and delete the files.

    • Access the phone's settings

    • Navigate to the security or device administration section

    • Locate the CTL and ITL files

    • Delete the files

  • Answered by AI
  • Q3. Where to take logs when one iphone not able to call other.
  • Ans. 

    Logs should be taken from the network devices involved in the call flow.

    • Check logs on the caller's iPhone

    • Check logs on the recipient's iPhone

    • Check logs on the network devices (routers, switches) involved in the call flow

    • Look for any error messages or anomalies in the logs

    • Analyze the logs to identify any network issues or misconfigurations

  • Answered by AI
  • Q4. How DNA works.
  • Ans. 

    DNA is a molecule that contains the genetic instructions for the development and functioning of all living organisms.

    • DNA stands for deoxyribonucleic acid.

    • It is a double-stranded helix structure made up of nucleotides.

    • The four nucleotides in DNA are adenine (A), thymine (T), cytosine (C), and guanine (G).

    • The sequence of these nucleotides forms the genetic code.

    • DNA replication occurs before cell division, ensuring each n...

  • Answered by AI
  • Q5. Which service needs to run to connect to other unified communication applications.
  • Ans. 

    The service that needs to run to connect to other unified communication applications is the Session Initiation Protocol (SIP).

    • Session Initiation Protocol (SIP) is a signaling protocol used for initiating, maintaining, modifying, and terminating real-time sessions involving video, voice, messaging, and other communications applications.

    • SIP is commonly used in Voice over IP (VoIP) systems and allows for the establishment...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: Tested communication skill. Simple one.

Round: Client Round
Experience: Kind of HR round

General Tips: Be confident and technical approach to solve a problem should be correct not the answer.
Skills: Cucm, Cisco voice, Communication, Problem Solving, Decision Making Skills
Duration: 1-4 weeks

Skills evaluated in this interview

Get interview-ready with Top Capgemini Engineering Interview Questions

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

3 Questions

  • Q1. Basic questions on OOP, Android system
  • Q2. Design patterns in android system
  • Ans. 

    Design patterns are reusable solutions to common software problems. Android system uses various design patterns.

    • MVC (Model-View-Controller) pattern is used in Android to separate UI logic from business logic.

    • Singleton pattern is used to ensure only one instance of a class is created.

    • Observer pattern is used to notify changes in data to multiple components.

    • Builder pattern is used to simplify complex object creation.

    • Adap...

  • Answered by AI
  • Q3. Dependency injection, SOLID

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

I applied via Recruitment Consulltant and was interviewed before Jul 2021. 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 

(1 Question)

  • Q1. Question related to API
Round 3 - Technical 

(1 Question)

  • Q1. Previous Project Related Question. Design & SQL Question
  • Ans. Relatedt Question Design & Sql sdf
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for GlobalLogic Software Engineer interview:
  • API
Interview preparation tips for other job seekers - Prepare your CV in details , Read question on internet related to topics mentioned below like PHP , Golang , SQL , API, REST ,SOAP

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Network Engineer interview?
Capgemini Engineering interview process usually has 1-2 rounds. The most common rounds in the Capgemini Engineering interview process are Resume Shortlist and Technical.
How to prepare for Capgemini Engineering Network 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 Capgemini Engineering. The most common topics and skills that interviewers at Capgemini Engineering expect are IT.
What are the top questions asked in Capgemini Engineering Network Engineer interview?

Some of the top questions asked at the Capgemini Engineering Network Engineer interview -

  1. Which service needs to run to connect to other unified communication applicati...read more
  2. Where to take logs when one iphone not able to call oth...read more
  3. How to delete CTL and ITL files from pho...read more

Tell us how to improve this page.

Capgemini Engineering Network Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Capgemini Engineering Network Engineer Salary
based on 405 salaries
₹4 L/yr - ₹13.3 L/yr
65% more than the average Network Engineer Salary in India
View more details

Capgemini Engineering Network Engineer Reviews and Ratings

based on 55 reviews

3.1/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

2.7

Salary

3.8

Job security

2.6

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 55 Reviews and Ratings
Senior Software Engineer
2k salaries
unlock blur

₹5.5 L/yr - ₹21 L/yr

Technical Lead
1.3k salaries
unlock blur

₹9.8 L/yr - ₹26.8 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.5 L/yr - ₹11.8 L/yr

Network Engineer
405 salaries
unlock blur

₹4 L/yr - ₹13.3 L/yr

Senior Technical Lead
365 salaries
unlock blur

₹14.1 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

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