Panda Guru LogoPanda
Guru

Amazon | FEE2 | Hyderabad | Offer

Round 1

Questions: Given a list of URLs from an API, which have a referrer field and an actual url field among other metadata, determine if a particular URL is visited from a particular referrer.

Created a graph data structure and then performed a plain DFS traversal. Followed by 2 LP questions.

Candidate's Approach

The candidate created a graph data structure to represent the URLs and their referrers. They implemented a depth-first search (DFS) to traverse the graph and check for the specified conditions. The candidate was able to code the solution quickly.

Interviewer's Feedback

No feedback provided.


Round 2

Questions: Reverse k-Nodes in group

Followed by 2 LP questions.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 3

Questions: 4 LP questions and extensive cross-questioning on them.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 4

Questions: Design a JEE style online MCQ exam application.

Discussion topics included:

  1. Security
  2. Browser storage
  3. API signature
  4. Client-Server Interaction
  5. Offline capabilities
  6. Authentication / Authorization
  7. and more...

Followed by 1 LP question and some cross questions.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.