Premium

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



Question : You manage an Azure Service Bus for your company. You plan to enable access to the
Azure Service Bus for an application named ContosoLOB.
You need to create a new shared access policy for subscriptions and queues that has the
following requirements:
Receives messages from a queue Deadletters a message Defers a message for later
retrieval Enumerates subscriptions Gets subscription description
In the table below, identify the permission you need to assign to ensure that ContosoLOB is
able to accomplish the above requirements.

 : You manage an Azure Service Bus for your company. You plan to enable access to the
1. Access Level Send to Queue and Subscription
2. Access Level Listen to Queue and Subscription
3. Access Mostly Uused Products by 50000+ Subscribers
4. Access Level manage to Queue and Listen to Subscription



Correct Answer : Get Lastest Questions and Answer :

Explanation:





Question : You manage a cloud service that has a web application named WebRole. WebRole writes
error messages to the Windows Event Log.
Users report receiving an error page with the following message: "Event 26 has occurred.
Contact your system administrator."
You need to access the WebRole1 event log.
Which three actions should you perform? Each correct answer presents part of the solution.

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.

 : You manage a cloud service that has a web application named WebRole. WebRole writes
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E,F



Correct Answer : Get Lastest Questions and Answer :

Explanation: A and F:
You can monitor key performance metrics for your cloud services in the Azure Management Portal. You can set the level of monitoring to minimal and verbose for each service role, and
can customize the monitoring displays. Verbose monitoring data is stored in a storage account, which you can access outside the portal.

C:
* The service configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any
certificates associated with a role. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file, as
well as in the virtual networking configuration file. The default extension for the service configuration file is .cscfg.
* The service definition file defines the service model for an application. The file contains the definitions for the roles that are available to a cloud service, specifies the
service endpoints, and establishes configuration settings for the service.

URLs: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-monitor/ http://msdn.microsoft.com/en-us/library/azure/ee758710.aspx
http://msdn.microsoft.com/en-us/library/azure/ee758711.aspx





Question : You manage a cloud service that utilizes data encryption.
You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application.
What should you do?


 : You manage a cloud service that utilizes data encryption.
1. Upload the certificate referenced in the application package.
2. Deploy the certificate as part of the application package.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Use RDP to install the certificate.



Correct Answer : Get Lastest Questions and Answer :
Explanation: an Azure cloud service certificates is deployed via the CERTIFICATES tab from the management portal

this eliminates D and B

one does not deploy a publi key, but a thumbprint into the definition file
this eliminates C

so the answer is A that: deploy the certificate from the portal




Related Questions


Question : We have two different cloud services for each hosting

www.QuickTechie.com (QuickCloudService)
www.Training4Exam.com (TrainingCloudService)

You have created a virtual machine, named TrainingVM in TrainingCloudService.
Now make sure that developer from QuickCloudService will able to access the TrainingVM using port 8080. How it can be enabled?



 : We have two different cloud services for each hosting
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.



Question : You are developing an application which will be deployed in Azure Cloud. Now you have three different subscription for Azure 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 developing an application which will be deployed in Azure Cloud. Now you have three different subscription for Azure Dev, Test and Prod. Your Azure Power Shell
1. Select-AzureSubscription -SubscriptionName "Test"

2. Select-AzureSubscription -SubscriptionName "Test" -Defualt

3. Access Mostly Uused Products by 50000+ Subscribers

4. Select-AzureSubscription -SubscriptionName "Test" -NoCurrent


Question : You are managing a virtual machine on Azure Cloud Service, name of the VM is QuickVM . You have created an application which help user to quickly upload the files
(Similar to Google Drive). However, your application became quite popular and application usage has increased many fold. However, your application supports only file upload less than 10 MB
Now you wanted to improve disk performance of your QuickVM, select the correct Powershell command ?
 : You are managing a virtual machine on Azure Cloud Service, name of the VM is QuickVM . You have created an application which help user to quickly upload the files
1. Get-AzureVM "AppService" -Name "QuickVM" | Set-AzureDataDisk -LUN 3 -HostCaching ReadWrite | Update-AzureVM.

2. Get-AzureVM "AppService" -Name "QuickVM" | Set-AzureDataDisk -LUN 3 -HostCaching ReadOnly | Update-AzureVM.

3. Access Mostly Uused Products by 50000+ Subscribers

4. A Get-AzureVM "AppService" -Name "QuickVM" | Set-AzureDataDisk -LUN 3 | Update-AzureVM.



Question : You are managing a virtual macine on Azure Cloud Service, name of the VM is QuickVM. You have created an application which help user to quickly upload the files
(Similar to Google Drive). You need to ensure that the VM sends notification in the event that avaerage response time for the web service exceeds 10 mins (Pre-defined). Select the
steps from below which you need to accomplish in sequence.

A. From the Configuration page, add a monitoring endpoint for the virtual machine
B. From the Monitor page add a Metric for response time for endpoint
C. From monitoring page, add a rule for the response time of the end point
D. From the Dashboard page, add a rule for the endpoint status.
E. From the Configuration page, add a rule for the response time of the endpoint.
 : You are managing a virtual macine on Azure Cloud Service, name of the VM is QuickVM. You have created an application which help user to quickly upload the files
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D,E
5. A,C,E


Question : You are managing a virtual machine on Azure Cloud Service, name of the VM is QuickVM inside QuickCloudService.
By looking at the logs you found unauthorized traffic to QuickVM. You need to Create a rule to limit access to QuickVM,
Also make sure that the new rule has the highest precedence. Which Azure Power Shell cmdlets and values should you use?

A. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 0 -Action permit -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"
B. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 100 -Action permit -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"
C. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 300 -Action permit -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"
D. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 0 -Action allow -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"
 : You are managing a virtual machine on Azure Cloud Service, name of the VM is QuickVM inside QuickCloudService.
1. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 0 -Action permit -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"

2. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 100 -Action permit -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"

3. Access Mostly Uused Products by 50000+ Subscribers

4. acl1 = New-AzureAclConfig Set-AzureAclConfig -AddRule -ACL $acl1 -Order 0 -Action allow -RemoteSubnet "192.168.11.0/24" -Description "Remote Desktop ACL config"


Question : Recently below two compnies got merged

Acmeshell Inc. (Mumbai)
QuickTechie Inc. (Banglore)

Both have their virtual machine hosted in Azure cloud. You have been given to maintain virtual networks as well azure environment. Now you are done with network merge and related
stuff. Now some of the employees do work from remote location as well as from public locations. All users required from both companies require to access virtual networks. Select
which
secure cross premise connectivity option is needed for each type of user.


 : Recently below two compnies got merged
1. Backoffice User : Site to Site, Remote Users : Point to Site

2. Backoffice User : Multi Site, Remote Users : Point to Site

3. Access Mostly Uused Products by 50000+ Subscribers

4. Backoffice User : Multi Site, Remote Users : Multi Site