Premium

Microsoft Certified: Azure Solutions Architect Expert Certification Questions and Answer (Dumps and Practice Questions)



Question : You administer a Windows Server virtual machine (VM).
You upload the VM to Azure. You need to ensure that you are able to deploy the BGInfo and VMAccess extensions.
What should you do?

 : You administer a Windows Server virtual machine (VM).
1. Select the Install the VM Agent checkbox while provisioning a VM based on your uploaded VHD.
2. Select the Enable the VM Extensions checkbox while provisioning a VM based on your uploaded VHD.
3. Access Mostly Uused Products by 50000+ Subscribers
UpdateAzureVM -Name Sname -VM $vm.VM -ServiceName $svc
4. Install the VM Agent MSI and execute the following Power Shell commands: $vm = GetAzureVM -serviceName $svc -Name $name Set-AzureVMBGInfoExtension -VM $vm.VM
Set-AzureVM Access Extension -VM $vm.VM Update-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc



Correct Answer : Get Lastest Questions and Answer :
Explanation: nothing says the VM is already uploaded
One just tell us it is on premise and I want to upload it to Azure

so answer is A because it is the simple one . Why not D?

We had to install TWO extension: BGInfo and VMAccess extensions

This is the only command line that install both of them.

The question does not say we created the VM from the portal, but we upload the VM. So BGInfo is not set by default.





Question : You manage a cloud service that supports features hosted by two instances of an Azure
virtual machine (VM). You discover that occasional outages cause your service to fail. You
need to minimize the impact of outages to your cloud service. Which two actions should you
perform? Each correct answer presents part of the solution.

A. Deploy a third instance of the VM.

B. Configure Load Balancing on the VMs.

C. Redeploy the VMs to belong to an Affinity Group.

D. Configure the VMs to belong to an Availability Set.
 : You manage a cloud service that supports features hosted by two instances of an Azure
1. A,B
2. B,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B



Correct Answer : Get Lastest Questions and Answer :
Explanation: Adding your virtual machine to an availability set helps your application stay available during network failures, local disk hardware failures, and any
planned downtime.

Combine the Azure Load Balancer with an Availability Set to get the most application resiliency. The Azure Load Balancer distributes traffic between multiple virtual machines.

http://azure.microsoft.com/en-gb/documentation/articles/virtual-machines-manage-availability/

Incorrect
Not C: Affinity groups allow you to optimize performance by grouping the services that need to work together in the same data center.






Question : You administer an Azure subscription with an existing cloud service named
contosocloudservice. Contosocloudservice contains a set of related virtual machines (VMs)
named ContosoDC, ContosoSQL and ContosoWeb1.
You want to provision a new VM within contosocloudservice.

You need to use the latest gallery image to create a new Windows Server 2012 R2 VM that
has a target IOPS of 500 for any provisioned disks.
Which PowerShell command should you use?

 : You administer an Azure subscription with an existing cloud service named
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D



Correct Answer : Get Lastest Questions and Answer :
Explanation: Possible only A and B as are the only ones with the required -adminuser
Then A is the only one that provides 500IOPS




Related Questions


Question : You have created a Virtual Network in Azure named QuickNet,
You design the virtual network to include two subnets, one named Quick1-subnet and one named Quick2-subnet.

Quick1-subnet : (Starting IP : 10.0.0.0, CIDR Address Count : /27(32) , Usable Address Range : 10.0.0.0-10.0.0.31)
Quick2-subnet : (Starting IP : 10.0.0.32, CIDR Address Count : /29(8) , Usable Address Range : 10.0.0.32-10.0.0.39)

identify the number of IP addresses that will be available for virtual machines (VMs) or cloud services in each subnet.
 : You have created a Virtual Network in Azure named QuickNet,
1. 3 for Quick1-subnet and 3 for Quick2-subnet

2. 3 for Quick1-subnet and 27 for Quick2-subnet

3. Access Mostly Uused Products by 50000+ Subscribers

4. 31 for Quick1-subnet and 3 for Quick2-subnet

5. 27 for Quick1-subnet and 3 for Quick2-subnet


Question : You administer an Azure solution that uses a virtual network named QuickVNet. QuickVNet has a single subnet named QuickSubnet-.
You discover a high volume of network traffic among four virtual machines (VMs) that are part of QuickSubnet-1.
You need to isolate the network traffic among the four VMs. You want to achieve this goal with the least amount of downtime and impact on users.
What should you do?
 : You administer an Azure solution that uses a virtual network named QuickVNet. QuickVNet has a single subnet named QuickSubnet-.
1. Create a new subnet in the existing virtual network and move the four VMs to the new subnet.

2. Create a site-to-site virtual network and move the four VMs to your datacenter.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Create an availability set and associate the four VMs with that availability set.



Question : You maintain a virtual network named QuickVMNet , now you want to deploy a virtual machine and make sure that it is part of QuickVMNet , how can you do that?
 : You maintain a virtual network named QuickVMNet , now you want to deploy a virtual machine and make sure that it is part of QuickVMNet , how can you do that?
1. Run the New-AzureVM Power Shell cmdlet.

2. Run the New-AzureQuickVM Power Shell cmdlet.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Update fabrikamVNet's existing Availability Set.


Question : You are working in AcmeShell Inc. as a network Architect. You decided to extend your existing datacenter to Azure. Hence, you require to create a connection that
supports a multiprotocol label switching (MPLS) virtual private network. Which is the correct connection type you should you use
 : You are working in AcmeShell Inc. as a network Architect. You decided to extend your existing datacenter to Azure. Hence, you require to create a connection that
1. Site-to-Site

2. VNet-to-Vnet

3. Access Mostly Uused Products by 50000+ Subscribers

4. Site-to-Point


Question : You manage a cloud service named QuickReports that is deployed in an Azure data center.
You deploy a virtual machine (VM) named QuickVMSQL into a virtual network named QuickVNet.

QuickReports must communicate with QuickVMSQL. You need to add QuickReports to QuickVNet.
Which file should you modify?

 : You manage a cloud service named QuickReports that is deployed in an Azure data center.
1. the network configuration file for QuickVNet

2. the service definition file (.csdef) for QuickReports

3. Access Mostly Uused Products by 50000+ Subscribers

4. the service configuration file (.cscfg) for QuickReports

5. the service configuration file (.cscfg) QuickVMSQL


Question : You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet.
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.

 : You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet.
1. A,B
2. C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,E
5. C,F