The interview included Technical round and Hr both the rounds. The duration was of 20-25 mins of mine . The questions were bit easy enough and it was revolving around the resume provided.
Interview questions [1]
Question 1
what is difference between list and tuple? some situation based question language preferred?
I applied through college or university. The process took 2 weeks. I interviewed at DXC Technology in Jul 2022
Interview
After the Aptitude and Coding round, I got an invitation for the interview.
The interview was online, conducted on SHL platform.
The interviewer first asked me to introduce myself and the proceeded to ask me about my skills.
The he asked me to share my screen, open my resume and explain the projects I had made.After that he asked few questions from C++ concepts:
What are virtual functions?
What are inline functions?
What is inheritance?
What are the main differences between C and C++?
Then he asked me if I was learning something currently to which I replied Data Structures and Algorithms.
Then he dropped a question on chatbox:
You are given a vector of strings, and you have to return the common beginning substring among all the strings.
The code had to be written and run on SHL's editor which was good.
I took around 6 minutes and came up with an O(n²) solution which was accepted.
Then the interviewer concluded the interview by asking me if I had some questions, I asked him about the technologies used in their company to which he then replied that they work on multiple tech stacks and that I would be trained if I got selected.
Overall the experience was good, sometimes the interviewer seemed to be in a hurry.
One negative point was that I had wait for over a day for my turn to come.
Interview questions [1]
Question 1
Q: Given an array of strings, return the common beginning substring.
I applied through college or university. I interviewed at DXC Technology (Dehradun) in Sep 2022
Interview
the interview was really well conducted the, the questions asked to me were mainly related to my projects and cv. at last interviewer asked me about logic behind ATM machine with codes.