aiotestking uk

70-533 Exam Questions - Online Test


70-533 Premium VCE File

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

Q1. DRAG DROP 

Your development team has created a new solution that is deployed in a virtual network named fabDevVNet. 

Your testing team wants to begin testing the solution in a second Azure subscription. 

You need to create a virtual network named fabTestVNet that is identical to fabDevVNet. You want to achieve this goal by using the least amount of administrative effort. 

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:  

Q2. Click Configure Directory Partitions, and then click Containers, as shown in the below screen capture. 

Answer:

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

Q4. You manage a cloud service that has a web application named WebRole1. WebRole1 writes error messages to the Windows Event Log. 

Users report receiving an error page with the following message: "Event 26 has occurred. Contact your system administrator." 

You need to access the WebRole1 event log. 

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

A. Enable verbose monitoring. 

B. Update the WebRole1 web.config file. 

C. Update the cloud service definition file and the service configuration file. 

D. Run the Set-AzureVMDiagnosticsExtension PowerShell cmdlet. 

E. Run the Enable-AzureWebsiteApplicationDiagnostic PowerShell cmdlet. 

F. Create a storage account. 

Answer: A,C,F 

Explanation: AF: You can monitor key performance metrics for your cloud services in the Azure Management Portal. You can set the level of monitoring to minimal and verbose for each service role, and can customize the monitoring displays. Verbose monitoring data is stored in a storage account, which you can access outside the portal. 

* The service configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any certificates associated with a role. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file, as well as in the virtual networking configuration file. The default extension for the service configuration file is .cscfg. 

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

URLs: 

http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-monitor/ http://msdn.microsoft.com/en-us/library/azure/ee758710.aspx http://msdn.microsoft.com/en-us/library/azure/ee758711.aspx 

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

Q6. Your network environment includes remote employees. 

You need to create a secure connection for the remote employees who require access to your Azure virtual network. 

What should you do? 

A. Deploy Windows Server 2012 RRAS. 

B. Configure a point-to-site VPN. 

C. Configure an ExpressRoute. 

D. Configure a site-to-site VPN. 

Answer:

Explanation: New Point-To-Site Connectivity 

With today’s release we’ve added an awesome new feature that allows you to setup VPN connections between individual computers and a Windows Azure virtual network without the need for a VPN device. We call this feature Point-to-Site Virtual Private Networking. This feature greatly simplifies setting up secure connections between Windows Azure and client machines, whether from your office environment or from remote locations. 

It is especially useful for developers who want to connect to a Windows Azure Virtual Network (and to the individual virtual machines within it) from either behind their corporate firewall or a remote location. Because it is point-to-site they do not need their IT staff to perform any activities to enable it, and no VPN hardware needs to be installed or configured. Instead you can just use the built-in Windows VPN client to tunnel to your Virtual Network in Windows Azure. 

Reference: Windows Azure: Improvements to Virtual Networks, Virtual Machines, Cloud Services and a new Ruby SDK 

http://azure.microsoft.com/blog/2013/04/26/virtual-network-adds-new-capabilities-for-cross-premises-connectivity/ 

Q7. DRAG DROP 

You have a solution deployed into a virtual network in Azure named fabVNet. The fabVNet virtual network has three subnets named Apps, Web, and DB that are configured as shown in the exhibit. (Click the Exhibits button.) 

You want to deploy two new VMs to the DB subnet. 

You need to modify the virtual network to expand the size of the DB subnet to allow more IP addresses. 

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:  

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

Q9. You administer of a set of virtual machine (VM) guests hosted in Hyper-V on Windows Server 2012 R2. 

The virtual machines run the following operating systems: 

Windows Server 2008 Windows Server 2008 R2 Linux (openSUSE 13.1) 

All guests currently are provisioned with one or more network interfaces with static bindings and VHDX disks. You need to move the VMs to Azure Virtual Machines hosted in an Azure subscription. 

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

A. Install the WALinuxAgent on Linux servers. 

B. Ensure that all servers can acquire an IP by means of Dynamic Host Configuration Protocol (DHCP). 

C. Upgrade all Windows VMs to Windows Server 2008 R2 or higher. 

D. Sysprep all Windows servers. 

E. Convert the existing virtual disks to the virtual hard disk (VHD) format. 

Answer: A,C,D 

Explanation: * A: Azure Linux Agent 

This agent is installed on the Linux VM and is responsible to communicate with the Azure Frabric Controller. 

* UPLOADING A VIRTUAL MACHINE TO WINDOWS AZURE 

Assumption: A Windows Server (2008 R2 or 2012) is created and running as a virtual machine in Hyper-V. (C) Log onto the Windows Server hosted in Hyper-V you’d like to upload to Windows Azure 

and open and command prompt (I’m using Windows Server 2012 R2). 

Navigate to c:\Windows\System32\Sysprep 

Type in sysprep.exe and select enter: (D) 

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