I applied through other source. The process took 2 months. I interviewed at Infosys (Noida) in Mar 2025
Interview
Interview started with a coding question they gave me option to choose between 2 questions and i have to solve any one of them in 45 minutes. people who are unable to solve less than 30% of test cases or getting compilation or syntax errors were rejected directly and ones who solved more than 30% test cases were allowed to sit in interview.
Interview questions [1]
Question 1
They asked me two question of DSA one was of DP on grids and second one was of basic bfs/dfs of graph. And for both questions i was given pen paper to write pseudo code.
I applied through college or university. The process took 3 months. I interviewed at Infosys (Hyderabad) in Jun 2025
Interview
The interview happed for 45mins, HR conducted an online test for every person individually with two coding questions and asked to solve any one of them using DSA approaches, Intermediate level. Followed with basic questions on SQL, DSA, Python and OOPS.
I applied online. The process took 2 months. I interviewed at Infosys in May 2024
Interview
the interview will last about an hour and a half and will cover several areas:
Resume review: begin with questions about my background and experiences.
Data Structures & Algorithms: solve coding problems to demonstrate my problem-solving approach.
SQL: discuss database design and write query for given question.
Object-Oriented Concepts: explain principles like encapsulation, inheritance, and polymorphism, and how I’ve applied them in past projects.
AI & ML: machine-learning concepts and any relevant projects or models I’ve built.
Interview questions [1]
Question 1
DSA question : write a code to merge 2 sorted array without using extra space . (it should be in place)