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
3.7

based on 9.8k Reviews

Filter interviews by

DXC Technology Engineer Trainee Interview Questions and Answers

Updated 3 Mar 2024

DXC Technology Engineer Trainee Interview Experiences

1 interview found

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Normal Coding Question

Round 2 - Aptitude Test 

Test -clock -mirror and many question of reasoning

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Class in Java ?
  • Q2. What is OOB in Java?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include...

  • Answered by AI
  • Q2. What is hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.

    • Hash maps use a hash function to map keys to indexes in an array, allowing for constant time retrieval of values.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Example: HashMap map = new HashMap<>()

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python duration was 1 hour

Round 2 - HR 

(1 Question)

  • Q1. What is the process to run a python program
  • Ans. 

    To run a Python program, you need to write the code in a .py file, open a terminal or command prompt, navigate to the file's directory, and then run the program using the 'python' command.

    • Write the Python code in a .py file using a text editor or an IDE

    • Open a terminal or command prompt on your computer

    • Navigate to the directory where the .py file is located using the 'cd' command

    • Run the Python program by typing 'python ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at Aditya College of Engineering, Surampalem and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Medium level coding questions

Round 2 - Group Discussion 

Asked to speak about influence of social media

Round 3 - Technical 

(2 Questions)

  • Q1. Html void elements
  • Q2. Write some Html selectors
  • Ans. 

    HTML selectors are used to target specific elements on a webpage for styling or manipulation.

    • Use element selectors to target specific HTML elements (e.g.

      ,

      ,

      ).

    • Use class selectors to target elements with a specific class (e.g. .classname).

    • Use ID selectors to target elements with a specific ID (e.g. #idname).

    • Use attribute selectors to target elements with specific attributes (e.g. [attribute=value]).

Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude trains speed and distance

Round 2 - Coding Test 

Arrays strings coding programs along with sql queries

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is your favourite subject and why?
  • Q2. Why do you want to join in our company?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Human vs robot technology

Round 2 - HR 

(2 Questions)

  • Q1. Based on resume
  • Q2. Tell me about your skills
  • Ans. 

    I have strong problem-solving skills, excellent technical knowledge, and a passion for learning and improving.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience with CAD software and engineering design principles

    • Strong analytical skills and attention to detail

    • Excellent communication and teamwork abilities

    • Quick learner and adaptable to new technologies and tools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - a good and easy interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self intro and projects
  • Q2. Few questions based on resume

I applied via campus placement at Bhoj Reddy Engineering College For Women, Hyderabad and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st round was a hackathon coding.2 coding questions were asked

Round 2 - Technical 

(3 Questions)

  • Q1. What is synchronisation
  • Ans. 

    Synchronization is the coordination of multiple processes or threads to ensure their orderly execution.

    • Synchronization is used to prevent race conditions and ensure data consistency.

    • It involves using locks, semaphores, or other mechanisms to control access to shared resources.

    • Examples of synchronization include mutual exclusion, critical sections, and inter-process communication.

    • Synchronization can also be achieved thr...

  • Answered by AI
  • Q2. What is deadlock 2 Coding questions and asked to execute them
  • Q3. What is thread ? Oops concepts
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within a program.

    • Threads allow for parallelism and can improve performance in certain situations.

    • Threads share the same memory space as the parent process.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread safety is important to prevent race conditions and other concurrency issues.

    • Examples of multi-thread...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction About project
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if u don't know the answer try to answer,Be confident and all the best for ur interview .

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Tell us about yourself
  • Q2. Why did you choose civil engineering
  • Q3. What are your weakness
  • Q4. What are your strength
Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to read a cross sectional drawing
  • Q2. Tell us what you can see on the drawing, identify anything
  • Ans. 

    The drawing shows a mechanical assembly with various components and dimensions.

    • Identify different parts such as gears, shafts, bearings, etc.

    • Note any dimensions or tolerances specified on the drawing.

    • Check for any annotations or symbols indicating specific features or requirements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidential do not mumble.

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Engineer Trainee interview?
DXC Technology interview process usually has 2 rounds. The most common rounds in the DXC Technology interview process are Coding Test and Aptitude Test.

Tell us how to improve this page.

DXC Technology Engineer Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
DXC Technology Engineer Trainee Salary
based on 4 salaries
₹2.5 L/yr - ₹4 L/yr
At par with the average Engineer Trainee Salary in India
View more details
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.7 L/yr

Associate Professional
1.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹14 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

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