Me postulé a través de una facultad o universidad. El proceso tomó 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