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 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 

Q2. - (Topic 4) 

You need to debug the Azure solution. 

Which tool should you use? 

A. Compute emulator 

B. Remote debugging 

C. Emulator Express 

D. IntelliTrace 

E. Profiling 

Answer:

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

Q4. - (Topic 4) 

You need to configure the virtual network. 

What are two possible ways to achieve this goal? Each correct answer presents a complete solution. 

A. Configure a point-to-site virtual network. 

B. Configure a site-to-site virtual network. 

C. Configure a multi-site virtual network. 

D. Configure a cloud-only virtual network. 

Answer: A,B 

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

Q6. - (Topic 5) 

You are managing an application. The application uses data that is stored in an Azure SQL database. 

You must be able to reset the application to the state that existed on any day in the previous 35 days. 

You need to choose a backup solution. 

What should you do? 

A. Run SQL replication on the SQL database once a day. 

B. Use Microsoft Azure SQL Database Point in Time Restore 

C. Use the SQL Server Data-Tier Application Framework to build a data-tier application (DAC) file once a day. 

D. Use the bcp utility to export data to an Azure page blob once a day. 

Answer:

Q7. - (Topic 3) 

You need to implement the web application deployment workflow. 

In the Azure management portal, what should you do? 

A. Set the web hosting plan to Shared. Increase the instance count to 2. Publish the incremental updates to the new instance. 

B. Set the web hosting plan to Standard. Use Windows PowerShell to create a new deployment slot to publish the incremental updates. Swap the deployment slot after the business users have validated the updates. 

C. Set the web hosting plan to Standard. Create a new website to host the updated web application. Create a Windows PowerShell script to move the contents of the new website to the production website location after the business users have validated the updates. 

D. Download the publish profile. Use Visual Studio to import the publish profile. Deploy the web application by using the Visual Studio Publish Web wizard after the business users have validated the updates. 

Answer:

Q8. - (Topic 5) 

You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs Windows Server. 

The service must be accessible from the public Internet over HTTP port 8080. 

You need to configure the test environment. 

Which two actions should you take? Each correct answer presents part of the solution. 

A. Configure an endpoint to route traffic from port 8080 to port 80. 

B. Configure an endpoint to route traffic from port 80 to port 8080. 

C. Ensure that the public IP address is configured as a static IP address. 

D. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 8080. 

E. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 80. 

Answer: A,E 

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

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