Just bombed the technical screen so I'll share my experience. More system design heavy than DSA/Leetcode.

Started off with some Star questions, describe a time you made a mistake and how you fixed it, technologies you use. Highlight frameworks. Describe a time where you were working on something you didnt understand anything, how did you overcome.

Hacker rank was basically to design a server scheduler. Your given a server and a end time for a task, return something to say you can or can't run job.

2nd question piggyback and sets it up to have multiple servers with dependencies aka the course scheduler problem from leetcode. Directed graph DFS.

Comments (2)