Ace Bloomberg's Software Engineer Interview: Tackling Reverse Polish Notation Challenges

Bloomberg | Software Engineer | Interview Experience

Interview Date: Not specified
Result: Not specified
Difficulty: Not specified

Interview Process

The interview consisted of multiple rounds, including coding challenges and technical discussions. The format was primarily online, with a focus on algorithmic problems.

Technical Questions

  1. Evaluate Reverse Polish Notation (Stack, Reverse Polish Notation, Algorithm)

Tips & Insights

For one of the problems, I used a map to keep track of each result step to improve performance. It’s worth considering if there are more efficient solutions available.