Domanda di colloquio di Anthropic

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

Risposte di colloquio

Anonimo

28 ott 2024

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

1

Anonimo

10 ott 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.