Premium

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



Question : Select the correct statement from below

A. The ServiceConfiguration.Cloud.cscfg file contains configuration settings necessary for the cloud service to run in Azure
B. The ServiceConfiguration.Local.cscfg file contains configuration settings necessary to run the cloud service in the Azure Compute and Storage Emulators
C. Each role in a cloud service must have at least two role instances for the cloud service to get the 99.99 percent SLA
D. Autoscale can be configured for a cloud service role using either a CPU metric or a queue depth metric.

  : Select the correct statement from below
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,C,D

Correct Answer : Get Lastest Questions and Answer :

Explanation: Cloud service monitoring can be set to minimal (the default value) or to verbose.
Use endpoint monitoring to monitor your cloud service from up to three geo-distributed locations.
Service Bus queues do not have a Monitor page in the management portal. The monitoring experience for queues is limited to the Dashboard page and the metrics it makes available.
Cloud service diagnostics are configured in the Diagnostics.wadcfg file for each role in the cloud service and are stored in the wad-control-container in Azure blob storage for the
role to reference at runtime.
Performance counter data collected for a cloud service is stored in an Azure Storage Table named WADPerformanceCountersTable.
Event log data collected for a cloud service is stored in an Azure Storage Table named WADWindowsEventLogsTable.






Question : Select the correct statement

A. Use endpoint monitoring to monitor your cloud service from up to three geo-distributed locations.
B. Service Bus queues have a Monitor page in the management portal
C. The monitoring experience for queues is limited to the Dashboard page and the metrics it makes available
D. Performance counter data collected for a cloud service is stored in an Azure Storage Table named WADPerformanceCountersTable.


 : Select the correct statement
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers

4. A,B,D



Correct Answer : Get Lastest Questions and Answer :

Explanation: Cloud service monitoring can be set to minimal (the default value) or to verbose.
Use endpoint monitoring to monitor your cloud service from up to three geo-distributed locations.
Service Bus queues do not have a Monitor page in the management portal. The monitoring experience for queues is limited to the Dashboard page and the metrics it makes available.
Cloud service diagnostics are configured in the Diagnostics.wadcfg file for each role in the cloud service and are stored in the wad-control-container in Azure blob storage for the
role to reference at runtime.
Performance counter data collected for a cloud service is stored in an Azure Storage Table named WADPerformanceCountersTable.
Event log data collected for a cloud service is stored in an Azure Storage Table named WADWindowsEventLogsTable.






Question : You manage a cloud service that is running in two small instances. The cloud service hosts
a help desk application. The application utilizes a virtual network connection to synchronize
data to the company's internal accounting system.
You need to reduce the amount of time required for data synchronization.
What should you do?

 : You manage a cloud service that is running in two small instances. The cloud service hosts
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.



Correct Answer : Get Lastest Questions and Answer :

Explanation: Web sites has no particular magic concerning performance compared to cloud service.
So C is not the answer

One can pass From "small" to "large", but not just increase memory ou CPU:

https://azure.microsoft.com/en-us/documentation/articles/cloud-services-sizes-specs/

so D is not the answer

we don't have an performance issue with the application, but a performance issue by connecting to the account system. So B will not help

The answer is A



Related Questions


Question : You have three different applications (App, App, App) are deployed at and all are decoupled. However, you want communication among these application. Hence, you created
a Service Bus application and name of the application is ESBAPP . You plan to enable access to the Azure Service Bus for this application ESBAPP. You decided to use Shared Access
Policy for the Queues and subscription.

App1 at - wwww.HadoopExam.com
App2 at - www.QuickTechie.com
App3 at - www.Training4Exam.com

Application should be able to do following.
- Receives messages from a queue
- Deadletters a message
- Defers a message for later retrieval
- Enumerates subscriptions
- Gets subscription description

 : You have three different applications (App, App, App) are deployed at and all are decoupled. However, you want communication among these application. Hence, you created
1. Send - > Not Needed for Queue , Not Needed for Subscriptions
Listen -> Needed for Queue, Not Needed for Subscriptions
Manage -> Not Needed for Queue, Needed for Subscriptions


2. Send - > Not Needed for Queue , Not Needed for Subscriptions
Listen -> Not Needed for Queue, Not Needed for Subscriptions
Manage -> Needed for Queue, Needed for Subscriptions


3. Access Mostly Uused Products by 50000+ Subscribers
Listen -> Not Needed for Queue, Not Needed for Subscriptions
Manage -> Not Needed for Queue, Needed for Subscriptions


4.



Question : You have an application deployed at your own data center named as HadoopExamApp , which uses .NET . and Windows Server .
Now, as your entire organization is planning to move on Azure Cloud, Hence you also have to migrate this application on Azure. Select correct option which applies.

A. Upload a VHD with Windows Server 2008 installed.
B. Deploy HadoopExamApp to a cloud service instance configured with Guest OS Family 2.
C. Deploy HadoopExamApp to a cloud service instance configured with Guest OS Family 1.
D. Deploy HadoopExamApp to a cloud service instance configured with Guest OS Family 3.
 : You have an application deployed at your own data center named as HadoopExamApp , which uses .NET . and Windows Server .
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D
5. B,D


Question : You have been given an application to administrator, name of the application is HadoopExamApp, this application has both web role as well as worker role. Now
HadoopExamApp requires you to do in place upgrade to service.

While applying upgrade to service, you need to make sure than at least 6 worker roles and 8 web roles instances are available when you apply upgrade to service. Also make sure upgrade
can be applied to all instances in minimum time. Which of the following you see is a correct configurations for number of instances. You have to use only below given values.

1, 3, 4, 6, 8, 9, 12
 : You have been given an application to administrator, name of the application is HadoopExamApp, this application has both web role as well as worker role. Now
1. Web Role Instance=12 , Worker Role Instances=9 , Upgrade Domains = 3

2. Web Role Instance=9 , Worker Role Instances= 12 , Upgrade Domains = 4

3. Access Mostly Uused Products by 50000+ Subscribers

4. Web Role Instance=6 , Worker Role Instances=8 , Upgrade Domains = 1
Correct Answer : Exp : Question is asking us to have at least worker roles and web roles instances are available during upgrade.

6 Worker Roles, needs to be available. At a time only one upgrade domain is active.
8 Web Roles, needs to be available. At a time only one upgrade domain is active.

If we give 12 Web Roles: 3 Upgrade domain. Hence, each upgrade domain will work on 4 worker role instances. But at a time only 1 Active. Hence, 8 web roles will be available.
If we gives 9 Worker roles: 3 Upgrade domain. Hence, each upgrade domain will work on 3 worker nodes. At a time only one upgrade domain is active (means updating 3 instances) . And
remaining 2 domain still available to serve the traffic. Which is 2 *3 =6 available. As required.



Question : HadoopExam Learning Resources has created one application using .NET and they are running it in their own data center. But after subscribing Azure cloud they decided to
migrate this application to Azure Cloud Service. After migrating to Azure cloud, you need to enable trace logging for the application. Select which of the following actions needs to be taken.

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 have been given an application to administrator, name of the application is HadoopExamApp, this application has both web role as well as worker role. Now
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D
5. B,D


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