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

Senior Software Developer Interview Questions & Answers

user image Rajagopal Ganesan

posted on 19 Aug 2024

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

Questions from Resume, solving code snippets, DSA Algo

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain GCD, Core Data, Higher Order Functions, ARC
  • Ans. 

    GCD, Core Data, Higher Order Functions, ARC are key concepts in iOS development.

    • GCD (Grand Central Dispatch) is a technology for managing concurrent operations.

    • Core Data is a framework for managing the model layer objects in an application.

    • Higher Order Functions are functions that operate on other functions, taking them as arguments or returning them.

    • ARC (Automatic Reference Counting) is a memory management technology

  • Answered by AI
  • Q2. Weak Unowned, iOS App States

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewer was rude
  • Q2. Oops c# basics sql azure
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is work of team lead? how do you handle workload of yours and the junior assigned to you? how do u handle conflicts?
  • Ans. 

    Team lead is responsible for managing the workload of the team, including assigning tasks, providing guidance, and resolving conflicts.

    • Assign tasks to team members based on their skills and workload capacity

    • Provide guidance and support to junior team members to help them complete their tasks successfully

    • Monitor progress of tasks and ensure deadlines are met

    • Resolve conflicts within the team by listening to all parties i...

  • Answered by AI
  • Q2. Other deep technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company they do not treat the candidates with respect at all. For every wrong answer or the answer that was given was not satisfied, the manager smirked and mocked the candidate.

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
DXC Technology Interview Questions and Answers for Freshers
illustration image

MQ Administrator Interview Questions & Answers

user image Viraj Vinerkar

posted on 12 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Mq related questions asked
Round 2 - One-on-one 

(1 Question)

  • Q1. Support related questions asked
Round 3 - HR 

(1 Question)

  • Q1. Salary related questions asked

Associate Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

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

60 MCQ QUESTION WHEERE ALL NOIT SAMKE

Round 2 - Coding Test 

4 CODING QUESTION 2 IS EASY AND 2 IS HARD

Round 3 - Technical 

(2 Questions)

  • Q1. CAN YOU TELL ME ABOUT YOU
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and problem-solving.

    • I have a Bachelor's degree in Computer Science from XYZ University.

    • I have experience working as a software developer at ABC Company for 3 years.

    • I am proficient in programming languages such as Java, Python, and C++.

    • I enjoy taking on new challenges and constantly seeking ways to improve my skills.

  • Answered by AI
  • Q2. CAN YOU EXPLAIN YOUR PROJECT
  • Ans. 

    Developed a mobile app for tracking daily water intake and setting hydration goals.

    • Designed user-friendly interface for easy input of water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Included visual graphs to track daily progress and achievements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I HAVE SELETD ITS VERY EASY

Top DXC Technology Associate Interview Questions and Answers

Q1. What are the projects you did? Write a c program to reverse a string?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

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
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via DXC Careers and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Find largest & smallest from array
  • Ans. 

    Find the largest and smallest strings in an array of strings.

    • Iterate through the array and compare each string to find the largest and smallest.

    • Use built-in functions like sort() to simplify the process.

    • Handle edge cases like empty array or array with only one element.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me aboutyour self

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)

Get interview-ready with Top DXC Technology Interview Questions

Associate Software Engineer Interview Questions & Answers

user image Karthik kumar Tanniru

posted on 22 Nov 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Whole topics on aptitude randolly

Round 2 - Coding Test 

Topics realted to funtions and loops

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare topics atleast basics

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)

Jobs at DXC Technology

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

(2 Questions)

  • Q1. What is Linux and which flavor you've worked on?
  • Ans. 

    Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

    • Linux is an open-source operating system that is widely used in servers, supercomputers, and embedded systems.

    • There are many flavors of Linux, known as distributions, such as Ubuntu, CentOS, Debian, and Red Hat.

    • Each Linux distribution has its own package management system, desktop environment, and software reposit...

  • Answered by AI
  • Q2. What is roles and responsibilities as a system admin
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. How fast you can join

Skills evaluated in this interview

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

Interview Questions & Answers

user image Anonymous

posted on 3 May 2024

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

(2 Questions)

  • Q1. Q1: Provide description of your current role, team structure.
  • Q2. Provide examples where you had to collaborate with other leaders.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Provide overview of your current role, team structure.
  • Q2. What has been your experience in transformation
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Given 3 topics , and we have to speak atleast 2min.
Round 2 - HR 

(2 Questions)

  • Q1. Self intro , tecnical questions like sloving issues.
  • Q2. Question based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve communication skills

Top DXC Technology Technical Support Engineer Interview Questions and Answers

Q1. What to do if an email is stuck in outbox in Outlook?
View answer (1)

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

I took aptitude test as a part of interview process. Overall, it was a challenging yet, rewarding experience that allow me to show-case my skills and problem solving abilities.

Round 2 - Technical 

(2 Questions)

  • Q1. We expect questions that assess our understanding of java programming concepts, problem solving and ability to write clean and efficient code.
  • Q2. Oops concept What is Polymorphism About Projects
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming languages like Java.

  • Answered by AI

Analyst II Interview Questions asked at other Companies

Q1. SQL: 1. find the duplicates in a given dataset 2. order of execution 3. output of rank and dense rank 4. running total Tableau: 1. live vs extract 2. scatter plot and box plot 3. formula for IDR and outliers Guesstimate: 1. Number of flight... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Andritz Hydro Location India

No Benefits

COMPANY BENEFITS

Shaily Engineering Plastics Ltd

No Benefits

INTERVIEWS

Schwing Stetter

No Interviews

SALARIES

Andritz Hydro Location India

No Salaries

Tell us how to improve this page.

DXC Technology Interview Process

based on 571 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

Sr Analyst III ERP Package Applications

Hyderabad / Secunderabad

3-5 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