[Up to the immediate present] microsoft azure certification 70 533

Master the 70 533 book Implementing Microsoft Azure Infrastructure Solutions content and be ready for exam day success quickly with this Exambible mcp 70 533 rapidshare. We guarantee it!We make it a reality and give you real 70 533 azure questions in our Microsoft 70 533 dumps pdf braindumps.Latest 100% VALID Microsoft azure 70 533 Exam Questions Dumps at below page. You can use our Microsoft 70 533 exam braindumps and pass your exam.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-533 Real Exam (Full Version!)

★ 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: http://www.surepassexam.com/70-533-exam-dumps.html

Q11. You administer an Azure Storage account named contoso storage. The account has queue containers with logging enabled. 

You need to view all log files generated during the month of July 2014. 

Which URL should you use to access the list? 

A. 

http://contosostorage.queue.core.windows.net/$logs? restype=container&comp=list&prefix=queue/2014/07 

B. 

http://contosostorage.queue.core.windows.net/$files? restype=container&comp=list&prefix=queue/2014/07 

C. http://contosostorage.blob.core.windows.net/$files? 

restype=container&comp=list&prefix=blob/2014/07 

D. http://contosostorage.blob.core.windows.net/$logs? restype=container&comp=list&prefix=blob/2014/07 

Answer:

Explanation: http://msdn.microsoft.com/library/azure/hh343262.aspx 


Q12. You develop a set of Power Shell scripts that will run when you deploy new virtual machines (VMs). 

You need to ensure that the scripts are executed on new VMs. You want to achieve this goal by using the least amount of administrative effort. 

What should you do? 

A. Create a new GPO to execute the scripts as a logon script. 

B. Create a SetupComplete.cmd batch file to call the scripts after the VM starts. 

C. Create a new virtual hard disk (VHD) that contains the scripts. 

D. Load the scripts to a common file share accessible by the VMs. 

E. Set the VMs to execute a custom script extension. 

Answer:

Explanation: After you deploy a Virtual Machine you typically need to make some changes before it’s ready to use. This is something you can do manually or you could use Remote PowerShell to automate the configuration of your VM after deployment for example. 

But now there’s a third alternative available allowing you customize your VM: the CustomScript extension. 

This CustomScript extension is executed by the VM Agent and it’s very straightforward: you specify which files it needs to download from your storage account and which file it needs to execute. You can even specify arguments that need to be passed to the script. The only requirement is that you execute a .ps1 file. 

Reference: Customizing your Microsoft Azure Virtual Machines with the new CustomScript extension 

http://fabriccontroller.net/blog/posts/customizing-your-microsoft-azure-virtual-machines-with-the-new-customscript-extension/ 


Q13. You manage an Azure virtual network that hosts 15 virtual machines (VMs) on a single subnet which is used for testing a line of business (LOB) application. The application is deployed to a VM named TestWebServiceVM. 

You need to ensure that TestWebServiceVM always starts by using the same IP address. You need to achieve this goal by using the least amount of administrative effort. 

What should you do? 

A. Use the Management Portal to configure TestWebServiceVM. 

B. Use RDP to configure TestWebServiceVM. 

C. Run the Set-AzureStaticVNetIP PowerShell cmdlet. 

D. Run the Get-AzureReservedIP PowerShell cmdlet. 

Answer:

Explanation: Specify a static internal IP for a previously created VM 

If you want to set a static IP address for a VM that you previously created, you can do so by using the following cmdlets. If you already set an IP address for the VM and you want to change it to a different IP address, you’ll need to remove the existing static IP address before running these cmdlets. See the instructions below to remove a static IP. For this procedure, you’ll use the Update-AzureVM cmdlet. The Update-AzureVM cmdlet restarts the VM as part of the update process. The DIP that you specify will be assigned after the VM restarts. In this example, we set the IP address for VM2, which is located in cloud service StaticDemo. 

Get-AzureVM -ServiceName StaticDemo -Name VM2 | Set-AzureStaticVNetIP -IPAddress 

192.168.4.7 | Update-AzureVM 

Reference: Configure a Static Internal IP Address (DIP) for a VM URL: http://msdn.microsoft.com/en-us/library/azure/dn630228.aspx 


Q14. You manage an Azure Web Site that is running in Shared mode. 

You discover that the website is experiencing increased average response time during periods of heavy user activity. 

You need to update the website configuration to address the performance issues as they occur. 

What should you do? 

A. Set the website to Standard mode and configure automatic scaling based on CPU utilization. 

B. Configure automatic seating during specific dates. 

C. Modify the website instance size. 

D. Configure automatic scaling based on memory utilization. 

E. Set the website to Basic mode and configure automatic scaling based on CPU utilization. 

Answer:

Explanation: Scaling to Standard Plan Mode Selecting Standard expands the Capacity section to reveal the Instance Size and Instance Count options, which are also available in Basic mode. The Edit Scale Settings for Schedule and Scale by Metric options are available only in Standard mode. 

Note: 

* For increased performance and throughput for your websites on Microsoft Azure, you can use the Azure Management Portal to scale your Web Hosting Plan mode from Free to Shared, Basic, or Standard. 

* There are 2 options for scaling: 

Based on a Schedule Based on CPU usage 

Reference: Azure, How to Scale Websites 


Q15. You manage an application deployed to virtual machines (VMs) on an Azure virtual network 

named corpVnet1. 

You plan to hire several remote employees who will need access to the application on corpVnet1. 

You need to ensure that new employees can access corpVnet1. You want to achieve this goal by using the most cost effective solution. 

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

A. Create a VPN subnet. 

B. Enable point-to-point connectivity for corpVnet1. 

C. Enable point-to-site connectivity for corpVnet1. 

D. Create a gateway subnet. 

E. Enable site-to-site connectivity for corpVnet1. 

F. Convert corpVnet1 to a regional virtual network. 

Answer: A,C 

Explanation: 

A point-to-site VPN also allows you to create a secure connection to your virtual network. In a point-to-site configuration, the connection is configured individually on each client computer that you want to connect to the virtual network. Point-to-site connections do not require a VPN device. They work by using a VPN client that you install on each client computer. The VPN is established by manually starting the connection from the on-premises client computer. You can also configure the VPN client to automatically restart. 

Reference: About Secure Cross-Premises Connectivity 


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


Q17. You manage a cloud service on two instances. The service name is Service1 and the role name is ServiceRole1. 

Service1 has performance issues during heavy traffic periods. 

You need to increase the existing deployment of Service1 to three instances. 

Which Power Shell cmdlet should you use? 

A. PS C:>Set-AzureService -ServiceName "Service1” -Label "ServiceRole1' -Description "Instance count=3" 

B. PS C:>Set-AzureRole -ServiceName "Service1" -Slot "Production” -RoleName "ServiceRole1" -Count 3 

C. PS C:>Add-AzureWebRole -Name 'ServiceRole1" -Instances 3 

D. PS C:> $instancecount = New-Object Hashtable$settings['INSTANCECOUNT=3] PS C:> Set-AzureWebsite -AppSettings $instancecount ServiceRole1 

Answer:

Explanation: The Set-AzureRole cmdlet sets the number of instances of a specified role to run in an Azure deployment 

Example This command sets the "MyTestRole3" role running in production on the "MySvc1" service to three instances. 

Windows PowerShell C:PS>Set-AzureRole –ServiceName "MySvc1" –Slot "Production" –RoleName 

"MyTestRole3" –Count 3 Reference: Set-AzureRole 


Q18. HOTSPOT 

Your company network has two branch offices. Some employees work remotely, including at public locations. You manage an Azure environment that includes several virtual networks. 

All users require access to the virtual networks. 

In the table below, identify which secure cross-premise connectivity option is needed for each type of user. Make only one selection in each column. 

Answer: 


Q19. You develop a Windows Store application that has a web service backend. 

You plan to use the Azure Active Directory Authentication Library to authenticate users to Azure Active Directory (Azure AD) and access directory data on behalf of the user. 

You need to ensure that users can log in to the application by using their Azure AD credentials. 

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

A. Create a native client application in Azure AD. 

B. Configure directory integration. 

C. Create a web application in Azure AD. 

D. Enable workspace join. 

E. Configure an Access Control namespace. 

Answer: B,C 

Explanation: B: An application that wants to outsource authentication to Azure AD must be 

registered in Azure AD, which registers and uniquely identifies the app in the directory. 

C (not A): NativeClient-WindowsStore 

A Windows Store application that calls a web API that is secured with Azure AD. 

Reference: AzureADSamples/NativeClient-WindowsStore Authentication Scenarios for Azure AD, Basics of Authentication in Azure AD http://msdn.microsoft.com/en-us/library/azure/dn499820.aspx#BKMK_Auth https://github.com/AzureADSamples/NativeClient-WindowsStore 


Q20. You manage a set of virtual machines (VMs) deployed to the cloud service named fabrikamVM. 

You configure auto scaling according to the following parameters: 

With an instance range of two to six instances To maintain CPU usage between 70 and 80 percent To scale up one instance at a time With a scale up wait time of 30 minutes To scale down one instance at a time With a scale down wait time of 30 minutes 

You discover the following usage pattern of a specific application: 

The application peaks very quickly, and the peak lasts for several hours. 

CPU usage stays above 90 percent for the first 1 to 1.5 hours after usage 

increases. 

After 1.5 hours, the CPU usage falls to about 75 percent until application usage 

begins to decline. 

You need to modify the auto scaling configuration to scale up faster when usage peaks. 

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

A. Decrease the scale down wait time. 

B. Decrease the scale up wait time. 

C. Increase the number of scale up instances. 

D. Increase the scale up wait time. 

E. Increase the maximum number of instances. 

Answer: B,C