Q1. HOTSPOT - (Topic 5)
You are developing an Azure cloud service for a company. The cloud service monitors a queue for incoming messages and then processes invoices based on the contents of these messages.
Some messages are formed incorrectly and cause exceptions. There is no time limit for how long the service takes to process an individual message.
All messages must be processed at least once by using the ProcessMessage method. Messages must not be processed more than twice by using the ProcessMessage method. Messages that fail normal processing must be processed by using the ProcessPoisonMessage method.
You need to configure message processing.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Answer:
Q2. HOTSPOT - (Topic 5)
You are creating a set of load-balanced virtual machines (VMs) that are hosted on Azure.
You run the following Windows PowerShell script. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q3. HOTSPOT - (Topic 5)
You are developing a messaging solution for a financial services company named Adatum. The solution must integrate an application named Enrollment and an application named Activation.
The Enrollment application is used to enroll new customers. The Activation application is used to activate accounts for new customers.
You need to ensure that each message that the Enrollment application sends is stored in a queue for ten minutes before the Activation application uses the message.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Answer:
Q4. DRAG DROP - (Topic 5)
You create a web application. You publish the source code of the web application to a GitHub repository by using Microsoft Visual Studio. You create a website by using the Azure management portal.
You must continuously deploy the web application from the GitHub repository website to the Azure website.
You need to deploy the source code of the web application.
Which four actions should you perform in sequence? To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Q5. DRAG DROP - (Topic 5)
You are converting an existing ASP.NET web application to use the Azure Active Directory (AD) Access Control service for authentication. The application will authenticate users by using their Yahoo account credentials.
You need to determine the correct payload for each stage of the authentication process.
What should you do? To answer, drag the appropriate payload format to the correct location on the dialog box. Each payload format 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.
Answer:
Q6. DRAG DROP - (Topic 5)
You create a new web application by using a single Azure website deployment. The deployment uses the shared web hosting plan. User activity varies significantly and unpredictably.
The application must automatically scale to a maximum of eight virtual machines based on CPU utilization.
You need to configure the environment.
In the Azure management portal, 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.
Answer:
Q7. - (Topic 5)
You store data by using table storage in Azure.
The storage analytics logs do not contain any data.
You must configure the Azure storage account to retain logs for the maximum length of time that Azure permits.
In the Azure management portal, what should you do?
A. Set the monitoring level to Minimal, and set the number of days the data in the logs is retained to 0.
B. Set the monitoring level to Verbose, and set the number of days the data in the logs is retained to 365.
C. Set the monitoring level to Minimal, and set the number of days the data in the logs is retained to 99.
D. Set the monitoring level to Verbose, and set the number of days the data in the logs is retained to 30.
Answer: A
Q8. HOTSPOT - (Topic 2)
You need to implement the worker role to support the real-time continuous data-collection service.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Answer:
Q9. HOTSPOT - (Topic 3)
You need to deploy the FileProcessor.exe program.
How should you update the project configuration file for the program? To answer, select the appropriate option or options in the answer area.
Answer:
Q10. - (Topic 5)
You are creating virtual machines (VMs) that are hosted on Azure.
You must be able to change the Remote Desktop access settings for the VMs. You must also be able to change the password for the built-in administrator account on all VMs. You identify the VMAccess VM extensions that have the required capabilities.
You need to enable the VMAccess VM extensions.
Which approach should you use?
A. Download and install the Microsoft Installer file to enable the VM Agent on each VM.
B. Use the Azure management portal to restart each VM.
C. When you configure the new VMs, use the Azure management portal to install the VM Agent.
D. For each VM, use Windows PowerShell cmdlets to enable the VM Agent and the VMAccess VM extensions.
Answer: D
Q11. HOTSPOT - (Topic 5)
You deploy a new version of a cloud-service application to a staging slot. The application consists of one web role. You prepare to swap the new version of the application into the production slot. Your Azure account has access to multiple Azure subscriptions. You load the Azure PowerShell cmdlets into the Windows PowerShell command shell. The command shell is NOT configured for certificate-based authentication.
You must use the Windows PowerShell command window to configure the application.
You need to create five instances of the web role.
How should you configure the relevant Windows PowerShell script? To answer, select the appropriate option or options in the answer area.
Answer:
Q12. HOTSPOT - (Topic 1)
You need to configure scaling for the plagiarism detection service.
What should you do? To answer, select the appropriate values in the dialog box in the answer area.
Answer:
Q13. HOTSPOT - (Topic 3)
You need to implement endpoint monitoring.
What should you do? To answer, configure the appropriate options in the dialog box in the answer area.
Answer:
Q14. HOTSPOT - (Topic 2)
You run the following Windows PowerShell script. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q15. DRAG DROP - (Topic 4)
You need to insert markup at line SD22 to install the software that generates PDF documents.
How should you complete the relevant markup? 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.
Answer:
Q16. - (Topic 5)
You are modifying a web application so that it uses Azure Active Directory to manage users. You create a security group named Users and a security group named Administrators. The Administrators security group is a member of the Users security group.
You create the following code segment. Line numbers are included for reference only.
You need to implement the canAccessUserResources function. Which code segment should you insert at line 02?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Q17. - (Topic 4)
You need to debug the Azure solution.
Which tool should you use?
A. Compute emulator
B. Remote debugging
C. Emulator Express
D. IntelliTrace
E. Profiling
Answer: C