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 Analyst Interview Questions & Answers

user image Kamesh Kumar K

posted on 15 Sep 2024

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

(1 Question)

  • Q1. Linux Boot Process

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)

Revenue Manager Interview Questions & Answers

user image padmini loya

posted on 28 Oct 2023

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 - One-on-one 

(2 Questions)

  • Q1. Accured income , booking keeping related questions.
  • Q2. Accural , forecasting , budget
Round 3 - HR 

(2 Questions)

  • Q1. About the location, Package, Existing company.
  • Q2. Expected CTC and experiences
  • Ans. 

    Expected CTC and experiences

    • Expected CTC: Market competitive based on experience and skills

    • Experiences: Over 5 years in revenue management, strong analytical skills, proven track record of increasing revenue

    • Negotiation skills: Ability to negotiate contracts with clients to maximize revenue

    • Budgeting experience: Creating and managing budgets to optimize revenue streams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips

Revenue Manager Interview Questions asked at other Companies

Q1. What is 5 steps model to recognise revenue
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about yourself
  • Ans. 

    Experienced Oracle DBA with 5+ years of hands-on experience in managing databases, optimizing performance, and ensuring data security.

    • 5+ years of experience as an Oracle DBA

    • Proficient in database management, performance optimization, and data security

    • Skilled in troubleshooting and resolving database issues

    • Strong knowledge of Oracle database architecture and SQL

    • Certified Oracle Database Administrator (OCA/OCP)

  • Answered by AI

Oracle Database Administrator Interview Questions asked at other Companies

Q1. how can you recover the deleted datafiles if datafiles are not taken backup
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction technical questions
  • Q2. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get well prepared for programming language

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)

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
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about anyone project from your resume (might even ask to show the code)
  • Q2. Questions related to topics of your project
Round 2 - One-on-one 

(1 Question)

  • Q1. Resume based instead project based and similar as round 1

Software Developer 1 Interview Questions asked at other Companies

Q1. Do you have prior experience in Java and Spring Boot?
View answer (1)

Get interview-ready with Top DXC Technology Interview Questions

Software Developer Interview Questions & Answers

user image Shivani Gautam

posted on 19 Feb 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Round Robin Algo Bankers algo Encapsulation Pillars of oops Multithreading
  • Ans. 

    Round Robin and Banker's algorithms are scheduling algorithms used in operating systems. Encapsulation is a concept in OOP. Multithreading allows multiple threads to run concurrently.

    • Round Robin algorithm is a CPU scheduling algorithm where each process gets a small unit of CPU time.

    • Banker's algorithm is a resource allocation and deadlock avoidance algorithm used in operating systems.

    • Encapsulation is the bundling of da...

  • Answered by AI
  • Q2. What is Bankers algorithm
  • Ans. 

    Banker's algorithm is a resource allocation and deadlock avoidance algorithm used in operating systems.

    • Used to avoid deadlock in a system by ensuring that resources are allocated safely

    • Works by keeping track of available resources and the maximum resources each process can request

    • Allocates resources only if the system remains in a safe state

    • Example: A system has 3 types of resources A, B, and C. Process P1 can request ...

  • Answered by AI
  • Q3. Define encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also enables data hiding, which protects the data from being modified by external code.

    • Example: In a class representing a...

  • Answered by AI
  • Q4. Pillars of oops in java
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the pillars of OOP in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of an object to take on many forms.

    • Abstraction: Hiding the implementation details and showing only the functionality.

  • Answered by AI

Skills evaluated in this 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)

Jobs at DXC Technology

View all
Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Profile Discussion
Round 2 - Technical 

(1 Question)

  • Q1. Domain Interview
Round 3 - One-on-one 

(2 Questions)

  • Q1. People Management
  • Q2. Flexibility and Role
Round 4 - One-on-one 

(1 Question)

  • Q1. Final discussion on compensation

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2023

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

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

Round 1 - Aptitude Test 

Questions round , tech round as weellll..

Round 2 - One-on-one 

(2 Questions)

  • Q1. One on one iv tech questions
  • Q2. Python basics questons was aksed

Interview Preparation Tips

Topics to prepare for DXC Technology interview:
  • Python
Interview preparation tips for other job seekers - Prepare well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Basic aptitude test, but the range was wide.

Round 3 - Technical 

(3 Questions)

  • Q1. OOP concept, networking, sql,linux
  • Q2. Data structure, loops, if else, pattern
  • Q3. Algorithm, linux, commands, java, coding
Round 4 - HR 

(1 Question)

  • Q1. Basic self introduction

Top DXC Technology Associate Professional Software Engineer Interview Questions and Answers

Q1. which technology stands on top in future
View answer (1)

Associate Professional Software Engineer Interview Questions asked at other Companies

Q1. which technology stands on top in future
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is revenue recognition
  • Ans. 

    Revenue recognition is the process of recording revenue in a company's financial statements when it is earned.

    • Revenue recognition is important for accurately reflecting a company's financial performance.

    • It involves determining when revenue is earned and when it can be recognized on the income statement.

    • Revenue is typically recognized when goods are delivered or services are performed, regardless of when payment is rece...

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

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
SuccessFactors E-recruiting

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

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

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