You have the following Microsoft Graph call.
PATCH /me/drive/items/01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK
Content-type: application/json
{
"name": "Marketing-Campaign.docx"
}
What occurs when you execute the call?
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 correct selection is worth one point.
You need to modify the HRApp manifest to provide a tab that supports querying the third-party HR system.
Which section of the manifest should you modify, and which value should you set as the scope? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You need to provide users with access to SalesApp. The solution must meet the technical requirements. What should you include in the solution?
You have an outgoing webhook in Microsoft Teams.
You need to confirm the integrity of a payload received from 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.
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.
You have a starter SharePoint Framework (SPFx) web part.
You need to test the web part from the local workbench by connecting to a URL of https://
localhost:4321/temp/workbench.html.
Which tool should you use make the web part available locally for debugging?
You have a custom web app that uses the Microsoft Graph API.
You receive an HTTP 403 Forbidden error when you call the Microsoft Graph endpoint.
What are two possible causes of the error? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You need to ensure that custom SharePoint Framework (SPFx) solutions meet the security requirements. What should you include in the solution?
You need to ensure that users can initiate private conversations with HRBot. The solution must meet the technical requirements for HRApp. How should you configure the HRApp manifest?
You need to recommend the development environment and tools for the redesign of the research department’s SharePoint Online sites.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You need to recommend the development environment and tools for the redesign of the research department's SharePoint Online sites. What should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You need to recommend which type of Office Add-in must be used for SalesApp.
What should you recommend?
You need to recommend a model for the expense claims solution. What should you recommend?
You need to recommend the development environment and tools for the development of SalesApp.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You need to configure the initial login request in the access token JavaScript script.
Which you insert at line 01?
What are two possible URIs that you can use to prompt the administrators for admin consent to the E-invoicing application? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Which type of authentication flow should you recommend for the planned integration with Office 365?
You need to complete the MSAL.js code for SSO.
Which code segment should you insert at line 06?
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
You need to implement the role functionality for the backend web service calls.
Which three 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.
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.
For each of the following statements, select Yes if the statement is true. Otherwise, select NO.
NOTE: Each correct selection is worth one point.
What are two possible URIs that you can use to prompt the administrators for admin consent to the E-invoicing application? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
You need to complete the MSALjs code for the SSO Javascript. Which code segment should you insert at line 06?