It was good,which included basics from the programming area and the HR was really good. The process of interview was very smooth and the results was announced pretty quickly. Overall the process was good
I applied through university. The process took 2 weeks. I interviewed at DXC Technology in July 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 university. The process took 3 days. I interviewed at DXC Technology (East Godavari)
Interview
It's just a fresher type of questions based on student prefered language.
You should be well enough of that language. Be calm and cool helps you.
If you don't knew the answer for the question just say i will not remember the exact answer and try to answer what you know well.
Asked about self introduction and some personal questions and family questions. Next about projects in college and for technical questions some oops concepts in python and one program to print Armstrong number