Astuto.ai interview question

They asked me two data structure problems — one was to implement a stack using queues and a queue using stacks, both focusing on object-oriented implementation. In the second technical round, they asked the 3-Sum problem, where I had to find all unique triplets in an array that sum up to target.