I applied through college or university. I interviewed at Infosys (Noida)
Interview
Interview began with a DSA question (medium level array based), after which Multiple Sql queries, join and related discussion. After this 2 More DSA Questions and questions related to resume
I applied online. The process took 4 weeks. I interviewed at Infosys (Calcuta) in May 2024
Interview
It was one round interview where i have been asked one dsa question on backtracking and stack, and some database questions related to sql. And in the last he asked me about my college project.
This is a onCampus Process...
We had 2 rounds
1 coding test and other one is In-person Interview
coding test involves 4 dsa Questions and Interview is mostly on dsa, core subjects, and sql.
Interview questions [1]
Question 1
Round 1: (Coding test) We have been asked to solve 4 DSA questions in 3hrs
Question1: Should be easy mostly but in our slot it was a medium level question we need to extract length of max subarray with xor of all elemnts equal to given x and no elemnt in the subarray should occur more than k times.
Question 2: This a easy question on array modification and simple counting
Question 3 and Question 4: Thes are Hard Question which need to be solved using segment trees.
I solved 1st question half , 2nd question fully and 4th question half.
so i was selected for l1 role which is typically 11lpa
Interview process:
They started with core cs and dbms questions like unique key vs primary key, what is multithreading, internal fragmentation,normal forms, e.t.c
Next they asked 2 sql queries one involving like and other involing groupby and aggregation functions
Next they asked DSA question:
in an array we should have index ia[j] count number of pairs satisifying this condition asked to write optimal solution which i wrote (it is O(nlogn). And a very small project discussion.