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 Associate Interview Questions and Answers

Updated 16 Jun 2024

DXC Technology Software Associate Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

One basic coding question given

Round 2 - HR 

(2 Questions)

  • Q1. Prefered location
  • Q2. Willing to reallocate

Interview Preparation Tips

Topics to prepare for DXC Technology Software Associate interview:
  • Java
  • C
Interview preparation tips for other job seekers - No growth

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They were very general depending upon the core subject I chose. It was java for me so they asked questions related to java and c++ both. It was all in all and easy and good experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is important to tell about topics that you know and do not brag about the stuffs that you didn't actually do.

Software Associate Interview Questions Asked at Other Companies

asked in Consilio
Q1. What are the concepts of Object-Oriented Programming (OOP), speci ... read more
asked in Capgemini
Q2. What is python, what is sql, what is db, what is dbms etc.
asked in Consilio
Q3. What technology stack is utilized, and why was this specific stac ... read more
asked in Capgemini
Q4. Introduce yourself Do you know any programming language? Write a ... read more
asked in LTIMindtree
Q5. How do you implement MVVM?

Top trending discussions

View All
Interview Hub
1w
a team lead
FeedCard Image
Got a question about DXC Technology?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing based Q's. Like what is Black box testing, White box testing, SDLC, STLC, Defect Life Cycle.
  • Ans. 

    Explanation of Black box testing, White box testing, SDLC, STLC, Defect Life Cycle.

    • Black box testing: Testing without knowledge of internal workings of the system. Example: User Acceptance Testing.

    • White box testing: Testing with knowledge of internal workings of the system. Example: Unit Testing.

    • SDLC: Software Development Life Cycle. Process of developing software from planning to deployment.

    • STLC: Software Testing Life...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with basics of testing terminologies.

I appeared for an interview before Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your Project
  • Q2. What are your hobbies?

Interview Preparation Tips

Round: Test
Experience: The test was divided into 3 parts; Quants, Reasoning and English. All the three parts were given equal importance and the cut off was made section wise.
Tips: Going through the previous papers would be of great help.
Duration: 1 hour
Total Questions: 40

Round: Technical Interview
Experience: Most of the questions in the technical round were based off the project that was done.
Tips: Having a clear idea of your project will help you get through this round.

Round: HR Interview
Experience: The HR round was pretty much laid off. Most of the questions asked were simple and related to personal life and job requirements like hobbies, preferred job location etc.
Tips: Stay calm and confident.

College Name: Ravindra College Of Engineering For Women

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Aptitude Test 

Aptitudes with maths and English

Round 2 - Technical 

(1 Question)

  • Q1. For freshers questions from c and c++
Round 3 - HR 

(1 Question)

  • Q1. Why do we hire you

DXC Technology HR Interview Questions

78 questions and answers

Q. Can you describe your work experience and training experience?
Q. What qualifications and skills do you possess that make you suitable for this jo ... read more
Q. What are your experiences regarding workplace behavior?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

This was the first round after shortlisting process.

Round 2 - HR 

(2 Questions)

  • Q1. All core java Questions.As it was technical plus HR round.
  • Q2. As I had mentioned mySQL so questions from mySQL.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was just a normal aptitude test, please prepare all the basics of apti.

Round 2 - Coding Test 

They asked me questions on array and collections. On how to sort array and find out the unique element from an array.

Round 3 - HR 

(1 Question)

  • Q1. It was just a basic all the documents check and related relocation and onboarding.

I applied via Campus Placement and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is python, what is sql, what is db, what is dbms etc.
  • Ans. 

    Python is a high-level programming language, SQL is a language used to manage relational databases, DB is a collection of data, and DBMS is a software used to manage databases.

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

    • SQL is used to create, modify, and manage relational databases.

    • DB is a collection of data that can be organized in various ways.

    • DBMS is a software used to manage...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Associate interview:
  • Techademy
  • Coursera
Interview preparation tips for other job seekers - Hi, I am Anupama Mondal and also employee of Capgemini. To get into Capgemini you guys have fluent in English & make a perfect Resume about yourself & you have to be prepared about your technical skills whatever you write in Resume g maintain a proper eye contact during Interview.
Thank you.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself Do you know any programming language? Write a code for multiples of a number. Do you have any question for me?
  • Ans. 

    I am a software developer with experience in Java and Python. I can write code for multiples of a number.

    • I am proficient in Java and Python programming languages.

    • To find multiples of a number, use a loop to iterate through numbers and check if they are divisible by the given number.

    • Example code in Java: for(int i=1; i<=10; i++){ if(i%3==0){ System.out.println(i); } }

    • Example code in Python: for i in range(1, 11): if i %...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Associate interview:
  • Programming language
Interview preparation tips for other job seekers - You have to be calm while giving your interview.
Listen to the question properly and then answer.
Do not be in hurry.
After every question take time about 5-10seconds to think and then answer.

Skills evaluated in this interview

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Software Associate interview?
DXC Technology interview process usually has 2 rounds. The most common rounds in the DXC Technology interview process are Coding Test and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

More than 8 weeks 100%
View more

Software Associate Interview Questions from Similar Companies

UST Software Associate Interview Questions
3.8
 • 1 Interview
View all
DXC Technology Software Associate Salary
based on 5 salaries
₹2.2 L/yr - ₹6 L/yr
At par with the average Software Associate Salary in India
View more details

DXC Technology Software Associate Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.6

Skill development

4.1

Work-life balance

4.1

Salary

4.6

Job security

4.6

Company culture

4.1

Promotions

4.6

Work satisfaction

Explore 2 Reviews and Ratings
Associate Professional Software Engineer
2.7k salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Engineer
2k salaries
unlock blur

₹4.2 L/yr - ₹12.3 L/yr

Associate Professional
1.4k salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

Software Developer
1.2k salaries
unlock blur

₹3.7 L/yr - ₹21.1 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

TCS

3.6
Compare

Wipro

3.7
Compare
write
Share an Interview