Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
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 10.5k Reviews

Play video Play video Video summary
  • About
  • Reviews
    10.5k
  • Salaries
    72.9k
  • Interviews
    820
  • Jobs
    172
  • Benefits
    1.2k
  • Photos
    6
  • Posts
    9

Filter interviews by

DXC Technology Associate Software Engineer Interview Questions and Answers

Updated 15 Apr 2025

14 Interview questions

An Associate Software Engineer was asked 11mo ago
Q. 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 cons...

An Associate Software Engineer was asked 11mo ago
Q. What happens when we delete?
Ans. 

When we delete, the data or file is removed from the system and may be moved to a recycle bin or permanently erased.

  • Data or file is removed from the system

  • May be moved to a recycle bin before permanent deletion

  • Space previously occupied by the deleted data/file becomes available for new data

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
View answers (2)
asked in Hexaware Technologies
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
View answer (1)
asked in Clarivate
Q3. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
View answer (1)
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
View answer (1)
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
View answer (1)
View All
An Associate Software Engineer was asked 11mo ago
Q. What is the difference between DDL and DML?
Ans. 

DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

  • DDL is used to create, modify, and delete database objects such as tables, indexes, and views.

  • DML is used to insert, update, delete, and retrieve data from database tables.

  • Examples of DDL statements include CREATE TABLE, ALTER ...

An Associate Software Engineer was asked 12 Jul 2023
Q. Write a program to print prime numbers up to 100.
Ans. 

Generate prime numbers up to 100

  • Iterate through numbers from 2 to 100

  • Check if each number is prime by dividing it by numbers up to its square root

  • If a number is not divisible by any number other than 1 and itself, it is prime

An Associate Software Engineer was asked 12 Feb 2022
Q. What is object-oriented programming in Java?
Ans. 

Java is an object-oriented programming language that uses classes and objects to organize and structure code.

  • Java is based on the concept of classes and objects

  • Classes define the properties and behaviors of objects

  • Objects are instances of classes that can interact with each other

  • Java supports encapsulation, inheritance, and polymorphism

  • Examples of object-oriented programming in Java include creating a class for a ...

🔥 Asked by recruiter 2 times
An Associate Software Engineer was asked 29 Aug 2021
Q. What do you know about Python?
Ans. 

Python is a high-level, interpreted programming language known for its simplicity and readability.

  • Python is used for web development, data analysis, artificial intelligence, and scientific computing.

  • It has a large standard library and supports multiple programming paradigms.

  • Python uses indentation to indicate blocks of code, making it easy to read and understand.

  • It is dynamically typed, meaning that variable types...

An Associate Software Engineer was asked 29 Aug 2021
Q. What is the latest version of Python?
Ans. 

The latest version of Python is Python 3.10.

  • Python 3.10 was released on October 4, 2021.

  • It includes new features such as structural pattern matching, improved error messages, and more.

  • Python 2.7 is no longer supported and users are encouraged to upgrade to Python 3.10.

  • Python 3.10 can be downloaded from the official Python website.

Are these interview questions helpful?
An Associate Software Engineer was asked 11 Oct 2020
Q. What are some emerging technologies?
Ans. 

5G technology is coming which will revolutionize the way we communicate and connect with the world.

  • 5G technology will provide faster internet speeds and lower latency.

  • It will enable the development of new technologies such as self-driving cars and smart cities.

  • 5G networks will be able to support a larger number of devices connected simultaneously.

  • Major telecommunication companies such as Verizon and AT&T are alrea...

An Associate Software Engineer was asked 3w ago
Q. What are the four pillars of OOPS?
Ans. 

The four pillars of OOP are Encapsulation, Abstraction, Inheritance, and Polymorphism, fundamental concepts in object-oriented programming.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

  • Abstraction: Hiding complex implementation details and showing only the essential features. Example: A ...

An Associate Software Engineer was asked 06 Apr 2022
Q. What is the difference between LAN (Local Area Network) and MAN (Metropolitan Area Network)?
Ans. 

LAN is a network that covers a small geographical area, while MAN covers a larger area like a city.

  • LAN typically covers a single building or a group of nearby buildings.

  • MAN covers a larger geographical area like a city or a town.

  • LAN usually has higher data transfer speeds compared to MAN.

  • Examples of LAN include home networks or office networks.

  • Examples of MAN include city-wide Wi-Fi networks or cable TV networks.

1 2

DXC Technology Associate Software Engineer Interview Experiences

51 interviews found

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
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

2 hours - Includes aptitude, verbal, Communication

Round 2 - Technical 

(2 Questions)

  • Q1. 15 - 45 minutes
  • Add your answer
  • Q2. Technical Questions
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some knowledge on Basic problem solving questions, it helps in TR
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 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 - Aptitude Test 

First round was a aptitude test with qvr questions as well 1-2 coding questions.

Round 3 - Technical 

(2 Questions)

  • Q1. I was asked various hr questions and technical as well, mainly based on sql
  • Add your answer
  • Q2. I was given a scenario and the interviewer asked multiple sql based questions on that scenario.
  • Add your answer
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

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.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

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

(2 Questions)

  • Q1. WHAT IS YOUR AIM
  • Add your answer
  • 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
    Add your answer

Interview Preparation Tips

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

Associate Software Engineer Interview Questions & Answers

user image Kumar Aryan Chauhan

posted on 25 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 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 

There was an elimination round consisting of online test comprises aptitude, technical and coding questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Those who got shortlisted from the test get to the interview, It took place on Video call and they also asked me to share my screen and code a program for binary search.
  • Add your answer
  • Q2. Tell me about yourself. my hobbies my projects and tech stack known
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true in your resumes and have exact knowledge of the projects you showcased, try to be real and genuine. Be confident about your answers and always keep a smiley face.
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

The test is easy as they check ur aptitude

Round 2 - Coding Test 

This test was medium level

Round 3 - Technical 

(1 Question)

  • Q1. They asked basic dsa questions
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. The round was easy..no problem at all
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The company did not completed the process...been 4 months since cleaning all the rounds
Anonymous

Associate Software Engineer Interview Questions & Answers

user image ABHIJEET SHARMA

posted on 14 Sep 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Simple and general questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA basic question - array
  • Add your answer
  • Q2. DSA basic question - string
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Ready to reallocate?
  • Ans. 

    Yes, I am ready to reallocate for the right opportunity.

    • I am open to relocating for a promising career opportunity.

    • I have relocated in the past for job opportunities and am willing to do so again.

    • I understand the importance of being flexible and adaptable in the tech industry.

  • Answered by AI
    Add your answer
  • Q2. Project and internship?
  • Add your answer
Anonymous

Associate Software Engineer Interview Questions & Answers

user image JHANSIRANI EDARA

posted on 10 Feb 2024

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

First round is screening round it includes qestions on reasoning, logical,verbal, coding each section consist of 20 qestions

Round 2 - HR 

(2 Questions)

  • Q1. After clearing screening round we got interview mail it is combination of both TR and HR
  • Add your answer
  • Q2. Qestions related to resume
  • Add your answer
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

In metl platform they conducted exam. it has 3 section aptitude,verbal and pseudo codes

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself about oops one logical question opps real life example
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - only one interview round which last for 30 to 1 hour.
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
1w
a data scientist
Need help in CTC expectation
Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
Got a question about DXC Technology?
Ask anonymously on communities.
More about working at DXC Technology
  • HQ - Minato,Tokyo, Japan
  • IT Services & Consulting
  • 10k-50k Employees (India)
  • Public

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Associate Software Engineer interview?
DXC Technology interview process usually has 2-3 rounds. The most common rounds in the DXC Technology interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in DXC Technology Associate Software Engineer interview?

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

  1. Tell some new technology which is comi...read more
  2. What is object oriented programming language in j...read more
  3. How to create the Facebook comment system reaction stat...read more
What are the most common questions asked in DXC Technology Associate Software Engineer HR round?

The most common HR questions asked in DXC Technology Associate Software Engineer interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the DXC Technology Associate Software Engineer interview process?

The duration of DXC Technology Associate 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 Interviews By Designations

  • DXC Technology Associate Software Engineer Interview Questions
  • DXC Technology Software Engineer Interview Questions
  • DXC Technology Associate Professional Interview Questions
  • DXC Technology Associate Professional Software Engineer Interview Questions
  • DXC Technology Software Developer Interview Questions
  • DXC Technology Associate Engineer Interview Questions
  • DXC Technology Business Analyst Interview Questions
  • DXC Technology Analyst Interview Questions
  • Show more
  • DXC Technology Senior Assistant Service Delivery Coordinator Interview Questions
  • DXC Technology Associate Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Softwaretest Engineer Interview Questions
  • Software Engineer Trainee Interview Questions
  • Software Developer Intern Interview Questions
  • Software Developer Interview Questions
  • Software Development Engineer Interview Questions
  • Junior Software Developer Interview Questions
  • Show more
  • Full Stack Software Developer Interview Questions
  • Junior Software Engineer Interview Questions

Associate Software Engineer Interview Questions from Similar Companies

Accenture
Accenture Associate Software Engineer Interview Questions
3.8
 • 646 Interviews
CGI Group
CGI Group Associate Software Engineer Interview Questions
4.0
 • 50 Interviews
Bosch Global Software Technologies
Bosch Global Software Technologies Associate Software Engineer Interview Questions
3.9
 • 44 Interviews
Capgemini
Capgemini Associate Software Engineer Interview Questions
3.7
 • 33 Interviews
Cognizant
Cognizant Associate Software Engineer Interview Questions
3.7
 • 27 Interviews
Virtusa Consulting Services
Virtusa Consulting Services Associate Software Engineer Interview Questions
3.7
 • 26 Interviews
Nagarro
Nagarro Associate Software Engineer Interview Questions
4.0
 • 24 Interviews
IBM
IBM Associate Software Engineer Interview Questions
4.0
 • 20 Interviews
Optum Global Solutions
Optum Global Solutions Associate Software Engineer Interview Questions
4.0
 • 15 Interviews
GlobalLogic
GlobalLogic Associate Software Engineer Interview Questions
3.6
 • 15 Interviews
View all
DXC Technology Associate Software Engineer Salary
based on 1.2k salaries
₹3 L/yr - ₹7.1 L/yr
19% less than the average Associate Software Engineer Salary in India
View more details

DXC Technology Associate Software Engineer Reviews and Ratings

based on 180 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 180 Reviews and Ratings
DXC Technology Salaries in India
Associate Professional Software Engineer
2.7k salaries
unlock blur

₹2.6 L/yr - ₹8 L/yr

Software Engineer
1.9k salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Associate Professional
1.5k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹6.5 L/yr - ₹27.4 L/yr

Explore more salaries
Compare DXC Technology with
Cognizant

Cognizant

3.7
Compare
Capgemini

Capgemini

3.7
Compare
TCS

TCS

3.6
Compare
Wipro

Wipro

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • DXC Technology Interview Questions >
  • DXC Technology Associate Software Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter