DXC Technology interview experience Real time questions & tips from candidates to crack your interview

Associate Professional

DXC Technology
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 8 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Computer Networking, Object Oriented Programming, ML
Tip
Tip

Tip 1 : Never leave any topic from any chapter / Subject
Tip 2 : Learn to explain your thoughts well
Tip 3 : Learn from previous experiences / interviews / problems asked.
Tip 4 : Atleast 4 projects in Resume

Application process
Where: Campus
Eligibility: BTech: All branches, 60% and above in 10th, 12th, and BTech – VIth sem 6 & above CGPA. •Gaps in Education: Not more than 2 years of Gaps in Education No Active Backlogs and Arrears
Resume Tip
Resume tip

Tip 1 : Atleast 4 projects on Resume
Tip 2 : Do not write false things. You always get caught. Be genuine.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration130 minutes
Interview date6 Aug 2021
Coding problem2

This was an Aptitude based exam with the following sections- Logical Reasoning, Quantitative Aptitude, Verbal Ability, Essay Writing, Computer Programming, and Coding Section(Automata ) and its platform was Amcat.Apart from Automata Fix and Essay Writing all other sections were objective type(MCQs) and 1 DSA problem was also there each section had limited time. Sample papers and preparatory material for this test are available online.

1. MCQ Questions

English Verbal ability: 12 QS 15 MIN
Logical Reasoning: 14 QS 14 MIN
Qualitative Aptitude: 16 QS 16 MIN
Essay Witting on WRITEX: 1 TOPIC 20 MIN : (around 250 words)
Computer Fundamentals: 12 QS 15 MIN
Automat Fix: 7 QS 20 MIN

2. String Palindrome

Easy
0/40
Asked in companies
UnacademyCIS - Cyber InfrastructureThales

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Problem approach

Run a loop from starting to length/2 and check the first character to the last character of the string and second to second last one and so on If any character mismatches, the string wouldn’t be a palindrome.

Try solving now
02
Round
Easy
Video Call
Duration30 Minutes
Interview date10 Aug 2021
Coding problem2

Platform used Smart Meet by AMCAT one on one interview was conducted. The interview duration was 30 minutes. Interviewer was very friendly and it was more like a conversation. He wanted me to drive the interview.
Tell me about yourself
Explain your project
Tell me about your achievements I also told him about my area of interest and subjects that interest me, but he did not ask anything about them.
He asked me what subjects you have in your current semester. I was kind of blank for a second because I hardly took any classes during that semester. But I took 2-3 seconds and answered him 5-6 subjects. He asked me about 2 subjects from lot i.e. Information Security and Wireless Communication. 
General questions like what you know about these subjects and why are they used. Mention the topics that come under them. I could frame my answer in brief, talked about topics (not in details) with real-life examples and usage.
Then i was asked 1 DSA problem and 1 puzzle.

1. Single Number

Easy
10m average time
90% success
0/40
Asked in companies
AmazonCultfitAtlassian

You are given an array A of length N, where N is always an odd integer. There are (N-1)/2 elements in the array that occur twice and one element which occurs once.

Your task is to find the only element that occurs once in the array.

Note: There are (N-1)/2+1 elements that are unique in the array.

Example:
Consider the array be 1,6,4,6,2,4,2
The integers 2, 4, 6 occur twice and only the integer 1 occurs once. 
Problem approach

i) As we iterate through the nums array we store the elements encountered and check if we find them again while iteration continues. While checking if we find them again, we maintain a single_element object/variable which stores that single element, eventually returning the single_element.
ii) The other way is to maintain a num_frequency hashmap/dictionary and iterate over it to find which has exactly 1 frequency and return that key/num.
Time: O(n) for iterating over the nums array
Space: O(n) for hashing

Try solving now

2. Puzzle Question

An employee works for an employer for 7 days. The employer has a gold rod of 7 units. How does the employer pay to the employee, so that the number of employee’s rod units increases by one at the end of each day? The employer can make at most 2 cuts in the rod. 

(Hint- after the end of the day employee’s can’t spend any part of rod)

Problem approach

Tip 1 : Practice previously asked questions.
Tip 2 : Explain your thought process loudly

03
Round
Easy
HR Round
Duration10 minutes
Interview date10 Aug 2022
Coding problem1

This was more of a conversation and was asked some general questions and was kind of a non eliminatory round.

1. Basic HR Questions

Tell me about yourself.
What are your strengths and weaknesses?
Why do you think you are fit for this role?
Where do you see yourself in 5 years?
Would you like to relocate?

Problem approach

Tip 1 : Just be confident 
Tip 2 : Show your willingness to learn even if you are not able to answer any of their questions. They are ready to hire and train employees as per their requirements.
Tip 3 : Practice Previously asked Questions.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Associate Professional
2 rounds | 2 problems
Interviewed by DXC Technology
0 views
0 comments
0 upvotes
Associate Professional
2 rounds | 4 problems
Interviewed by DXC Technology
856 views
0 comments
0 upvotes
Associate Professional
2 rounds | 4 problems
Interviewed by DXC Technology
424 views
0 comments
0 upvotes
Associate Professional
2 rounds | 8 problems
Interviewed by DXC Technology
13 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Professional
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
529 views
0 comments
0 upvotes
company logo
Associate Professional
4 rounds | 6 problems
Interviewed by CIS - Cyber Infrastructure
0 views
0 comments
0 upvotes
company logo
Associate Professional
3 rounds | 9 problems
Interviewed by CIS - Cyber Infrastructure
503 views
0 comments
0 upvotes