Panda Guru LogoPanda
Guru

Mete Phone interview

Round 1

Questions:

  1. Valid Word
  2. Design a class called Logger which contains two methods, get(n) and log(). Each time you call log(), it should keep track of the timestamp it occurred at, and get(n) is supposed to output the past n times it was called.
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.