I applied through university. I interviewed at Computacenter (Chennai) in Sept 2023
Interview
It was a one day process, Starting with ppt continues to online test consists of verbal questions and technical mcqs and a one coding question(easy-medium level) and after that group discussion and then one final interview.
Interview questions [1]
Question 1
Related to web technologies and some questions related to what you mentioned in resume.
Round 1 Consisted of 31 questions - 10 English questions (comprehension, direct/indirect speech, idioms) 20 Technical MCQ's 1)DSA(Time complexities, general mcq's) 2)OOP's concepts(many questions) 3)Trees, Max Heap and Graph 4)Javascript questions 5)ReactJS/ Angular code snippets HTML/CSS(1 question) Coding question -You could only code in Java. Check if sum of 2 prime numbers and sum of a (prime number + non-prime number) equals the given number. Similar problem: https://www.geeksforgeeks.org/check-if-a-prime-number-can-be-expressed-as-sum-of-two-prime-numbers/ Round 2: Group Discussion We were given a topic and were asked to discuss about the topic for about 20mins. Panelists informed us we will be solely judged on the basis of our ability to convey our thoughts clearly and not entirely on the content. Preparation time of 2 mins was given. Topic : AI's impact on our future Round 3 (Technical + HR) The 3rd round for the participants were conducted by panel of different interviewers and everyone's experience differed depending on the projects mentioned in the resume and their skillset. My interview lasted about ~50mins. Questions that I was asked: 1) Asked to choose technology that I'm more comfortable with between SQL and Javascript. Chose JS. 2) Debug and print the output of JS code snippet (Topics: var, let, arrays, DOM manipulation) 3)Asked Explain any one of my project and how I developed it. I chose to explain a full stack project that I had made. 4) Follow up : Explain the Frontend, Middleware and Backend in your project and why chose to use MongoDB instead of RDBMS. 5) Was asked to design a different application(No coding just how I would design it) . Designed a Food Ordering app and used RDBMS instead as they wanted to see that. 6) Asked to explain how is Backend different from Database. (Expected to differentiate using an example) 7) Then was asked to code the Program from round 1 and explain the working. Coded it in c++. Asked if I needed to make any other change to write the same code in Java apart from syntax. 8)Asked me if I had used BufferedReader in java, what is it and how it works. (I had used it but didn't know how it worked so I let the interviewer know) 9) Asked if I knew any other java packages and used apart from the basic packages. Told him about javax.servlet package and a TCP chat application made using the same. Interviewer was satisfied.