Candidate Information
- Status: Graduate, B.Tech [Electronics and Computer Engineering]
- Experience: Fresher
- Target Position: Specialist Programmer (SP) / Digital Specialist Engineer (DSE)
- Interview Date: May 5, 2026
Overview of Interview Process
Round 1: Virtual Online Assessment
- Duration: 3 Hours
- Method: Online Proctored (Infosys Platform)
- Focus: Core Competitive Programming and Algorithmic Logic.
Key Questions:
- Easy-Medium: Array manipulation using the Two-Pointer technique (e.g., finding a specific pair sum in a sorted rotated array).
- Medium: A Dynamic Programming problem related to the Longest Common Subsequence or Knapsack variant.
- Hard: A complex Graph problem (e.g., finding the shortest path with specific constraints using Dijkstra or BFS).
- Obstacles: The platform has strict plagiarism checks and no compiler access for some test cases.
- Time management was a major hurdle; I spent too much time debugging the second question.
Round 2: Technical & HR Interview (In-Person)
- Duration: 45 - 60 minutes
- Method: Online Proctored Interview.
- Focus: Reviewing the Round 1 logic, CS Fundamentals (OOPs, DBMS, OS), and Projects.
Key Questions:
- Explain the logic of the second coding problem you solved in Round 1.
- What is the difference between a Hashmap and a Treemap in terms of time complexity?
- Explain ACID properties with a real-life example of a bank transaction.
- How would you handle a conflict within a development team during a deadline?
Obstacles: The interviewer deep-dived into the Space Complexity of my coding solutions. I had to dry-run my code on paper to prove the efficiency of my logic.
Company Culture Insights:
- The interviewers were professional and encouraged a first-principles thinking approach. They weren't just looking for the right answer, but how I arrived at it.
- Work Environment: The virtual assessment was highly organized, interview was on time and i had a great experience.
- Evaluator Feedback: I received positive feedback on my clarity regarding Backtracking and Recursion, though I was advised to improve my speed in debugging Graph-based edge cases.
- Suggestions for Improvement: I recommend aspirants practice on LeetCode (Medium/Hard) and GeeksforGeeks SDE Sheets specifically for Infosys, as the difficulty jump from DSE to SP is significant.
Additional Information:
- The results for the SP role are usually declared within 2-3 weeks. If you solve 2 full questions with optimal complexity, you have a high chance of being shortlisted for the Specialist Programmer role.
- Closing Note: The coding round was intensive and required strong problem-solving ability and efficient time management. I successfully completed 2 out of 3 questions. While the last one was tough, the overall experience was a great learning curve in handling high-pressure technical evaluations.