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

Updated 22 Nov 2024

Top DXC Technology Associate Software Engineer Interview Questions and Answers for Experienced

DXC Technology Associate Software Engineer Interview Experiences for Experienced

8 interviews found

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

I applied via Job Fair and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions was asked

Round 2 - Technical 

(5 Questions)

  • Q1. Asked basic SQL Questions, and java
  • Q2. What is Sql? Explain
  • Ans. 

    SQL is a programming language used for managing and manipulating databases.

    • SQL stands for Structured Query Language.

    • It is used to communicate with databases to perform tasks like querying data, updating data, and creating tables.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE.

    • SQL is used in various database management systems like MySQL, PostgreSQL, Oracle.

    • Example: SELECT * FROM customers WHERE city = 'New Y

  • Answered by AI
  • Q3. What is DBMS,RDBMS
  • Ans. 

    DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.

    • DBMS is a software system that allows users to define, create, maintain and control access to the database.

    • RDBMS is a type of DBMS that stores data in a structured format using tables with rows and columns.

    • RDBMS uses SQL (Structured Query Language) for querying and managing the database.

    • Examples of RDBMS include MyS

  • Answered by AI
  • Q4. What is the difference between DDL & 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 TABLE...

  • Answered by AI
  • Q5. 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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was easy to moderate

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Experience with programming languages like Java and Python

  • Answered by AI
  • Q2. Regarding data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate level

Associate Software Engineer Interview Questions Asked at Other Companies for Experienced

asked in Ericsson
Q1. You are a team leader and one of your employee is unable to compl ... read more
asked in Mphasis
Q2. 1. All types of database commands- DDL, DML, DCL, TCL 2. Write a ... read more
asked in TCS
Q3. Linked List Value Search Problem Statement Given a Singly Linked ... read more
asked in TCS
Q4. Search an Element in a Sorted Array Given a sorted array 'A' of ' ... read more
asked in Eviden
Q5. Tell me about yourself? Tell difference Between pointer and refer ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Jul 2023.

Round 1 - Aptitude Test 

2 hours test including topics such as: DBMS, OOPS, ENGLISH, QUANT, MATHS, REASONING

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and technology

    • Proficient in Java, Python, and web development

    • Completed internships at tech companies

  • Answered by AI
  • Q2. DBMS - important concepts such as key, rbms/dbms difference, ACID properties, primary/foreign key difference
Round 1 - Technical 

(1 Question)

  • Q1. What is object oriented programming language 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 car w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dividing programs into class or objects is called oops .
Oops are classified into following types they are:
1)class:
Class is template from which objects are created. Collection of objects is called object.It is logical Entity
2. Object :
It is an instance of class. It has some states and behaviour. It is both physical and logical Entity .
3. Abstraction:
Hiding the implementation part and showing the functionality is called Abstraction.
Ex:sending SMS where we type text but don't the internal working.
Abstraction can be achieved by
Abstract classes and interfaces
4.Encapuslation:
Binding up of code and data or Variables and methods together is called Encapsulation
Ex: capsule different medicines are binded in it
We can achieve it by getter and setter methods
5) polymorphism:
Performing the same task in different ways is called polymorphism
It can be achieved by method over loading complie time polymorphism and run time polymorphism method overriding.
a) method overloading:
Same method name but different parameters is known as method overloading
b) method overriding:
Same method name & same parameters in sub class and super class is called method overriding.
6.Inheritance:
Acquiring properties from one class to another class is called inheritance
1) single inheritance :
Single child class inherits characteristics of single parent class
Multilevel inheritance
2) for example, a Child inherits behavior from his father, and the father has inherited characteristics from his father.
3) hierarchical inheritance:
One class is inherited by multiple subclasses
4) multiple inheritance:
One class inherits features of more than one base class and is not supported in Java, but the class can implement more than one interface.
5)Hybrid Inheritance: This is a combination of single and multiple inheritances.

7)

Skills evaluated in this interview

DXC Technology interview questions for designations

 Software Associate

 (2)

 Associate Software Developer

 (2)

 Associate Software Trainee

 (1)

 Software Engineer

 (36)

 Associate Professional Software Engineer

 (27)

 Senior Software Engineer

 (4)

 Software Testing Engineer

 (2)

 Junior Software Engineer

 (1)

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti+Coding questions 7 Automata Fix

Round 2 - Technical 

(1 Question)

  • Q1. Youself , One Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Apti as well as Coding Questions which asked in exam
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. There were 5 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 

It's having a objective type test of 100 questions.

Round 3 - Coding Test 

A test for 3 coding questions which is related to basic understanding of coding.

Round 4 - Technical 

(1 Question)

  • Q1. It's was a technical face to face interview.
Round 5 - One-on-one 

(1 Question)

  • Q1. Basic questions related to personal information asked here.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic coding skills and prepare interview questions.

I appeared for an interview before Sep 2021.

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 

Questions related to mathematics,relations, programming

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to project

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions are based on provided skills on the resume and project related questions

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

Round 1 - Aptitude Test 

Analytical.and logical

Round 2 - Technical 

(1 Question)

  • Q1. Need to write some codes
Round 3 - HR 

(1 Question)

  • Q1. Are you okay for relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume properly and be fully prepared about the technologies you have mentioned in your resume

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with answers

Interview Questionnaire 

1 Question

  • Q1. General and logical

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Associate Software Engineer interview for experienced candidates?
DXC Technology interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the DXC Technology interview process for experienced candidates are Aptitude Test, Technical and One-on-one Round.
What are the top questions asked in DXC Technology Associate Software Engineer interview for experienced candidates?

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

  1. What is object oriented programming language in j...read more
  2. What is the difference between DDL & ...read more
  3. What happens when we del...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 Associate Software Engineer Interview Process for Experienced

based on 4 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
DXC Technology Associate Software Engineer Salary
based on 1.2k salaries
₹3 L/yr - ₹7.1 L/yr
25% less than the average Associate Software Engineer Salary in India
View more details

DXC Technology Associate Software Engineer Reviews and Ratings

based on 178 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

3.6

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 178 Reviews and Ratings
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2.6 L/yr - ₹7.2 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.1 L/yr

Associate Professional
1.4k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.2 L/yr - ₹12.9 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