Case Study
Case Study
· Topic 7 / Question 1
You need to configure Azure CDN for the Shipping web site. Which configuration options
should you use?
Solution:
You need to correct the VM issues. Which tools should you use?
Solution:
· Topic 12 / Question 1
You need to secure the Shipping Function app. How should you configure the app?
Solution:
· Topic 12 / Question 2
You need to secure the Shipping Logic App. What should you use?
Solution:
You need to support the message processing for the ocean transport workflow. Which
four actions should you perform in sequence?
Solution:
Create an integration account in the Azure portal // Link the Logic App to the integration
account // Add partners // Update logic app..
You need to support the requirements for the Shipping Logic App. What should you use?
Solution:
Case Study
Litware Inc. -7
8/1 8/2 14/1 14/2 20/1 20/2 20/3
· Topic 8 / Question 1
You need to add code at line PC32 in Processing.cs to implement the GetCredentials
method in the Processing class. How should you complete the code?
Solution:
AzureServiceTokenProvider() // tp.GetAccessTokenAsync(“…”)
· Topic 8 / Question 2
You need to ensure disaster recovery requirements are met. What code should you add at
line PC16?
Solution:
· Topic 14 / Question 1
You need to add code at line PC26 of Processing.cs to ensure that security policies are
met. How should you complete the code that you will add at line PC26?
Solution:
You need to ensure the security policies are met. What code do you add at line CS07 of
ConfigureSSE.ps1?
Solution:
You need to ensure receipt processing occurs correctly. What should you do?
Solution:
You need to resolve the capacity issue. What should you do?
A. Convert the trigger on the Azure Function to an Azure Blob storage trigger
Solution:
You need to resolve the log capacity issue.What should you do?
B. Change the minimum log level in the host.json file for the function
Solution:
Case Study
Coho Winery produces -6
9/1 9/2 22/1 22/2 28/1 28/2
· Topic 9/ Question 1
You need to configure Azure Cosmos DB. Which settings should you use?
Solution:
Strong // SQL
· Topic 9/ Question 2
You need to retrieve all order line items from Order.json and sort the data alphabetically
by the city. How should you complete the code?
Solution:
You need to troubleshoot the order workflow. Which two actions should you perform?
Solution:
You need to update the order workflow to address the issue when calling the Printer API
App. How should you complete the code?
Solution:
Fixed // PT10S // 5
You need to deploy a new version of the LabelMaker application to ACR. Which three
actions should you perform in sequence?
Solution:
Build a new application image by using dockerfile // Create an alias of the image with the
fully qualified path to the registry // Log in to the registry and push image
· Topic 28/ Question 2
You need to access data from the user claim object in the e-commerce web app. What
should you do first?
A. Write custom code to make a Microsoft Graph API call from the e-commerce web app.
B. Assign the Contributor RBAC role to the e-commerce web app by using the Resource
Manager create role assignment API.
C. Update the e-commerce web app to read the HTTP request header values.
D. Using the Azure CLI, enable Cross-origin resource sharing (CORS) from the e-commerce
checkout API to the e-commerce web app.
Solution:
C. Update the e-commerce web app to read the HTTP request header values
------------------------------------------------------------------------------------------------------------------------
Case Study
VanArsdel, Ltd. -10
10/1 10/2 10/3 10/4 15/1 15/2 21/1 29/1 29/2 30/1
· Topic 10/ Question 1
You need to implement the Azure Function for delivery driver profile information. Which
configurations should you use?
Solution:
You need to grant access to the retail store location data for the inventory service
development effort. What should you use?
D. Azure AD ID token
You need to reliably identify the delivery driver profile information. How should you
configure the system?
Solution:
ID // oid
· Topic 10/ Question 4
You need to secure the Azure Functions to meet the security requirements. Which two
actions should you perform?
A. Store the RSA-HSM key in Azure Key Vault with soft-delete and purge-protection features
enabled.
B. Store the RSA-HSM key in Azure Blob storage with an immutability policy applied to the
container.
C. Create a free tier Azure App Configuration instance with a new Azure AD service
principal.
D. Create a standard tier Azure App Configuration instance with an assigned Azure AD
managed identity.
E. Store the RSA-HSM key in Azure Cosmos DB. Apply the built-in policies for customer-
managed keys and allowed locations.
Solution:
A.Store the RSA-HSM key in Azure Key Vault with soft-delete and purge-protection features
enabled // D. Create a standard tier Azure App Configuration instance with an assigned
Azure AD managed identity
You need to reduce read latency for the retail store solution. What are two possible ways
to achieve the goal?
A. Create a new composite index for the store location data queries in Azure Cosmos DB.
Modify the queries to support parameterized SQL
and update the Azure Function app to call the new queries.
B. Provision an Azure Cosmos DB dedicated gateway. Update the Azure Function app
connection string to use the new dedicated gateway
endpoint.
write. Update reads to use the session token stored in Azure Redis.
D. Provision an Azure Cosmos DB dedicated gateway. Update blob storage to use the new
dedicated gateway endpoint.
E. Configure Azure Cosmos DB consistency to strong consistency. Increase the RUs for the
container supporting store location data.
Solution:
A.Create a new composite index for the store location data queries in Azure Cosmos DB.
Modify the queries to support parameterized SQL and update the Azure Function app to
call the new queries. // B. Provision an Azure Cosmos DB dedicated gateway. Update the
Azure Function app connection string to use the new dedicated Gateway endpoint.
You need to audit the retail store sales transactions. What are two possible ways to
achieve the goal?
A. Update the retail store location data upload process to include blob index tags. Create
an Azure Function to process the blob index tags
B. Process the change feed logs of the Azure Blob storage account by using an Azure
Function. Specify a time range for the change feed data.
C. Enable blob versioning for the storage account. Use an Azure Function to process a list of
the blob versions per day.
D. Process an Azure Storage blob inventory report by using an Azure Function. Create rule
filters on the blob inventory report.
E. Subscribe to blob storage events by using an Azure Function and Azure Event Grid. Filter
the events by store location.
Solution:
B. Process the change feed logs of the Azure Blob Storage account by using an Azure
Function. Specify a time range for the change feed data // E. Subscribe to blob storage
events by using an Azure Function and Azure Event Grid. Filter the events by store location
· Topic 21/ Question 1
You need to implement event routing for retail store location data. Which configurations
should you use?
Solution:
You need to implement the retail store location Azure Function. How should you
configure the solution?
Solution:
You need to implement the corporate website. How should you configure the solution?
Solution:
You need to implement a solution to resolve the retail store location data issue. Which
three Azure Blob features should you enable?
A. Soft delete
B. Change feed
C. Snapshots
D. Versioning
E. Object replication
F. Immutability
Solution:
Case Study
Contoso, Ltd. -12
11/1 - 11/2 - 11/3 - 11/4 - 11/5 -16/1 - 16/2 - 27/1 - 27/2 - 31/1 - 31/2 - 31/3
· Topic 11/ Question 1
You need to add markup at line AM04 to implement the ContentReview role.
Solution:
You need to add code at line AM09 to ensure that users can review content using
ContentAnalysisService. How should you complete the code?
Solution:
You need to ensure that network security policies are met. How should you configure
network security?
Solution:
You need to add YAML markup at line CS17 to ensure that the ContentUploadService can
access Azure Storage access keys. How should you complete the YAML markup?
Solution:
You need to add code at line AM10 of the application manifest to ensure that the
requirement for manually reviewing content can be met. How should you complete the
code?
Solution:
Sid // email
A. az monitor metrics alert create ג€"n alert ג€"g ג€¦ - -scopes ג€¦ - -condition "avg
Percentage CPU > 8"
B. az monitor metrics alert create ג€"n alert ג€"g ג€¦ - -scopes ג€¦ - -condition "avg
Percentage CPU > 800"
C. az monitor metrics alert create ג€"n alert ג€"g ג€¦ - -scopes ג€¦ - -condition "CPU Usage
> 800"
D. az monitor metrics alert create ג€"n alert ג€"g ג€¦ - -scopes ג€¦ - -condition "CPU Usage
> 8"
Solution:
C.Az monitor metrics alert create ¬€ “n alert ¬€”g ¬€| --scopes ¬€| --condition “CPU Usage
Usage >800”
You need to investigate the http server log output to resolve the issue with the
ContentUploadService. Which command should you use first?
A. az webapp log
B. az ams live-output
C. az monitor activity-log
D. az container attach
Solution:
D. Az container attach
You need to ensure that validation testing is triggered per the requirements. How should
you complete the code segment?
Solution:
You need to deploy the CheckUserContent Azure Function. The solution must meet the
security and cost requirements. Which hosting model should you use?
A. Premium plan
C. Consumption plan
Solution:
You need to store the user agreements. Where should you store the agreement after it is
completed?
Solution:
You need to implement the bindings for the CheckUserContent function. How should you
complete the code segment?
Solution:
[QueueTrigger(“userContent”)] // [Blob(“userContent/{name}”,FileAccess.Write)]
· Topic 31/ Question 3
You need to configure the ContentUploadService deployment. Which two actions should
you perform? Each correct answer presents part of the solution.
Solution:
A. Add the fllowing markup to line CS23:type:Private // C. Add the following markup to
line CS24: osType:Linux
------------------------------------------------------------------------------------------------------------------------
Case Study
City Power & Light -12
13/1 - 13/2 - 13/3 - 13/4 - 13/5 - 13/6 - 17/1 - 17/2 - 18/1 - 24/1 - 24/2 - 32/1
You need to retrieve the database connection string. Which values should you use?
Solution:
You need to correct the corporate website error. Which four actions should you
recommend be performed in sequence?
Solution:
Generate a certificate // Upload the certificate to Azure Key Vault // Import the certificate
to Azure App Service // Add the certificate thumbprint to the
WEBSITE_LOAD_CERTIFICATES app setting
· Topic 13/ Question 3
You need to configure API Management for authentication. Which policy values should
you use?
Solution:
You need to authenticate the user to the corporate website as indicated by the
architectural diagram. Which two values should you use?
A. ID token signatura
B. ID token claims
E. Azure AD tenant ID
Solution:
You need to correct the Azure Logic app error message. Which configuration values
should you use?
Solution:
Anonymous // system-assigned
You need to configure Azure Service Bus to Event Grid integration. Which Azure Service
Bus settings should you use?
Solution:
Premium // Contributor
You need to investigate the Azure Function app error message in the development
environment. What should you do?
A. Connect Live Metrics Stream from Application Insights to the Azure Function app and
filter the metrics.
B. Create a new Azure Log Analytics workspace and instrument the Azure Function app
with Application Insights.
D. Add a new diagnostic setting to the Azure Function app to send logs to Log Analytics.
Solution:
A.Connect Live Metrics Stream from Application Insights to the Azure Function app and
filter the metrics
You need to configure security and compliance for the corporate website files. Which
Azure Blob storage settings should you use?
Solution:
A. Update line RA13 to use the async keyword and return an HttpRequest object value.
B. Configure the Function app to use an App Service hosting plan. Enable the Always On
setting of the hosting plan.
C. Update the function to be stateful by using Durable Functions to process the request
payload.
Solution:
C.Update the function to be stateful by using Durable Functions to process the request
payload
You need to configure the integration for Azure Service Bus and Azure Event Grid. How
should you complete the CLI statement?
Solution:
You need to ensure that all messages from Azure Event Grid are processed. What should
you use?
Solution:
You need to configure the Account Kind, Replication, and Access tier options for the
corporate website's Azure Storage account. How should you complete the configuration?
Solution:
------------------------------------------------------------------------------------------------------------------------
Case Study
Proseware Inc. – 9
19/1 19/2 19/3 19/4 25/1 25/2 25/3 26/1
You need to implement the Log policy. How should you complete the Azure Event Grid
subscription?
Solution:
You need to ensure that the solution can meet the scaling requirements for Policy Service.
Which Azure Application Insights data model should you use?
Solution:
You need to implement telemetry for non-user actions. How should you complete the
Filter class?
Solution:
You need to ensure that PolicyLib requirements are met. How should you complete the
code segment?
Solution:
You need to add code at line EG15 in EventGridController.cs to ensure that the Log policy
applies to all services. How should you complete the code?
Solution:
You need to insert code at line LE03 of LoginEvent.cs to ensure that all authentication
events areprocessed correctly. How should you complete the code?
Solution:
Id // eventType // dataVersion
You need to implement the Log policy. How should you complete the EnsureLogging
method in EventGridController.cs?
Solution:
Logdrop // 15 // UpdateApplicationSettings
You need to resolve a notification latency issue. Which two actions should you perform?
A.Set Always On to true // B. Ensure that the Azure Function is using an App Service plan