Microsoft Software Engineer Fulltime Video Interview Experience

Microsoft | Software Engineer | Video Interview

Timeline: 2026(Jan - Mar) • Fulltime • JobHopper • :hourglass_not_done: Waiting for result


Read about the Waymo software engineer phone screen interview focusing on mid to hard LeetCode problems and system design questions.

Interview Questions

Fibonacci Tree Path Calculation Using Preorder Numbering

Calculate the path sum in a Fibonacci tree using preorder numbering.

Difficulty: Medium | Reference: LC-1143 | Tags: Tree, Recursion, DP

Tree Distance Sum Problem

Given a binary tree, calculate the sum of distances from the root to each node.

Difficulty: Medium | Reference: LC-124 | Tags: Tree, DFS