Round 1
Questions:
- Valid Word
- Design a class called
Logger
which contains two methods,get(n)
andlog()
. Each time you calllog()
, it should keep track of the timestamp it occurred at, andget(n)
is supposed to output the past n times it was called.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.