aiotestking uk

70-532 Exam Questions - Online Test


70-532 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. - (Topic 5) 

You have an ASP.NET application that runs in a cloud service. A new version of the application is ready for release. The new version contains code changes and new SSL certificates. The application consists of six instances of a web role and four instances of a worker role. 

The application performs at or near full capacity. The cloud service uses the default number of fault domains and upgrade domains. 

You plan to deploy the new version of the application. The performance and capacity of the web roles must not degrade during the deployment. Temporary degradation of the worker roles is acceptable. The deployment must take a maximum of six hours. 

You need to deploy the new version of the ASP.NET application to the cloud service. 

Which two approaches will achieve the goal? Each correct answer presents a complete solution. 

A. Increase the number of web role instances to eight, and then deploy the new version of the application by using an in-place update. Reduce the number of web role instances to six after the upgrade is completed. 

B. Deploy the new version of the application by using an in-place update. Use upgrade domains to ensure that there is sufficient capacity during the upgrade. 

C. Deploy the new version of the application into the staging slot for the cloud service. Then activate the new version of the application by swapping virtual IP (VIP) addresses. 

D. Delete the old version of the application, and deploy the new version of the application. 

Answer: B,C 

Q2. HOTSPOT - (Topic 5) 

You plan to migrate a website named Contoso from one hosting plan to another hosting plan. The website is currently in a hosting plan named webhostingplan1. You create a resource group named ContosoGroup. 

You create the following PowerShell script by using the Azure PowerShell tools. 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. 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:  

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

Q5. - (Topic 5) 

You deploy a website to Azure. When the website starts, it loads and caches common 

data. 

Updates to the website must occur without downtime or performance degradation that is 

noticeable to users. 

You need to upgrade to a new version of website code. What should you do? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

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

Q7. - (Topic 3) 

You need to configure session affinity for the website. 

Which two actions will achieve the goal? Each correct answer presents a complete solution. 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: B,D 

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

Q9. DRAG DROP - (Topic 5) 

Your team uses a proprietary source control product. You use FTP to manually deploy an Azure website. 

You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP, the website must automatically deploy to Azure each time developers check-in source files. 

You need to implement the new deployment strategy. 

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:  

Q10. - (Topic 5) 

You develop a service that runs on a worker role in Azure. The service caches a large amount of data from a database at startup. The service has a configuration file that includes two settings named ConnectionString and SleepInterval. 

The service must restart when the value of the ConnectionString setting changes. The service must NOT restart when the value of the SleepInterval setting changes. 

You have the following code. Line numbers are for reference only. 

You need to configure the service. 

Which code segment should you insert at line 21? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: