Anthropic Interview Question

Problem was to implement a stack trace given a list of function calls.

Interview Answers

Anonymous

Oct 28, 2024

Just curious did this problem include concurrency? They mention to prepare for concurrency

1

Anonymous

Oct 10, 2024

I chose Python. I noticed a pattern in the list of function calls, and what they meant for the order in which function calls occurred on the stack, but didn't manage to come up with a complete implementation in the 45 minutes allotted.