Round 1: Debugging Section
Questions:
- 10 questions related to easy syntax problems including:
- Matrix addition
- Bubble sort
- Selection sort
- String comparison
- Minor changes required in the code.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2: Aptitude Section
Questions:
- 24 general aptitude questions.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 3: Coding Round
Questions:
Question 1:
- House Robber: House Robber-1 (Differently worded though.)
Question 2:
- Find the number of subarrays that can be removed, such that the remaining array is strictly increasing (non-empty).
- Link to problem
- Count the subarray using two pointers until invalid condition.
Question 3:
- Subarrays with exactly k different integers: Subarrays with K Different Integers (Again, differently worded.)
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.