Panda Guru LogoPanda
Guru

Amazon SDE 2 | Phone Screen

Round 1

Questions:

  1. 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.
  2. Merge k Sorted Lists
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.