Students Passed
Average Marks
Questions from this dumps
Total Questions
Microsoft AZ-204 Dumps
Dumps4download providing 100% reliable Exam dumps that are verified by experts panel. Our Dumps4download AZ-204 study material are totally unique and exam questions are valid all over the world. By using our AZ-204 dumps we assure you that you will pass your exam on first attempt. You can easily score more than 97%.
100% exam passing Guarantee on your purchased exams.
100% money back guarantee if you will not clear your exam.
Microsoft AZ-204 Practice Test Helps You Turn Dreams To Reality!
IT Professionals from every sector are looking up certifications to boost their careers. Microsoft being the leader certification provider earns the most demand in the industry.
The Microsoft Certification is your short-cut to an ever-growing success. In the process, Dumps4download is your strongest coordinator, providing you with the best AZ-204 Dumps PDF as well as Online Test Engine. Let’s steer your career to a more stable future with interactive and effective AZ-204 Practice Exam Dumps.
Many of our customers are already excelling in their careers after achieving their goals with our help. You can too be a part of that specialized bunch with a little push in the right direction. Let us help you tread the heights of success.
Apply for the AZ-204 Exam right away so you can get certified by using our Microsoft Dumps.
Bulk Exams Package
2 Exams Files
10% off
- 2 Different Exams
- Latest and Most Up-todate Dumps
- Free 3 Months Updates
- Exam Passing Guarantee
- Secure Payment
- Privacy Protection
3 Exams Files
15% off
- 3 Different Exams
- Latest and Most Up-todate Dumps
- Free 3 Months Updates
- Exam Passing Guarantee
- Secure Payment
- Privacy Protection
5 Exams Files
20% off
- 5 Different Exams
- Latest and Most Up-todate Dumps
- Free 3 Months Updates
- Exam Passing Guarantee
- Secure Payment
- Privacy Protection
10 Exams Files
25% off
- 10 Different Exams
- Latest and Most Up-todate Dumps
- Free 3 Months Updates
- Exam Passing Guarantee
- Secure Payment
- Privacy Protection
Dumps4download Leads You To A 100% Success in First Attempt!
Our AZ-204 Dumps PDF is intended to meet the requirements of the most suitable method for exam preparation. We especially hired a team of experts to make sure you get the latest and compliant AZ-204 Practice Test Questions Answers. These questions are been selected according to the most relevance as well as the highest possibility of appearing in the exam. So, you can be sure of your success in the first attempt.
Interactive & Effective AZ-204 Dumps PDF + Online Test Engine
Aside from our Microsoft AZ-204 Dumps PDF, we invest in your best practice through Online Test Engine. They are designed to reflect the actual exam format covering each topic of your exam. Also, with our interactive interface focusing on the exam preparation is easier than ever. With an easy-to-understand, interactive and effective study material assisting you there is nothing that could go wrong. We are 100% sure that our AZ-204 Questions Answers Practice Exam is the best choice you can make to pass the exam with top score.
How Dumps4download Creates Better Opportunities for You!
Dumps4download knows how hard it is for you to beat this tough Microsoft Exam terms and concepts. That is why to ease your preparation we offer the best possible training tactics we know best. Online Test Engine provides you an exam-like environment and PDF helps you take your study guide wherever you are. Best of all, you can download AZ-204 Dumps PDF easily or better print it. For the purpose of getting concepts across as easily as possible, we have used simple language. Adding explanations at the end of the AZ-204 Questions and Answers Practice Test we ensure nothing slips your grasp.
The exam stimulation is 100 times better than any other test material you would encounter. Besides, if you are troubled with anything concerning Developing Solutions for Microsoft Azure Exam or the AZ-204 Dumps PDF, our 24/7 active team is quick to respond. So, leave us a message and your problem will be solved in a few minutes.
Get an Absolutely Free Demo Today!
Dumps4download offers an absolutely free demo version to test the product with sample features before actually buying it. This shows our concern for your best experience. Once you are thoroughly satisfied with the demo you can get the Developing Solutions for Microsoft Azure Practice Test Questions instantly.
24/7 Online Support – Anytime, Anywhere
Have a question? You can contact us anytime, anywhere. Our 24/7 Online Support makes sure you have absolutely no problem accessing or using Developing Solutions for Microsoft Azure Practice Exam Dumps. What’s more, Dumps4download is mobile compatible so you can access the site without having to log in to your Laptop or PC.
Features to use Dumps4download AZ-204 Dumps:
- Thousands of satisfied customers.
- Good grades are 100% guaranteed.
- 100% verified by Experts panel.
- Up to date exam data.
- Dumps4download data is 100% trustworthy.
- Passing ratio more than 99%
- 100% money back guarantee.
Microsoft AZ-204 Frequently Asked Questions
Microsoft AZ-204 Sample Questions
Question # 1
You need to support local development testing for developers. Which tool should you use?
A. Azurite
B. Azure Storage Emulator
C. SQL Server Management Studio (SSMS)
D. Azure Storage Explorer
Question # 2
You need to implement the processing of enqueuer inventory items.Which message value should you use?
A. Session identifier
B. Sequence number
C. Partition key
D. Time stamp
Question # 3
You need to mitigate the Azure Cache for Redis issue.What are two possible ways to achieve this goal? Each correct answer presents part of thesolution.NOTE: Each correct selection is worth one point.
A. Increase the maxmemory-reserved and maxfragmenTationmemory-reserved values
B. Modify the maxmemory policy to evict the least frequently used keys out of all keys.
C. Configure client connections to retry commands with exponential backoff.
D. Test application code by purging the cache in the test environment.
E. Test application code by rebooting all nodes in the test environment.
Question # 4
You need to securely access inventory items when developing the Inventory Items API.What are three possible ways to achieve this goal? Each correct answer presents acomplete solution.NOTE: Each correct selection is worth one point.
A. Create a custom Microsoft Entra roleAssign the custom role to the Azure Cosmos DB account Update the function app to usecertificate-based authentication.
B. Create a SQL role definition under the Azure Cosmos DB account.Create a user-assigned managed identity and assign the identity to the function app.Assign the user-assigned managed identity the SQL role definition.Update the function app code to implement the DefaultAzurecredential class and referencethe user-assigned managed identity.
C. Create a system-assigned managed identity for the function app with read access tosecrets in Azure Key Vault. Store the Azure Cosmos DB primary key and URI in Azure KeyVault as secrets.Use function app settings to reference the secret values.
D. Create a custom Microsoft Entra role. Assign the custom role to Azure Key Vault. Assignthe custom role to the function app.Reference the custom role in the function app code when accessing Azure Key Vaultvalues.
E. Create a SQL role definition under the Azure Cosmos DB account. Assign the role to thefunction app's system-assigned managed identity. Programmatically access the AzureCosmos OB keys from the function app.
Question # 5
You need to serve static content from the corporate website.What are two possible ways to achieve this goal? Each correct answer presents acomplete solution.NOTE: Each correct selection is worth one point.
A. Store all static content in Azure Blob Storage. Enable Azure Content Delivery Networkfor the storage account.
B. Configure App Service networking to create a Content Delivery Network profile andendpoint.
C. Configure the Azure App Service Local Cache feature and set the app settingWEBSITE_LOCAL_CACHE_SIZEINMB value.
D. Update the Azure Traffic Manager routing method to priority.
E. Create a nested Azure Traffic Manager profile. Configure the parent profile to theperformance traffic routing method and the chtld profile to the priority traffic routing method.
Question # 6
You need to configure all site configuration settings for the corporate website.Which three actions should you perform? Each correct answer presents part of thesolution.NOTE: Each correct selection is worth one point.
A. Create a managed identity.
B. Update the role assignments for the Azure App Configuration store
C. Create an Azure Key Vault.
D. Create an Azure App Configuration store.
E. Update the role assignments for the Azure Key Vault.
Question # 7
You need to implement farmer authentication.Which three actions should you perform? Each correct answer presents part of thesolution.NOTE: Each correct selection is worth one point.
A. Add the shared access signature (SAS) token to the app
B. Create a shared access signature (SAS) token.
C. Register the app in Microsoft Entra ID.
D. Create a user flow.
E. Add the app to the user flow.
Question # 8
You need to implement an aggregate of telemetry values for distributor API calls.Which Application Insights API method should you use?
A. TrackTrace
B. Track Exception
C. TrackEvent
D. TrackDependency
E. TrackMetric
Question # 9
You need to secure the corporate website to meet the security requirements.What should you do?
A. Create an App Service instance with a standard plan. Configure the custom domain witha TLS/SSL certificate.
B. Create an Azure Application Gateway with a Web Application Firewall (WAF). Configureend-to-end TLS encryption and the WAF.
C. Create an Azure Cache for Radis instance. Update the code to support the cache.
D. Create an Azure Content Delivery Network profile and endpoint. Configure the endpoint.
Question # 10
You need to test the availability of the corporate website. Which two test types can you use?
A. Custom testing using the TrackAvailability API method
B. Standard
C. URL Ping
D. Multi-step
Question # 11
You need to secure the Azure Functions to meet the security requirements.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. Store the RSA-HSM key in Azure Cosmos DB. Apery the built-in policies for customer-managed keys and allowed locations.
B. Create a free tier Azure App Configuration instance with a new Azure AD service
principal.
C. Store the RSA-HSM key in Azure Key Vault with soft-delete and purge-protection
features enabled.
D. Store the RSA-HSM key in Azure Blob storage with an Immutability policy applied to the
container.
E. Create a standard tier Azure App Configuration instance with an assigned Azure AD managed identity.
Question # 12
You need to grant access to the retail store location data for the inventory service development effort. What should you use?
A. Azure AD access token
B. Azure RBAC role
C. Azure AD ID token
D. Shared access signature (SAS) token
E. Azure AD refresh token
Question # 13
you need to reduce read latency for the retail store solution.What are two possible ways to achieve the goal? Each correct answer presents a completesolution.NOTE: Each correct selection is worth one point.
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 callthe new Queries.
B. Configure Azure Cosmos DB consistency to strong consistency Increase the RUs for thecontainer supporting store location data.
C. Provision an Azure Cosmos OB dedicated gateway, update blob storage to use the newdedicated gateway endpoint.
D. Configure Azure Cosmos DB consistency to session consistency. Cache session tokensin a new Azure Redis cache instance after every write. Update reads to use the sessiontoken stored in Azure Redis.
E. Provision an Azure Cosmos DB dedicated gateway Update the Azure Function appconnection string to use the new dedicated gateway endpoint.
Question # 14
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,these questions will not appear on the review screen.You are implementing an application by using Azure Event Grid to push near-real-timeinformation to customers.You have the following requirements:• You must send events to thousands of customers that include hundreds of various eventtypes.• The events must be filtered by event type before processing.• Authentication and authorization must be handled by using Microsoft Entra ID.• The events must be published to a single endpoint.You need to implement Azure Event Gnd.Solution: Publish events to a custom topic. Create an event subscription for each customer.Does the solution meet the goal?
A. Yes
B. No
Question # 15
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,these questions will not appear on the review screen.You are implementing an application by using Azure Event Grid to push near-real-timeinformation to customers.You have the following requirements:• You must send events to thousands of customers that include hundreds of various eventtypes.• The events must be filtered by event type before processing.• Authentication and authorization must be handled by using Microsoft Entra ID.• The events must be published to a single endpoint.You need to implement Azure Event Grid.Solution: Publish events to a partner topic. Create an event subscription for each customer.Does the solution meet the goal?
A. Yes
B. No
Question # 16
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, theperformance must be best-effort, and there is no regional failover.In higher cos! editions customers must be able to select guaranteed performance andsupport 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
Question # 17
An organization hosts web apps in Azure. The organization uses Azure Monitor Youdiscover that configuration changes were made to some of the web apps. You need toidentify the configuration changes. Which Azure Monitor log should you review?
A. AppServiceEnvironmentPlatformLogs
B. AppServiceApplogs
C. AppServiceAuditLogs
D. AppServiceConsoteLogs
Question # 18
You develop and add several functions to an Azure Function app that uses the latestruntime host. The functions contain several REST API endpoints secured by using SSL.The Azure Function app runs in a Consumption plan.You must send an alert when any of the function endpoints are unavailable or respondingtoo slowly.You need to monitor the availability and responsiveness of the functions.What should you do?
A. Create a URL ping test.
B. Create a timer triggered function that calls TrackAvailability() and send the results to
Application Insights.
C. Create a timer triggered function that calls GetMetric("Request Size") and send the
results to Application Insights.
D. Add a new diagnostic setting to the Azure Function app. Enable the FunctionAppLogs
and Send to Log Analytics options.
Question # 19
You are implementing an Azure API app that uses built-in authentication and authorizationfunctionality.All app actions must be associated with information about the current user.You need to retrieve the information about the current user.What are two possible ways to achieve the goal? Each correct answer presents a completesolution.NOTE: Each correct selection is worth one point.
A. HTTP headers
B. environment variables
C. /.auth/me HTTP endpoint
D. /.auth/login endpoint
Question # 20
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this question, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.Margie’s Travel is an international travel and bookings management service. The companyis expanding into restaurant bookings. You are tasked with implementing Azure Search forthe restaurants listed in their solution.You create the index in Azure Search.You need to import the restaurant data into the Azure Search service by using the AzureSearch .NET SDK.Solution:1. Create a SearchServiceClient object to connect to the search index.2. Create a DataContainer that contains the documents which must be added.3. Create a DataSource instance and set its Container property to the DataContainer.4. Set the DataSources property of the SearchServiceClient.Does the solution meet the goal?
A. Yes
B. No
Question # 21
You are developing an ASP.NET Core website that uses Azure FrontDoor. The website isused to build custom weather data sets for researchers. Data sets are downloaded byusers as Comma Separated Value (CSV) files. The data is refreshed every 10 hours.Specific files must be purged from the FrontDoor cache based upon Response Headervalues.You need to purge individual assets from the Front Door cache.Which type of cache purge should you use?
A. single path
B. wildcard
C. root domain
Question # 22
You are developing an application to manage shipping information for cargo ships. Theapplication will use Azure Cosmos D8 for storage.The application must run offline when ships are at sea The application must be connectedto Azure when ships are in port.Which Azure Cosmos D8 API should you use for the application?
A. Core
B. MongoDe
C. Cassandra
D. Gremlin
Question # 23
Note: This question is part of a series of questions that present the same scenario.Each question in the series contains a unique solution that might meet the statedgoals. Some question sets might have more than one correct solution, while othersmight not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You develop Azure solutions.You must grant a virtual machine (VM) access to specific resource groups in AzureResource ManagerYou need to obtain an Azure Resource Manager access token.Solution: Run the Invoke-RestMethod cmdlet to make a request to the local managedidentity for Azure resources endpoint.Does the solution meet the goal?
A. Yes
B. No
Question # 24
Vou have an on-premises, public-facing website named www.contoso.com.You plan to test availability of www.contoso.com by using Application Insights availabilitytests.You need to configure a test that will generate HTTP POST requests that include customheaders. Your solution must minimize development effort.Which type of test should you configure?
A. Multi-step web test
B. Standard test
C. URL ping test
D. Custom TrackAvailability test
Question # 25
You manage an Azure Key Vault named kv1 of Standard SKU.You plan to programmatically store in kv1 an asymmetric key pair and use the key pair forencryption and decryption.You must develop an application named app1 that will access the key pair in kv1.You need to configure an object to retrieve a key pair from kv1.Which object should you use?
A. SecretClient
B. KeyVaultSettingsClient
C. CertificateClient
D. KeyClient
Question # 26
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it As a result,these questions will not appear in the review screen.You deploy an Azure Container Apps app and disable ingress on the container app.Users report that they are unable to access the container app. You investigate and observethat the app has scaled to 0 instances.You need to resolve the issue with the container app.Solution: Enable ingress and configure the minimum replicas to 1 for the container app.Does the solution meet the goal?
A. Yes
B. No
Question # 27
You are building a web application that performs image analysis on user photos andreturns metadata containing objects identified. The image analysis is very costly in terms oftime and compute resources. You are planning to use Azure Redo Cache so Cacheuploads do not need to be reprocessed.In case of an Azure data center outage metadata loss must be kept to a minimum.You need to configure the Azure Redis cache instance.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection in worth one point.
A. Configure Azure Redis with persistence
B. Configure second storage account for persistence
C. Set backup frequency to the minimum value
D. Configure Azure Redis with RDS persistence
Question # 28
You have a Standard tier instance of Azure Cache for Radis named redis1 configured withthe default settings.You need to configure a Maxmemory policy to increase the amount of cache available forread operations.How should you configure the Maxmemory policy?
A. Decrease the value of maxmemory-reserved.
B. Increase the value of maxmemory-reserved.
C. Set the Maxmemory policy to noeviction.
D. Set the Maxmemory policy to volatile-lru.
Question # 29
You are developing an Azure-based web application. The application goes offline periodically to perform offline data processing. While the application is offline, numerousAzure Monitor alerts fire which result in the on-call developer being paged.The application must always log when the application is offline for any reason.You need to ensure that the on-call developer is not paged during offline processing.What should you do?
A. Add Azure Monitor alert processing rules to suppress notifications.
B. Create an Azure Monitor Metric Alert.
C. Build an Azure Monitor action group that suppresses the alerts.
D. Disable Azure Monitor Service Health Alerts during offline processing.
Question # 30
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 andupdate 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
Question # 31
You are developing an e-commerce solution that uses a microservice architecture.You need to design a communication backplane for communicating transactionalmessages between various parts of the solution. Messages must be communicated in firstin-first-out (FIFO) order.What should you use?
A. Azure Storage Queue
B. Azure Event Hub
C. Azure Service Bus
D. Azure Event Grid
Question # 32
You have a workspace-based Azure Application Insights resource named Insightsl and anAzure App Service Web App named Appl. Insights! collects telemetry generated by Appl.You plan to test the availability of Appl by using Insightsl. The test must include thefollowing tasks:• Parse dependent requests.• Validate TLS certificates.• Configure custom request headers.You must minimize development and implementation efforts.You need to implement the Application Insights availability test that will deliver the requiredfunctionality. Which availability test should you implement?
A. Custom TrackAvailability test
B. Standard test
C. URL ping test
D. Multi-step web test
Question # 33
You develop applications that integrate with a Microsoft Entra tenant. You plan toimplement a permission classification in the tenant. You need to select permissions toinclude in your classification. Which permissions should you select?
A. delegated permissions that require only user consent
B. delegated permissions that require admin consent
C. app-only access permissions that require only user consent
D. app-only access permissions that require admin consent
Question # 34
You are developing a web application that uses Azure Cache for Redis. You anticipate thatthe cache will frequently fill and that you will need to evict keys.You must configure Azure Cache for Redis based on the following predicted usage pattern:A small subset of elements will be accessed much more often than the rest.You need to configure the Azure Cache for Redis to optimize performance for the predictedusage pattern.Which two eviction policies will achieve the goal?NOTE: Each correct selection is worth one point.
A. noeviction
B. allkeys-lru
C. volatile-lru
D. allkeys-random
E. volatile-ttl
F. volatile-random
Question # 35
You develop and deploy an Azure App Service web app. The app is deployed to multipleregions and uses Azure Traffic Manager. Application Insights is enabled for the app.You need to analyze app uptime for each month.Which two solutions win achieve the goal? Each correct answer presents a completesolutionNOTE: Each correct selection is worth one point
A. Application Insights alerts
B. Application Insights web tests
C. Azure Monitor logs
D. Azure Monitor metrics
Question # 36
You have an Azure API Management (APIM) Standard tier instance named APIM1 thatuses a managed gateway.You plan to use APIM1 to publish an API named API1 that uses a backend database thatsupports only a limited volume of requests per minute. You also need a policy for AP11 thatwill minimize the possibility that the number of requests to the backend database from anindividual IP address you specify exceeds the supported limit.You need to identify a policy for API1 that will meet the requirements.Which policy should you use?
A. quota-by-key
B. rate-limit
C. ip-fitter
D. rate-limit-by-key
Question # 37
Note: This question is part of a series of questions that present the same scenario.Each question in the series contains a unique solution that might meet the statedgoals. Some question sets might have more than one correct solution, while othersmight not have a correct solutionAfter you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You develop an HTTP triggered Azure Function app to process Azure Storage blob data.The app is triggered using an output binding on the blob.The app continues to time out after four minutes. The app must process the blob data.You need to ensure the app does not time out and processes the blob data.Solution: Configure the app to use an App Service hosting plan and enable the Always Onsetting.Does the solution meet the goal?
A. Yes
B. No
Question # 38
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,these questions will not appear in the review screen.You deploy an Azure Container Apps app and disable ingress on the container app.Users report that they are unable to access the container app. You investigate and observethat the app has scaled to 0 instances.You need to resolve the issue with the container app.Solution: Enable ingress, create a TCP scale rule, and apply the rule to the container app.Does the solution meet the goal?
A. Yes
B. No
Question # 39
Note: This question is part of a series of questions that present the same scenario.Each question in the series contains a unique solution that might meet the statedgoals. Some question sets might have more than one correct solution, while othersmight not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You develop and deploy an Azure App Service API app to a Windows-hosted deploymentslot named Development. You create additional deployment slots named Testing andProduction. You enable auto swap on the Production deployment slot.You need to ensure that scripts run and resources are available before a swap operationoccurs.Solution: Enable auto swap for the Testing slot. Deploy the app to the Testing slot.Does the solution meet the goal?
A. Yes
B. No
Question # 40
You are developing an Azure Function App that generates end of day reports (or retailstores. All stores dose at 11 PM each day. Reports must be run one hour after dosing. Youconfigure the function to use a Timer trigger that runs at midnight Customers in theWestern United States Pacific Time zone (UTC - 8) report that the Azure Function runsbefore the stores dose. You need to ensure that the Azure Function runs at midnight in thePacific Time zone.What should you do?
A. Configure the Azure Function to run in the West US region.
B. Add an app setting named WEBSITE_TIME_ZONE that uses the value Pacific Standard
Time
C. Change the Timer trigger to run at 7 AM
D. Update the Azure Function to a Premium plan.
Question # 41
You are developing a web app that is protected by Azure Web Application Firewall (WAF).All traffic to the web app is routed through an Azure Application Gateway instance that isused by multiple web apps. The web app address is contoso.azurewebsites.net.All traffic must be secured with SSL. The Azure Application Gateway instance is used bymultiple web apps.You need to configure the Azure Application Gateway for the app.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. In the Azure Application Gateway’s HTTP setting, enable the Use for App servicesetting.
B. Convert the web app to run in an Azure App service environment (ASE).
C. Add an authentication certificate for contoso.azurewebsites.net to the Azure Applicationgateway.
D. In the Azure Application Gateway’s HTTP setting, set the value of the Override backendpath option to contoso22.azurewebsites.net.
Question # 42
You are developing several microservices to run on Azure Container Apps for a company.External TCP ingress traffic from the internet has been enabled for the microservices.The company requires that the microservices must scale based on an Azure Event Hubtrigger.You need to scale the microservices by using a custom scaling rule.Which two Kubernetes Event-driven Autoscaling (KEDA) trigger fields should you use?Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. type
B. metadata
C. name
D. authenticationRef
E. metricType
Question # 43
You are creating an app that will use CosmosDB for data storage. The app will processbatches of relational data.You need to select an API for the app.Which API should you use?
A. MongoDBAPI
B. Table API
C. SQL API
D. Cassandra API
Question # 44
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this question, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You are developing a solution that will be deployed to an Azure Kubernetes Service (AKS)cluster. The solution will include a custom VNet, Azure Container Registry images, and anAzure Storage account.The solution must allow dynamic creation and management of all Azure resources withinthe AKS cluster.You need to configure an AKS cluster for use with the Azure APIs.Solution: Create an AKS cluster that supports network policy. Create and apply a network to allow traffic only from within a defined namespace. Does the solution meet the goal?
A. Yes
B. No
Question # 45
You are developing an Azure Function App that runs in an App Service Plan. The AzureFunction is triggered by a Timer object. You observe that the Azure Function does notreliably trigger when scheduled. Which two actions should you perform?
A. Verify that Always On is enabled.
B. Modify the trigger to use a SignaIR trigger.
C. Ensure that the function has a retry configured.
D. Modify the trigger to use Consumption mode instead of the App Service plan.
Question # 46
You are designing a multi-tiered application that will be hosted on Azure virtual machines.The virtual machines will run Windows Server. Front-end servers will be accessible fromthe Internet over port 443. The other servers will NOT be directly accessible over theinternetYou need to recommend a solution to manage the virtual machines that meets thefollowing requirement• Allows the virtual machine to be administered by using Remote Desktop.• Minimizes the exposure of the virtual machines on the Internet Which Azure serviceshould you recommend?
A. Azure Bastion
B. Service Endpoint
C. Azure Private Link
D. Azure Front Door
Question # 47
Note: This question is part of a series of questions that present the same scenario.Each question in the series contains a unique solution that might meet the statedgoals. Some question sets might have more than one correct solution, while othersmight not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You are developing an Azure solution to collect point-of-sale (POS) device data from 2,000stores located throughout the world. A single device can produce 2 megabytes (MB) ofdata every 24 hours. Each store location has one to five devices that send data.You must store the device data in Azure Blob storage. Device data must be correlatedbased on a device identifier. Additional stores are expected to open in the future.You need to implement a solution to receive the device data.Solution: Provision an Azure Service Bus. Configure a topic to receive the device data byusing a correlation filter.Does the solution meet the goal?
A. Yes
B. No
Question # 48
You have 100 Azure virtual machines (VMs) with the system-assigned managed identityenabled.You need to identify the value of the object ID attribute for each of the identities.Which command should you use?
A. az resource show
B. az ad signed-in-user list-owned-objects
C. az ad user show
D. Get-AzVM
Question # 49
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this question, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You are developing a solution that will be deployed to an Azure Kubernetes Service (AKS)cluster. The solution will include a custom VNet, Azure Container Registry images, and anAzure Storage account.The solution must allow dynamic creation and management of all Azure resources withinthe AKS cluster.You need to configure an AKS cluster for use with the Azure APIs.Solution: Enable the Azure Policy Add-on for Kubernetes to connect the Azure Policyservice to the GateKeeper admission controller for the AKS cluster. Apply a built-in policyto the cluster.Does the solution meet the goal?
A. Yes
B. No
Question # 50
You develop Azure Web Apps for a commercial diving company. Regulations require thatall divers fill out a health questionnaire every 15 days after each diving job starts.You need to configure the Azure Web Apps so that the instance count scales up whendivers are filling out the questionnaire and scales down after they are complete.You need to configure autoscaling.What are two possible autoscaling configurations to achieve this goal? Each correctanswer presents a complete solution.NOTE: Each correct selection is worth one point.
A. Predictive autoscaling
B. CPU usage-based autoscaling
C. Recurrence profile
D. Fixed date profile
Question # 51
Note: This question is part of a series of questions that present the same scenario.Each question in the series contains a unique solution that might meet the statedgoals. Some question sets might have more than one correct solution, while othersmight not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You develop a software as a service (SaaS) offering to manage photographs. Users uploadphotos to a web service which then stores the photos in Azure Storage Blob storage. Thestorage account type is General-purpose V2.When photos are uploaded, they must be processed to produce and save a mobile-friendlyversion of the image. The process to produce a mobile-friendly version of the image muststart in less than one minute.You need to design the process that starts the photo processing.Solution: Create an Azure Function app that uses the Consumption hosting model and thatis triggered from the blob upload.Does the solution meet the goal?
A. Yes
B. No
Question # 52
You develop an app that allows users to upload photos and videos to Azure storage. Theapp uses a storage REST API call to upload the media to a blob storage account namedAccount1. You have blob storagecontainers named Container1 and Container2.Uploading of videos occurs on an irregular basis.You need to copy specific blobs from Container1 to Container2 in real time when specificrequirements aremet, excluding backup blob copies.What should you do?
A. Download the blob to a virtual machine and then upload the blob to Container2.
B. Run the Azure PowerShell command Start-AzureStorageBlobCopy.
C. Copy blobs to Container2 by using the Put Blob operation of the Blob Service RESTAPI.
D. Use AzCopy with the Snapshot switch blobs to Container2.
Question # 53
You are developing several Azure API Management (APIM) hosted APIs.You must inspect request processing of the APIs in APIM. Requests to APIM by using aREST client must also be included. The request inspection must include the followinginformation:• requests APIM sent to the API backend and the response it received• policies applied to the response before sending back to the caller• errors that occurred during the processing of the request and the policies applied to theerrors• original request APIM received from the caller and the policies applied to the requestYou need to inspect the APIs.Which three actions should you do? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. Enable the Allow tracing setting for the subscription used to inspect the API.
B. Add the Ocp-Apim-Trace header value to the API call with a value set to true
C. Add the Ocp-Apim-Subscription-Key header value to the key for a subscription thatallows access to the API.
D. Create and configure a custom policy. Apply the policy to the outbound policy sectionwith an API scope.
E. Create and configure a custom policy. Apply the policy to the inbound policy section witha global scope.
Question # 54
You develop Azure solutions.A .NET application needs to receive a message each time an Azure virtual machinefinishes processing data. The messages must NOT persist after being processed by thereceiving application.You need to implement the .NET object that will receive the messages.Which object should you use?
A. QueueClient
B. SubscriptionClient
C. TopicClient
D. CloudQueueClient
Question # 55
You develop an ASP.NET Core app that uses Azure App Configuration. You also create anApp Configuration containing 100 settings. The app must meet the following requirements:• Ensure the consistency of all configuration data when changes to individual settingsoccur.• Handle configuration data changes dynamically without causing the application to restart.• Reduce the overall number of requests made to App Configuration APIs.You must implement dynamic configuration updates in the app.What are two ways to achieve this goal? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. Increase the App Configuration cache expiration from the default value.
B. Create and implement environment variables for each App Configuration store setting.
C. Decrease the App Configuration cache expiration from the default value.
D. Register all keys in the App Configuration store. Set the refreshAII parameter of the
Register method to false.
E. Create and register a sentinel key in the App Configuration store. Set the refreshAII
parameter of the Register method to true.
F. Create and configure Azure Key Vault. Implement the Azure Key Vault configuration
provider.
Question # 56
You develop Azure Durable Functions to manage vehicle loans.The loan process includes multiple actions that must be run in a specified order. One of theactions includes a customer credit check process, which may require multiple days toprocess.You need to implement Azure Durable Functions for the loan process.Which Azure Durable Functions type should you use?
A. orchestrator
B. client
C. activity
D. entity
Question # 57
You have an Azure Cosmos 06 instance that uses the Strong consistency level and 10,000Request Units (RUs) per container. <3eo-replication is enabled.The instance stores restaurant information including location, menu items, and start. Youcurrently store information for 1,000 restaurant locations, 500 menu items, and 10,000 staffmembers. You select the location id as the partition key.How many logical partitions will be created for the container?
A. 500
B. 1,100
C. 10.000
D. 10,000,000
Question # 58
You develop and deploy an Azure App Service web app named App1. You create a newAzure Key Vault named Vault 1. You import several API keys, passwords, certificates, andcryptographic keys into Vault1.You need to grant App1 access to Vault1 and automatically rotate credentials Credentialsmust not be stored in code.What should you do?
A. Enable App Service authentication for Appt. Assign a custom RBAC role to Vault1.
B. Add a TLS/SSL binding to App1.
C. Assign a managed identity to App1.
D. Upload a self-signed client certificate to Vault1. Update App1 to use the client certificate.
Question # 59
You are building a B2B web application that uses Azure B2B collaboration forauthentication Paying customers authenticate to Azure B2B using federationThe application allows users to sign up for trial accounts using any email addressWhen a user converts to a paying customer, the data associated with the teal should bekept, but the user must authenticate using federationYou need to update the user in Azure Active Directory (Azure AD) when they convert to apaying customerWhich Graph API parameter is used to change authentication from one-time passé odes tofederation?
A. uscrFlowType
B. Status
C. invittdUstr
D. resetRedemption
Testimonials
ProgressDumps4download provides updated study guides and certification exam for AZ-204. I just cleared it with an 84% score and was highly satisfied with the material.
JimmyValid and 100% authentic exam dumps for AZ-204. I studied with these and scored 87% in the AZ-204 exam. Dumps4download is amazing.
SudhirI suggest everyone buy the Pdf exam guide for Microsoft AZ-204 exam. It helped me score 90% in the exam. Great work Dumps4download.
AbhishekThank you team Dumps4download for the amazing exam preparatory pdf dumps. Prepared me so well and I was able to get 87% marks in the Microsoft AZ-204 exam.
ThanaReal exam questions & answers were in the pdf file for AZ-204. I achieved 96% marks by studying from them. It was that simple. Cheers to Dumps4download.
