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 Software Engineer Interview Questions, Process, and Tips

Updated 23 Oct 2024

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 ove ...read more
  • Q2. Can you write the codee which is shown below in any of the languages which you know?
  • Q3. Write any code of your choice without even a minor error.
View all 22 questions

DXC Technology Software Engineer Interview Experiences

36 interviews found

I applied via AmbitionBox and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your hobbies? Ans.my hobby is playing games. Reading books 📚. Watching TV.ect....

Interview Preparation Tips

Topics to prepare for DXC Technology Software Engineer interview:
  • Self introduction
Interview preparation tips for other job seekers - Very nice 🙂.it is very excited prosess

Interview Questionnaire 

6 Questions

  • Q1. Introduce your self
  • Q2. What is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97

    • Prime numbers are important in cryptography and number theory

  • Answered by AI
  • Q3. Write a code on prime number
  • Ans. 

    Code to check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Start checking from 2 up to the square root of the number.

    • If the number is divisible by any number in the range, it's not prime.

    • Otherwise, it's prime.

  • Answered by AI
  • Q4. Write a question on ages problem
  • Ans. 

    What is the average age of a group of people with ages ranging from 20 to 60?

    • Add up all the ages and divide by the number of people in the group

    • The age range is 40 years

    • Assuming an equal distribution of ages, the average age would be 40

  • Answered by AI
  • Q5. Are you relocate
  • Q6. What is your strengths and weaknesses

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I was interviewed in Aug 2021.

Interview Questionnaire 

4 Questions

  • Q1. Java only. After giving 100% correct answers. Got feedback not cleared. All coz of expected CTC
  • Q2. Hashmap internal
  • Q3. Spring boot autoconfiguration
  • Q4. Wap to find each character occurrence in string
  • Ans. 

    Wap to find each character occurrence in string

    • Iterate through the string and use a dictionary to keep track of character counts

    • Use a for loop to iterate through the string and increment the count of each character in the dictionary

    • Print the dictionary to display the character counts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If u want to join support level project then
One online test Hackerrank 50 MCQ
one technical.

Skills evaluated in this interview

I applied via Job Fair and was interviewed in Mar 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 - Aptitude Test 

Reasoning

Interview Preparation Tips

Topics to prepare for DXC Technology Software Engineer interview:
  • Manual Testing
  • Core Java
  • SQL
Interview preparation tips for other job seekers - Good communication with them
We want to see that is strong in communication

DXC Technology interview questions for designations

 Associate Software Engineer

 (50)

 Senior Software Engineer

 (4)

 Software Testing Engineer

 (2)

 Junior Software Engineer

 (1)

 Software Engineer Analyst

 (1)

 Senior Software Engineer 2

 (2)

 Software Developer

 (21)

 Software Tester

 (2)

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to spring boot ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn spring concepts thoroughly

Get interview-ready with Top DXC Technology Interview Questions

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

Interview Questionnaire 

2 Questions

  • Q1. What is software
  • Ans. 

    Software is a set of instructions that tell a computer what to do.

    • Software is a collection of programs, data, and instructions that tell a computer how to perform specific tasks.

    • It can be categorized into system software, application software, and middleware.

    • Examples of software include Microsoft Office, Adobe Photoshop, and Google Chrome.

  • Answered by AI
  • Q2. Instructions that tell a computer
  • Ans. 

    Instructions that tell a computer what to do.

    • Instructions are written in programming languages like Java, Python, C++

    • They can be executed by a computer or a virtual machine

    • Examples of instructions include printing text, performing calculations, and accessing data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one but was majorly a stress test it lasted for about 1hour 10min the interview wanted to test both my knowledge and communication skills

Skills evaluated in this interview

Software Engineer Jobs at DXC Technology

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was a simple aptitude test, with basics of Apti being asked, like blood relations, LCM/HCF problems, probability, SI/CI problems, etc.

Round 3 - Coding Test 

The test was easy enough, with code for traversing an array asked, and using hashmap and linked lists.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be upto date with all data structures, and simple programming problems, with proficiency in atleast one OOPS language.

Software Engineer Interview Questions & Answers

user image Aman Agarwala

posted on 14 Oct 2022

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Coding Test 

10 MCQ for code snippets
3 Coding questions - 2 Basic , 1 Intermediate

Round 2 - Technical 

(4 Questions)

  • Q1. 1. Resume based questions 2. Write and explain 2 basic coding questions 2. Basic SQL 3. Basic concepts of OOPs
  • Q2. 1. check if string is Palindrome.
  • Ans. 

    Check if a given string is a palindrome or not.

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • To check if a string is a palindrome, compare the first and last characters, then the second and second-to-last characters, and so on.

    • If all pairs match, the string is a palindrome. If any pair does not match, the string is not a palindrome.

  • Answered by AI
  • Q3. 2. Difference between DELETE and TRUNCATE and DROP
  • Ans. 

    DELETE removes specific rows, TRUNCATE removes all rows, DROP removes entire table.

    • DELETE is a DML command, TRUNCATE and DROP are DDL commands.

    • DELETE can have a WHERE clause to specify which rows to delete.

    • TRUNCATE resets the table and cannot be undone.

    • DROP removes the table and all associated objects.

    • Example: DELETE FROM table WHERE id = 1;

    • Example: TRUNCATE table;

    • Example: DROP TABLE table;

  • Answered by AI
  • Q4. What are 4 Pillars of OOPs
  • Ans. 

    4 Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together and restricting access to them.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 30 mins around Basic questions about you goal and ambitions About the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was somewhat easy to intermediate. Just have your basics clear.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image SHUBHAM SONI

posted on 10 Oct 2020

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Q2. How many members are there in your family?
  • Q3. What is networking?
  • Ans. 

    Networking is the practice of connecting devices together to share resources and information.

    • Networking involves the use of hardware and software to connect devices together.

    • It allows for the sharing of resources such as printers and files.

    • Networking also enables communication between devices, such as sending emails or accessing websites.

    • Examples of networking technologies include Ethernet, Wi-Fi, and Bluetooth.

  • Answered by AI
  • Q4. Tell briefly about your recent project? what was your task in the Group project?
  • Q5. Technologies used in Group project?
  • Ans. 

    We used a variety of technologies including Java, Spring Boot, React, and MySQL.

    • Java was used for the backend development

    • Spring Boot was used to create RESTful APIs

    • React was used for the frontend development

    • MySQL was used as the database management system

  • Answered by AI
  • Q6. What is server and client ?
  • Ans. 

    Server and client are two entities in a client-server architecture where the server provides services to the client.

    • Server is a computer program or device that provides services to other computer programs or devices, known as clients.

    • Client is a computer program or device that requests services from a server.

    • Examples of servers include web servers, mail servers, and file servers.

    • Examples of clients include web browsers

  • Answered by AI
  • Q7. Last question was any questions for me ?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a Tech + HR in a single interview, the best thing :-)
DXC is company created By Hewlett peckard and computer science corporation(CSC) ,It is in around 70 countries across globe.
Be confident of what you are answering .
Not so much deep technical questions were asked , But be confident and focus on intra-personal skills.

Skills evaluated in this interview

Round 1 - Aptitude Test 

Normal apti test.
Followed by interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Very simple. Just brush up CS basics and you're good to go.

DXC Technology Interview FAQs

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

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

  1. 1. Describe project 2. What do you understand by OOPs. 3. What all Access modif...read more
  2. Can you write the codee which is shown below in any of the languages which you...read more
  3. Write any code of your choice without even a minor err...read more
How long is the DXC Technology Software Engineer interview process?

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

Tell us how to improve this page.

DXC Technology Software Engineer Interview Process

based on 20 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Technical Round
  • HR Round
View more
DXC Technology Software Engineer Salary
based on 2k salaries
₹2.4 L/yr - ₹11.8 L/yr
20% less than the average Software Engineer Salary in India
View more details

DXC Technology Software Engineer Reviews and Ratings

based on 196 reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.2

Salary

3.5

Job security

3.7

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 196 Reviews and Ratings
Sr. Software Engineer- Testing

Noida

3-12 Yrs

Not Disclosed

Sr Analyst I Software Engineering

Noida

3-10 Yrs

Not Disclosed

Sr Analyst I Software Engineering

Pune

4-10 Yrs

Not Disclosed

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

₹2 L/yr - ₹7.1 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.8 L/yr

Associate Professional
1.5k salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Professional 1
1.1k salaries
unlock blur

₹3.4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
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