Company: Infosys
Role: Specialist Programmer L3
Years of Experience : 0 (Fresher)
Mode: Oncampus
College: Tier 3
Year of Graduation: 2026
Infosys came to my college oncampus for hiring of DSE / SP L1,L2,L3 roles
Round 1 : Online Assessment (Offline Round): January 19, 2026
Online assessment questions:
-
Based on prime factorization and optimization
Q) find max sum subarray with conditions like prime factors of product should be m , bitwise & should be <=x , and few conditions -
I precomputed prime factors and solved it (12/12 Testcases)
-
2d dp similar to LIS but with different conditions
Q ) maximum number of gates u can take based on some conditions of 2 arrays - used LIS type of dp (12/12 Testcases)
-
bfs + matrix + geometry
Q ) transaction states , 2d points , centroid , some formulas , find the sequence with highest score (12/12 Testcases)
-
tree+ dp + backtracking + bitwise -
Q) tree , take par and child get some score , if all bits r taken some score , if few are taken some score , etc, take m nodes and maximise score (6/12 Testcases)
I solved 3 full and 4th question 6/12 testcases
Got shortlisted for Specialist Programmer L3 Interview
Results were announced on January 20, 2026
Round 2: Interview (January 21, 2026 - Infosys Office Offline)
DSA Questions -
- Given some coins , use minimum no of coins (you may pick one coin infinite times) to sum up to the target sum.(Medium)
Interviewer asked me explain approach and solve it on pen paper
- given 2 sorted arrays , let n = size of first array , m = size of 2nd array , re arrange the elements in such a way that the elements in array1 are all lesser than elements in array 2 , and both array 1 and array 2 is sorted (Don't use inbuilt sort functions or extra space)(Hard)
Interviewer asked me to code this on notepad
- Given a sentence , sort the words in them based on their size and if size is same , sort them based on their lexicographical order.(Easy)
Interviewer asked me to code this in online compiler
Questions:
- CAP Theorem
- How does SQL and Redis follow CAP Theorem
- Fragmentation in OS and types
- Design patterns - Singleton , Factory , etc
- SQL vs No SQL
- Uber ER Diagram and system design discussion
- Deep dive in my project, APIs used , authentication method and the interviewer asked me to draw the system architecture of it.
- SQL Query to print first_name , middle_name , last_name combined as full_name , but middle and lastname may have NULL Values.
- Discussion on ranks in Coding contests and achievements
- Stack vs Heap memory in C++
- Discussion on current internship
Verdict : Selected for Specialist Programmer L2
Some Tips:
- Focus on CP Style / Leetcode Hard for OA Round (DP,Graph,Greedy) - For context I am Guardian in Leetcode & Expert on Codeforces , So I naturally felt more comfortable in OA and interview DSA questions.
- Focus on AI, DSA, System Design, Core CS for Interview Round
- Emphasize more on AI/ML Projects if you have
- Be Confident