Premium

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



Question : You manage a cloud service that utilizes an Azure Service Bus queue. You need to ensure that messages that are never consumed are retained. What should you do?
 : You manage a cloud service that utilizes an Azure Service Bus queue. You need to ensure that messages that are never consumed are retained. What should you do?
1. Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in
the Azure Portal.
2. From the Azure Management Portal, create a new queue and name it Dead-Letter.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Execute the New-AzureSchedulerStorageQueueJob PowerShell cmdlet.



Correct Answer : Get Lastest Questions and Answer :

Explanation: https://www.simple-talk.com/cloud/cloud-data/an-introduction-to-windows-azure-service-bus-brokered-messaging/





Question : You manage a web application published to Azure Cloud Services. Your service level agreement (SLA) requires that you are notified in the event of poor
performance from customer locations in the US, Asia, and Europe. You need to configure the Azure Management Portal to notify you when the SLA
performance targets are not met. What should you do?


 : You manage a web application published to Azure Cloud Services. Your service level agreement (SLA) requires that you are notified in the event of poor
1. Create an alert rule to monitor web endpoints.
2. Create a Notification Hub alert with response time metrics.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Configure the performance counter on the cloud service.



Correct Answer : Get Lastest Questions and Answer :

Explanation: To monitor the performance from customer locations Endpoints for those locations need to be added and monitored.
From the Configure page add endpoints and specify the test locations.
From the Monitor page add a metric.
Then create a rule to notify when the performance is bed. Like a big response time.

1: one need to create the monitor endpoint (CONFIGURE page) before cretaing any alert rule
2: notification hub has nothing to do here
4: to configure the performance counter one need to create it before. this is perform by creating an endpoint monitoring

notice that endpoint monitoring exits with web apps as well





Question : You manage a cloud service that hosts a customer-facing application. The application allows users to upload images and create collages. The cloud service is running in
two medium instances and utilizes Azure Queue storage for image processing. The storage account is configured to be locally redundant.
The sales department plans to send a newsletter to potential clients. As a result, you expect a significant increase in global traffic.
You need to recommend a solution that meets the following requirements:
- Configure the cloud service to ensure the application is responsive to the traffic increase.
- Minimize hosting and administration costs.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

A. Configure the cloud service to run in two Large instances.

B. Configure the cloud service to auto-scale to three instances when processor utilization is above 80%.

C. Configure the storage account to be geo-redundant

D. Deploy a new cloud service in a separate data center. Use Azure Traffic Manager to load balance traffic between the cloud services.

E. Configure the cloud service to auto-scale when the queue exceeds 1000 entries per machine.

 : You manage a cloud service that hosts a customer-facing application. The application allows users to upload images and create collages. The cloud service is running in
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers

4. B,E



Correct Answer : Get Lastest Questions and Answer :

Explanation: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-scale/#autoscale



Related Questions


Question : Your role of Systems Administrator at ABC.com includes the management of the company's virtual infrastructure. The company has virtual machines running in an
on-premise virtual environment and in Microsoft Azure.
You have 100 virtual machines (VMs) running in Azure standard tier. You need to minimize the costs of the Azure subscription. How can you reduce the VM storage costs?

 :  Your role of Systems Administrator at ABC.com includes the management of the company's virtual infrastructure. The company has virtual machines running in an
1. By configuring load balancing between the VMs.
2. By moving the VMs to the Azure Basic tier.
3. By removing any orphaned VHDs.
4. By reducing the CPU count of the VMs.

5. By reducing the RAM assigned to the VMs.



Question : Your role of Systems Administrator at ABC.com includes the management of the company's virtual infrastructure. The company has virtual machines running in an
on-premise virtual environment and in Microsoft Azure.
You plan to deploy several new virtual machines (VMs) in Azure. The VMs will have the same operating system and custom software requirements.
You configure a reference VM in the on-premise virtual environment. You then generalize the VM to create an image. You need to upload the image to Azure to ensure that it is
available for selection when you create the new Azure VMs. Which of the following PowerShell cmdlets should you use?

  : Your role of Systems Administrator at ABC.com includes the management of the company's virtual infrastructure. The company has virtual machines running in an
1. Add-AzureDisk
2. Add-AzureVhd
3. Add-AzureVMImage
4. Add-AzureDataDisk




Question : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's public and private cloud infrastructure.
The company has a development department. Developers have created three new web applications that will be used by company employees and customers.
You plan to host the web applications on Azure cloud services. You need to guarantee availability of the web applications to the customers by ensuring that all
three web applications meet the requirements for the Azure SLA (Service Level Agreement). You need to determine how to deploy the web applications to Azure. Your solution must
minimize costs and meet the requirements for the Azure SLA. Which two of the following statements are true? (Choose two)
A. Each web application must be deployed in a separate web role.
B. All three web applications can be deployed into a single web role.
C. There must be at least one instance per web role.
D. There must be at least two instances per web role.
E. There must be at least three instances per web role.

  : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's public and private cloud infrastructure.
1. A,B
2. C,E
3. B,D
4. B,E
5. C,D




Question : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's Microsoft Azure subscription.
The company has a web application hosted in Microsoft Azure cloud services. The web application is named TK-Portal and is accessed using the URL portal.ABC.com. The web
application is used by company employees and customers around the world. Two cloud service medium instances are used to host the web application. The web application
uses the Azure Queue storage service. Following a company marketing campaign, you are expecting increased web application usage.
You need to ensure that the web application remains responsive during periods of increased traffic.
Your solution must minimize hosting costs and administrative overhead. Which of the following solutions should you recommend?

  : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's Microsoft Azure subscription.
1. Configure geo-redundant storage for the Azure storage account.
2. Configure an additional endpoint for the web application.
3. Configure auto-scaling based on queue length for the cloud service.
4. Increase the cloud service instance count to three.

5. Configure the instances as large instances.




Question : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's Microsoft Azure subscription.
The company has a web application hosted in Microsoft Azure cloud services. You have one cloud service named ABCCorpService. Two instances of the service host the web application
with a role named ABCCorpWebRole. You want to increase the instance count of the cloud service to cope with increased web application demand.
Which of the following PowerShell cmdlets should you use to increase the instance count?

  : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's Microsoft Azure subscription.
1. Add-AzureWebRole
2. Set-AzureService
3. Add-AzureWorkerRole
4. Set-AzureRole
5. Set-AzureDeployment



Question : Your role of Systems Administrator at ABC.com includes the management of the company's virtual infrastructure. The company has two offices. Each office has a
datacenter. Each datacenter has a high-bandwidth Internet connection. There is no dedicated WAN (Wide Area Network) link between the offices.
The company has virtual machines running in an on-premise virtual environment in each datacenter. The virtual environment consists of Windows Server 2012 Hyper-V host servers.
You want to create a site-to-site VPN connection between the two offices. You plan to configure a Windows Server 2012 server running Routing and Remote Access
(RRAS) in each datacenter to function as a VPN server. You need to determine the IP addressing requirements for the VPN solution. You want to use the
minimum number of IP addresses. Which of the following configurations should you use?


  : Your role of Systems Administrator at ABC.com includes the management of the company's virtual infrastructure. The company has two offices. Each office has a
1. One public IPv4 address per server.
2. Two contiguous public IPv4 addresses per server.
3. Two contiguous public IPv6 addresses per server.
4. One private IPv6 address per server.