Q1.
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
Q2.
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.
HOTSPOT
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.
DRAG DROP
You are developing a web application that uses Azure push notifications to interact with users.
DRAG DROP
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.
A11.
A. Azure Service Bus Queue
B. Azure Service Bus Relay
C. Azure Service Bus Topics
D. Azure Service Bus Namespace
Q12.
HOTSPOT
You create a cache for a project by using Azure Redis Cache. You are writing test code that verifies that the cache is available.
You need to ensure that data can be saved to the cache and retrieved from the cache.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
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
Q2.
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.
You have a website that is hosted on Azure. You connect to the site by using the URI http://www.contoso.com.
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.
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.
Q3.
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
Q4
HOTSPOT
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.
A4.
Q5.
You deploy a website to Azure. When the website starts, it loads and caches common data.
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
Q4
HOTSPOT
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.
A4.
Q5.
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
Q6.
You deploy a stateless ASP.NET application to an Azure website. You scale out the application by adding website instances.
A. Option A
B. Option B
C. Option C
D. Option D
Q6.
You deploy a stateless ASP.NET application to an Azure website. You scale out the application by adding website instances.
Only newly signed in users are routed to the recently added website instances. Users must be evenly distributed among all of the instances.
You need to configure the environment to ensure that the load balancer evenly distributes requests.
Q7.
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.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A7.
Yes
No
Yes
No
Yes
Q8.
DRAG DROP
You are developing a web application that uses Azure push notifications to interact with users.
You need to send a text notification to users to alert them that the application is ready to test.
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.
A8.
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.
A8.
Q9.
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.
A9.
Q10.
You are maintaining an application that uses the Azure Content Delivery Network (CDN) to serve terabytes of content that is stored in page blobs.
Q10.
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.
Q11.
You maintain an application that is used by local food delivery companies. When a customer requests a delivery, the application sends a message to all of the delivery companies. One company accepts the request and fulfills the order.
The application currently supports orders of 100 products or fewer. Some of the delivery companies can now deliver large orders that contain up to 500 products.
You must modify the application so that it supports both small orders and large orders. Messages about large orders should be sent to only delivery companies that can fulfill them. Messages about small orders should be sent to all delivery companies.
Which service should you use?
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.
Q11.
You maintain an application that is used by local food delivery companies. When a customer requests a delivery, the application sends a message to all of the delivery companies. One company accepts the request and fulfills the order.
The application currently supports orders of 100 products or fewer. Some of the delivery companies can now deliver large orders that contain up to 500 products.
You must modify the application so that it supports both small orders and large orders. Messages about large orders should be sent to only delivery companies that can fulfill them. Messages about small orders should be sent to all delivery companies.
Which service should you use?
A. Azure Service Bus Queue
B. Azure Service Bus Relay
C. Azure Service Bus Topics
D. Azure Service Bus Namespace
HOTSPOT
You create a cache for a project by using Azure Redis Cache. You are writing test code that verifies that the cache is available.
You need to ensure that data can be saved to the cache and retrieved from the cache.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
A12.
Nice blog! Keep updating with more information. Get touch with Azure Online Training for more knowledge
ReplyDeleteThanks for sharing valuable information. Your blogs were helpful to Azure learners. I
ReplyDeleterequest to update the blog through step-by-step. Also, find the Azure news at
microsoft azure 533 online Training
CertsTraining offers the absolute best refreshed 70-532 preparing item addresses answers that will positively spare your cash and time, since we unquestionably know this 70-532 questions will surely help you to finish up being a trying 70-532 master
ReplyDeleteTHIS BLOG IS MORE INFORMATIVE THANK YOU FOR SHARING THIS BLOG Azure Training in Chennai | Certification | Azure Online Training Course | Azure Training in Bangalore | Certification | Azure Online Training Course | Azure Training in Hyderabad | Certification | Azure Online Training Course | Azure Training in Pune | Certification | Azure Online Training Course | Azure Training | microsoft azure certification | Azure Online Training Course
ReplyDelete