Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DXC Technology Team. If you also belong to the team, you can get access from here

DXC Technology Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 9.7k Reviews

Filter interviews by

DXC Technology Network Engineer Interview Questions, Process, and Tips

Updated 14 Jun 2024

Top DXC Technology Network Engineer Interview Questions and Answers

View all 7 questions

DXC Technology Network Engineer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Question related to retention
  • Q2. Question related to aspirations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Gdd gfdf shorts
  • Q2. Tell me about self
Round 2 - One-on-one 

(2 Questions)

  • Q1. Cvgh to IT services
  • Q2. What is secgment
  • Ans. 

    A segment is a portion of a network that is separated by switches or routers.

    • Segments help to divide a network into smaller parts for better organization and management.

    • Each segment typically has its own subnet and can be controlled independently.

    • Segments can improve network performance by reducing congestion and improving security.

    • For example, a company may have separate segments for different departments like sales,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Vahi ggg youu ytffg tttt

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
Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Routing switching protocols
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about youself
  • Q2. What are you future perspectives
Round 3 - HR 

(1 Question)

  • Q1. What is your Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, technivally sound, and aware of cloud fundamentals

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Difference between access and trunk
  • Ans. 

    Access is a port that allows a single VLAN while trunk is a port that allows multiple VLANs.

    • Access ports are used to connect end devices like computers, printers, etc. to the network.

    • Trunk ports are used to connect switches to each other and carry traffic for multiple VLANs.

    • Access ports are assigned to a single VLAN while trunk ports can carry traffic for multiple VLANs.

    • Access ports do not tag frames while trunk ports ...

  • Answered by AI
  • Q2. Difference between lan and wan
  • Ans. 

    LAN is a local area network that connects devices within a limited area, while WAN is a wide area network that connects devices over a large geographical area.

    • LAN is typically used in homes, offices, or schools, while WAN is used to connect different LANs across cities, countries, or even continents.

    • LAN has a higher data transfer rate and lower latency compared to WAN.

    • Examples of LAN technologies include Ethernet, Wi-F...

  • Answered by AI
  • Q3. How would we convert access into trunk
  • Ans. 

    To convert access into trunk, we need to configure the switch port as a trunk port.

    • Configure the switch port as a trunk port using the 'switchport mode trunk' command.

    • Verify the trunk configuration using the 'show interfaces trunk' command.

    • Ensure that the VLANs allowed on the trunk are configured using the 'switchport trunk allowed vlan' command.

    • Ensure that the native VLAN is configured using the 'switchport trunk nati

  • Answered by AI
  • Q4. How load balancer works
  • Ans. 

    Load balancer distributes incoming network traffic across multiple servers to improve performance and availability.

    • Load balancer acts as a reverse proxy server

    • It distributes traffic based on various algorithms such as round-robin, least connections, IP hash, etc.

    • It monitors server health and redirects traffic to healthy servers

    • It can be hardware-based or software-based

    • Examples of load balancers include F5, HAProxy, Ngi

  • Answered by AI
  • Q5. Where we could use trunk and where we can use access
  • Ans. 

    Trunk is used to carry multiple VLANs between switches, while access is used to connect end devices to the network.

    • Trunk is used to connect switches together and carry multiple VLANs

    • Access is used to connect end devices like computers, printers, etc. to the network

    • Trunk ports are configured with VLAN tagging, while access ports are not

    • Examples of trunk ports are inter-switch links, while examples of access ports are po

  • Answered by AI
  • Q6. What we can do in security as port wise
  • Ans. 

    Port-based security involves controlling access to network resources based on the physical port of the device.

    • Port security can be implemented by limiting the number of MAC addresses that can be learned on a port.

    • It can also involve configuring the port to only allow traffic from specific VLANs.

    • Port security can be used to prevent unauthorized access to the network by limiting the devices that can connect to it.

    • It can ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was totally technical, and asked from your work experience as well as what is written in your resume. It was good.

Skills evaluated in this interview

DXC Technology interview questions for designations

 Assistant Manager Network

 (1)

 L2 Network Engineer

 (1)

 Network Security Engineer

 (3)

 IT Engineer

 (2)

 Senior Technical Support Engineer

 (1)

 Network Engineer L1 L2

 (1)

 Desktop Support Engineer

 (1)

 Computer Hardware & Networking Engineer

 (1)

Network Engineer Jobs at DXC Technology

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is online test. In this test there is question of apti and also coding and from 5g question.

Round 2 - Coding Test 

There are two questions asked and time is enough to solve 60 minutes

Round 3 - Technical 

(5 Questions)

  • Q1. Wap for palindrome number
  • Ans. 

    A palindrome number is a number that remains the same when its digits are reversed.

    • Convert the number to a string

    • Reverse the string

    • Check if the reversed string is equal to the original string

  • Answered by AI
  • Q2. Add two numbers by function
  • Ans. 

    Create a function to add two numbers

    • Define a function that takes two parameters as input

    • Inside the function, add the two numbers together and return the result

    • Example: function addNumbers(num1, num2) { return num1 + num2; }

  • Answered by AI
  • Q3. Write a code for Binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize two pointers, low and high, to the start and end of the array respectively

    • While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target

    • If array[mid] is equal to target, return mid

    • If array[mid] is less than target, update low to mid + 1

    • If array[mid]...

  • Answered by AI
  • Q4. Wap for check your name is palindrome not
  • Ans. 

    A program to check if a given name is a palindrome or not.

    • Convert the name to lowercase to handle case-insensitivity

    • Remove any spaces or special characters from the name

    • Reverse the name and compare it with the original name to check for palindrome

  • Answered by AI
  • Q5. What is malloc and calloc function
  • Ans. 

    malloc and calloc are functions in C programming used for dynamic memory allocation.

    • malloc function is used to allocate a single block of memory of a specified size.

    • calloc function is used to allocate multiple blocks of memory of a specified size, initialized to zero.

    • Example: int *ptr = (int*)malloc(5 * sizeof(int));

    • Example: int *ptr = (int*)calloc(5, sizeof(int));

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Network Engineer interview:
  • Basic programming

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Virtual LAN?
  • Q2. Difference between L2 &L3 switch?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to go down your morality and preparation for interview then , don't attend interview with current Wipro interview bench. Most............ They not need Engineer, I think they need Dr. In networking.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. UST is good interviewer is not good
  • Q2. Even we don't know the question atleast Interviewer required minimum patience .Iritating
Round 2 - Technical 

(2 Questions)

  • Q1. Basic question only OSPF
  • Q2. Load balancer configuration
Round 3 - Technical 

(2 Questions)

  • Q1. OSPF, Load balancer
  • Q2. Load balancing configuration

Interview Preparation Tips

Interview preparation tips for other job seekers - UST is good but depends upon the interviewer if interviewer is good then ww can share if interviewer is rude is very uncomfortable becoz our positivity will lost
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Share you internship exp
  • Ans. 

    I interned at a telecommunications company where I gained hands-on experience in configuring network devices and troubleshooting network issues.

    • Configured routers and switches to optimize network performance

    • Assisted in setting up VLANs and implementing security protocols

    • Troubleshooted network connectivity issues for end users

    • Participated in network infrastructure upgrades and maintenance

  • Answered by AI
  • Q2. All question based on the resume only
  • Q3. Prepare whatever written in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - read your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is DNS please explain
  • Ans. 

    DNS stands for Domain Name System, which translates domain names to IP addresses.

    • DNS is like a phone book for the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.3.206).

    • It helps users access websites by typing in easy-to-remember domain names instead of complex IP addresses.

    • DNS servers store records of domain names and their corresponding IP addresses, allowing for effi...

  • Answered by AI
  • Q2. What is DHCP please explain
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices on a network.

    • DHCP eliminates the need for manual IP address configuration on each device

    • It assigns IP addresses dynamically, allowing for efficient use of available addresses

    • DHCP servers lease IP addresses to devices for a specific period of time

    • DHCP also provides other network configuration information, such as su...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is hsrp,vrrp
  • Ans. 

    HSRP (Hot Standby Router Protocol) and VRRP (Virtual Router Redundancy Protocol) are network protocols used for providing high availability in routing.

    • HSRP and VRRP are used to provide redundancy for routers in a network.

    • They allow for automatic failover in case of a router failure.

    • HSRP is a Cisco proprietary protocol, while VRRP is an open standard protocol.

    • Both protocols use a virtual IP address that clients use as t...

  • Answered by AI

Skills evaluated in this interview

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Network Engineer interview?
DXC Technology interview process usually has 2-3 rounds. The most common rounds in the DXC Technology interview process are Technical, HR and Behavioral.
How to prepare for DXC Technology 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 DXC Technology. The most common topics and skills that interviewers at DXC Technology expect are Networking, LAN, WAN, Analytical and Technical Support.
What are the top questions asked in DXC Technology Network Engineer interview?

Some of the top questions asked at the DXC Technology Network Engineer interview -

  1. Where we could use trunk and where we can use acc...read more
  2. What we can do in security as port w...read more
  3. How would we convert access into tr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 DXC Technology interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
DXC Technology Network Engineer Salary
based on 201 salaries
₹2.2 L/yr - ₹11.6 L/yr
39% more than the average Network Engineer Salary in India
View more details

DXC Technology Network Engineer Reviews and Ratings

based on 23 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-Life balance

3.6

Salary & Benefits

3.6

Job Security

4.3

Company culture

3.5

Promotions/Appraisal

3.8

Work Satisfaction

Explore 23 Reviews and Ratings
Network Engineer

Bangalore / Bengaluru

1-8 Yrs

Not Disclosed

Network Engineer

Bangalore / Bengaluru

1-8 Yrs

Not Disclosed

Network Engineer

Bangalore / Bengaluru

1-8 Yrs

Not Disclosed

Explore more jobs
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.7 L/yr

Associate Professional
1.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview