Topic 4, Misc. Questions
You are developing an Azure solution to collect inventory data from thousands of stores
located around the world. Each store location will send the inventory data hourly to an
Azure Blob storage account for processing.
The solution must meet the following requirements:
Begin processing when data is saved to Azure Blob storage.
Filter data based on store location information.
Trigger an Azure Logic App to process the data for output to Azure Cosmos DB.
Enable high availability and geographic distribution.
Allow 24-hours for retries.
Implement an exponential back off data processing.
You need to configure the solution.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You are developing an Azure Function app.
The app must meet the following requirements:
Enable developers to write the functions by using the Rust language.
Declaratively connect to an Azure Blob Storage account.
You need to implement the app.
Which Azure Function app features should you use? To answer, drag the appropriate
features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point

You develop and deploy a web app to Azure App Service. The Azure App Service uses a
Basic plan in a single region.
You need to capture the telemetry.
Which three actions should you perform? Each correct answer presents part of the solution
NOTE; Each correct selection is worth one pewit
A.
Upgrade the Azure App Service plan to Premium.
B.
Enable remote debugging.
C.
Enable Profiler
D.
Restart an apps in the App Service plan
E.
Enable Snapshot debugger
F.
Enable Application Insights site extensions.
G.
Enable the Always On setting for the app service.
Enable Profiler
D.
Restart an apps in the App Service plan
F.
Enable Application Insights site extensions.
You have an Azure Web app that uses Cosmos DB as a data store. You create a
CosmosDB container by running the following PowerShell script:
$resourceGroupName = "testResourceGroup"
$accountName = "testCosmosAccount"
$databaseName = "testDatabase"
$containerName = "testContainer"
$partitionKeyPath = "/EmployeeId"
$autoscaleMaxThroughput = 5000
New-AzCosmosDBSqlContainer
-ResourceGroupName $resourceGroupName
-AccountName $accountName
-DatabaseName $databaseName
-Name $containerName
-PartitionKeyKind Hash
-PartitionKeyPath $partitionKeyPath
-AutoscaleMaxThroughput $autoscaleMaxThroughput
You create the following queries that target the container:
SELECT * FROM c WHERE c.EmployeeId > '12345'
SELECT * FROM c WHERE c.UserID = '12345'
For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.

You are developing an Azure-hosted application that must use an on-premises hardware
security module (HSM) key.
The key must be transferred to your existing Azure Key Vault by using the Bring Your Own
Key (BYOK) process.
You need to securely transfer the key to Azure Key Vault.
Which four actions should you perform in sequence? To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.

You are developing an Azure App Service REST API.
The API must be called by an Azure App Service web app. The API must retrieve and
update user profile information stored in Azure Active Directory (Azure AD).
You need to configure the API to make the updates.
Which two tools should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A.
Microsoft Graph API
B.
Microsoft Authentication Library (MSAL)
C.
Azure API Management
D.
Microsoft Azure Security Center
E.
Microsoft Azure Key Vault SDK
Microsoft Graph API
C.
Azure API Management
Explanation:
A: You can use the Azure AD REST APIs in Microsoft Graph to create unique workflows
between Azure AD resources and third-party services.
Enterprise developers use Microsoft Graph to integrate Azure AD identity management and
other services to automate administrative workflows, such as employee onboarding (and
termination), profile maintenance, license deployment, and more.
C: API Management (APIM) is a way to create consistent and modern API gateways for
existing back-end services.
API Management helps organizations publish APIs to external, partner, and internal
developers to unlock the potential of their data and services.
Reference:
https://docs.microsoft.com/en-us/graph/azuread-identity-access-management-concept
Your company purchases an Azure subscription and plans to migrate several on-premises virtual machines to Azure. You need to design the infrastructure required (or the Azure virtual machines solution. What should you include in the design?
A.
the number of Azure Storage accounts
B.
the settings of the Azure virtual networks
C.
the size of the virtual machines
D.
the number of Azure regions
the size of the virtual machines
You are a developing a SaaS application that stores data as key value pairs.
You must make multiple editions of the application available. In the lowest cost edition, the
performance must be best-effort, and there is no regional failover.
In higher cos! editions customers must be able to select guaranteed performance and
support for multiple regions. Azure costs must be minimized.
Which Azure Cosmos OB API should you use for the application?
A.
Core
B.
MongoDB
C.
Cassandra
D.
Table API
Cassandra
You are building a web application that uses the Microsoft identity platform for user authentication. You are implementing user identification for the web application. You need to retrieve a claim to uniquely identify a user. Which claim type should you use?
A.
oid
B.
aud
C.
idp
D.
nonce
aud
An organization plans to deploy Azure storage services.
You need to configure shared access signature (SAS) for granting access to Azure
Storage.
Which SAS types should you use? To answer, drag the appropriate SAS types to the
correct requirements. Each SAS type may be used once, more than once, or not at all. You
may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

| Page 7 out of 28 Pages |