I applied online. I interviewed at Infosys (New Delhi) in Jul 2021
Interview
Interview was quite easy.
1) Interviewer will introduce himself.
2) Ask for your Intro.
then, basics question about your project or internship(if you did), then a very easy coding based question will ask.
Interview questions [1]
Question 1
1)Introduction.
2)Define algorithm and write an algorithm for sum of an array.
3)A coding question[you have a input number as n if n < 51 then return its absolute difference with 51 else just return 3 x n]
4) Basic concept of OOPS(class, object, polymorphism etc..)
5)Tell me about your projects.
I applied through college or university. I interviewed at Infosys in Aug 2020
Interview
1. Coding round - 3 questions similar to hackwithinfy. 1 question is relatively easy. At least you need to solve 1.5 questions for interview round.
2. Interview - > It takes places on Cisco Webex platform and you will receive mail about timings and date.
3. HR(optional)
Interview questions [1]
Question 1
1. What is OOPS ?
2. Projects
3. What is an Algorithm ? Write an algo for___.
4. Puzzle questions
I applied through college or university. The process took 7 months. I interviewed at Infosys (Dehradun) in Mar 2021
Interview
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.
Interview questions [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