Chaining and Sub-Orchestrations Quiz

5 questions Pass: 70% +25 pts

Quiz covering Durable Functions

Chaining and Sub-Orchestrations 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

    In the context of Durable Functions, what is the primary purpose of the 'Function Chaining' pattern?

  2. 2

    When using sub-orchestrations in Durable Functions, which of the following statements is true?

  3. 3

    You are designing a workflow where you need to call three different activity functions sequentially. Which method should you use within the orchestrator function to ensure the output of the first is passed to the second?

  4. 4

    If a sub-orchestration fails, what happens to the parent orchestrator by default?

  5. 5

    Consider an orchestrator that calls a sub-orchestration. If the parent orchestrator is terminated while the sub-orchestration is still running, what is the expected behavior?