- Published on
Atlassian | Sr SDE | Banglore | March 2023
- Author
- Shared Anonymously
I had 2 interviews so far
LLD Round: it was variation of the https://leetcode.com/problems/design-snake-game/
DSA Round:
For DSA Interviewer asked about the file tagging problem.
I am given files, file size and the tag e.g.
<f1, 100>, <f2, 200> <f3, 10>
<tag1, <f1, f2>> , <tag2, f3>
As output result top N tags where to files size is highest.
I shared the optimised approach, could code 1 approach as well.
Update I cleared both above mentioned rounds and will have system design interview soon
Report • Mark as Helpful