Develop Azure compute solutionsDevelop for Azure storageImplement Azure securityMonitor and troubleshoot Azure solutionsConnect to and consume Azure services and third-party services
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
You have an Azure App Service web app named WebApp1 and an Azure Functions app named Function1. WebApp1 is linked to an Application Insights instance named appinsights1.
You configure a web test and a corresponding alert for WebApp1 in appinsights1. Each alert sends an email to your mailbox.
You need to ensure that each alert also starts execution of Function1.
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
You have an Azure App Service web app named WebApp1 and an Azure Functions app named Function1. WebApp1 is linked to an Application Insights instance named appinsights1.
You configure a web test and a corresponding alert for WebApp1 in appinsights1. Each alert sends an email to your mailbox.
You need to ensure that each alert also starts execution of Function1.
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
You have an Azure App Service web app named WebApp1 and an Azure Functions app named Function1. WebApp1 is linked to an Application Insights instance named appinsights1.
You configure a web test and a corresponding alert for WebApp1 in appinsights1. Each alert sends an email to your mailbox.
You need to ensure that each alert also starts execution of Function1.
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
You have an Azure App Service web app named WebApp1 and an Azure Functions app named Function1. WebApp1 is linked to an Application Insights instance named appinsights1.
You configure a web test and a corresponding alert for WebApp1 in appinsights1. Each alert sends an email to your mailbox.
You need to ensure that each alert also starts execution of Function1.
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
HOTSPOT –
You need to fix the VM issues. Which tools should you use?
Select
Backup and Restore
Performance
You are creating an Azure Functions app project in your local development environment by using Azure Functions Core Tools.
You must create the project in either Python or C# without using a template.
You need to specify the command and its parameter required to create the Azure Functions app project.
Which command and parameter should you specify?
Select
Command
Parameter
You are building a web application that uses Azure Cache for Redis. You expect the cache to fill frequently and will need to evict keys.
You must configure Azure Cache for Redis for the following predicted usage pattern: a small subset of elements will be accessed much more often than the remaining elements.
You need to configure Azure Cache for Redis to optimize performance for the predicted usage pattern.
Which two eviction policies will meet the goal?
NOTE: Each correct selection is worth one point.
Choose two
Anoeviction
Ballkeys-lru
Cvolatile-lru
Dallkeys-random
Evolatile-ttl
Fvolatile-random
This question requires you to assess the underlined text to determine whether it is correct.
Your company has an on-premises deployment of MongoDB and an Azure Cosmos DB account that uses the MongoDB API.
You need to devise a strategy to migrate MongoDB to the Azure Cosmos DB account.
You include the Data Management Gateway tool in your migration strategy.
Instructions: Review the underlined text. If it makes the statement correct, select No change required. If the statement is incorrect, select the answer choice that makes the statement correct.
ANo change required
Bmongorestore
CAzure Storage Explorer
DAzCopy
You need to resolve the Azure Logic app error message.
Which configuration values should you use?
Select
authentication level
managed identity
You are building an Azure Web App and configure TLS mutual authentication for it.
You need to validate the client certificate in the web app.
Select
Client certificate location
Encoding type
You are building an inventory-tracking solution. The solution contains an Azure Function app with multiple functions that are triggered by Azure Cosmos DB. You plan to deploy the solution across multiple Azure regions.
The solution must meet these requirements:
Item results from Azure Cosmos DS must return the latest committed version of an item.
Items written to Azure Cosmos DB must guarantee ordering.
You need to configure the consistency level for the Azure Cosmos DB deployments.
Which consistency level should you use?
Aconsistent prefix
Beventual
Cbounded staleness
Dstrong
Esession
You are developing an Azure App Service-hosted ASP.NET Core web app that delivers video-on-demand streaming media. You enable Azure Content Delivery Network (CDN) Standard for the web endpoint. Customers download videos from the web app by using a URL such as http://www.contoso.com/content.mp4?quality=1.
All media content must expire from the cache after one hour. Videos with different quality levels must be delivered from the closest regional point-of-presence (POP) node.
You need to configure Azure CDN caching rules. Which options should you use?
Select
Caching behavior
Cache expiration duration
Query string caching behavior
You are developing a back-end Azure App Service that scales based on the number of messages in a Service Bus queue.
An existing rule scales up the App Service when the average queue length of unprocessed and valid messages exceeds 1000.
Add a rule that continuously scales down the App Service whenever the scale-up condition is not met. How should you configure the Scale rule?
Select
Metric source
Resource type
Resource
Queues
Metric name
Time grain statistic
You are developing an ASP.NET Core website that uses Azure FrontDoor. The website builds custom weather data sets for researchers. Users download the data sets as Comma Separated Value (CSV) files, and the data is refreshed every 10 hours.
Specific files must be purged from the FrontDoor cache according to Response Header values.
You need to purge individual assets from the Front Door cache. Which type of cache purge should you use?
Asingle path
Bwildcard
Croot domain
You plan to deploy a web app to App Service on Linux. You create an App Service plan, then create and push a custom Docker image containing the web app to Azure Container Registry.
You need to view console logs generated within the container in real time.
How should you complete the Azure CLI command?
Select
az webapp log --name Contosoweb --resource-group ContosoDevRG
filesystem
az log --name ContosoWeb --resource-group ContosoDevRG
You are developing an Azure-hosted application that must use a key from an on-premises hardware security module (HSM). The key must be transferred to your existing Azure Key Vault through 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 order?
Drag & Drop
Generate a key transfer blob file by using the HSM vendor-provided tool.
Generate a Key Exchange Key (KEK).
Create a custom policy definition in Azure Policy.
Run the az keyvault key import command.
Run the az keyvault key restore command.
Retrieve the Key Exchange Key (KEK) public key.
You develop and deploy several APIs in Azure API Management.
You create the following policy fragment named APICounts:
The policy fragment must be reusable across multiple scopes and APIs. It must apply to every API and execute whenever a calling system invokes an API.
Community Discussion