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

Updated 18 Aug 2024

21 Interview questions

An Associate Professional was asked
Q. How do you implement a project in SAP?
Ans. 

To implement a project in SAP, you need to follow a structured approach involving planning, configuration, testing, and deployment.

  • Define project scope and objectives

  • Gather requirements from stakeholders

  • Configure SAP system based on requirements

  • Test the system to ensure functionality and performance

  • Train end users on using the new system

  • Deploy the project and monitor for any issues

  • Provide ongoing support and maint...

An Associate Professional was asked
Q. Which database did you use for practical exercises in your SQL course?
Ans. 

I have used MySQL for practical in SQL subject.

  • MySQL is a popular open-source relational database management system.

  • I have practiced creating tables, querying data, and performing various operations in MySQL.

  • I have also worked with MySQL Workbench for database design and management.

Associate Professional Interview Questions Asked at Other Companies

Q1. Find the Second Largest Element Given an array or list of integer ... read more
Q2. Closest Sum Problem Statement Given an array of integers ARR of s ... read more
asked in LrnEd
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
Q4. Add Two Numbers Represented as Linked Lists Given two linked list ... read more
Q5. Remove Duplicates from String Problem Statement You are provided ... read more
An Associate Professional was asked
Q. What is the latest technology that you have learned?
Ans. 

The latest technology I have learned is artificial intelligence (AI).

  • AI is a branch of computer science that focuses on creating intelligent machines capable of performing tasks that typically require human intelligence.

  • Some examples of AI applications include virtual assistants like Siri and Alexa, self-driving cars, and recommendation systems.

  • I have learned about different AI techniques such as machine learning,...

An Associate Professional was asked
Q. Why is Python not fully object-oriented?
Ans. 

Python is not fully object-oriented due to its support for procedural programming and lack of strict encapsulation.

  • Python supports multiple programming paradigms, including procedural and functional programming, not just OOP.

  • Primitive data types like integers and strings are not objects in the same way as user-defined classes.

  • Python allows for procedural code, which can exist outside of classes, making it less str...

What people are saying about DXC Technology

View All
drtex
Verified Icon
2w
works at
DXC Technology
Please suggest some hair care tips
Hi guys, I’m staying in Bangalore and as you already know, the water quality here isn’t great. That’s why I use filtered water for my head wash. However, I still experience a dry scalp, frizzy hair, and flakes. Could you please suggest a good shampoo and/or conditioner for this issue? Also, if you know any good dermatologists in Bangalore, I’d really appreciate your
Got a question about DXC Technology?
Ask anonymously on communities.
An Associate Professional was asked
Q. Explain Hadoop.
Ans. 

Hadoop is an open-source framework for distributed storage and processing of large data sets using clusters of computers.

  • Hadoop consists of two main components: Hadoop Distributed File System (HDFS) for storage and MapReduce for processing.

  • HDFS allows data to be stored across multiple machines, providing high availability and fault tolerance.

  • MapReduce is a programming model that processes large data sets in parall...

An Associate Professional was asked
Q. Write code to take an array and move all zeros to the end.
Ans. 

Rearrange an array of strings to move all zeros to the end while maintaining the order of non-zero elements.

  • Iterate through the array and count non-zero elements.

  • Create a new array of the same size to hold non-zero elements.

  • Fill the new array with non-zero elements and append zeros at the end.

  • Example: Input: ['a', '0', 'b', '0', 'c'] Output: ['a', 'b', 'c', '0', '0']

An Associate Professional was asked
Q. What are abstract classes?
Ans. 

Abstract classes are classes that cannot be instantiated and are meant to be subclassed.

  • Abstract classes may contain abstract methods that must be implemented by subclasses.

  • Abstract classes can have both abstract and concrete methods.

  • An example of an abstract class in Java is 'Shape', with abstract methods like 'calculateArea' and concrete methods like 'draw'.

Are these interview questions helpful?
An Associate Professional was asked
Q. What is an interface?
Ans. 

An interface is a point of interaction between components, devices, or systems.

  • An interface defines the methods that a class must implement

  • Interfaces allow for multiple inheritance in programming languages like Java

  • Interfaces are used to enforce a contract between different parts of a system

An Associate Professional was asked
Q. What is performance? Mention its different types.
Ans. 

Perform refers to carrying out a task or activity. Its types include job performance, academic performance, and athletic performance.

  • Perform refers to the execution of a task or activity.

  • Job performance refers to how well an employee performs their job duties.

  • Academic performance refers to a student's success in their studies.

  • Athletic performance refers to an athlete's ability to perform in their sport.

  • Other types...

An Associate Professional was asked
Q. What is the difference between a table and a view?
Ans. 

A table is a physical storage structure while a view is a virtual table created from a query.

  • A table stores data in a structured manner while a view is a virtual table created from a query.

  • A table can have indexes and constraints while a view cannot.

  • A table can be updated, inserted or deleted while a view cannot be directly modified.

  • A view can be used to simplify complex queries or restrict access to certain colum...

DXC Technology Associate Professional Interview Experiences

37 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Don't remember the questions but they were fairly easy ones, you can easily crack them
Round 2 - Technical 

(4 Questions)

  • Q1. Questions on OOPS were asked. Basically the interviewer asked questions on why python is not fully object oriented.
  • Ans. 

    Python is not fully object-oriented due to its support for procedural programming and lack of strict encapsulation.

    • Python supports multiple programming paradigms, including procedural and functional programming, not just OOP.

    • Primitive data types like integers and strings are not objects in the same way as user-defined classes.

    • Python allows for procedural code, which can exist outside of classes, making it less strictly...

  • Answered by AI
  • Q2. He asked me to explain about hadoop.
  • Ans. 

    Hadoop is an open-source framework for distributed storage and processing of large data sets using clusters of computers.

    • Hadoop consists of two main components: Hadoop Distributed File System (HDFS) for storage and MapReduce for processing.

    • HDFS allows data to be stored across multiple machines, providing high availability and fault tolerance.

    • MapReduce is a programming model that processes large data sets in parallel ac...

  • Answered by AI
  • Q3. Basic questions regarding HTML and CSS.
  • Q4. Generic Questions like twitter subscription model, awareness regarding ISRO's recent satellite launches etc.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Normal aptittude test consists for 5 sections

Round 3 - Technical 

(5 Questions)

  • Q1. Subject related questions like basic java and dsa stuff
  • Q2. What is java, oops, dsa, etc
  • Ans. 

    Java is a popular programming language, OOPs stands for Object-Oriented Programming, DSA refers to Data Structures and Algorithms.

    • Java is a high-level, class-based, object-oriented programming language known for its portability and versatility.

    • OOPs is a programming paradigm based on the concept of 'objects', which can contain data in the form of fields and code in the form of procedures.

    • DSA involves the study of data s...

  • Answered by AI
  • Q3. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q4. What are abstract classes
  • Ans. 

    Abstract classes are classes that cannot be instantiated and are meant to be subclassed.

    • Abstract classes may contain abstract methods that must be implemented by subclasses.

    • Abstract classes can have both abstract and concrete methods.

    • An example of an abstract class in Java is 'Shape', with abstract methods like 'calculateArea' and concrete methods like 'draw'.

  • Answered by AI
  • Q5. What is an interface
  • Ans. 

    An interface is a point of interaction between components, devices, or systems.

    • An interface defines the methods that a class must implement

    • Interfaces allow for multiple inheritance in programming languages like Java

    • Interfaces are used to enforce a contract between different parts of a system

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics of each subject

Skills evaluated in this interview

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

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

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

90 minutes aptitude round ( pseudo code quant communication )

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself Core Subjects Questions - CN & OS Languages you know
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself Strength Weakness What if your colleague refuses to work New technologies you have worked on.

Interview Preparation Tips

Interview preparation tips for other job seekers - It all depends on the interviewer.
Prepare you resume throughly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

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

Aptitude questions then communication and essat writing followed by coding questions.

Round 3 - Technical 

(1 Question)

  • Q1. Projects,Certificates,OOPS,Internships

Interview Preparation Tips

Topics to prepare for DXC Technology Associate Professional interview:
  • OOPS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Aptitude plus coding

Round 2 - Technical 

(1 Question)

  • Q1. What is the lastest technology that you have learnt
  • Ans. 

    The latest technology I have learned is artificial intelligence (AI).

    • AI is a branch of computer science that focuses on creating intelligent machines capable of performing tasks that typically require human intelligence.

    • Some examples of AI applications include virtual assistants like Siri and Alexa, self-driving cars, and recommendation systems.

    • I have learned about different AI techniques such as machine learning, natu...

  • Answered by AI
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 were 2 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 - HR 

(2 Questions)

  • Q1. Round 1 was technical and Hr both but interviewer was not asking questions according to my resume as the domain I mentioned in my interview. He was just asking me from his domain only. He asked me to rat...
  • Q2. About project What if you have offer of DXC and other companies. Speak for 5 minutes on handball which I used to play and mentioned in my Tmay
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. One coding question to take an array and put the zero at trailing end.
  • Ans. 

    Rearrange an array of strings to move all zeros to the end while maintaining the order of non-zero elements.

    • Iterate through the array and count non-zero elements.

    • Create a new array of the same size to hold non-zero elements.

    • Fill the new array with non-zero elements and append zeros at the end.

    • Example: Input: ['a', '0', 'b', '0', 'c'] Output: ['a', 'b', 'c', '0', '0']

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Many questions related to hypothetical situation
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 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 - Group Discussion 

Group discussion was about unity and diversity

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked questions about insurance. Asked about my previous process
  • Q2. First question indepth about insurance How we where handling teams

Interview Preparation Tips

Interview preparation tips for other job seekers - dont get tensed when you are interviewed. Be calm and answer each question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

MCQS and 2 coding questions (medium )

Round 2 - Technical 

(1 Question)

  • Q1. Basis of programming languages, and skills mentioned in resume,

Interview Preparation Tips

Interview preparation tips for other job seekers - strong with basis
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

3 hrs basic aptitude with verbal ability

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about youself
  • Ans. 

    I am a highly motivated and dedicated professional with a strong background in the field.

    • I have a Bachelor's degree in Business Administration

    • I have 3 years of experience in project management

    • I am proficient in Microsoft Office Suite

    • I have excellent communication and organizational skills

  • Answered by AI
  • Q2. Questions on oops and resume

Interview Preparation Tips

Interview preparation tips for other job seekers - just read basic of computer fundamental, no coding question will be asked.

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Associate Professional 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.
How to prepare for DXC Technology Associate Professional 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, Business Solutions, Computer science, Information Technology and Business Administration.
What are the top questions asked in DXC Technology Associate Professional interview?

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

  1. OOPs features, what is a carriage return, the syntax for making a 2D matrix, wh...read more
  2. What is perform? Mention its different typ...read more
  3. What is the difference between a table and a vi...read more
What are the most common questions asked in DXC Technology Associate Professional HR round?

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

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What is your family backgrou...read more
How long is the DXC Technology Associate Professional interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 23 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 57%
2-4 weeks 43%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.6k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Nagarro Interview Questions
4.0
 • 790 Interviews
NTT Data Interview Questions
3.8
 • 655 Interviews
View all
DXC Technology Associate Professional Salary
based on 1.5k salaries
₹2 L/yr - ₹7 L/yr
At par with the average Associate Professional Salary in India
View more details

DXC Technology Associate Professional Reviews and Ratings

based on 230 reviews

3.7/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.2

Salary

3.7

Job security

3.6

Company culture

2.9

Promotions

3.5

Work satisfaction

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

₹3 L/yr - ₹8 L/yr

Software Engineer
1.9k salaries
unlock blur

₹2 L/yr - ₹10.8 L/yr

Associate Professional
1.5k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹6.5 L/yr - ₹29 L/yr

Software Developer
1.1k salaries
unlock blur

₹3.5 L/yr - ₹19.5 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