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

Updated 23 Oct 2024

Top DXC Technology Software Engineer Interview Questions and Answers for Freshers

View all 6 questions

DXC Technology Software Engineer Interview Experiences for Freshers

8 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 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 

Basic aptitude with logical reasoning

Round 3 - Coding Test 

Two questions basic to medium level no dsa

Round 4 - Technical 

(3 Questions)

  • Q1. 1. What is your strength and weekness.
  • Ans. 

    My strength is problem-solving and my weakness is public speaking.

    • Strength: Problem-solving - I have a strong ability to analyze complex problems and come up with effective solutions.

    • Weakness: Public speaking - I struggle with speaking in front of large audiences and conveying my ideas clearly.

    • Example for strength: In my previous role, I was able to identify a critical bug in the software and develop a fix that saved t...

  • Answered by AI
  • Q2. 2. coding language with basic question.
  • Q3. 3. what is the project you have done.
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used HTML, CSS, and JavaScript for the frontend development.

    • Implemented a RESTful API using Node.js and Express for the backend.

    • Utilized MongoDB as the database to store product information.

    • Implemented features like product search, order management, and reporting.

    • Ensured data security and user authentication using JWT tokens.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and must do resume topics strongly with apti and reasoning.

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

Round 1 - Aptitude Test 

Quantitative
Verbal
Logical Mcq questions
coding error correction questions (around 5)

Round 2 - Technical 

(1 Question)

  • Q1. Some questions on project, oops ,some hr questions and a program to print prime nos

Interview Preparation Tips

Interview preparation tips for other job seekers - If you clear the test interview is very easy to crack. For test focus on coding basics .

Software Engineer Interview Questions Asked at Other Companies for undefined

asked in Capgemini
Q1. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more

I applied via AmbitionBox and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your hobbies? Ans.my hobby is playing games. Reading books 📚. Watching TV.ect....

Interview Preparation Tips

Topics to prepare for DXC Technology Software Engineer interview:
  • Self introduction
Interview preparation tips for other job seekers - Very nice 🙂.it is very excited prosess

I was interviewed in Aug 2021.

Interview Questionnaire 

4 Questions

  • Q1. Java only. After giving 100% correct answers. Got feedback not cleared. All coz of expected CTC
  • Q2. Hashmap internal
  • Q3. Spring boot autoconfiguration
  • Q4. Wap to find each character occurrence in string
  • Ans. 

    Wap to find each character occurrence in string

    • Iterate through the string and use a dictionary to keep track of character counts

    • Use a for loop to iterate through the string and increment the count of each character in the dictionary

    • Print the dictionary to display the character counts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If u want to join support level project then
One online test Hackerrank 50 MCQ
one technical.

Skills evaluated in this interview

DXC Technology interview questions for designations

 Associate Software Engineer

 (50)

 Senior Software Engineer

 (4)

 Software Testing Engineer

 (2)

 Software Engineer Analyst

 (1)

 Junior Software Engineer

 (1)

 Senior Software Engineer 2

 (2)

 Software Developer

 (21)

 Software Associate

 (2)

I applied via Campus Placement and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Coding Test 

10 MCQ for code snippets
3 Coding questions - 2 Basic , 1 Intermediate

Round 2 - Technical 

(4 Questions)

  • Q1. 1. Resume based questions 2. Write and explain 2 basic coding questions 2. Basic SQL 3. Basic concepts of OOPs
  • Q2. 1. check if string is Palindrome.
  • Ans. 

    Check if a given string is a palindrome or not.

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • To check if a string is a palindrome, compare the first and last characters, then the second and second-to-last characters, and so on.

    • If all pairs match, the string is a palindrome. If any pair does not match, the string is not a palindrome.

  • Answered by AI
  • Q3. 2. Difference between DELETE and TRUNCATE and DROP
  • Ans. 

    DELETE removes specific rows, TRUNCATE removes all rows, DROP removes entire table.

    • DELETE is a DML command, TRUNCATE and DROP are DDL commands.

    • DELETE can have a WHERE clause to specify which rows to delete.

    • TRUNCATE resets the table and cannot be undone.

    • DROP removes the table and all associated objects.

    • Example: DELETE FROM table WHERE id = 1;

    • Example: TRUNCATE table;

    • Example: DROP TABLE table;

  • Answered by AI
  • Q4. What are 4 Pillars of OOPs
  • Ans. 

    4 Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together and restricting access to them.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 30 mins around Basic questions about you goal and ambitions About the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was somewhat easy to intermediate. Just have your basics clear.

Skills evaluated in this interview

Get interview-ready with Top DXC Technology Interview Questions

Round 1 - Aptitude Test 

Normal apti test.
Followed by interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Very simple. Just brush up CS basics and you're good to go.

Software Engineer Jobs at DXC Technology

View all

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

Interview Questionnaire 

3 Questions

  • Q1. Very easy puzzles
  • Q2. Hr questions
  • Q3. Basic of dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy just go through puzzles and basic dsa

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

Interview Questionnaire 

3 Questions

  • Q1. Networking layers
  • Q2. Method over loading
  • Ans. 

    Method overloading is a feature in OOP where multiple methods can have the same name but different parameters.

    • Method overloading is used to improve code readability and reusability.

    • The methods must have different parameters, either in number or type.

    • Example: void print(int num), void print(String str), void print(int num1, int num2)

    • Method overloading is resolved at compile-time based on the number and type of arguments

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

    A class is a blueprint for creating objects that have similar attributes and behaviors.

    • A class is a user-defined data type that encapsulates data and functions.

    • It provides a way to organize and structure code.

    • Objects are instances of a class.

    • Classes can inherit properties and methods from other classes.

    • Examples of classes in programming languages include String, Integer, and List.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attend Dxc technology as a fresher( off campus drive )

1) online aptitude question
2 ) technical Round ( face to face )
3) HR round

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Software Engineer interview for freshers?
DXC Technology interview process for freshers usually has 2-3 rounds. The most common rounds in the DXC Technology interview process for freshers are Aptitude Test, Technical and Resume Shortlist.
How to prepare for DXC Technology Software Engineer interview for freshers?
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 Troubleshooting, Analytical, Computer science, Recruitment and Coding.
What are the top questions asked in DXC Technology Software Engineer interview for freshers?

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

  1. Wap to find each character occurrence in str...read more
  2. 2. Difference between DELETE and TRUNCATE and D...read more
  3. What are 4 Pillars of O...read more
How long is the DXC Technology Software Engineer interview process?

The duration of DXC Technology 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 Software Engineer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
DXC Technology Software Engineer Salary
based on 2k salaries
₹2.4 L/yr - ₹12 L/yr
19% less than the average Software Engineer Salary in India
View more details

DXC Technology Software Engineer Reviews and Ratings

based on 195 reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.2

Salary

3.5

Job security

3.7

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 195 Reviews and Ratings
Analyst I Software Engineering

Noida

1-4 Yrs

₹ 3.45678-14.2 LPA

Sr Analyst I Software Engineering

Noida

3-11 Yrs

Not Disclosed

Sr Analyst I Software Engineering

Hyderabad / Secunderabad

3-11 Yrs

Not Disclosed

Explore more jobs
Associate Professional Software Engineer
2.7k 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