getcertified4sure.com

How to win with 70 533 implementing microsoft azure infrastructure solutions




Your success in Microsoft azure 70 533 is our sole target and we develop all our exam ref 70 533 implementing microsoft azure infrastructure solutions braindumps in a way that facilitates the attainment of this target. Not only is our 70 533 study guide pdf study material the best you can find, it is also the most detailed and the most updated. 70 533 exam questions Practice Exams for Microsoft Windows Server azure 70 533 are written to the highest standards of technical accuracy.

Q51. You administer a Microsoft Azure SQL Database database in the US Central region named contosodb. Contosodb runs on a Standard tier within the SI performance level. 

You have multiple business-critical applications that use contosodb. 

You need to ensure that you can bring contosodb back online in the event of a natural disaster in the US Central region. You want to achieve this goal with the least amount of downtime. 

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

A. Upgrade to S2 performance level. 

B. Use active geo-replication. 

C. Use automated Export. 

D. Upgrade to Premium tier. 

E. Use point in time restore. 

F. Downgrade to Basic tier. 

Answer: B,D 

Explanation: B: The Active Geo-Replication feature implements a mechanism to provide database redundancy within the same Microsoft Azure region or in different regions (geo-redundancy). One of the primary benefits of Active Geo-Replication is that it provides a database-level disaster recovery solution. Using Active Geo-Replication, you can configure a user database in the Premium service tier to replicate transactions to databases on different Microsoft Azure SQL Database servers within the same or different regions. Cross-region redundancy enables applications to recover from a permanent loss of a datacenter caused by natural disasters, catastrophic human errors, or malicious acts. 

D: Active Geo-Replication is available for databases in the Premium service tier only. 

Reference: Active Geo-Replication for Azure SQL Database 

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


Q52. DRAG DROP 

You manage an Azure Web Site named salessite1. You notice some performance issues with salessite1. You create a new database for salessite1. 

You need to update salessite1 with the following changes, in the order shown: 

1. Display the list of current connection strings. 

2. Create a new connection string named conn1 with a value of: Server=tcp:samplel.database.windows.net,1433;Database=NewDB;User 

ID=User@samplel;Password=Passwordl;Trusted_Connection=False;Encrypt=True;Connec tion Timeout=30;. 

3. Download the application logs for analysis. 

Which three xplat-cli commands should you perform in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order. 

Answer:


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


Q54. You are the administrator for three Azure subscriptions named Dev, Test, and Prod. 

Your Azure Power Shell profile is configured with the Dev subscription as the default. 

You need to create a new virtual machine in the Test subscription by using the least 

administrative effort. 

Which Power Shell command should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: 

Example: Set the current subscription 

This command makes "ContosoEngineering" the current subscription. 

Windows PowerShell 

C:\PS> Select-AzureSubscription -SubscriptionName ContosoEngineering -Current 

Reference: Select-AzureSubscription 

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


Q55. You administer a Microsoft Azure SQL Database data base in the US Central region named contosodb. Contosodb runs on a Standard tier within the S1 performance level. 

You have multiple business-critical applications that use contosodb. 

You need to ensure that you can bring contosodb back online in the event of a natural disaster in the US Central region. You want to achieve this goal with the least amount of downtime. 

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

A. Upgrade to S2 performance level. 

B. Use active geo-replication. 

C. Use automated Export. 

D. Upgrade to Premium tier. 

E. Use point in time restore. 

F. Downgrade to Basic tier. 

Answer: B,D 

Explanation: B: The Active Geo-Replication feature implements a mechanism to provide database redundancy within the same Microsoft Azure region or in different regions (geo-redundancy). One of the primary benefits of Active Geo-Replication is that it provides a database-level disaster recovery solution. Using Active Geo-Replication, you can configure a user database in the Premium service tier to replicate transactions to databases on different Microsoft Azure SQL Database servers within the same or different regions. Cross-region redundancy enables applications to recover from a permanent loss of a datacenter caused by natural disasters, catastrophic human errors, or malicious acts. 

D: Active Geo-Replication is available for databases in the Premium service tier only. 

Reference: Active Geo-Replication for Azure SQL Database 

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


Q56. You administer an Azure Storage account named contosostorage. The account has a blob container to store image files. 

A user reports being unable to access an image file. 

You need to ensure that anonymous users can successfully read image files from the 

container. 

Which log entry should you use to verify access? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: 

Check for GetBlob and for AnonymousSuccess. 

Example: Get Blob AnonymousSuccess: 

1.0;2011-07-28T18:52:40.9241789Z;

GetBlob;AnonymousSuccess;200;18;10;anonymous;;sally;blob;"htt 

p:// 

sally.blob.core.windows.net/thumbnails/lake.jpg?timeout=30000";"/sally/thumbnails/lake.jpg 

";a84aa705-8a85-48c5-b064-b43bd22979c3;0;123.100.2.10;2009-09-19;252;0;265;100;0;;;"0x8CE1B6EA95033D5";Thursday, 28-Jul-11 18:52:40 

GMT;;;;"7/28/2011 6:52:40 PM ba98eb12-700b-4d53-9230-33a3330571fc" 

Incorrect: 

Not C: Check for AnonymousSuccess not Access. 

Not B, not D: Check for GetBlob not GetBlobProperties 

nce: Windows Azure Storage Logging: Using Logs to Track Storage Requests 

URL: http://blogs.msdn.com/b/windowsazurestorage/archive/2011/08/03/windows-azure-storage-logging-using-logs-to-track-storage-requests.aspx 


Q57. You manage a virtual Windows Server 2012 web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure. 

You need to migrate the VM to Azure Storage to add it to your repository. 

Which Azure Power Shell cmdlet should you use? 

A. Import-AzureVM 

B. New-AzureVM 

C. Add-AzureDisk 

D. Add-AzureWebRole 

E. Add-AzureVhd 

Answer:

Explanation: * How do I move an existing virtual machine to the cloud? The steps are pretty basic: 

Create a place to store your hard disk in Windows Azure 

Prepare your virtual hard disk 

Upload your virtual hard disk 

.Create your machine in Windows Azure 

* Add-AzureVhd Uploads a virtual hard disk (in .vhd file format) from an on-premises virtual machine to a blob in a cloud storage account in Azure. 

The Add-AzureVhd cmdlet allows you to upload on-premises virtual hard disks (in .vhd file format) to a blob storage account as fixed virtual hard disks. You can configure the number of uploader threads that will be used or overwrite an existing blob in the specified destination URI. Also supported is the ability to upload a patched version of an on-premises .vhd file: When a base virtual hard disk has already been uploaded, you can upload differencing disks that use the base image as the parent. Shared access signature (SAS URI) is supported as well. 

Reference: Add-AzureVhd 

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


Q58. Click OK on the SourceAD Properties page. 

12. Perform a full sync: on the Management Agent tab, right-click SourceAD, click Run, 

click Full Import Full Sync, and then click OK. 

Etc. Reference: Installing and Configure DirSync with OU level filtering for Office365 

URL: http://blogs.msdn.com/b/denotation/archive/2012/11/21/installing-and-configure-dirsync-with-ou-level-filtering-for-office365.aspx 


Q59. You administer an Azure Active Directory (Azure AD) tenant where Box is configured for: . Application Access . Password Single Sign-on An employee moves to an organizational unit that does not require access to Box through 

the Access Panel. 

You need to remove only Box from the list of applications only for this user. 

What should you do? 

A. Delete the user from the Azure AD tenant. 

B. Delete the Box Application definition from the Azure AD tenant. 

C. From the Management Portal, remove the user's assignment to the application. 

D. Disable the user's account in Windows AD. 

Answer:

Explanation: Note: Use Azure AD to manage user access, provision user accounts, and enable single sign-on with Box. Requires an existing Box subscription. 


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