Creating Azure Functions Apps Quiz

5 questions Pass: 70% +25 pts

Quiz covering Azure Functions

Creating Azure Functions Apps 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 hosting plan for Azure Functions allows you to avoid cold starts by keeping instances always ready?

  2. 2

    When developing an Azure Function, what is the purpose of a 'binding'?

  3. 3

    You need to run an Azure Function on a schedule. Which trigger should you use?

  4. 4

    Which of the following is required to store the state of functions and manage execution logs when running an Azure Function App?

  5. 5

    A developer is using Durable Functions with the 'Function Chaining' pattern. Which object is responsible for orchestrating the sequence of function calls?