Round 1
Questions:
- Searching an element in an array where the absolute difference of consecutive elements is 1.
- Distributing consecutive chocolate boxes uniformly among K children (sliding window question).
Candidate's Approach
- For the first question, the candidate was able to solve and complete it.
- For the second question, the candidate panicked and was unable to solve it, despite having done similar questions before.
Interviewer's Feedback
No feedback provided.