★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-533 Exam Dumps (PDF & VCE):
Available on: https://www.certleader.com/70-533-dumps.html


Exam Code: exam 70 533 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Implementing Microsoft Azure Infrastructure Solutions
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass exam ref 70 533 implementing microsoft azure infrastructure solutions Exam.

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


Q42. 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/ 


Q43. HOTSPOT 

You manage an Internet Information Services (IIS) 6 website named contososite1. Contososite1 runs a legacy ASP.NET 1.1 application named LegacyApp1. LegacyApp1 does not contain any integration with any other systems or programming languages. 

You deploy contososite1 to Azure Web Sites. 

You need to configure Azure Web Sites. You have the following requirements: 

LegacyApp1 runs correctly. 

The application pool does not recycle. 

Which settings should you configure to meet the requirements? To answer, select the appropriate settings in the answer area. 

Answer: 


Q44. DRAG DROP 

Your company manages several Azure Web Sites that are running in an existing web-hosting plan named plan1. 

You need to move one of the websites, named contoso, to a new web-hosting plan named plan2. 

Which Azure PowerShell cmdlet should you use with each PowerShell command line? To answer, drag the appropriate Azure PowerShell cmdlet to the correct location in the PowerShell code. Each PowerShell cmdlet 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: 


Q45. You manage two datacenters in different geographic regions and one branch office. 

You plan to implement a geo-redundant backup solution. 

You need to ensure that each datacenter is a cold site for the other. 

You create a recovery vault. What should you do next? 

A. Install the provider. 

B. Upload a certificate to the vault. 

C. Generate a vault key. 

D. Set all virtual machines to DHCP. 

E. Prepare System Center Virtual Machine Manager (SCVMM) servers. 

F. Create mappings between the virtual machine (VM) networks. 

Answer:

Explanation: . Within the Azure Portal screen, scroll down to Recovery Services (on the left menu), and click on “Create a New Vault” (this is where your VMs will be replicated to) which will bring up a Data Services / Recovery Services / Site Recovery Vault option, select Quick Create . For the name of the Vault, give it something you’d remember, in my case, I’ll call it RandsVault, and I’ll choose the Region West US since I’m in the Western United States, then click Create Vault . Once the Vault has been created, click on the Right Arrow next to the name of your vault. Under Setup Recovery, choose “Between an on-premise site and Microsoft Azure” so that you are telling the configuration settings that you are going to be replicating between your on-premise datacenter and Azure in the cloud. . You will now see a list of things you need to do which the first thing is to create a key exchange of certificates between Microsoft Azure and your VMM server. 

Reference: Leveraging Microsoft Azure as your disaster recovery/failover data center 


Q46. DRAG DROP 

You plan to deploy a cloud service named contosoapp that has a web role named contosoweb and a worker role named contosoimagepurge. 

You need to ensure the service meets the following requirements: 

. Contosoweb can be accessed over the Internet by using http. 

. Contosoimagepurge can only be accessed through tcp port 5001 from 

contosoweb. 

. Contosoimagepurge cannot be accessed directly over the Internet. 

Which configuration should you use? To answer, drag the appropriate configuration setting to the correct location in the service configuration file. Each configuration setting 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: 


Q47. Your company has two cloud services named CS01 and CS02. You create a virtual machine (VM) in CS02 named Accounts. 

You need to ensure that users in CS01 can access the Accounts VM by using port 8080. 

What should you do? 

A. Create a firewall rule. 

B. Configure load balancing. 

C. Configure port redirection. 

D. Configure port forwarding. 

E. Create an end point. 

Answer:

Explanation: All virtual machines that you create in Azure can automatically communicate using a private network channel with other virtual machines in the same cloud service or virtual network. However, other resources on the Internet or other virtual networks require endpoints to handle the inbound network traffic to the virtual machine. 

Reference: How to Set Up Endpoints to a Virtual Machine 

URL: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-set-up-endpoints/ 


Q48. 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/ 


Q49. Your company is launching a public website that allows users to stream videos. 

You upload multiple video files to an Azure storage container. 

You need to give anonymous users read access to all of the video files in the storage container. 

What should you do? 

A. Edit each blob's metadata and set the access policy to Public Blob. 

B. Edit the container metadata and set the access policy to Public Container. 

C. Move the files into a container sub-directory and set the directory access level to Public Blob. 

D. Edit the container metadata and set the access policy to Public Blob. 

Answer:

Explanation: 

By default, the container is private and can be accessed only by the account owner. To allow public read access to the blobs in the container, but not the container properties and metadata, use the "Public Blob" option. To allow full public read access for the container and blobs, use the "Public Container" option. 


Q50. DRAG DROP 

You administer an Azure Web Site named contosoweb that uses a production database. You deploy changes to contosoweb from a deployment slot named contosoweb-staging. 

You discover issues in contosoweb that are affecting customer data. 

You need to resolve the issues in contosoweb while ensuring minimum downtime for users. You swap contosoweb to contosoweb-staging. 

Which four steps should you perform next 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: