There were two coding interviews, one after another, with 15 minutes in between. They asked for fairly simple algorithms and data structures but of course, you needed to optimize those by time and memory.
Interview questions [1]
Question 1
Create a Binary Heap data structure and delete/add a node.
Merge two sorted arrays.