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.
Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 7 meses. Acudí a una entrevista en Infosys (Dehradun) en mar 2021
Entrevista
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.
Preguntas de entrevista [3]
Pregunta 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
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.
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Infosys en ene 2026
Entrevista
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.