I applied online. The process took 4 months. I interviewed at Infosys (Indore) in Sep 2025
Interview
There was a coding round(HackwithInfy) which consisted of 3 questions(1 easy, 1 medium, 1 difficulty). Out of which if 3 were done, then u will be selected for category 1: sp role, if 2 or above can be done then u will be selected for category 2 :sp role and if between 1 and 2 , then u will be selected for category 2: dse role. I completed 2 questions and got name in category 2 sp role. Approximately 2 months after result, i got interview mail. I was asked to make a ppt and carry some documents with me. Then there was one offline coding round, where 3 invigilators was present between 5 students. And we have given 45 mins to solve one question out of 2. I completed one question within 20 mins and then i have been taken for interview. Approximately duration of my interview was more than half and hour. Till date results are not announced
Interview questions [2]
Question 1
Offline Coding Round question:
An array was given and if( a[i] + a[j] ) is prime then it is said to be bad pair. We need to subtract minimum no. of elements from a such that there should not be any bad pair and return the final total no. of elements present in a.
Interview Questions:
1.Write one sql query which describes all my knowledge of sql.
2.What is the latest react version am i using it in my final year project? What is package.json? Difference between package.json and package-lock.json?
3.How to reset the cookie from the backend?
4. When we do npm start, and if we are making any changes then how does that directly reflect on localhost without restarting the server?
5.What is indexing? Write a query for index.
6.Dsa question: An array was given and i need to return the array which contain the count of those element which are occuring more than 1.
Example: {1, 2,2,2,3,3,4,4,4,4,4}
Ans: {1, (2, 3), (3,2 ), (4, 5)}
They also asked me to show my code on laptop and also asked from my app.jsx file that what is Layout called in that file?
I applied online. The process took 4 months. I interviewed at Infosys (Indore) in Sep 2025
Interview
1. OA round through HackWithInfi
2. Second OA just before interview
3. Technical and Behavioral Interview: General questions regarding projects, database, DSA and OOP, then a quick resume scan, then some HR questions.
I applied through college or university. The process took 3 months. I interviewed at Infosys (Indore) in Aug 2025
Interview
I participated in HackWithInfy Hackathon, where I collaborated with peers to build an innovative solution under tight deadlines, showcasing teamwork, problem-solving, and technical skills. After the hackathon, I appeared for the Online Assessment (OA), which tested my coding, data structures, and algorithms knowledge. The OA required accuracy and speed, and I performed well by applying structured approaches to problem-solving. Following this, I faced a live coding round in front of the interviewer, where I explained my logic while implementing solutions. Finally, I appeared for the technical and HR interviews, discussing projects, problem-solving, and my overall learning journey.
Interview questions [1]
Question 1
DP with subsequence Question Finding the Longest non Deceasing subsequence where two consecutive Question have their diff either 0 or power of 2