Find LCA in a BST
Company: Amazon
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: The question evaluates understanding of binary search tree properties, the lowest common ancestor concept, and competency in implementing tree algorithms while handling absent keys via sentinel or error handling.