Premium

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



Question : While working in QuickTechie Inc , you publish an application named QuickApp to Azure Active Directory (Azure AD). You grant access to the web APIs through OAuth ..
QuickApp1 is generating numerous user consent prompts. You need to reduce the amount of user consent prompts. What should you do?


 : While working in QuickTechie Inc , you publish an application named QuickApp to Azure Active Directory (Azure AD). You grant access to the web APIs through OAuth ..
1. Enable Multi-resource refresh tokens.

2. Enable WS-federation access tokens.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Configure SAML 2.0.

Correct Answer : Get Lastest Questions and Answer : Exp: In order to reduce the number of calls an application has to make to Azure AD, and also to reduce the number of consents a user has to make, a multiple
resource refresh token is issued by the authorization service. After this refresh token is received, it can be used to request access tokens (and additional refresh tokens) to
multiple resources.

When using the Authorization Code Grant Flow, you can configure the client to call multiple resources. Typically, this would require a call to the authorization endpoint for each
target service. To avoid multiple calls and multiple user consent prompts, and reduce the number of refresh tokens the client needs to cache, Azure Active Directory (Azure AD) has
implemented multi-resource refresh tokens. This feature allows you to use a single refresh token to request access tokens for multiple resources.

To avoid multiple calls and multiple user consent prompts, and reduce the number of refresh tokens the client needs to cache, Azure Active Directory (Azure AD) has implemented
multi-resource refresh tokens. This feature allows you to use a single refresh token to request access tokens for multiple resources.






Question : QuickTechie Inc. network includes users in multiple directories. You plan to publish a softwareas-a-service application named QuickApp to Azure Active Directory.
You need to ensure that all users can access QuickApp1. What should you do?

 : QuickTechie Inc. network includes users in multiple directories. You plan to publish a softwareas-a-service application named QuickApp to Azure Active Directory.
1. Configure the Federation Metadata URL

2. Register the application as a web application.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Register the application as a native client application.

Correct Answer : Get Lastest Questions and Answer : Exp: A single tenant application only needs to look in its own directory for a user, while a multi-tenant application needs to identify a specific user from all the
directories in Azure AD.

Multi-tenant application: A multi-tenant application is intended for use in many organizations, not just one organization. These are typically software-as-a-service (SaaS)
applications written by an independent software vendor (ISV). Multi-tenant applications need to be provisioned in each directory where they will be used, which requires user or
administrator consent to register them.






Question : At AcmeShell Inc, you administer an Access Control Service namespace named AcmeACS that is used by a web application. AcmeACS currently utilizes Microsoft and Yahoo
accounts. Several users in your organization have Google accounts and would like to access the web application through AcmeACS. You need to allow users to access the application by
using their Google accounts. What should you do?
 : At AcmeShell Inc, you administer an Access Control Service namespace named AcmeACS that is used by a web application. AcmeACS currently utilizes Microsoft and Yahoo
1. Register the application directly with Google.

2. Edit the existing Microsoft Account identity provider and update the realm to include Google.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Add a new WS-Federation identity provider and configure the WS-Federation metadata to point to the Google sign-in URL.

Correct Answer : Get Lastest Questions and Answer : Exp:


Related Questions


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.


Question : You are managing an Azure website, in Standard mode at the following addres acmeshell.azurewebsites.net. Now Acmeshell Inc has a new domain for the siite that
needs to be accessible by SSL. You need to be able to add a custom domain to the Azure Web Site and assign an SSL certificate. Which three steps should you perform next in sequence?

A. Create a CNAME record from www.Acmeshell.com to acmesheel.azurewebsite.net
B. Add www.Acmeshell.com to the list of domain names as a custom domain.
C. Add A record in your DNS for www.Acmeshell.com to point to the Azure web site IP
D. Add SSL binding for the www.Acmeshell.com domain with the IP-based SSL option selected.
E. Add SSL binding for the www.Acmeshell.com domain with the Server Name indication (SNI) SSL option selected.
F. Create a new file that will redirect the site to the new URL and upload it to the Azure Website.
 : You are managing an Azure website, in Standard mode at the following addres acmeshell.azurewebsites.net. Now Acmeshell Inc has a new domain for the siite that
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,E
5. A,C,F


Question : You are working in Acmeshell Inc and managing a website named AcmeWeb and logging is enabled for this website (Assume it is hosted on Azure).
You need to view only errors from your log files in a continuous stream as they occur. Which Windows Power Shell command should you execute?

 : You are working in Acmeshell Inc and managing a website named AcmeWeb  and logging is enabled for this website (Assume it is hosted on Azure).
1. Get-AzureWebSiteLog -Name AcmeWeb -OutBuffer Error

2. Save-AzureWebSiteLog -Name AcmeWeb -Output Errors

3. Access Mostly Uused Products by 50000+ Subscribers

4. Get-Azure WebSiteLog -Name AcmeWeb -Message Error


Question : You are working in Acmeshell Inc., which has two websites (AcmeShell.com and AcmeWeb.com) hosted on internal servers. However recently they are facing some issues
related to performance due to heavy traffic. You planned to migrate the sites to Azure Websites. Sites respective configuration is as below.
AcmeShell.com
Purpose: Public-facing forum for clients and customers to interact.

Its Characteristics
- Developed Using Node.js
- Contains 11GB data
- Deployed to two instances

AcmeWeb.com
Purpose : Public-facing portal for users to access their customer records
Its Characteristics
- Developed in ASP.NET 4.0
- Contains 9GB Data
- Deployed on 3 instances.

Select correct web hosting plan for websites
 : You are working in Acmeshell Inc., which has two websites (AcmeShell.com and AcmeWeb.com) hosted on internal servers. However recently they are facing some issues
1. Acmeshell.com : Free AcmeWeb.com : Standard

2. Acmeshell.com : Standard AcmeWeb.com : Shared

3. Access Mostly Uused Products by 50000+ Subscribers

4. Acmeshell.com : Basic AcmeWeb.com : Standard

5. Acmeshell.com : Standard AcmeWeb.com : Basic