Premium

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



Question : You have hosted a website named QuickTechie.com on Azure, you downloaded the subscription publishing credentials named Quick.publishsettings. Using Azure Power Shell ,
how can you achieve the following:
- Connect to the QuickTechie-Enterprise subscription. Create a new App Setting named QuickSetting with a value of True. Restart the website. Which commands should you use?
 : You have hosted a website named QuickTechie.com on Azure, you downloaded the subscription publishing credentials named Quick.publishsettings. Using Azure Power Shell ,
1. Select-AzureSubscription Quick-Enterprise-Subscription
$setting = @{"IsCustom" = "true"}
Set-AzureWebSite QuickTechie -AppSettings $settings REStart-AzureWebSite QuickTechie
IMPORT-AzurePublishSettingsFile c:\contoso\Quick.publishsettings
2. IMPORT-AzurePublishSettingsFile c:\contoso\Quick.publishsettings
Select-AzureSubscription Quick-Enterprise-Subscription
$setting = @{"IsCustom" = "true"}
Set-AzureWebSite QuickTechie -AppSettings $settings REStart-AzureWebSite QuickTechie
3. Access Mostly Uused Products by 50000+ Subscribers
IMPORT-AzurePublishSettingsFile c:\contoso\Quick.publishsettings
$setting = @{"IsCustom" = "true"}
Set-AzureWebSite QuickTechie -AppSettings $settings REStart-AzureWebSite QuickTechie

Correct Answer : Get Lastest Questions and Answer : Exp:




Question : You are working in a company named AcmeShell Inc. having a subscription to Azure. Company planned to deploy websites. With 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?

 : You are working in a company named AcmeShell Inc. having a subscription to Azure. Company planned to deploy  websites. With following requirements
1. Free

2. Small Business

3. Access Mostly Uused Products by 50000+ Subscribers

4. Basic
Correct Answer: Exp: Question doesn't talk about service plan. Each website should have GB storage. Each website will get deployed on a Standard Plan in that subscription. You
may be right about the question's construction being weak because it doesn't talk about how many service plans are required here. It is simply testing for the 10 sites limit and
10GB+ storage limit in an app service plan.
Basic (10GB), Standard (50GB) and premium (500GB) allow SSL for custom domains HTTPS.


Question : You are working in Acmeshell Inc. , where you are working as an Azure based website administrator. Name of the website is Acmeshell.com. Now you have been informed by
development team manager that they need to validate the changes they have done for website. Now this responsibility comes to you to implement this changes with minimum downtime to
Acmeshell.com users. What would be your first step?
 : You are working in a company named AcmeShell Inc. having a subscription to Azure. Company planned to deploy  websites. With following requirements
1. Create a new Linked Resource.

2. Configure Remote Debugging on Acmeshell.com.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Create a deployment slot named AcmeshellStaging.

5. Back up the Acmeshell website to a deployment slot.

Correct Answer : Get Lastest Questions and Answer :
Explanation: When you deploy your application to Azure Websites, you can deploy to a separate deployment slot instead of the default production slot, which are actually
live sites with their own hostnames.

Furthermore, you can swap the sites and site configurations between two deployment slots, including the production slot. Deploying your application to a deployment slot has the
following benefits:

* You can validate website changes in a staging deployment slot before swapping it with the production slot.
* After a swap, the slot with previously staged site now has the previous production site. If the changes swapped into the production slot are not as you expected, you can perform
the same swap immediately to get your "last known good site" back.
* Deploying a site to a slot first and swapping it into production ensures that all instances of the slot are warmed up before being swapped into production. This eliminates downtime
when you deploy your site. The traffic redirection is seamless, and no requests are dropped as a result of swap operations.





Question : You are working in a company named QuickTechie.com and 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 are working in a company named QuickTechie.com and 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.

Correct Answer : Get Lastest Questions and Answer : Exp: What is Windows Azure AutoScale?
Let's say you run a website that sells flowers and its known pattern that traffic to your website increases during Mother's day, Valentine's Day etc. Before Windows Azure AutoScale

feature was available you had to manually increase the instance count of your websites to be able to efficiently handle the increased load. You had to then again manually decrease
the instance count after that peak.

Now with Auto Scale you have the ability to Scale in or out automatically by defining a set of rules.

Windows Azure AutoScale Facts
AutoScale feature in Windows Azure Websites is available in Standard mode only.
Ability to AutoScale is supported only for instance count currently.


Related Questions


Question : HadoopExam Learning Resources has an application deployed in Azure Cloud on two small instances. Purpose of application user subscription management. However, it is
taking longer to synchronize data between an in-house application and application deployed on cloud. What would be your solution in this case?
 : HadoopExam Learning Resources has an application deployed in Azure Cloud on two small instances. Purpose of application user subscription management. However, it is
1. Configure the servers as large instances and re-deploy.

2. Increase the instance count to three.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Increase the processors allocated to the instances.


Question : HadoopExam Learning Resources had created an application, HadoopExamApp and this application writes error messages to the Window Event Log.
Users report receiving an error page with the following message: "Event XXX has occurred. Contact your system administrator."
You need to access the HadoopExamApp event log. Which three actions should you perform?

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.
 : HadoopExam Learning Resources had created an application, HadoopExamApp and this application writes error messages to the Window Event Log.
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,E
5. A,E,F


Question : You are managing an application for HadoopExam Learning Resources. Now, application has been enhanced, has been packaged and stored in an
Azure Storage account. You have the following requirements:
- Deploy the latest version of the application to production with the amount of downtime.
- Ensure that the updated application can be tested prior to deploying to the Production site.
- Ensure that the original version of the application can be restored until the new version is verified.

Which four steps should you perform in sequence?

A. Deploy the new package to the staging slot.
B. Create a new Cloud Service
C. Provide the URL to the development team.
D. Deallocate the staging deployment
E. Deploy the new package to the production slot.
F. Perform VIP Swap.
 : You are managing an application for HadoopExam Learning Resources. Now, application has been enhanced, has been packaged and stored in an
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,D,E
5. A,C,D,F


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