You receive the following JSON document when you use Microsoft Graph to query the current signed-in user

HOTSPOT You receive the following JSON document when you use Microsoft Graph to query the current signed-in user. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Yes Syntax: GET...

December 7, 2020 No Comments READ MORE +

Does this meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution. After you answer...

December 5, 2020 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...

December 4, 2020 No Comments READ MORE +

What are two possible URIs that you can use to configure the content administration user interface? Each correct answer present a complete solution. NOTE: Each correct selection is worth one point.

What are two possible URIs that you can use to configure the content administration user interface? Each correct answer present a complete solution. NOTE: Each correct selection is worth one point. A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B,C

December 4, 2020 No Comments READ MORE +

Which API should you use to retrieve the Microsoft Teams memberships of a user by using the minimum amount of code?

You are developing a SharePoint Framework (SPFx) web part. Which API should you use to retrieve the Microsoft Teams memberships of a user by using the minimum amount of code?A . MSGraphClientB . AadHttpClientC . SPHttpClientD . XMLHttpRequestView AnswerAnswer: A Explanation: You can use the Microsoft Graph API to work...

December 4, 2020 No Comments READ MORE +

Does this meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution. After you answer...

December 4, 2020 No Comments READ MORE +

Which code segment should you insert at line 06?

You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06?A . storeAuthStateInCookie: falseB . storeAuthStateInCookie: trueC . cacheLocation: ‘localStorage’D . cacheLocation: ‘sessionStorage’View AnswerAnswer: C Explanation: Scenario: Implement single sign-on (SSO) and minimize login prompts across browser tabs. When your application is open...

December 3, 2020 No Comments READ MORE +

How should you complete the URI to retrieve the results?

DRAG DROP You are developing in application named App1. App1 needs to use the Microsoft Graph API to retrieve emails from Microsoft 365 for the current signed-in user. The solution must meet the following requirements: - Emails that have attachments and are from [email protected] must be retrieved. - The results...

December 2, 2020 No Comments READ MORE +

How should you complete the query parameters for the REST request to display the third page of emails?

DRAG DROP You are developing a web app that will display emails from the Microsoft 365 mailbox of the current signed-in user. For performance reasons, you do not want all the emails to be loaded simultaneously, rather page-by-page as the user navigates the app. You plan to display 30 emails...

December 2, 2020 No Comments READ MORE +

Which URI should you use?

You have an application that uses the Microsoft Graph API. You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups. Which URI should you use?A . https://graph.microsoft.com/v1.0/me/getMemberObjectsB . https://graph.microsoft.com/v1.0/me/getMemberGroupsC . https://graph.microsoft.com/v1.0/me/memberOfD . https://graph.microsoft.com/v1.0/me/checkMemberGroupsView...

December 2, 2020 No Comments READ MORE +