Premium

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



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.

Correct Answer : Get Lastest Questions and Answer : Exp: The key working in this question is "storage costs" not "operational cost". Changing from standard to basic has impact on disk performance (iops) but not the
storage cost. Storage costs are the same on all plans apart from premium which is SSDs. Removing orphaned disk will reduce the amount of storage that is been used in your storage
pool, resulting in paying less for storage. Reducing the tier the VM is in will reduce operational costs not storage cost.
Correct answer is A. - Locate and remove orphaned disks.




Question : While working in QuickTechie Inc , 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?

  : While working in QuickTechie Inc , 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


Correct Answer : Get Lastest Questions and Answer : Exp: add-azurevhd will upload the vhd file into storage blob

add-azurevmimage will add the vhd into repository for future use while deploying new VMs. simply uploading vhd to azure is not going to make uploaded VM available as template.





Question : While working as an administer of a cloud service in QuickTechie Inc . You plan to host two web applications named QuickWebProd and QuickWebProdSupport. 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?
  : While working as an administer of a cloud service in QuickTechie Inc . You plan to host two web applications named QuickWebProd and QuickWebProdSupport. You need to
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

Correct Answer : Get Lastest Questions and Answer : Exp: The Azure Compute SLA guarantees that, when you deploy two or more role instances for every role, access to your cloud service will be maintained at least
99.95 percent of the time.


Related Questions


Question : You manage a cloud service named fabrikam Reports that is deployed in an Azure data
center.
You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named
fabrikamVNet.

FabrikamReports must communicate with fabrikamSQL.
You need to add fabrikam Reports to fabrikamVNet.
Which file should you modify?
 : You manage a cloud service named fabrikam Reports that is deployed in an Azure data
1. the network configuration file for fabrikamVNet
2. the service definition file (.csdef) for fabnkamReports
3. Access Mostly Uused Products by 50000+ Subscribers
4. the service configuration file (.cscfg) for fabrikamReports

5. the service configuration file (.cscfg) fabrikamSQL




Question : 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.
 :  You manage an application deployed to virtual machines (VMs) on an Azure virtual network
1. A,B
2. C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,F




Question : Your company has a subscription to Azure. You plan to deploy websites.
You have the following requirements:
+ Each website has at least 15 GB of storage.
+ All websites can use azurewebsite.net.
You need to deploy the 10 websites while minimizing costs.
Which web tier plan should you recommend?



 : Your company has a subscription to Azure. You plan to deploy  websites.
1. Free
2. Small Business
3. Access Mostly Uused Products by 50000+ Subscribers
4. Basic




Question : You administer an Azure Web Site named contoso. The development team has
implemented changes to the website that need to be validated.
You need to validate and deploy the changes with minimum downtime to users.
What should you do first?


  : You administer an Azure Web Site named contoso. The development team has
1. Create a new Linked Resource.
2. Configure Remote Debugging on contoso.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Create a deployment slot named contosoStaging.
5. Back up the contoso website to a deployment slot.




Question : 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?

  :  You manage an Azure Web Site that is running in Shared mode.
1. Set the website to Standard mode and configure automatic scaling based on CPU utilization.
2. Configure automatic seating during specific dates.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Configure automatic scaling based on memory utilization.
5. Set the website to Basic mode and configure automatic scaling based on CPU utilization.




Question : You manage an Azure Web Site named contosoweb. Logging is enabled for contosoweb.
You need to view only errors from your log files in a continuous stream as they occur.
Which Windows Power Shell command should you execute?

  : You manage an Azure Web Site named contosoweb. Logging is enabled for contosoweb.
1. Get-AzureWebSiteLog -Name contosoweb -OutBuffer Error
2. Save-AzureWebSiteLog -Name contosoweb -Output Errors
3. Access Mostly Uused Products by 50000+ Subscribers
4. Get-Azure WebSiteLog -Name contosoweb -Message Error