Panda Guru LogoPanda
Guru

Google phone screen

Round 1

Questions: What date is N days after date D, for example, What is the date 100 days after 2015-08-18.

Candidate's Approach

Initially tried an O(1) solution for the first 10 minutes but could not find the pattern. Later went for the recursive solution. Did not complete the code and provided pseudo code instead.

Interviewer's Feedback

The interviewer was nice.