Microsoft | Software Engineer | Video Interview
Timeline: 2026(Jan - Mar) • Fulltime • JobHopper •
Waiting for result
An in-depth overview of the onsite interview process for a Machine Learning Engineer at Atlassian, covering coding tasks, ML system design, and behavioral questions in alignment with company values.
Interview Questions
Rate Limiting and Log Collection Design
Design a system that rates limits the requests and collects logs for analysis.
Difficulty: Medium | Reference: LC-105 | Tags: Design, System
Fibonacci Tree Path Calculation Using Preorder Numbering
Calculate the path in a Fibonacci tree based on preorder numbering.
Difficulty: Hard | Reference: LC-208 | Tags: Tree, Recursion
Tree Distance Sum Problem
Calculate the sum of distances between all nodes in a tree.
Difficulty: Medium | Reference: LC-704 | Tags: Tree, DFS