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 +

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 2, 2020 No Comments READ MORE +

Which permission should you grant for each feature?

Topic 2, Misc. Questions HOTSPOT You are developing an interactive invoicing application that will be used by end users. The application will have the following features: - Save invoices generated by a user to the user’s Microsoft OneDrive. - Email daily automated reminders. You need to identify which permissions to...

December 1, 2020 No Comments READ MORE +

Which HTTP response should you send?

You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from Azure Active Directory (Azure AD). You need to formulate the response that WebApi1 will return to the client application. Which HTTP response should you send?A . HTTP 307...

February 14, 2020 No Comments READ MORE +

Which URI should you use to retrieve the results?

HOTSPOT You need to retrieve a list of the last 10 files that the current user opened from Microsoft OneDrive. The response must contain only the file ID and the file name. Which URI should you use to retrieve the results? To answer, select the appropriate options in the answer...

February 14, 2020 No Comments READ MORE +