70-533 Exam Questions - Online Test


70-533 Premium VCE File

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

certleader.com

It is more faster and easier to pass the Microsoft 70 533 azure exam by using Approved Microsoft Implementing Microsoft Azure Infrastructure Solutions questuins and answers. Immediate access to the Up to the minute microsoft azure 70 533 cbt nuggets download Exam and find the same core area microsoft azure 70 533 cbt nuggets download questions with professionally verified answers, then PASS your exam with a high score now.

Q11. DRAG DROP 

You administer two virtual machines (VMs) that are deployed to a cloud service. The VMs are part of a virtual network. 

The cloud service monitor and virtual network configuration are configured as shown in the exhibits. (Click the Exhibits button.) 

You need to create an internal load balancer named fabLoadBalancer that has a static IP address of 172.16.0.100. 

Which value should you use in each parameter of the Power Shell command? 

To answer, drag the appropriate value to the correct location in the Power Shell command. Each value 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: 


Q12. You publish an application named MyApp to Azure Active Directory (Azure AD). You grant access to the web APIs through OAuth 2.0. 

MyApp is generating numerous user consent prompts. 

You need to reduce the amount of user consent prompts. 

What should you do? 

A. Enable Multi-resource refresh tokens. 

B. Enable WS-federation access tokens. 

C. Configure the Open Web Interface for .NET. 

D. Configure SAML 2.0. 

Answer:

Explanation: When using the Authorization Code Grant Flow, you can configure the client to call multiple resources. Typically, this would require a call to the authorization endpoint for each target service. To avoid multiple calls and multiple user consent prompts, and reduce the number of refresh tokens the client needs to cache, Azure Active Directory (Azure AD) has implemented multi-resource refresh tokens. This feature allows you to use a single refresh token to request access tokens for multiple resources. 

Reference:Azure, OAuth 2.0, Refresh Tokens for Multiple Resources 


Q13. You manage an Azure subscription with virtual machines (VMs) that are running in 

Standard mode. 

You need to reduce the storage costs associated with the VMs. 

What should you do? 

A. Locate and remove orphaned disks. 

B. Add the VMs to an affinity group. 

C. Change VMs to the Basic tier. 

D. Delete the VHD container. 

Answer:

Explanation: Standard offers 50 GB of storage space, while Basic only gives 10 GB but it will save costs. 

Reference: Websites Pricing Details 

URL: http://azure.microsoft.com/en-us/pricing/details/websites/ 


Q14. Your company network has two physical locations configured in a geo-clustered environment. You create a Blob storage account in Azure that contains all the data associated with your company. 

You need to ensure that the data remains available in the event of a site outage. 

Which storage option should you enable? 

A. Locally redundant storage 

B. Geo-redundant storage 

C. Zone-redundant storage 

D. Read-only geo-redundant storage 

Answer:

Explanation: Introducing Read-only Access to Geo Redundant Storage (RA-GRS): 

RA-GRS allows you to have higher read availability for your storage account by providing “read only” access to the data replicated to the secondary location. Once you enable this feature, the secondary location may be used to achieve higher availability in the event the data is not available in the primary region. This is an “opt-in” feature which requires the storage account be geo-replicated. 

Reference: Windows Azure Storage Redundancy Options and Read Access Geo Redundant Storage 


Q15. You manage a cloud service that utilizes an Azure Service Bus queue. You need to ensure that messages that are never consumed are retained. What should you do? 

A. Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in the Azure Portal. 

B. From the Azure Management Portal, create a new queue and name it Dead-Letter. 

C. Execute the Set-AzureServiceBus PowerShell cmdlet. 

D. Execute the New-AzureSchedulerStorageQueueJob PowerShell cmdlet. 

Answer:

Explanation: The EnableDeadLetteringOnMessageExpiration property allows to enable\disable the dead-lettering on message expiration. 

Reference: Azure, Managing and Testing Topics, Queues and Relay Services with the Service Bus Explorer Tool 


Q16. DRAG DROP 

You administer a virtual machine (VM) that is deployed to Azure. The VM hosts a web service that is used by several applications. 

You need to ensure that the VM sends a notification In the event that the average response time for the web service exceeds a pre-defined response time for an hour or more. 

Which three steps 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: 


Q17. HOTSPOT 

You administer an Azure Active Directory (Azure AD) tenant. 

You add a custom application to the tenant. 

The application must be able to: 

. Read data from the tenant directly. 

. Write data to the tenant on behalf of a user. In the table below, identify the permission that must be granted to the application. Make only one selection in each column. 

Answer: 


Q18. You migrate a Windows Server .NET web application to Azure Cloud Services. 

You need enable trace logging for the application. 

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

A. Update the service definition file. 

B. Update the Azure diagnostics configuration. 

C. Update the service configuration file. 

D. Enable verbose monitoring. 

E. Update the application web.config file. 

Answer: A,B 

Explanation: You can use Azure logging right out of the box—it’s part of Azure SDK. 

A: Azure Service Definition Schema (.csdef File) 

The service definition file defines the service model for an application. The file contains the 

definitions for the roles that are available to a cloud service, specifies the service 

endpoints, and establishes configuration settings for the service. 

B: Take Control of Logging and Tracing in Microsoft Azure 

The Microsoft.WindowsAzure.Diagnostics namespace, which inherits from and extends 

standard System.Diagnostics classes, enables the use of System.Diagnostics as a logging framework in Azure environment. 

URLs: 

http://msdn.microsoft.com/en-us/library/azure/ee758711.aspx http://msdn.microsoft.com/en-us/magazine/ff714589.aspx 


Q19. You manage a web application published to Azure Cloud Services. 

Your service level agreement (SLA) requires that you are notified in the event of poor performance from customer locations in the US, Asia, and Europe. 

You need to configure the Azure Management Portal to notify you when the SLA performance targets are not met. 

What should you do? 

A. Create an alert rule to monitor web endpoints. 

B. Create a Notification Hub alert with response time metrics. 

C. Add an endpoint monitor and alert rule to the Notification Hub. 

D. Configure the performance counter on the cloud service. 

Answer:

Explanation: * An alert rule enables you to monitor an available metric within a supported Azure service. When the value of a specified metric violates the threshold assigned for a rule, the alert rule becomes active and registers an alert. When you create an alert rule, you can select options to send an email notification to the service administrator and co-administrators, or another administrator, when the rule becomes active, and when an alert condition is resolved. 

* You can configure cloud service alert rules on: 

Web endpoint status metrics Monitoring metrics from the cloud service host operating system Performance counters collected from the cloud service guest virtual machine 

: Understanding Monitoring Alerts and Notifications in Azure 

URL: http://msdn.microsoft.com/en-us/library/azure/dn306639.aspx 


Q20. You administer a cloud service. 

You plan to host two web applications named contosoweb and contosowebsupport. 

You need to ensure that you can host both applications and qualify for the Azure Service 

Level Agreement. You want to achieve this goal while minimizing costs. 

How should you host both applications? 

A. in different web roles with two instances in each web role 

B. in the same web role with two instances 

C. in different web roles with one instance in each web role 

D. in the same web role with one instance 

Answer:

Explanation: A cloud service must have at least two instances of every role to qualify for the Azure Service Level Agreement, which guarantees external connectivity to your Internet-facing roles at least 99.95 percent of the time. 

Reference: Azure, What is a cloud service? 

URL: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-what-is/