Premium

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



Question : Your company has two cloud services named CS and CS. You create a virtual machine (VM) in CS named Accounts.
You need to ensure that users in CS01 can access the Accounts VM by using port 8080.
What should you do?
 : Your company has two cloud services named CS and CS. You create a virtual machine (VM) in CS named Accounts.
1. Create a firewall rule.
2. Configure load balancing.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Configure port forwarding.
5. Create an end point.



Correct Answer : Get Lastest Questions and Answer :

Explanation:




Question : You administer a solution deployed to a virtual machine (VM) in Azure. The VM hosts a web
service that is used by several applications. You are located in the US West region and have
a worldwide user base.
Developers in Asia 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?
 : You administer a solution deployed to a virtual machine (VM) in Azure. The VM hosts a web
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: Endpoint monitoring configures web tests from geo-distributed locations that test response time and uptime of web URLs. The test performs an HTTP get
operation on the web URL to determine the response time and uptime from each location. Each configured location runs a test every five minutes.

Uptime is monitored using HTTP response codes, and response time is measured in milliseconds. Uptime is considered 100% when the response time is less than 30 seconds and the HTTP
status code is lower than 400. Uptime is 0% when the response time is greater than 30 seconds or the HTTP status code is greater than 400.

After you configure endpoint monitoring, you can drill down into the individual endpoints to view details response time and uptime status over the monitoring interval from each of
the test locations. You can also set up an alert rule when the endpoint takes too long to respond, for example.

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





Question : You are the administrator for three Azure subscriptions named Dev, Test, and Prod. Your
Azure Power Shell profile is configured with the Dev subscription as the default. You need to
create a new virtual machine in the Test subscription by using the least administrative effort.
Which Power Shell command should you use?
 : You are the administrator for three Azure subscriptions named Dev, Test, and Prod. Your
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D




Correct Answer : Get Lastest Questions and Answer :
Explanation: B: There is no need for -CurrentStorageAccountName Option:
Each subscription data set can contain information for the current Windows Azure Storage account. Storage account information is set with the CurrentStorageAccount parameter.

C: There is no need for -CurrentStorageAccountName Option

D: Changes the Default Subscription to "Test"

Explanation:


Related Questions


Question : You are working in QuickTechie Inc , where you are managing VM as well as virtual network created in Azure for QuickTechie Inc.
Now there a virtual network named as QuickVNet , which has three subnets named as QuickSNet1, QuickSNet2 and QuickSNet3. There is a
virtual machine (VM) named QuickVM running in the QuickProd service. Now you wanted to modify QuickVM so it can be deployed into QuickSNet3
You want to achieve this goal by using the least amount of time and while causing the least amount of disruption to the existing deployment. Which of the following is a correct
cmdlet command.
 : You are working in QuickTechie Inc , where you are managing VM as well as virtual network created in Azure for QuickTechie Inc.
1. $VM = Get-AzureVM -ResourceGroupName "QuickProd" -Name "QuickVM" Set-AzureVNet "QuickSNet3" -VM $VM Update-AzureVM "QuickProd"

2. $VM = Set-AzureVM -ResourceGroupName "QuickProd" -Name "QuickVM" Set-AzureSubnet "QuickSNet3" -VM $VM Update-AzureVM "QuickProd"

3. Access Mostly Uused Products by 50000+ Subscribers

4. $VM = Set-AzureVM -ResourceGroupName "QuickProd" -Name "QuickVM" Set-AzureVNet "QuickSNet3" -VM $VM Update-AzureVM "QuickProd"


Question : You are working in a company named as Acmeshell Inc. you are managing a solution which is deployed in two Azure Subscriptions one for testing and other for production.
Both subscription have virtual networks named AcmeVNet. Now you need to urgently add two more VMs in a new subnet with the following requirement
- Deploy the new VMs to the virtual network in the testing subscription.
- Minimize any errors in defining the network changes.
- Minimize the work that will be required when the change is made to the production virtual network.

Select the correct steps, which you need to implement, in correct sequence.

A. Add an accessibly group to the network configuration file.
B. Add a subnet to the virtual Network using the Management portal
C. Deploy the new VMs to the new Subnet
D. Add an accessibility group to the virtual Network using the Management portal.
E. Deploy the new VMs to the new accessibility group.
F. Export the network configuration
G. Add a subnet to the network configuration file
H. Import the network configuration.
 : You are working in a company named as Acmeshell Inc. you are managing a solution which is deployed in two Azure Subscriptions one for testing and other for production.
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,H
5. B,C,F


Question : Our website named QuickTechie.com is hosted in Azure, now while accessing this website some users are facing issues and getting following error.

"http Status 500.0 - Internal Server Error."

You need to view detailed diagnostic information in XML format. Which option should you enable?
 : Our website named QuickTechie.com is hosted in Azure, now while accessing this website some users are facing issues and getting following error.
1. Application Logging in Application Diagnostics

2. WebServer Loggings in Site Diagnostics

3. Access Mostly Uused Products by 50000+ Subscribers

4. FAILED REQUEST TRACING in Site Diagnostics


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


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.


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.