Evaluate arithmetic expression with precedence
Company: Instacart
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Onsite
Quick Answer: This question evaluates expression parsing and evaluation skills, covering operator precedence and associativity, unary operators, integer division truncating toward zero, tokenization, and robust error handling for malformed input.