Which header should you include in the HTTP response sent from WebApi1 to the client application?

You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from the Microsoft Identity Platform. You need to ensure that the client application has the information required to complete the authentication. Which header should you include in the HTTP...

November 17, 2021 No Comments READ MORE +

What should you do?

You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must minimize the amount of data retrieved. What should you do?A . Use GET https://graph.microsoft.com/v1.0/users/delta for...

November 17, 2021 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You need to develop a conversational bot in Microsoft Teams. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer: Explanation: Timeline Description automatically generated

November 16, 2021 No Comments READ MORE +

Which benefit can be achieved by using actionable messages for the approval process?

You have an invoice approval process in which an approver is sent an automated email that contains a link to a web-based accounts system whenever an invoice requires approval. Which benefit can be achieved by using actionable messages for the approval process?A . The approver can delegate invoice approvals to...

November 16, 2021 No Comments READ MORE +

Which URI should you use to query all the email that relate to an invoice?

Which URI should you use to query all the email that relate to an invoice?A . https://graph.microsoft.com/v1.0/me/messages?$filter=contains(subject, {invoiceid})B . https://graph.microsoft.com/v1.0/me/messages?$subject eq {invoiceid}C . https://graph.microsoft.com/v1.0/me/messages?$search="{invoiceid}"D . https://graph.microsoft.com/v1.0/me/messages?${invoiceid}View AnswerAnswer: C Explanation: Reference: https://docs.microsoft.com/en-us/graph/search-query-parameter

November 16, 2021 No Comments READ MORE +

This question requires that you evaluate the underlined text to determine if it is correct.

This question requires that you evaluate the underlined text to determine if it is correct. Microsoft Visual Studio Code contains samples that you can use to quickly prototype a Microsoft Office Web Add-in for Microsoft Word. Instructions: Review the underlined text. If it makes the statement correct, select "No change...

November 16, 2021 No Comments READ MORE +

How should you complete the code?

HOTSPOT You have an app that queries Azure Active Directory (Azure AD) by using the Microsoft Graph API. You need to minimize the number of times users are prompted for their credentials. How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each...

November 16, 2021 No Comments READ MORE +

Which two actions should you perform?

You need to implement the role functionality for the backend web service calls. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.A . Upload a certificate for the application registration of the backend web service.B . Modify...

November 16, 2021 No Comments READ MORE +

Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD)? authorization endpoint?

You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform. Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD)? authorization endpoint? Each correct answer presents part of the solution. NOTE: Each correct...

November 15, 2021 No Comments READ MORE +

You are developing a Microsoft Team application. To host a webpage in a Teams tab, the manifest file must include the contentUrl property within the staticTabs property.

You are developing a Microsoft Team application. To host a webpage in a Teams tab, the manifest file must include the contentUrl property within the staticTabs property. Instructions: Review the underline text. If the makes the statement correct, select ‘’No change is needed. ‘’ If the statement is incorrect, select...

November 15, 2021 No Comments READ MORE +