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

May 4, 2023 No Comments READ MORE +

Which four actions should you perform in sequence?

DRAG DROP You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive. You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload. Which four actions should you perform...

May 4, 2023 No Comments READ MORE +

What should use?

You plan to develop a Microsoft Teams bot tghat will return product information to users by using an adaptive card. You need to card to contain a button that will invoke a web search for the product. What should use?A . An action-based messaging extension B. A task module C....

May 4, 2023 No Comments READ MORE +

How should you complete the manifest?

HOTSPOT You are creating an app manifest for Microsoft Teams. You need to create a team tab and a personal tab. The team tab must be scoped for group chat. How should you complete the manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection...

May 4, 2023 No Comments READ MORE +

Which attribute should you configure in the package-solution.json file to ensure that the solution is available immediately to all site collections?

You plan to deploy a SharePoint Framework (SPFx) solution to the tenant app catalog. Which attribute should you configure in the package-solution.json file to ensure that the solution is available immediately to all site collections?A . skipFeatureDeployment B. zippedPackage C. ClientSideComponentId D. isDomainIsolatedView AnswerAnswer: A Explanation: You can configure your...

May 4, 2023 No Comments READ MORE +

Which API should you use?

You are building a Microsoft Outlook Web Add-in. You need to persist user preferences between devices by using the minimum amount of development effort. Which API should you use?A . the Microsoft Graph API B. the REST API for the Blob service C. the JavaScript API for Microsoft Office D....

May 4, 2023 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...

May 4, 2023 No Comments READ MORE +

Which URI should you use to query all the email that relate to an invoice?

Which URI should you use to query all the email that relate to an invoice?A . https://graph.microsoft.com/v1.0/me/messages?$filter=contains(subject, {invoiceid}) B. https://graph.microsoft.com/v1.0/me/messages?$subject eq {invoiceid} C. https://graph.microsoft.com/v1.0/me/messages?$search="{invoiceid}" D. https://graph.microsoft.com/v1.0/me/messages?${invoiceid}View AnswerAnswer: C Explanation: Reference: https://docs.microsoft.com/en-us/graph/search-query-parameter

May 3, 2023 No Comments READ MORE +

You are developing a Microsoft Teams tab that will capture coordinates from mobile devices and send notifications to users

HOTSPOT You are developing a Microsoft Teams tab that will capture coordinates from mobile devices and send notifications to users. The relevant portion of the app manifest is shown in the App Manifest exhibit. (Click the App Manifest tab.) The relevant portion of the JavaScript code for the tab is...

May 3, 2023 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

May 3, 2023 No Comments READ MORE +