J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 7 mois. J'ai passé un entretien chez Infosys (Dehradun) en mars 2021
Entretien
This was a campus recruitment by Infosys
First there was a coding test on HackerEarth platform
There were 3 coding questions I was able to solve 2 of them.
Then after 1 month I was called for a virtual Interview for Digital Specialist Engineers (formerly known as Systems Engineer Specialist) role.
At Interview I introduced my self and told about the technologies I am confident with and about the Projects which I mentioned on resume. Then Interviewer gave me a coding question which took me about 10-15 min to execute successfully.
Then some basic concepts of OPP and DBMS.
The whole interview process took about 30 min to complete.
Then after 6 months I got an offer letter from Infosys.
Questions d'entretien [3]
Question 1
Problem Statement:
Take two integers as an input M and N from the user and starting from M print all N prime numbers.
Example 1: m=100 n=3
Output : 101, 103, 107
Example 2: m=10 n=10
Output: 11, 13, 17, 19, 23, 29, 31, 37, 41, 43
Interview focused on medium-level DSA questions with mostly HR rounds. Process was conducted in office, friendly overall, and not very difficult to crack with decent preparation and confidence overall too.
The interview process started with an online assessment that included coding questions and SQL queries to evaluate problem-solving and database skills. Candidates who cleared the assessment were shortlisted for a personal interview. The interview mainly focused on questions based on my resume, including projects, technical concepts, and practical understanding. There were also a few situational and problem-solving questions to assess analytical thinking and communication skills.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Infosys en janv. 2026
Entretien
The interview process involves introducing yourself, atmost two DSA questions most based on graph (BFS, DFS) and 2-D DP, few simple SQL statements like using JOINS, questions on resume and scenarios based question. I had fastapi on resume and the interviews asked me to write an example API code.