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,...

November 18, 2021 No Comments READ MORE +

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:...

November 18, 2021 No Comments READ MORE +

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...

November 17, 2021 No Comments READ MORE +

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...

November 17, 2021 No Comments READ MORE +

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...

November 17, 2021 No Comments READ MORE +

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...

November 17, 2021 No Comments READ MORE +

Which header should you include in the HTTP response sent from WebApi1 to the client application?

You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from the Microsoft Identity Platform. You need to ensure that the client application has the information required to complete the authentication. Which header should you include in the HTTP...

November 17, 2021 No Comments READ MORE +

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...

November 17, 2021 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You need to develop a conversational bot in Microsoft 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. View AnswerAnswer: Explanation: Timeline Description automatically generated

November 16, 2021 No Comments READ MORE +

Which benefit can be achieved by using actionable messages for the approval process?

You have an invoice approval process in which an approver is sent an automated email that contains a link to a web-based accounts system whenever an invoice requires approval. Which benefit can be achieved by using actionable messages for the approval process?A . The approver can delegate invoice approvals to...

November 16, 2021 No Comments READ MORE +