Microsoft 70-532 - Developing Microsoft Azure Solutions Exam

Page:    1 / 38   
Total 188 questions

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

Explanation:
Ref: http://blogs.msdn.com/b/windowsazurestorage/archive/2012/06/12/introducing- asynchronous-cross-account-copy-blob.aspx

You need to find all existing works about World History that are overdue and are stored in the repository.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.




Answer :

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 :

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 :

Explanation:


Ref: http://msdn.microsoft.com/en-us/library/azure/ee758708.aspx

You need to implement the Work action on the TeacherController object.
How should you complete the relevant code? To answer, select the appropriate options in the answer area.




Answer :

Page:    1 / 38   
Total 188 questions