Implementing Function Triggers Quiz

5 questions Pass: 70% +25 pts

Quiz covering Azure Functions

Implementing Function Triggers 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 Azure Function trigger is most appropriate when you need to execute code in response to a new file being uploaded to an Azure Blob Storage container?

  2. 2

    You have a requirement to run a cleanup task every day at 2:00 AM UTC. Which trigger should you use?

  3. 3

    When using an HTTP trigger in an Azure Function, which property in the function.json or attribute configuration defines the allowed HTTP verbs (e.g., GET, POST)?

  4. 4

    If you are designing a high-throughput system where messages are placed on an Azure Queue and must be processed reliably, what is the primary advantage of using a Queue trigger over an HTTP trigger?

  5. 5

    You are implementing a Cosmos DB trigger. You notice that the function is not triggering for every single document update. What is the most likely reason for this, assuming the change feed is enabled?