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

Clear (1)

DXC Technology Associate Engineer Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top DXC Technology Associate Engineer Interview Questions and Answers

View all 6 questions

DXC Technology Associate Engineer Interview Experiences

18 interviews found

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Job Location Preference
  • Q2. Java Basics and Basic OOPS concepts

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

It was on amcat it consisted of many topics coding tests

Round 3 - Technical 

(3 Questions)

  • Q1. How many nodes can be inserted in a tree
  • Ans. 

    The number of nodes that can be inserted in a tree depends on the type of tree and its implementation.

    • The maximum number of nodes in a binary tree is 2^(h+1) - 1, where h is the height of the tree.

    • In a balanced binary search tree, the number of nodes can be calculated using the formula 2^(h+1) - 1.

    • In a general tree structure, the number of nodes is not limited by a specific formula and can vary based on the implementat

  • Answered by AI
  • Q2. Difference between stacks and arrays
  • Ans. 

    Arrays are a data structure that stores elements of the same data type in contiguous memory locations, while stacks are a type of data structure that follows the Last In First Out (LIFO) principle.

    • Arrays can store elements of different data types, while stacks typically store elements of the same data type.

    • Arrays allow random access to elements based on index, while stacks only allow access to the top element.

    • Examples:...

  • Answered by AI
  • Q3. Questions on project

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear on cs core subjects

Skills evaluated in this interview

Associate Engineer Interview Questions & Answers

user image Durga Deepthi Samadhi

posted on 29 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Workday and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about the software development life cycle
Round 3 - One-on-one 

(1 Question)

  • Q1. Regarding relocation

DXC Technology interview questions for designations

 Associate

 (10)

 Associate Software Engineer

 (50)

 Associate Engineer Professional

 (1)

 Associate Professional

 (37)

 Senior Associate

 (8)

 Associate Manager

 (6)

 Process Associate

 (3)

 Associate Analyst

 (2)

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Aptitude Test 

First round was aptitude round containing normal maths and few reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Normal questions from java and OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident

Get interview-ready with Top DXC Technology Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all Resume tips
Round 2 - Aptitude Test 

Topic were general aptitude

Round 3 - Technical 

(1 Question)

  • Q1. A basic two pointer question
Round 4 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. How you can prove to be a asset
  • Ans. 

    I can prove to be an asset by showcasing my technical skills, problem-solving abilities, and dedication to continuous learning and improvement.

    • Demonstrate proficiency in relevant technical skills and tools

    • Showcase ability to solve complex problems efficiently

    • Highlight commitment to ongoing learning and professional development

    • Provide examples of successful projects or initiatives where I made a significant impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DO HARD WORK
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

It contains 30 mcq questions

Round 2 - Coding Test 

It includes total 2 questions

Round 3 - Technical 

(1 Question)

  • Q1. It just for 15 min
Interview experience
4
Good
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 Resume tips
Round 2 - Coding Test 

Coding on any programming language

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based questions
  • Q2. What are the applications of python
  • Ans. 

    Python is a versatile programming language used in web development, data analysis, artificial intelligence, automation, and more.

    • Web development (Django, Flask)

    • Data analysis (Pandas, NumPy)

    • Artificial intelligence (TensorFlow, PyTorch)

    • Automation (Selenium, BeautifulSoup)

    • Scientific computing (SciPy)

    • Machine learning (scikit-learn)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and perfect at resume mentioned skills

Skills evaluated in this interview

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

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 Resume tips
Round 2 - Aptitude Test 

Logical, English, CS fundamental

Round 3 - Technical 

(1 Question)

  • Q1. Resume based, CS fundamental
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 Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quant Logical reasoning and English

Round 2 - Technical 

(1 Question)

  • Q1. General c c++ and python basics were asked
Contribute & help others!
anonymous
You can choose to be anonymous

DXC Technology Interview FAQs

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

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

  1. how many nodes can be inserted in a t...read more
  2. How you can prove to be a as...read more
  3. What are the applications of pyt...read more

Recently Viewed

DESIGNATION

JOBS

American Broadcasting Company

No Jobs

INTERVIEWS

TALENTEDGE

No Interviews

LIST OF COMPANIES

American Broadcasting Company

Overview

SALARIES

DXC Technology

INTERVIEWS

DXC Technology

No Interviews

SALARIES

American Broadcasting Company

INTERVIEWS

BYJU'S Exam Prep

No Interviews

SALARIES

DXC Technology

INTERVIEWS

DXC Technology

No Interviews

Tell us how to improve this page.

DXC Technology Associate Engineer Interview Process

based on 16 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Technical Round
View more
DXC Technology Associate Engineer Salary
based on 92 salaries
₹3.2 L/yr - ₹5.7 L/yr
20% less than the average Associate Engineer Salary in India
View more details

DXC Technology Associate Engineer Reviews and Ratings

based on 15 reviews

3.3/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

2.8

Salary

3.6

Job security

3.2

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 15 Reviews and Ratings
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent