Premium

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



Question : You are an administrator of a Cloud service named as 'QuickTechieService' And for various purposes there are three different virtual machines have been created
QVM1, QVM2,QVM3 . Now your team want you to provision new VM in same service 'QuickTechieService' . 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 are an administrator of a Cloud service named as 'QuickTechieService' And for various purposes there are three different virtual machines have been created
1. $VirtualMachine = New-AzureRVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id

2. $VirtualMachine = New-AzureRVMConfig -VMName "VirtualMachine07" -VMSize "Basic_A1" -AvailabilitySetID $AvailabilitySet.Id

3. Access Mostly Uused Products by 50000+ Subscribers

4. 1 and 3

5. 2 and 3

Correct Answer : Get Lastest Questions and Answer : Exp: Creates a new Azure virtual machine configuration object.
New-AzureVMConfig [-Name] [-InstanceSize] [[-HostCaching] ] [[-AvailabilitySetName] ] [[-Label] ]
[-ImageName] [[-MediaLocation] ] [[-DiskLabel] ] [ ]

The New-AzureVMConfig cmdlet creates a new virtual machine configuration object. This object can then be used to perform a new deployment, as well as to add a new virtual machine to
an existing deployment.





Question : You are managing a Azure VM named as QuickServer in a service name QuickService. Because you have configured log level to trace, which causes VM storage issues. You have
to create a new 256 GB disk and
attach it to the server. Select the correct Powershell command for this.
 : You are managing a Azure VM named as QuickServer in a service name QuickService. Because you have configured log level to trace, which causes VM storage issues. You have
1. Get-AzureVM "QuickService" -Name "QuickServer" | Add-AzureDataDisk -createnew -disksizeInGB 256 -DiskLabel "data1" -LUN 1 | Update-AzureVM

2. Get-AzureVM "QuickService" -Name "QuickServer" | Join-AzureDataDisk -join -disksizeInGB 256 -DiskLabel "data1" -LUN 1 | Join-AzureVM

3. Access Mostly Uused Products by 50000+ Subscribers

4. Get-AzureVM "QuickService" -Name "QuickServer" | Update-AzureDataDisk -update -disksizeInGB 256 -DiskLabel "data1" -LUN 1 | Update-AzureVM


Correct Answer : Get Lastest Questions and Answer : Exp: Get-AzureVM
Retrieves information from one or more Azure virtual machines.

Parameter Set: GetVMByServiceAndVMName
Get-AzureVM [-ServiceName] [[-Name] ] [ ]

The Get-AzureVM cmdlet retrieves information about virtual machines running in Azure. It returns an object with information on a specific virtual machine, or if no virtual machine is
specified, for all the virtual machines in the specified service of the current subscription.

Add-AzureDataDisk
Adds a new data disk to a virtual machine object.
CreateNew
Add-AzureDataDisk [-CreateNew] [-DiskSizeInGB] [-DiskLabel] [-LUN] -VM [-HostCaching ]
[-MediaLocation ] [ ]


The Add-AzureDataDisk cmdlet adds a new data disk to a virtual machine object. Use the CreateNew parameter to create a new data disk with a specified size and label, and then attach
it. Use the Import parameter to attach an existing disk from the image repository. Use the ImportFrom parameter to attach an existing disk from a blob in a storage account.
The cmdlet allows you to specify the host-cache mode of attached data disks.

Update-AzureVM
Updates an Azure virtual machine with the modifications make to a virtual machine object.
Update-AzureVM [-ServiceName] [-Name] -VM [ ]
The Update-AzureVM cmdlet accepts update information for the specified virtual machine and initiates the update. You can add or remove data disks, modify the cache mode of data or
operating system disks, change the network endpoints, or change the size of the virtual machine.





Question : QuickTechie.com is hosted in Azure Cloud in a VM. You are located in the India and have a worldwide user base.
Developers in US report that they experience significant delays when they execute the services.
You need to verify application performance from different locations. Which type of monitoring should you configure?
 : QuickTechie.com is hosted in Azure Cloud in a VM. You are located in the India and have a worldwide user base.
1. Disk Read

2. Endpoint

3. Access Mostly Uused Products by 50000+ Subscribers

4. CPU

5. Average Response Time

Correct Answer : Get Lastest Questions and Answer :
Explanation: How will you make sure that your client's website is up and available not just from one location but from different country of different geo location as well
If you have said "Ping" then you are absolutely right. You have to ping the site from different places to check if your website is returning "200" as its status code. You have a
series of option from free to paid service. System Center Global Service Monitor in System Center 2012 Operations Manager is another good option to monitor availability, performance
and reliability of your website.

But If you are using azure then you are lucky to have everything right at home. All the features that you might need are probably already in Azure. Website endpoint monitoring is one
of them. Endpoint monitoring lets you monitor the availability of HTTP or HTTPS endpoints from geo-distributed locations.

The only caveat that it has is that Endpoint monitoring is only available with Reserved Mode instances!

End point monitoring is one of the cool feature that you should implement in order to make sure you site is accessible from around the world and even if its get down for any
particular reason, you get the alert notification on your email asap so that you can take steps to fix it for the production site.



Related Questions


Question : You manage a virtual Windows Server 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?
 : You manage a virtual Windows Server  web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure.
1. Import-AzureVM
2. New-AzureVM
3. Access Mostly Uused Products by 50000+ Subscribers
4. Add-AzureWebRole
5. Add-AzureVhd




Question : You administer of a set of virtual machine (VM) guests hosted in Hyper-V on Windows Server R.
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.

 : You administer of a set of virtual machine (VM) guests hosted in Hyper-V on Windows Server  R.
1. A,B,D
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,C,D




Question : You administer a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the average availability of a web service on your VM
drops below 95 percent for 15 minutes. The development team schedules a one-hour maintenance period.
You have the following requirements:
+ No alerts are created during the maintenance period.
+ Alerts can be restored when the maintenance is complete.
You want to achieve this goal by using the least amount of administrative effort. What should you do from the Management Portal?
 : You administer a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the average availability of a web service on your VM
1. Select and disable the rule from the Dashboard page of the virtual machine.
2. Select and delete the rule from the Configure page of the virtual machine.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Select and disable the rule on the Configure page of the virtual machine.





Question : 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?
 : You manage an Azure subscription with virtual machines (VMs) that are running in Standard mode.
1. Locate and remove orphaned disks.
2. Add the VMs to an affinity group.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Delete the VHD container.




Question : You manage several Azure virtual machines (VMs). You create a custom image to be used by employees on the development team.
You need to ensure that the custom image is available when you deploy new servers. Which Azure Power Shell cmdlet should you use?

 : You manage several Azure virtual machines (VMs). You create a custom image to be used by employees on the development team.
1. Update-AzureVMImage
2. Add-AzureVhd
3. Access Mostly Uused Products by 50000+ Subscribers
4. Update-AzureDisk
5. Add-AzureDataDisk




Question : 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?
 : 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
1. in different web roles with two instances in each web role
2. in the same web role with two instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. in the same web role with one instance