Round 1
Questions: Convert a string from one format to another. Pretty straightforward. [45 mins]
Candidate's Approach
No approach provided.
Interviewer's Feedback
Positive feedback was received for this round.
Round 2
Questions: Game of Life from Leetcode. [45 mins]
Candidate's Approach
The candidate explained their approach to the interviewer, who seemed satisfied. They were asked to write a pseudo algorithm, which the interviewer also found satisfactory. However, the candidate made a few mistakes while checking conditions in the code, which led to incorrect output and time loss during debugging.
Interviewer's Feedback
The interviewer agreed that the approach seemed okay, but the candidate's mistakes in checking conditions affected the output. Hints provided by the interviewer were not helpful.