External Events and Timers Quiz

5 questions Pass: 70% +25 pts

Quiz covering Durable Functions

External Events and Timers 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 method must an orchestrator function call to pause execution and wait for an external event to be raised?

  2. 2

    You need to implement a timeout pattern in a Durable Function where the orchestrator proceeds if an event is not received within 30 minutes. What is the recommended approach?

  3. 3

    When raising an event to an orchestrator instance from an external client, which identifier is required to ensure the event reaches the correct instance?

  4. 4

    What happens if an external event is raised to an orchestrator instance that is not currently waiting for that specific event name?

  5. 5

    You are designing a long-running workflow that waits for multiple human approvals. If you use CreateTimer to set a 24-hour expiration for each approval, what is the impact on the orchestrator's history table?