Q1. DRAG DROP - (Topic 4)
You need to meet the high availability and business continuity requirements.
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:
Q2. - (Topic 5)
You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second.
You need to disable disk caching for the data disk.
Which two actions will achieve the goal? Each answer presents a complete solution.
A. Use the Azure Resource Manager REST API
B. Use the Service Management REST API.
C. Run the following Windows PowerShell cmdlet: Remove-AzureDataDisk
D. Run the following Windows PowerShell cmdlet: Set-AzureDataDisk
Answer: A,D
Q3. - (Topic 2)
You need to implement data storage for patient information.
What should you do?
A. Use the Update Entity operation of the Table Service REST API.
B. Use the Put Blob operation of the Blob Service REST API.
C. Use the Put Message operation of the Create Queue REST API.
D. Use the Set Share Metadata operation of the File Service REST API.
Answer: A
Q4. DRAG DROP - (Topic 5)
The Azure Queue service hosts a queue named userRegistrationQueue. You are developing a web job to process messages from the queue. You create a new console application by using Microsoft Visual Studio. You also create an Azure storage connection string and store the connection string in the application configuration file.
All trigger listeners and jobs must run on the current thread.
You need to ensure that the web job processes the messages from the queue.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct location or 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:
Q5. - (Topic 3)
You need to debug the website remotely.
Which three actions should you take? Each correct answer presents part of the solution.
A. In the Azure management portal, configure a monitoring endpoint.
B. In the Azure management portal, set remote debugging to On and set the Visual Studio version to 2013.
C. Install the Azure SDK for .NET on the computer that runs Visual Studio.
D. In the web.config file for the website, set the debug attribute of the compilation element to true.
E. In the Azure management portal, set the web hosting plan to Standard.
Answer: B,C,D
Q6. HOTSPOT - (Topic 5)
You use the Windows PowerShell Desired State Configuration (DSC) feature to configure your company's servers. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q7. DRAG DROP - (Topic 3)
You need to create the VM to replace the on-premises server. 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:
Q8. - (Topic 5)
You develop a web application that uses table storage in Azure.
You create a storage account named Contoso that stores a table named
CityPopulationData.
The web application stores entities in this table.
You need to query the table data by using OData.
Which URL should you use?
A. http://contoso.table.core.windows.net/citypopulationdata
B. http://contoso.table.core.windows.net/odata/citypopulationdata
C. http://azurestorage.table.core.windows.net/contoso
D. http://microsoft.table.core.windows.net/contoso
E. http://azure.table.core.windows.net/contoso/citypopulationdata
Answer: A
Q9. 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:
Q10. HOTSPOT - (Topic 5)
Your company runs existing applications on virtual machines (VMs) that are hosted on
Azure.
You are preparing additional Azure services to support the existing applications.
You run the following script. Line numbers are provided for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer: