Which four actions should you perform in sequence?
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 tool should you use make the web part available locally for debugging?
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?A . YeomanB . Microsoft Visual Studio CodeC . npm installD...
How should you complete the query?
HOTSPOT You have a Microsoft 365 tenant that contains a Microsoft SharePoint Online site named Projects. You need to get a list of documents in the Documents library by using the Microsoft Graph API. How should you complete the query? To answer, select the appropriate options in the answer area....
Which three actions should you perform?
You plan to develop a new way for users to generate tickets in a support system by filling out a form that pops up in a Microsoft Teams app. You already have the built form in an existing web app. You need to ensure that the existing form can be...
In which order will a user and the bot interact?
DRAG DROP You have a bot that responds by using an Adaptive Card. In which order will a user and the bot interact? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer: Explanation: Graphical user interface,...
Which code segment should you insert at line 01?
You need to configure the initial login request in the access token JavaScript script. Which code segment should you insert at line 01?A . const scopes = ['https://graph.microsoft.com/.default'];B . const accessTokenRequest = { };C . const scopes = ['https://graph.microsoft.com/Files.Read.All', 'https://graph.microsoft.com/Mail.Send.All'];D . const accessTokenRequest = { scopes: ['https://graph.microsoft.com/Files.ReadWrite', 'https://graph.microsoft.com/Mail.Send'] };View AnswerAnswer:...
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...
Which object should you use to save a user's preferences between sessions and devices?
You are building a Microsoft Outlook add-in. Which object should you use to save a user's preferences between sessions and devices?A . localStorageB . RoamingSettlngsC . CustomXMLPartsD . CustomPropertiesView AnswerAnswer: B Explanation: The user's Exchange server mailbox where the add-in is installed. Because these settings are stored in the user's...
What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?
What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?A . the TeamsTab value to the componentType property in the manifest fileB . a manifest file to the Teams folder in the solutionC . the TeamsTab value...
Which three actions should you perform next?
You need to build a daemon app that polls Microsoft Graph to get all user information. You register and configure the app in Azure Active Directory (Azure AD). Which three actions should you perform next? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one...