Round 1
Questions:
- Given a list of customer ids, timestamp when they accessed an internal application, and an array ranges ( [start_date, end_date]). Write a function to return the list of customers who accessed the application more than once in a given time range.
- Merge k Sorted Lists
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.