Senior Developer Java applicants have rated the interview process at DXC Technology with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 68.7% positive. This is according to Glassdoor user ratings.
Candidates applying for Senior Developer Java roles take an average of 30 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at DXC Technology overall takes an average of 25 days.
Common stages of the interview process at DXC Technology as a Senior Developer Java according to 4 Glassdoor interviews include:
Other: 25%
One on one interview: 25%
Skills test: 25%
Group panel interview: 25%
Here are the most commonly searched roles for interview reports -
HR Interview about 1 hr its easy all in english
Technical Interview about 2 hrs about java basic , oop , database and design patterns , no algorithms , its fine interview in english and arabic
The interview process is start directly with Tech Interview, with coding test for about 30 minutes and tech question for 30 minutes.
Simple algorithm test for live coding.
The interviewer was nice and explain the question in detail
I applied online. I interviewed at DXC Technology (Bengaluru) in Jun 2023
Interview
Core Java Questions
1. Basics of Java
What are the key features of Java?
Explain the differences between JDK, JRE, and JVM.
What is the difference between == and .equals() in Java?
2. OOP Concepts
Explain the four pillars of Object-Oriented Programming (OOP): Inheritance, Encapsulation, Polymorphism, and Abstraction.
How is method overloading different from method overriding?
What is an abstract class, and how is it different from an interface?
3. Collections Framework
Explain the difference between ArrayList and LinkedList.
How does HashMap work internally in Java?
What are the differences between Set, List, and Map?