Pregunta de entrevista de Anthropic

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

Respuestas de entrevistas

Anónimo

28 oct 2024

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

1

Anónimo

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