Software Engineer · Junior-Level · Online Assessment
The online assessment included these two coding questions: 1. **Price Discount:** Given a `prices` array, find the first number to the right of each element that is smaller than the element itself. The difference between these two numbers is the discount. If t...