Premium

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



Question : To apply the published configuration to an individual virtual machine, use the Set-AzureVMDscExtension cmdlet, or the Management portal. This configuration can be
applied at provisioning time or later.



 : To apply the published configuration to an individual virtual machine, use the Set-AzureVMDscExtension cmdlet, or the Management portal. This configuration can be
1. True
2. False


Correct Answer : Get Lastest Questions and Answer :
Explanation: To apply a DSC script to a virtual machine using Windows PowerShell, publish it to an Azure Storage account using the Publish-AzureVMDscConfiguration cmdlet.
The Azure Storage account can be specified using the CurrentStorageAccount setting of the subscription, or the cmdlet accepts a storage context object.
To apply the published configuration to an individual virtual machine, use the Set-AzureVMDscExtension cmdlet, or the Management portal. This configuration can be applied at
provisioning time or later.
The Set-AzureVMAccessExtension cmdlet is used to execute the VM Access Extension. This extension can enable Remote Desktop access on a virtual machine, change the local
administrator password, and rename the local administrator account user name. This extension does not work against Active Directory domain accounts or on domain controllers









Question : Windows-based Azure virtual machines natively support the Puppet extension by enabling it through the Management portal, or using the Set-AzureVMPuppetExtension cmdlet.
You can enable the Chef extension on both platforms using the Management portal.

 : Windows-based Azure virtual machines natively support the Puppet extension by enabling it through the Management portal, or using the Set-AzureVMPuppetExtension cmdlet.
1. True
2. False




Correct Answer : Get Lastest Questions and Answer : Exp: The Set-AzureVMAccessExtension cmdlet is used to execute the VM Access Extension. This extension can enable Remote Desktop access on a virtual machine, change
the local administrator password, and rename the local administrator account user name. This extension does not work against Active Directory domain accounts or on domain
controllers.
Windows-based Azure virtual machines natively support the Puppet extension by enabling it through the Management portal, or using the Set-AzureVMPuppetExtension cmdlet. You can
enable the Chef extension on both platforms using the Management portal.







Question : You have a website ABC.com, which is using load balancer as well to handle the heavy traffic. Select the option which correctly applies.


A. The Set-AzureEndpoint cmdlet can be used to manage a load balanced endpoint.
B. To enable custom code to control the load balancer probe, use an HTTP health probe
C. A cloud service VIP will change if all of the virtual machines in the cloud service are deleted or put in the StoppedDeallocated state
D. To load balance an endpoint, create a load balanced set. Virtual machines must reside in the same cloud service to be part of the same load balanced set.




 : You have a website ABC.com, which is using load balancer as well to handle the heavy traffic. Select the option which correctly applies.
1. A,B,C
2. B,C,D
3. A,C,D
4. A,B,D



Correct Answer : Get Lastest Questions and Answer : Exp: Azure virtual machines that are grouped into cloud services have automatic name resolution supplied by the Azure name resolution service.
Create an input endpoint to allow traffic to a virtual machine from the Internet. Each endpoint requires a public port, private port, name, and protocol (TCP or UDP). Use the
Management portal or the Add-AzureEndpoint, Set-AzureEndpoint, and Remove-AzureEndpoint cmdlets to manage.
To load balance an endpoint, create a load balanced set. Virtual machines must reside in the same cloud service to be part of the same load balanced set.
The Set-AzureEndpoint cmdlet cannot be used to manage a load balanced endpoint. Use the Set-AzureLoadBalancedEndpoint cmdlet instead.
To enable custom code to control the load balancer probe, use an HTTP health probe.
A cloud service VIP will change if all of the virtual machines in the cloud service are deleted or put in the StoppedDeallocated state. Use a reserved IP address to retain the IP.
A reserved IP address is created using the New-AzureReservedIP cmdlet and can only be set when creating the first virtual machine in a cloud service.
A public IP can be used to enable direct network access to a virtual machine. This is useful when solutions that require dynamic ports are needed. Use the Set-AzurePublicIP cmdlet
to configure.



Related Questions


Question : You manage an Azure subscription with virtual machines (VMs) that are running in Standard mode.
You need to reduce the storage costs associated with the VMs. What should you do?
 : You manage an Azure subscription with virtual machines (VMs) that are running in Standard mode.
1. Locate and remove orphaned disks.
2. Add the VMs to an affinity group.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Delete the VHD container.




Question : You manage several Azure virtual machines (VMs). You create a custom image to be used by employees on the development team.
You need to ensure that the custom image is available when you deploy new servers. Which Azure Power Shell cmdlet should you use?

 : You manage several Azure virtual machines (VMs). You create a custom image to be used by employees on the development team.
1. Update-AzureVMImage
2. Add-AzureVhd
3. Access Mostly Uused Products by 50000+ Subscribers
4. Update-AzureDisk
5. Add-AzureDataDisk




Question : You administer a cloud service. You plan to host two web applications named contosoweb and contosowebsupport. You need to ensure that you can host both applications and
qualify for the Azure Service Level Agreement. You want to achieve this goal while minimizing costs. How should you host both applications?
 : You administer a cloud service. You plan to host two web applications named contosoweb and contosowebsupport. You need to ensure that you can host both applications and
1. in different web roles with two instances in each web role
2. in the same web role with two instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. in the same web role with one instance




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.




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.




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