Two coding questions and a workstyle assessment.
First question was Optimizing Alexa Suggestions. "Given an array representing the locations of N vegetarian restaurants in the city, implement an algorithm to find the nearest X vegetarian restaurants to the customer's location."
Used a heap solution and passed all test cases.
Second question was Amazon Prime Air Shipping Routes. https://leetcode.com/discuss/interview-question/373202
Only passed half of the test cases using a two pointer solution
The workstyle assessment was simple 'this or that' style questions. Ex: Which one do you more strongly agree with: "I never get discouraged by failures" or "People consider me reliable". It uses a slider so you don't have to type anything out (at least I didn't).
I'm mad at myself for not being able to solve the second question efficiently looking back at it but oh well, hopefully I'll get moved to onsite!