Durable Functions Patterns Quiz

5 questions Pass: 70% +25 pts

Quiz covering Durable Functions

Durable Functions Patterns Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which Durable Functions pattern is best suited for executing a sequence of functions in a specific order, where the output of one function is passed as the input to the next?

  2. 2

    You need to process a large batch of images in parallel and then aggregate the results once all images are processed. Which pattern should you implement?

  3. 3

    Which pattern is the most appropriate for a long-running workflow that needs to periodically poll an external endpoint until a specific condition is met or a timeout occurs?

  4. 4

    When implementing the Async HTTP API pattern, what is the primary purpose of the 'status query' endpoint provided by the orchestrator?

  5. 5

    In a complex Durable Functions workflow, you are using the 'External Events' pattern to wait for a human approval. If the orchestrator is currently waiting at a 'WaitForExternalEvent' call, what happens to the underlying compute resources?