Q1. DRAG DROP - (Topic 1)
You need to insert code at line WR16 to implement the GetWork method.
How should you complete the relevant code? To answer, drag the appropriate code segment to the correct location. 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:
Q2. HOTSPOT - (Topic 1)
The Compute method in the PlagiarismCalculation class takes a significant amount of time to load existing works from blob storage. To improve performance, the service must load existing works from the cache.
You need to modify the Compute method in the class PlagiarismCalculation.
How should you modify the method? To answer, select the appropriate option or options in the answer area.
Answer:
Q3. HOTSPOT - (Topic 5)
You use the storage client library to develop an application that manages Azure table storage data.
The application reports error codes when it saves data. You must use a custom retry policy to handle the error codes.
The custom retry policy must meet the following requirements:
Retry when a conflict error code is encountered.
Retry when a storage exception is encountered.
Retry until the maximum number of retry attempts is reached.
You create the following code segment. Line numbers are included for reference only.
You need to insert code at line 14 to implement the retry policy.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Answer:
Q4. 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:
Q5. - (Topic 5)
You store data in an Azure blob. Data accumulates at a rate of 0.10 GB per day.
You must use storage analytics data to verify that the service level agreement (SLA) has been met and to analyze the performance of VHDs, including the pattern of usage.
Analytics data must be deleted when it is older than 100 days or when the total amount of data exceeds 10 GB.
You need to configure storage analytics and access the storage analytics data.
Which two approaches will achieve the goal? Each correct answer presents part of the solution.
A. Disable the data retention policy.
B. Access analytics data by using the Service Management REST APL
C. Access analytics data by using the APIs used to read blob and table data.
D. Configure a data retention policy of 100 days.
Answer: C,D
Q6. - (Topic 5)
You create a software-as-a-service (SaaS) application. Websites, cloud services, and virtual machines (VMs) read common data values from the database for the application.
The application does not scale efficiently. All VMs, websites, and cloud services must read from the same data source.
You need to design a cache solution for the SaaS application.
What should you do?
A. Deploy a cache by using Azure Redis Cache. Access the cache from the websites, cloud services, and VMs.
B. Configure a cache by using ASP.NET. Access the cache from the websites, cloud services, and VMs.
C. Use Azure Redis Cache to deploy one cache for each website, one cache for each cloud service, and one cache for each VM. Configure each cache to ensure that data is consistent in all the cache instances.
D. Deploy a cache by using Azure Redis Cache. Configure the cache to use database connection strings.
Answer: A
Q7. - (Topic 5)
You plan to deploy an application as a cloud service. The application uses a virtual network to extend your on-premises network into Azure.
You need to configure a site-to-site VPN for cross-premises network connections.
Which two objects should you configure? Each correct answer presents part of the solution.
A. Dynamic routing gateway
B. VPN gateway
C. External-facing IPv6 address
D. External-facing IPv4 address
Answer: B,D
Q8. DRAG DROP - (Topic 1)
You need to configure storage for the solution.
What should you do? To answer, drag the appropriate XML segments to the correct locations. Each XML 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:
Q9. - (Topic 5)
You are maintaining an application that uses the Azure Content Delivery Network (CDN) to serve terabytes of content that is stored in page blobs.
Your bill for CDN services is higher than you expect.
You need to monitor the application to find issues that increase costs.
Which two operations should you monitor? Each correct answer presents part of the solution.
A. The Time-To-Live (TTL) of the blobs.
B. The country of origin for the client computer and the CDN region.
C. The number of requests that result in an HTTP status code over 400.
D. The allocated size of page blobs.
E. The expiration date of the blobs.
Answer: B,D
Q10. - (Topic 1)
You are deploying the web-based solution in the West Europe region.
You need to copy the repository of existing works that the plagiarism detection service
uses. You must achieve this goal by using the least amount of time.
What should you do?
A. Copy the files from the source file share to a local hard disk. Ship the hard disk to the West Europe data center by using the Azure Import/Export service.
B. Create an Azure virtual network to connect to the West Europe region. Then use Robocopy to copy the files from the current region to the West Europe region.
C. Provide access to the blobs by using the Microsoft Azure Content Delivery Network (CDN). Modify the plagiarism detection service so that the files from the repository are loaded from the CDN.
D. Use the Asynchronous Blob Copy API to copy the blobs from the source storage account to a storage account in the West Europe region.
Answer: D
Q11. - (Topic 5)
You deploy an application as a cloud service in Azure.
The application consists of five instances of a web role.
You need to move the web role instances to a different subnet.
Which file should you update?
A. Service definition
B. Diagnostics configuration
C. Service configuration
D. Network configuration
Answer: C
Q12. DRAG DROP - (Topic 3)
You need to secure the website.
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:
Q13. - (Topic 5)
You have a website that is hosted on Azure. You connect to the site by using the URI http://www.contoso.com. You plan to publish a new version of the website.
You need to acquire the publishing profile for the website.
Which two actions will achieve the goal? Each correct answer presents a complete solution.
A. Run the following Windows PowerShell cmdlet: Get-AzurePublishSettingsFile
B. Run the following Windows PowerShell cmdlet: Get-AzureSubscription
C. Navigate to the following URI: https://www.contoso.com/download/publishprofile.aspx
D. Navigate to the following URI: https://windows.azure.com/download/publishprofile.aspx
Answer: A,D
Q14. - (Topic 3)
You need to choose an Azure storage service solution. Which solution should you choose?
A. Queue storage
B. Blob storage
C. File storage
D. Table storage
Answer: C
Q15. DRAG DROP - (Topic 5)
You are developing a web application that integrates with Azure Active Directory (AD). The application uses the OAuth 2.0 protocol to authorize secure connections to a web service that is at https://service.adatum.com.
The application must request an access token to invoke the web service methods.
You need to submit an HTTP request to the Azure AD endpoint.
How should you complete the request? 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. HOTSPOT - (Topic 5)
You store JSON data in a blob by using the Azure Blob service. Web applications access the JSON data by using client-side JavaScript calls.
JSON data is stored in a container that is configured to allow anonymous access. Web applications that are allowed to make updates to the data have access to any necessary shared access signatures (SASs) and storage keys.
You configure one Cross-Origin Resource Sharing (CORS) rule for the https://fabrikam.com domain and then run the following method. Line numbers are provided for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q17. HOTSPOT - (Topic 5)
Tailspin Toys uses a website to manage its inventory. The website is hosted on Azure. You are writing a Windows Store app that uses data from the blob storage.
Microsoft 70-532 : Practice Test
You need to retrieve an image from the following URI:
https://tailspintoys.blob.core.windows.net/Trains/Caboose2jpg.
How should you complete the relevant code? To answer, select the appropriate code
segments in the answer area.
Answer: