Premium

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



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.



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.

Reference: Staged Deployment on Microsoft Azure Websites




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.



Correct Answer : Get Lastest Questions and Answer :


Explanation: Autoscale is only available in standard mode.
http://blogs.msdn.com/b/mast/archive/2013/10/31/exploring-the-autoscale-feature-in-windows-azure-websites.aspx





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


Correct Answer : Get Lastest Questions and Answer :


Explanation: You may also view a live stream of log events by using the following command:
Get-AzureWebSiteLog -Name websitename -Tail

http://azure.microsoft.com/en-us/documentation/articles/web-sites-monitor/#webendpointstatus



Related Questions


Question : You are working in QuickTechie Inc and you manage a SQL Database in Azure named QuickDB which is running in Standard/SI tier. Database is in a server named QuickSvr
, which is a main production env of QuickTechie Inc. You also have another server named QuickTestSvr . Both QuickSvr1 and QuickTestSvr in the same subscription and same region
deployed on different Physical Clusters. Now development team asked you to copy QuickDB to test environment.

Select the correct steps you need to follow.

A. Use DB copy to create a copy of database QuickDB in QuickTestSvr named QuickDB
B. Set Export Status to Automatic for QuickDB in QuickSvr1
C. Use DB copy to create a copy of database QuickDB in QuickSvr named QuickDBTemp
D. Scale QuickDB to QuickTestSvr to Standard/SI tier
E. Import BACPAC file to the QuickTestSvr as QuickDB
F. Export QuickDBTemp in QuickSvr1 to BACPAC file in Azure Blob storage
G. Rename QuickDBTemp to QuickDB in QuickSvr1
H. Use active Geo-Replication and replicate QuickDB to QuickTestSvr
 : You are working in QuickTechie Inc and you manage a SQL Database in Azure named QuickDB which is running in Standard/SI tier. Database is in a server named QuickSvr
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,G
5. A,C,H


Question : You are working in a QuickTechie Inc, you are managing a local VM, which you need to an Azure VM. You upload the virtual hard
disk (VHD) file to Azure Blob storage as a Block Blob . You need to change the Block blob to a page blob .
What should you do?



 : You are working in a QuickTechie Inc, you are managing a local VM, which you need to an Azure VM. You upload the virtual hard
1. Delete the Block Blob and re-upload the VHD as a page blob.

2. Update the type of the blob programmatically by using the Azure Storage .NET SDK.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Create a new empty page blob and use the Azure Blob Copy Power Shell cmdlet to copy the current data to the new blob.



Question : You administer a Microsoft Azure SQL Database data base in the US Central region named
contosodb. Contosodb runs on a Standard tier within the SI performance level.
You have multiple business-critical applications that use contosodb.
You need to ensure that you can bring contosodb back online in the event of a natural
disaster in the US Central region. You want to achieve this goal with the least amount of
downtime.
Which two actions should you perform? Each correct answer presents part of the solution.

A. Upgrade to S2 performance level.
B. Use active geo-replication.
C. Use automated Export.
D. Upgrade to Premium tier.
E. Use point in time restore.
F. Downgrade to Basic tier.
 : You administer a Microsoft Azure SQL Database data base in the US Central region named
1. B,D
2. C,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,E
5. A,C


Question : You manage an application deployed to a cloud service that utilizes an Azure Storage account.
The cloud service currently uses the primary access key.
Security policy requires that all shared access keys are changed without causing application downtime.
Which three steps should you perform in sequence?

A. Update the cloud service configuration with the primary access key
B. Regenerate the primary access key
C. Regenerate the secondary access key
D. Update the cloud service configuration with the secondary access key
 : You manage an application deployed to a cloud service that utilizes an Azure Storage account.
1. A,B,C
2. A,B,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,C,D


Question : You manage two datacenters in different geographic regions and one branch office. You
plan to implement a geo-redundant backup solution. You need to ensure that each
datacenter is a cold site for the other. You create a recovery vault. What should you do next?

A. Install the provider.
B. Upload a certificate to the vault.
C. Generate a vault key.
D. Set all virtual machines to DHCP.
E. Prepare System Center Virtual Machine Manager (SCVMM) servers.
F. Create mappings between the virtual machine (VM) networks.
 : You manage two datacenters in different geographic regions and one branch office. You
1. Install the provider.

2. Upload a certificate to the vault.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Set all virtual machines to DHCP.

5. Prepare System Center Virtual Machine Manager (SCVMM) servers.



Question : You manage a collection of large video files that is stored in an Azure Storage account.
A user wants access to one of your video files within the next seven days.
You need to allow the user access only to the video file, and then revoke access once the
user no longer needs it.
What should you do?
 : You manage a collection of large video files that is stored in an Azure Storage account.
1. Give the user the secondary key for the storage account. Once the user is done with the
file, regenerate the secondary key.


2. Create an Ad-Hoc Shared Access Signature for the Blob resource. Set the Shared
Access Signature to expire in seven days.


3. Access Mostly Uused Products by 50000+ Subscribers
Signature for the blob by using the policy. Once the user is done with the file, delete the
policy.


4. Create an access policy on the blob. Give the external user access by using the policy.
Once the user is done with the file, delete the policy.