Course EXAM NEW 2025 TIPS (questions
and answers) Western Governors
University
Correct 145
Incorrect 0
Your answers
1 of 145
Term
A developer is creating an Azure Function written in C# that will be
triggered by Azure Event Grid events.
Which element of the function designates the trigger?
Give this one a try later!
, Class constructor Parameter of the Run method
Class property Type of the Run method
Don't know?
2 of 145
Definition
In this example, you can find one trigger, one input binding, and
two output bindings:
Trigger The Event Grid should be configured as the trigger
for the Azure Function.
Input binding Your function needs to read the image that has
been uploaded to the Blob Storage. In this case, you need to
use Blob Storage as an input binding.
Output bindings Your function needs to write a Cosmos DB
document with the results of processing the image. You
need to use the Cosmos DB output binding. Your function
also needs to send a notification to the user interface using
the SignalR output binding.
Give this one a try later!
,Azure Functions: What is a straightforward description for what Input and
Output bindings do with Azure Functions?
Azure Functions: What are bindings?
Azure Functions orchestration function patterns: Select the correct
option that matches the below description.
This pattern coordinates the state of long-running operations with external
clients.
Azure Functions:
Overall function example:
One publisher service sends an event (to an Event Grid that reads a
new image that has been uploaded to Blob Storage) to an Azure
Storage account.
Your function needs to read this image, process it, and place
some information in a Cosmos DB document.
When the image has been processed, your function also sends a
notification to the user interface using SignalR.
Don't know?
, 3 of 145
Term
Web Server diagnostics: For Detailed error logging and failed
request tracing, what is the max number of error files stored?
Give this one a try later!
50 5
30 10
Don't know?
4 of 145
Term
A developer stores a secret, named secret1, in an Azure
Key Vault named kv1.
The developer must retrieve the most recent secret, version
12345, using an URL.
What is the format for the URL?
Give this one a try later!