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...
Match the SharePoint Framework (SPFx) extensions to the correct descriptions
DRAG DROP Match the SharePoint Framework (SPFx) extensions to the correct descriptions. To answer, drag the appropriate SPFx extension from the column on the left to its description on the right. Each SPFx extension may be used once, more than once, or not at all. NOTE Each correct match is...
Which type of authorization flow should you use?
You need to develop a server-based web app that will be registered with the Microsoft identity platform. The solution must ensure that the app can perform operations on behalf of the user? Which type of authorization flow should you use?A . authorization codeB . refresh tokenC . resource owner passwordD...
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
How can you validate that the JSON notification message is sent from the Microsoft Graph service?A . The ClientState must match the value provided when subscribing.B . The user_guid must map to a user ID in the Azure AD tenant of the customer.C . The tenant ID must match the...
Which permission should to grant?
You have a single-page application (SPA) named TodoListSPA and a server-based web app named TodoListService. The permissions for the TodoList SPA API are configured as shown in the TodoList SPA exhibit. (Click the TodoListSPA tab.) The permissions for the TodoListService API are configured as shown in the TodoListService exhibit. (Click...
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...
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...
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...
Which code segment should you insert at line 01?
Topic 1, ADatum Corporation This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that...
Which four actions should you perform in sequence?
DRAG DROP You need to protect the backend web service to meet the technical requirements. Which four actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer: Explanation: Here is a...