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 Junior Software Engineer Interview Questions and Answers

Updated 28 Apr 2023

DXC Technology Junior Software Engineer Interview Experiences

1 interview found

Junior Software Engineer Interview Questions & Answers

user image Bhagathsingh Kumpati

posted on 28 Apr 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself? My name is Bhagath singh kumpati.I am from Andhra Pradesh.I love to play cricket.And less sleeping per day . good hard worker.
  • Q2. What your strength and how are hard work in the office work? What's your goal?
  • Ans. 

    My strength is my dedication and hard work in the office. My goal is to continuously improve my skills and contribute to the success of the team.

    • I am highly dedicated and committed to my work

    • I consistently put in extra effort to meet deadlines and deliver high-quality results

    • I am proactive in seeking opportunities to learn and grow

    • I am a team player and collaborate effectively with colleagues

    • I set goals for myself and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose your hopes in your life.
Chase for goal.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test includes number series, profit and loss, percentage, train problems

Round 2 - Technical 

(2 Questions)

  • Q1. About SQL queries and database
  • Q2. About object oriented programming, pointers, arrays, linked list
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular basic to advance.
  • Q2. Js code remove the duplicate from array.
  • Ans. 

    Use Set to remove duplicates from array of strings in JavaScript.

    • Create a Set from the array to automatically remove duplicates.

    • Convert the Set back to an array to get the unique values.

    • Example: const array = ['apple', 'banana', 'apple']; const uniqueArray = [...new Set(array)];

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at VNR Vignan Jyothi Institute of Engineering & Technology, Ranga Reddy and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Assignment 

Excel,cyber security

Round 2 - Technical 

(3 Questions)

  • Q1. What is bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Compares adjacent elements and swaps them if they are in the wrong order

    • Repeats this process until the list is sorted

    • Not efficient for large datasets, has a time complexity of O(n^2)

  • Answered by AI
  • Q2. Explain palindrome
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward as forward.

    • Palindrome is a word, phrase, number, or sequence that reads the same forwards and backwards.

    • Examples: 'radar', 'madam', '1221', 'A man, a plan, a canal, Panama.'

  • Answered by AI
  • Q3. Write merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Favourite subject
  • Ans. 

    My favourite subject is computer science because I enjoy problem-solving and creating innovative solutions.

    • I love learning about algorithms and data structures

    • I enjoy programming languages like Java and Python

    • I find software development methodologies like Agile fascinating

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while answering hr round

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Self-Intro, About your project, Basics of any Language

Interview Preparation Tips

Topics to prepare for Capgemini Junior Software Engineer interview:
  • c,java,SQL
Interview preparation tips for other job seekers - easy to contact with Students, Because they feel like nervously ,so please be friendly with us.

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

Round 1 - job 

(1 Question)

  • Q1. Imparent my skills in education knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - it s company branded company learning to go step by step in way process and well good company
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test was quite easy.

Round 2 - Coding Test 

Questions are moderated.

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce your self.
  • Q2. The interviewer asked me about java, oops concepts and some questions from data structures and some numerical in last.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The interview was only 15 min. He asked questions related to database. He was very friendly.
  • Q2. What is trigger
  • Ans. 

    A trigger is a piece of code that automatically executes in response to a specific event or condition in a software system.

    • Triggers are commonly used in databases to enforce business rules or perform actions when certain data changes occur.

    • They can be used to validate data, update related records, or perform calculations.

    • For example, a trigger can be created to automatically update a customer's loyalty points when they...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Does platform independent in JAVA?
  • Ans. 

    Yes, Java is platform independent due to its ability to compile code into bytecode that can run on any platform with a Java Virtual Machine (JVM).

    • Java code is compiled into bytecode, which can run on any platform with a JVM.

    • The JVM acts as an intermediary between the Java code and the underlying platform.

    • This allows Java programs to be written once and run on any platform without modification.

  • Answered by AI
  • Q2. Do you Know about OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

General knowledge questions

Interview Preparation Tips

Topics to prepare for Accenture Junior Software Engineer interview:
  • Say about ourself
Interview preparation tips for other job seekers - Nice experience

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Junior Software Engineer interview?
DXC Technology interview process usually has 2 rounds. The most common rounds in the DXC Technology interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

DXC Technology Junior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
DXC Technology Junior Software Engineer Salary
based on 14 salaries
₹3.5 L/yr - ₹8 L/yr
26% more than the average Junior Software Engineer Salary in India
View more details
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.8 L/yr

Associate Professional
1.5k salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Professional 1
1.1k salaries
unlock blur

₹3.4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
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