Hi all,
I had interviews with Compass.
Round 1. Karat interview
Solved 1 question fully. Gave solution for second one but could not complete code due to time crunch.
Round 2. Coding Round: Given an array of dependencies of systems, in this format{{dependency, system}}. Return true or false if the given query set is depending directly or transitively.
Input: dependency array: {{1,2},{2,3},{4,5}} query array: {{1,3},{3,4},{5,4}}
Output: {true, false, false}
3 is having dependency on 1 because 2 has dependency on1.
Round 3: Design a system for swiggy to support drones for delivery. The main focus was on what changes are required and how can we reuse the existing system. Was more focused on LLD.
Other Experiences:
https://leetcode.com/discuss/interview-experience/1633093/Github-or-SSE-or-Reject
https://leetcode.com/discuss/interview-experience/1632998/Twitteror-SSE-or-Interviewer-and-HR-ghosted
https://leetcode.com/discuss/interview-experience/1632977/Navi-or-SSEor-Ghosted
https://leetcode.com/discuss/interview-experience/1632963/Airbnb-or-SSE-or-Ghosted
https://leetcode.com/discuss/interview-experience/1632955/Compass-or-SSEor-Awaiting
https://leetcode.com/discuss/interview-experience/1632960/SalesForce-or-SSE-or-Awaiting-feedback