Which type of authentication flow should you recommend for the planned integration with Office 365?
Which type of authentication flow should you recommend for the planned integration with Office 365?A . device codeB . implicit grantC . authorization codeD . client credentialsView AnswerAnswer: C Explanation: To use Microsoft Graph to read and write resources on behalf of a user, your app must get an access...
What should you do before you begin debugging in Visual Studio Code?
You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code. A user reports that there is an issue with the add-in. You need to debug the add-in for Word Online. What should you do before you begin debugging in Visual Studio Code?A . Disable...
What should you do?
You have a SharePoint Framework (SPFx) web part named WebPartA that uses SPFx 1.11.0. You need to ensure that WebPartA can be installed as an app in Microsoft Teams. What should you do? A. Update the WebPartA.manifest.json file. B. Update the Config.json file. C. Upload WebPartA to the Microsoft Teams...
How should you complete the batch request?
HOTSPOT You have an application that employees use to schedule vacations. The application sets an automatic reply and an out-of-office event in the employees’ Microsoft 365 calendar. Employees who access the application from a mobile device report that the application is slow to make changes. You need to replace the...
How should you complete the code segment?
HOTSPOT You are developing a single-page application (SPA). You plan to access user data from Microsoft Graph by using an AJAX call. You need to obtain an access token by the Microsoft Authentication Library (MSAL). The solution must minimize authentication prompts. How should you complete the code segment? To answer,...
What are two possible URIs that you can use to prompt the administrators for admin consent to the E-invoicing application?
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...
How should you complete the PowerShell command?
HOTSPOT You create an incoming webhook for a Microsoft Teams team channel. You need to verify the webhook by using PowerShell. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical...
What should you add to the add-in?
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?A . a task paneB . a dialogC . a custom functionD . a commandView AnswerAnswer:...
Which four actions should the application perform in sequence?
DRAG DROP You are developing a server-based application that has the following requirements: ✑ Prompt the user to fill out form that contains a keyword. ✑ Search the OneDrive for Business folder for files that contain the keyword and return the results to the user. ✑ Allow the user to...
What should you include in the solution?
You need to develop a SharePoint Framework (SPFx) solution that interacts with Microsoft SharePoint and Teams. The solution must share the same code base. What should you include in the solution?A . Include the Microsoft Authentication Library for .NET (MSALNET) in the solution.B . Grant admin consent to the Teams...