Which you insert at line 01?
You need to configure the initial login request in the access token JavaScript script. Which 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: D Explanation: Scenario:...
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...
Which two functionalities can be implemented by using a deep link?
You are developing a new Microsoft Teams app that will contain the following functionality: ✑ Start a new chat. ✑ Prompt users to install an app. ✑ Make a Microsoft Graph API call. ✑ Trigger a search-based command. Which two functionalities can be implemented by using a deep link? Each...
What should you use?
You have a Microsoft Teams app that includes a task module. You need to invoke the task module. What should you use?A . a link in a tab, a deep link, Of an activity feed only B. a bot, a link in a tab, or a deep link only C....
Which two objects can you use to persist the state?
You are developing a Microsoft Office Add-in for Word. You need to persist the user state across sessions by using the Office JavaScript API. Which two objects can you use to persist the state? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A ....
Which URI should you use to query all the emails that relate to an invoice?
Which URI should you use to query all the emails that relate to an invoice? A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical user interface, text, application, email Description automatically generated Box 1: No Box 2: Yes Partial table lists the events that your...
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...
How should you complete the app manifest?
HOTSPOT You need to create a messaging extension search command for Microsoft Teams. How should you complete the app manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical user interface, text, application, email Description automatically generated
What should you do?
You are developing a Microsoft Teams app in a tenant. You pilot the app to only 10 users in the tenant and test the app. You need to deploy the app to all the users in the tenant. What should you do?A . Modify the app manifest. B. Add the...