Exam Code: AZ-201 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Microsoft Azure Developer Advanced Solutions
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass AZ-201 Exam.
NEW QUESTION 1
You need to meet the scaling requirement for Policy Service. What should you store in Azure Redis Cache?
- A. HttpContext.Items
- B. ViewState
- C. Session state
- D. TempData
Answer: C
NEW QUESTION 2
You are developing a .NET Core MVC application for customers to research hotels. The application will use Azure Search. The application will search the index using various criteria to local domains to hotels. The index will include search fields for rate, a list of amenities, and distance to the nearest airport.
The application must support the following scenarios for specifying search criteria and organizing results:
• Search the index by using regular expressions.
• Organize results by counts for name-value pairs.
• List hotels within a specified distance to an airport and that fall within a specific price range. You need to configure the Search Para meters class.
Which properties should you configure? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 3
You need to ensure that PolicyLib requirements are met.
How should you complete the code segment? To answer, drag the appropriate code segments to the correct locations. Each code segment 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 4
You are developing a speech-enabled home automation control bot. The bat interprets some spoken words incorrectly.
You need to improve the spoken word recognition for the bot. Should you implement?
- A. The Skype Channel and use scorable dialogs for improving conversation flow
- B. The Skype Channel and Speech priming using a LUIS app
- C. The Web Chat Channel and use scorable dialogs for improving conversation flow
- D. The Cortana Channel and Speech priming using a LUIS app
Answer: A
Explanation:
Speech priming improves the recognition of spoken words and phrases that are commonly used in your bot. For speech-enabled bots that use the Web Chat and Cortana channels, speech priming uses examples specified in Language Understanding (LUIS) apps to improve speech recognition accuracy for important words.
References:
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-speech-priming?view=azure-bot-service
NEW QUESTION 5
You need to resolve the language processing issue.
Which three 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 6
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 need to ensure that authentication events are triggered and processed according to the policy.
Solution: Ensure that sign out events have a subject prefix. Create an Azure Event Grid subscription that uses the subject Begins With filter.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 7
You are developing an Azure loT Hub Device Provisioning Service as a helper service. You configure zero
-touch device provisioning to an lot Hub. All devices are exactly. You need to configure auto-provisioning for millions of devices in a secure and scalable manner with group enrollment and roles. What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 8
You are developing an application that consists of an ASP.NET Core Web API website and a WebJob that starts automatically and runs continuously. You are building the deployment process for the application.
You need to ensure that both the website and the WebJob are deployed.
How should you structure the deployment folders? To answer, drag the appropriate path segments to the correct locations. Each path segment 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 9
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 need to meet the vendor notification requirement.
Solution: Configure notifications in the Azure API Management instance. Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
Explanation:
Use a custom outbound Azure API Management policy. Scenario:
If a vendor is nearing the number of calls or bandwidth limit, the API must trigger email notifications to the vendor.
(API usage must not exceed 5,000 calls and 50,000 kilobytes of bandwidth per hour per vendor.)
References:
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-policies
NEW QUESTION 10
You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published. You must ensure that the website remains available and responsive while minimizing cost. You need to deploy the website. What should you do?
- A. Deploy the website to an App Service that uses the Shared service tie
- B. Configure the App Service plan to automatically scale when the CPU load is high.
- C. Deploy the website to a virtual machin
- D. Configure the virtual machine to automatically scale when the CPU load is high.
- E. Deploy the website to an App Service that uses the Standard service tie
- F. Configure the App Service plan to automatically scale when the CPU load is high.
- G. Deploy the website to a virtual machin
- H. Configure a Scale Set to increase the virtual machine instance count when the CPU load
Answer: C
NEW QUESTION 11
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 need to meet the vendor notification requirement
Solution: Update the Delivery API to send emails by using a Microsoft Office 365 SMTP server. Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
NEW QUESTION 12
You are developing an IoT solution. The solution requires bidirectional communication between a .NET application and Azure IoT Hub.
You need to obtain connection information for a single test device.
Which three commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Run the following command in the command-line environment where you are using the Azure CLI to install the IoT extension:
Step 1: az extension add
--name <iot-extension-name>
Run the following command in the command-line environment where you are using the Azure CLI to install the IoT extension:
az extension add --name azure-cli-iot-ext Step 2: az iot hub device-identity create
--hub-name <iot-hub-name>
--device-id <device-id>
Create a new device in the IoT Hub “DemoHub”
Command: az iot hub device-identity create --hub-name DemoHub --device-id testDevice Step 3: az iot hub device-identity show-connection-string
--hub-name { iot-hub-name }
--device-id <device-id> References:
https://github.com/MicrosoftDocs/azure-docs/blob/master/includes/iot-hub-get-started-create-device-identity.md
NEW QUESTION 13
You develop software solutions for a web services company. You have the following code. (Line numbers are for reference only.)
You need to implement an immediate response customer support solution for the company’s website. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 14
You need to resolve the delivery API error. What should you do?
- A. Implement simple retry by using the Enable Retry On Failure feature of Entity framework.
- B. Implement exponential back off by using the EnableRetryOnFailure feature of Entity Framework,
- C. Implement the Circuit Breaker pattern by using the Enable Retry On Failure feature of Entity Framework.
- D. Invoke accustom execution strategy in Entity Framework.
Answer: A
NEW QUESTION 15
A company is creating an IoT solution for connecting to smart refrigerators. You plan to use the Azure IoT Hub Device Provisioning Service for this process.
You need to provision the devices automatically.
Which feature of Device Provisioning Service should you use?
- A. Template registration
- B. Device simulation
- C. Device registration and configuration
- D. Delivery and retry
Answer: C
Explanation:
Azure IoT auto-provisioning can be broken into three phases:
- Service configuration - a one-time configuration of the Azure IoT Hub and IoT Hub Device Provisioning Service instances, establishing them and creating linkage between them.
- Device enrollment - the process of making the Device Provisioning Service instance aware of the devices that will attempt to register in the future.Note: The Device Provisioning Service is a helper service that enables just-in-time provisioning of devices to an IoT hub, without requiring human intervention. After successful provisioning, devices connect directly with their designated IoT Hub. This process is referred to as auto-provisioning, and provides an out-of-the-box registration and initial configuration experience for devices.
- Device registration and configuration - initiated upon boot up by registration software, which is built using a Device Provisioning Service client SDK appropriate for the device and attestation mechanism. The software establishes a connection to the provisioning service for authentication of the device, and subsequent registration in the IoT Hub. Upon successful registration, the device is provided with its IoT Hub unique device ID and connection information, allowing it to pull its initial configuration and begin the telemetry process. In production environments, this phase can occur weeks or months after the previous two phases.
References:
https://docs.microsoft.com/en-us/azure/iot-dps/concepts-auto-provisioning
NEW QUESTION 16
You host an on-premises ASP.NET Web API at the company headquarters. The Web API is consumed by applications running at the company's branch offices using the Azure Relay service. All the users of the applications are on the same Azure Active Directory (Azure AD).
You need to ensure that the applications can consume the Web API. What should you do?
- A. Create separate Azure AD groups named Senders and Receiver
- B. In Access Control (IAM) for the Relaynamespace, assign Senders the Reader role and assign Receivers the Reader role.
- C. Create dedicated Azure AD identities named Sender and Receive
- D. Assign Sender the Azure AD Identity Reader rol
- E. Assign Receiver the Azure AD Identity Reader rol
- F. Configure applications to use the respective identities.
- G. Create a Shared Access policy for the namespac
- H. Use a connection string in Web API and use a different connection string in consumer applications.
- I. Create a Shared Access policy for Send permissions and another for Receive permissions.
Answer: C
Explanation:
To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for addressing Service Bus resources within your application.
When you publish an application through Azure Active Directory Application Proxy, you create an external URL for your users to go to when they're working remotely. This URL gets the default domain yourtenant.msappproxy.net.
References:
https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/application-proxy-configure-custom-doma
NEW QUESTION 17
You are developing a NET Core on premises application that updates multiple Azure SQL Database instances. The application must log all update commands attempted to a separate Azure SQL Database instance named AuditDb.
You define an outer TransactionScope with a loop to enumerate and run the SQL commands on each customer database connection and an inner TransactionScope to record transactions attempted within the outer TransactionScope to the AuditDb database.
You need to develop a method to perform the updates to the databases. The solution must meet the following requirements:
• All rows written to the AuditDb database must be committed even if the outer transaction fails.
• If an error occurs writing to the AuditDb database, the outer transaction must be rolled back.
• If an error occurs writing to the Customer databases, only the outer transaction must be rolled back.
• Values for TransactionScopeOption must be specified for the customer databases.
• Values for TransactionScopeOption must be specified for the AuditDb database. Which TransactionScopeOption values should you use?
- A. Suppress for CustomerTranScopeOption and Required for AuditTranScopeOption
- B. Required for the CustomerTranScopeOption and RequiresNew for the AuditTranScopeOption
- C. RequiresNew for the CustomerTranScopeOption and RequiresNew for the AuditTranScopeOption
- D. RequiresNew for CustomerTranScopeOption and Suppress for AuditTranScopeOption
Answer: A
NEW QUESTION 18
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 store in the database? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Telemetry.Context.Operation.Id
- B. Tetemetry.Context.Cloud.Rolelnstance
- C. Telemetry.Id
- D. Telemetry.ContextSession.Id
- E. Telemetry.Name
Answer: BC
NEW QUESTION 19
A company is developing a new website that uses Azure Cosmos DB for data storage. You need to implement a method to retrieve one item by identifier.
The method must run as efficiently as possible.
How should you complete the code segment? To answer, select the appropriate options in the answer area, NOTE: Each correct selection is worth one point.

- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 20
You develop cloud solutions an organization. The organization creates a mailing list for each new project that is announced to the public. You add users manually to a Mail Chimp list when a request email is sent to a community manager’s Microsoft Office 365 email account.
You need to automate the process of adding new users to the Mail Chimp list by using an Azure Logic App. Which five actions should you perform in sequence? To answer, move the appropriate actions form the list of actions to the answer area and arrange them in the correct order.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 21
......
Thanks for reading the newest AZ-201 exam dumps! We recommend you to try the PREMIUM Certifytools AZ-201 dumps in VCE and PDF here: https://www.certifytools.com/AZ-201-exam.html (69 Q&As Dumps)
