Premium

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



Question : 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.
 : You migrate a Windows Server .NET web application to Azure Cloud Services.
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E



Correct Answer : Get Lastest Questions and Answer :
Explanation: Let's take this one for instance:
https://msdn.microsoft.com/en-us/library/azure/Dn482131.aspx#BKMK_step5

* Step 1 section I read:
"diagnostics monitor is imported into a role by specifying an Import element with a moduleName of "Diagnostics" in the Imports section of the service definition file"

So A is a part of the answer.

* The other part is B. Step 2 explain how to add the diagnostic file in the solution and step 3 how to configure it.

So the answer is A,B
----------

* There are nothing to do in the service configuration file. You can also check the schema definition here:
https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx

Nothing related to logging. So C can't be part of the solution

* D is debatable I thing, but only 2 actions are asked, and if we don't provide A and B, D has no effects

* E: yes we can configure the logging in web.config. But it means that every time we have to do a change, we must redeploy.

https://msdn.microsoft.com/en-us/library/ff714589.aspx





Question : You administer a cloud service named contosoapp that has a web role and worker role.
Contosoapp requires you to perform an in-place upgrade to the service.
You need to ensure that at least six worker role instances and eight web role instances are
available when you apply upgrades to the service. You also need to ensure that updates are
completed for all instances by using the least amount of time.
Which value should you use with each configuration? To answer, drag the appropriate value
to the correct configuration. Each value may be used once, more than once, or not at all.
 : You administer a cloud service named contosoapp that has a web role and worker role.
1. Value1 -1 Value2- 4 Value3- 8
2. Value1 -3 Value2- 6 Value3- 9
3. Access Mostly Uused Products by 50000+ Subscribers
4. Value1 -8 Value2- 9 Value3- 6
5. Value1 -12 Value2- 9 Value3- 3



Correct Answer : Get Lastest Questions and Answer :

Explanation: 3 upgrade domains = 4 Web role instances each total = 12, 4 down while upgrading, 8 running as per the requirement, then the next 4 are upgraded and then the next 4

3 upgrade domains = 3 Worker role instances each total = 9, 3 down while upgrading, 6 running as per the requirement





Question : Your network includes a legacy application named LegacyApp. The application only runs in
the Microsoft .NET 3.5 Framework on Windows Server 2008.
You plan to deploy to Azure Cloud Services.
You need to ensure that LegacyApp1 will run correctly in the new environment.
What are two possible ways to achieve this goal? Each correct answer presents a complete
solution.

A. Upload a VHD with Windows Server 2008 installed.

B. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.

C. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.

D. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.


 : Your network includes a legacy application named LegacyApp. The application only runs in
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D



Correct Answer : Get Lastest Questions and Answer :
Explanation: Guest OS Family 1 and Guest OS Family 2 supports .NET 3.5 and .Net 4.0. Guest OS
Family 3 and Guest OS Family 4 supports .NET 4.0 and .Net 4.5.
http://msdn.microsoft.com/en-us/library/azure/ee924680.aspx
The answer given is correct, but note that Guest OS Family 1 has since been discontinued.



Related Questions


Question : You manage a cloud service that utilizes data encryption.
You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application. What should you do?

 : You manage a cloud service that utilizes data encryption.
1. Upload the certificate referenced in the application package.

2. Deploy the certificate as part of the application package.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Use RDP to install the certificate.


Question : As you know, www.HadoopExam.com is hosted on Azure Cloud. As an administrator yor are managing the VM on which www.HadoopExam.com is hosted. You have uploaded this VM to
to Azure, You need to ensure that you are able to deploy the BGInfo and VMAccess extensions. What should you do?
 : As you know, www.HadoopExam.com is hosted on Azure Cloud. As an administrator yor are managing the VM on which www.HadoopExam.com is hosted. You have uploaded this VM to
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
$vm.VM.ProvisionGuestAgent = $true
Update-AzureVM -Name $name -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


Question : You are working as a cloud Administrator for the QuickTechie Inc. and 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?

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 are working as a cloud Administrator for the QuickTechie Inc. and manage a cloud service that supports features hosted by two instances of an Azure virtual machine
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D
5. B,D


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


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



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