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

Filter interviews by

DXC Technology Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top DXC Technology Interview Questions and Answers

View all 423 questions

DXC Technology Interview Experiences

Popular Designations

795 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

2 coding questions followed by some aptitude questions.

Round 3 - One-on-one 

(3 Questions)

  • Q1. He asked me 1 coding question after introduction and after that some HR questions.
  • Q2. The interviewer was calm and the interview went well.
  • Q3. Why should i hire you.

Top DXC Technology Software Engineer Interview Questions and Answers

Q1. 1. Describe project 2. What do you understand by OOPs. 3. What all Access modifiers are there in Java. 4. Difference between protected and default. 5. Overloading and overriding (difference, example and questions related to it) 6. Find the ... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Normal questions in 30 mins

Round 2 - Coding Test 

String palindrome and number disible by 3 using C#.

Round 3 - HR 

(1 Question)

  • Q1. I didnt selected for hr interview.

Top DXC Technology Software Developer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your success @ failure stories while handling projects
  • Q2. Share 3 points?
  • Ans. 

    Three key points for successful project management

    • Effective communication with team members and stakeholders

    • Strong organization and time management skills

    • Ability to adapt to changes and problem solve efficiently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice regularly on daily basis to crack interviews, with full confidence

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Bluescreen related questions
  • Q2. Networking questions

Infrastructure Analyst Interview Questions asked at other Companies

Q1. What is VPN and explain SSL and IPSec. and show IPSEC is work and explain the IKE.
View answer (1)

DXC Technology interview questions for popular designations

 Associate Software Engineer

 (50)

 Associate Professional

 (37)

 Software Engineer

 (36)

 Associate Professional Software Engineer

 (27)

 Software Developer

 (21)

 Associate Engineer

 (18)

 Business Analyst

 (16)

 Senior Assistant Service Delivery Coordinator

 (15)

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

Easy - Medium questions are asked in the exam

Round 2 - Coding Test 

Simple code snippets are asked

Round 3 - Technical 

(1 Question)

  • Q1. Questions are based on programming concepts and core related.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Top DXC Technology Associate Software Engineer Interview Questions and Answers

Q1. What is the difference between LAN (Local Area Network) and MAN (Metropolitan Area Network)?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Get interview-ready with Top DXC Technology Interview Questions

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

(2 Questions)

  • Q1. IFRS question mainly 16,18
  • Q2. Previous experience

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Jobs at DXC Technology

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

It was on amcat it consisted of many topics coding tests

Round 3 - Technical 

(3 Questions)

  • Q1. How many nodes can be inserted in a tree
  • Ans. 

    The number of nodes that can be inserted in a tree depends on the type of tree and its implementation.

    • The maximum number of nodes in a binary tree is 2^(h+1) - 1, where h is the height of the tree.

    • In a balanced binary search tree, the number of nodes can be calculated using the formula 2^(h+1) - 1.

    • In a general tree structure, the number of nodes is not limited by a specific formula and can vary based on the implementat

  • Answered by AI
  • Q2. Difference between stacks and arrays
  • Ans. 

    Arrays are a data structure that stores elements of the same data type in contiguous memory locations, while stacks are a type of data structure that follows the Last In First Out (LIFO) principle.

    • Arrays can store elements of different data types, while stacks typically store elements of the same data type.

    • Arrays allow random access to elements based on index, while stacks only allow access to the top element.

    • Examples:...

  • Answered by AI
  • Q3. Questions on project

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear on cs core subjects

Skills evaluated in this interview

Top DXC Technology Associate Engineer Interview Questions and Answers

Q1. how many nodes can be inserted in a tree
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS YOUR AIM
  • Q2. What Do you know About DXC Technology
  • Ans. 

    DXC Technology is a global IT services company that provides technology solutions and consulting services to businesses and governments.

    • DXC Technology was formed in 2017 through the merger of Computer Sciences Corporation (CSC) and the Enterprise Services business of Hewlett Packard Enterprise (HPE).

    • It offers a wide range of services including cloud and security solutions, analytics, application services, and consultin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original and professional

Top DXC Technology Associate Software Engineer Interview Questions and Answers

Q1. What is the difference between LAN (Local Area Network) and MAN (Metropolitan Area Network)?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Working experience Technical issue discussed

Round 2 - Technical 

(1 Question)

  • Q1. Finacle Techno Funcunal

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. 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 - One-on-one 

(4 Questions)

  • Q1. Self introduction
  • Q2. Why you want to join this company.
  • Q3. Explore my knowledge, want to learn new things.
  • Q4. Know the about proper details which you are goin to give the interview
Round 3 - Assignment 

Regarding the job we will get assignment.

Round 4 - HR 

(2 Questions)

  • Q1. Documentary correction
  • Q2. Be clear with all your documents

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfection and confident with self introduce.

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)

DXC Technology Interview FAQs

How many rounds are there in DXC Technology interview?
DXC Technology interview process usually has 2-3 rounds. The most common rounds in the DXC Technology interview process are Technical, Resume Shortlist and HR.
How to prepare for DXC Technology 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 Analytical, Computer science, Interpersonal Skills, Troubleshooting and Business Solutions.
What are the top questions asked in DXC Technology interview?

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

  1. If someone has deleted the table in a database, then how can you find out the ...read more
  2. What is the default port of sql server & Can we change the default port, if so ...read more
  3. 1. Describe project 2. What do you understand by OOPs. 3. What all Access modif...read more
How long is the DXC Technology interview process?

The duration of DXC Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

DXC Technology Interview Process

based on 570 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

DXC Technology Reviews and Ratings

based on 10k reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.1

Salary

3.6

Job security

3.6

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 10k Reviews and Ratings
Sr Analyst I ERP Package Applications

Hyderabad / Secunderabad

8-12 Yrs

₹ 6-22 LPA

SuccessFactors E-recruiting

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

SAP Reporting & Analytics Datasphere Consultant/BW4HANA

Hyderabad / Secunderabad

1-7 Yrs

Not Disclosed

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

₹0 L/yr - ₹0 L/yr

Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Professional
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Professional 1
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Wipro

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