getcertified4sure.com

how to use exam ref 70 532 developing microsoft azure solutions




Exam Code: microsoft azure certification 70 532 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Developing Microsoft Azure Solutions
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass microsoft azure 70 532 Exam.

Q41. - (Topic 5) 

You are developing a messaging solution to integrate two applications named WeatherSummary and WeatherDetails. The WeatherSummary application displays a summary of weather information for major cities. The WeatherDetails application displays weather details for a specific city. 

You need to ensure that the WeatherDetails application displays the weather details for the city that the user selects in the WeatherSummary application. 

What should you do? 

A. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the PeekLock method. 

B. Create an Azure Service Bus Topics object. In the WeatherDetails application, create a filter. 

C. Create an Azure Service Bus Relay object. In the WeatherDetails application, create a filter. 

D. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the ReceiveAndDelete method. 

Answer:


Q42. - (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:


Q43. 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: 


Q44. - (Topic 2) 

You create a VM named cVM_005 for a newly hired contractor. 

The contractor reports that the VM runs out of memory when the contractor attempts to test 

the mobile applications. 

You need to double the memory that is available for the VM. 

Which Windows PowerShell command should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q45. 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: 


Q46. - (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 


Q47. - (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 


Q48. - (Topic 4) 

You need to configure diagnostics for the Azure solution. 

Which two types of diagnostic data should you collect? Each correct answer presents part of the solution. 

A. Application logs 

B. Event logs 

C. Crash dumps 

D. Infrastructure logs 

E. IIS logs 

F. Performance counters 

Answer: B,C 


Q49. 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: 


Q50. DRAG DROP - (Topic 4) 

You need to insert code at line SB17 to create the hyperlink that customers use to upload additional necessary documents. 

How should you complete the relevant code? 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: