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
.
Candidate's Approach
Created a graph data structure and then performed a plain DFS traversal. Was able to code it pretty quickly.
Interviewer's Feedback
No feedback provided.
Round 2
Questions: Reverse k-Nodes in group
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 3
Questions: 4 LP questions and loads of cross questioning on it.
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:
- Security
- Browser storage
- API signature
- Client-Server Interaction
- Offline capabilities
- Authentication / Authorization
- and more...
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.