YoE: 3.5
Applied on the portal
Screening Round:
First 45 mins - project discussion.
Next 30 mins - Graph open ended question - Given a graph, find if its a tree or not?
Loop interview:
Round 1: DSA
https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended/description/
Round 2: System design
Design a Autocomplete search system (Like how google autocompletes) along with trending search recommendations.
Round 3: System design
Design a image upload and search system (like how google fetches images based on our text input)
Round 4: Managerial + DSA
Project discussion + few managerial questiosn + DSA
Given two nodes, find their immediate parents.
A node will have only the info about its parent, not its children.