Connect to and consume Azure services and third-party services0%
Implement Azure security0%
Monitor, troubleshoot, and optimize Azure solutions0%
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Current
Review
Answered
Correct
Incorrect
Question 1 of 38
1. Question
Category: Implement Azure security
AZ204-Q41
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing a website that will run as an Azure Web App. Users will authenticate by using their Azure Active Directory (Azure AD) credentials.
You plan to assign users one of the following permission levels for the website: admin, normal, and reader. A user’s Azure AD group membership must be used to determine the permission level.
You need to configure authorization.
Solution:
· Create a new Azure AD application. In the application’s manifest, define application roles that match the required permission levels for the application.
· Assign the appropriate Azure AD group to each role. In the website, use the value of the roles claim from the JWT for the user to determine permissions.
Does the solution meet the goal?
Correct
Incorrect
Question 2 of 38
2. Question
Category: Implement Azure security
AZ204-Q42
You provide an Azure API Management managed web service to clients. The back-end web service implements HTTP Strict Transport Security (HSTS).
Every request to the backend service must include a valid HTTP authorization header.
You need to configure the Azure API Management instance with an authentication policy.
Which two policies can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Correct
Incorrect
Question 3 of 38
3. Question
Category: Implement Azure security
AZ204-Q43
You have an application that includes an Azure Web app and several Azure Function apps. Application secrets including connection strings and certificates are stored in Azure Key Vault.
Secrets must not be stored in the application or application runtime environment. Changes to Azure Active Directory (Azure AD) must be minimized.
You need to design the approach to loading application secrets.
What should you do?
Correct
Incorrect
Question 4 of 38
4. Question
Category: Implement Azure security
AZ204-Q44
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing a medical records document management website. The website is used to store scanned copies of patient intake forms.
If the stored intake forms are downloaded from storage by a third party, the contents of the forms must not be compromised.
You need to store the intake forms according to the requirements.
Solution:
1. Create an Azure Key Vault key named skey.
2. Encrypt the intake forms using the public key portion of skey.
3. Store the encrypted data in Azure Blob storage.
Does the solution meet the goal?
Correct
Incorrect
Question 5 of 38
5. Question
Category: Implement Azure security
AZ204-Q45
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing a medical records document management website. The website is used to store scanned copies of patient intake forms.
If the stored intake forms are downloaded from storage by a third party, the contents of the forms must not be compromised.
You need to store the intake forms according to the requirements.
Solution:
1. Create an Azure Cosmos DB database with Storage Service Encryption enabled.
2. Store the intake forms in the Azure Cosmos DB database.
Does the solution meet the goal?
Correct
Incorrect
Question 6 of 38
6. Question
Category: Implement Azure security
AZ204-Q46
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing a medical records document management website. The website is used to store scanned copies of patient intake forms.
If the stored intake forms are downloaded from storage by a third party, the contents of the forms must not be compromised.
You need to store the intake forms according to the requirements.
Solution: Store the intake forms as Azure Key Vault secrets.
Does the solution meet the goal?
Correct
Incorrect
Question 7 of 38
7. Question
Category: Implement Azure security
AZ204-Q47
Your company is developing an Azure API hosted in Azure.
You need to implement authentication for the Azure API to access other Azure resources. You have the following requirements:
· All API calls must be authenticated.
· Callers to the API must not send credentials to the API.
Which authentication mechanism should you use?
Correct
Incorrect
Question 8 of 38
8. Question
Category: Implement Azure security
AZ204-Q48
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing a website that will run as an Azure Web App. Users will authenticate by using their Azure Active Directory (Azure AD) credentials.
You plan to assign users one of the following permission levels for the website: admin, normal, and reader. A user’s Azure AD group membership must be used to determine the permission level.
You need to configure authorization.
Solution:
· Configure and use Integrated Windows Authentication in the website.
· In the website, query Microsoft Graph API to load the group to which the user is a member.
Does the solution meet the goal?
Correct
Incorrect
Question 9 of 38
9. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q49
You need to monitor ContentUploadService according to the requirements. Which command should you use?
Correct
Incorrect
Question 10 of 38
10. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q50
You need to investigate the http server log output to resolve the issue with the ContentUploadService.
Which command should you use first?
Correct
Incorrect
Question 11 of 38
11. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q51
You need to investigate the Azure Function app error message in the development environment.
What should you do?
Correct
Incorrect
Question 12 of 38
12. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q52
You need to ensure that the solution can meet the scaling requirements for Policy Service.
Which Azure Application Insights data model should you use?
Correct
Incorrect
Question 13 of 38
13. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q53
You need to ensure receipt processing occurs correctly. What should you do?
Correct
Incorrect
Question 14 of 38
14. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q54
You need to resolve the capacity issue.
What should you do?
Correct
Incorrect
Question 15 of 38
15. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q55
You need to resolve the log capacity issue.
What should you do?
Correct
Incorrect
Question 16 of 38
16. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q56
You are developing an ASP.NET Core Web API web service. The web service uses Azure Application Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server.
You need to ensure that dependency tracking works for calls to the third-party database.
Which two dependency telemetry properties should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct
Incorrect
Question 17 of 38
17. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q57
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You are developing and deploying several ASP.NET web applications to Azure App Service. You plan to save session state information and HTML output.
You must use a storage mechanism with the following requirements:
· Share session state across all ASP.NET web applications.
· Support controlled, concurrent access to the same session state data for multiple readers and a single writer.
· Save full HTTP responses for concurrent requests.
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q58
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You are developing and deploying several ASP.NET web applications to Azure App Service. You plan to save session state information and HTML output.
You must use a storage mechanism with the following requirements:
· Share session state across all ASP.NET web applications.
· Support controlled, concurrent access to the same session state data for multiple readers and a single writer.
· Save full HTTP responses for concurrent requests.
You need to store the information.
Proposed Solution: Deploy and configure an Azure Database for PostgreSQL. Update the web applications.
Does the solution meet the goal?
Correct
Incorrect
Question 19 of 38
19. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q59
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You are developing and deploying several ASP.NET web applications to Azure App Service. You plan to save session state information and HTML output.
You must use a storage mechanism with the following requirements:
· Share session state across all ASP.NET web applications.
· Support controlled, concurrent access to the same session state data for multiple readers and a single writer.
· Save full HTTP responses for concurrent requests.
You need to store the information.
Proposed Solution: Deploy and configure Azure Cache for Redis. Update the web applications.
Does the solution meet the goal?
Correct
Incorrect
Question 20 of 38
20. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q60
You develop and deploy an ASP.NET web app to Azure App Service. You use Application Insights telemetry to monitor the app.
You must test the app to ensure that the app is available and responsive from various points around the world and at regular intervals. If the app is not responding, you must send an alert to support staff.
You need to configure a test for the web app.
Which two test types can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Correct
Incorrect
Question 21 of 38
21. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q61
You develop a gateway solution for a public facing news API. The news API back end is implemented as a RESTful service and uses an OpenAPI specification.
You need to ensure that you can access the news API by using an Azure API Management service instance.
Which Azure PowerShell command should you run?
Correct
Incorrect
Question 22 of 38
22. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q62
You are creating a hazard notification system that has a single signaling server which triggers audio and visual alarms to start and stop.
You implement Azure Service Bus to publish alarms. Each alarm controller uses Azure Service Bus to receive alarm signals as part of a transaction. Alarm events must be recorded for audit purposes. Each transaction record must include information about the alarm type that was activated.
You need to implement a reply trail auditing solution.
Which two actions should you perform? Each correct answer resents part of the solution.
NOTE: Each correct selection is worth one point.
Correct
Incorrect
Question 23 of 38
23. Question
Category: Monitor, troubleshoot, and optimize Azure solutions
AZ204-Q63
You are developing an Azure function that connects to an Azure SQL Database instance. The function is triggered by an Azure Storage queue.
You receive reports of numerous System.InvalidOperationExceptions with the following message:
“Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.” You need to prevent the exception.
What should you do?
Correct
Incorrect
Question 24 of 38
24. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q64
You need to support the requirements for the Shipping Logic App. What should you use?
Correct
Incorrect
Question 25 of 38
25. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q65
You need to ensure that all messages from Azure Event Grid are processed.
What should you use?
Correct
Incorrect
Question 26 of 38
26. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q66
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.
You have the following requirements:
· Queue size must not grow larger than 80 gigabytes (GB).
· Use first-in-first-out (FIFO) ordering of messages.
· Minimize Azure costs.
You need to implement the messaging solution.
Solution: Use the .Net API to add a message to an Azure Service Bus Queue from the mobile application. Create an Azure Function App that uses an Azure Service Bus Queue trigger.
Does the solution meet the goal?
Correct
Incorrect
Question 27 of 38
27. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q67
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 stated goals. Some question-sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure solution to collect point-of-sale (POS) device data from 2,000 stores located throughout the world. A single device can produce 2 megabytes (MB) of data 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 correlated based 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 Notification Hub. Register all devices with the hub. Does the solution meet the goal?
Correct
Incorrect
Question 28 of 38
28. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q68
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 stated goals. Some question-sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure solution to collect point-of-sale (POS) device data from 2,000 stores located throughout the world. A single device can produce 2 megabytes (MB) of data 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 correlated based 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 by using a correlation filter. Does the solution meet the goal?
Correct
Incorrect
Question 29 of 38
29. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q69
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 stated goals. Some question-sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure solution to collect point-of-sale (POS) device data from 2,000 stores located throughout the world. A single device can produce 2 megabytes (MB) of data 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 correlated based 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 Event Grid. Configure event filtering to evaluate the device identifier. Does the solution meet the goal?
Correct
Incorrect
Question 30 of 38
30. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q70
A company is developing a solution that allows smart refrigerators to send temperature information to a central location. You have an existing Service Bus.
The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location. You need to complete the configuration.
Which Azure CLI or PowerShell command should you run?
Correct
Incorrect
Question 31 of 38
31. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q71
You are developing a solution that will use Azure messaging services.
You need to ensure that the solution uses a publish-subscribe model and eliminates the need for constant polling. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Correct
Incorrect
Question 32 of 38
32. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q72
A company is implementing a publish-subscribe (Pub/Sub) messaging component by using Azure Service Bus. You are developing the first subscription application.
In the Azure portal you see that messages are being sent to the subscription for each topic. You create and initialize a subscription client object by supplying the correct details, but the subscription application is still not consuming the messages.
You need to ensure that the subscription client processes all messages. Which code segment should you use?
Correct
Incorrect
Question 33 of 38
33. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q73
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.
You have the following requirements:
· Queue size must not grow larger than 80 gigabytes (GB).
· Use first-in-first-out (FIFO) ordering of messages.
· Minimize Azure costs.
You need to implement the messaging solution.
Solution: Use the .Net API to add a message to an Azure Storage Queue from the mobile application. Create an Azure VM that is triggered from Azure Storage Queue events.
Does the solution meet the goal?
Correct
Incorrect
Question 34 of 38
34. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q74
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.
You have the following requirements:
· Queue size must not grow larger than 80 gigabytes (GB).
· Use first-in-first-out (FIFO) ordering of messages.
· Minimize Azure costs.
You need to implement the messaging solution.
Solution: Use the .Net API to add a message to an Azure Service Bus Queue from the mobile application. Create an Azure Windows VM that is triggered from Azure Service Bus Queue.
Does the solution meet the goal?
Correct
Incorrect
Question 35 of 38
35. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q75
You are developing an e-commerce solution that uses a microservice architecture.
You need to design a communication backplane for communicating transactional messages between various parts of the solution. Messages must be communicated in first-in-first-out (FIFO) order.
What should you use?
Correct
Incorrect
Question 36 of 38
36. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q76
A company is developing a solution that allows smart refrigerators to send temperature information to a central location. You have an existing Service Bus.
The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location.
You need to complete the configuration.
Which Azure CLI or PowerShell command should you run?
Question 37 of 38
37. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q77
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 stated goals. Some question sets might have more than one correct solution, while others might not have a correct 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 are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.
You have the following requirements:
· Queue size must not grow larger than 80 gigabytes (GB).
· Use first-in-first-out (FIFO) ordering of messages.
· Minimize Azure costs.
You need to implement the messaging solution.
Solution: Use the .Net API to add a message to an Azure Storage Queue from the mobile application. Create an Azure Function App that uses an Azure Storage Queue trigger.
Does the solution meet the goal?
Yes
No
Correct
Incorrect
Question 38 of 38
38. Question
Category: Connect to and consume Azure services and third-party services
AZ204-Q78
You are developing an Azure messaging solution.
You need to ensure that the solution meets the following requirements:
· Provide transactional support.
· Provide duplicate detection.
· Store the messages for an unlimited period of time.
Which two technologies will meet the requirements? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Azure Service Bus Topic
Azure Service Bus Queue
Azure Storage Queue
Azure Event Hub
Correct
Incorrect
Our website uses cookies to provide you the best experience. By continuing to use our website, you agree to our use of cookies. More information, read our Privacy Policy .
Login
Accessing this course requires a login. Please enter your credentials below!
Please register and login by your Google or Microsoft account.