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

March 30, 2023 No Comments READ MORE +

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

March 29, 2023 No Comments READ MORE +

Which URI should you use?

You are building an application that will help Azure Active Directory (Azure AD) administrators manage Microsoft 365 groups. You are building a details page that will display information about the groups. You need to display the groups of which the current group is member. The results must contain the nested...

March 29, 2023 No Comments READ MORE +

What should you do next?

You have a Microsoft 365 tenant. You develop a custom Microsoft Office Add-in for Word. You need to sideload the add-in. You sign in to Microsoft 365 in a web browser and create a new Word document What should you do next?A . Upload the add-in to Microsoft AppSource. B....

March 29, 2023 No Comments READ MORE +

What should you use to develop the web part?

You are designing a custom SharePoint Framework (SPFx) web part that will be deployed to modern Microsoft SharePoint sites. You need to ensure that all the web part fields and controls adopt the theme of the site when you deploy the web part. What should you use to develop the...

March 29, 2023 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 . localStorage B. RoamingSettlngs C. CustomXMLParts D. 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...

March 29, 2023 No Comments READ MORE +

This question requires that you evaluate the underlined text to determine if it is correct-

This question requires that you evaluate the underlined text to determine if it is correct- For a Microsoft Office Add-in. you set the icon in the Microsoft SharePoint app catalog. Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is...

March 29, 2023 No Comments READ MORE +

How should you complete the PowerShell command?

HOTSPOT You have a Microsoft Teams channel that has a custom incoming webhook. You need to send a message of “Hello World!” to the channel that uses the incoming webhook. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area. NOTE: Each correct...

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

March 29, 2023 No Comments READ MORE +

Which object should you use to call the API?

You have a custom API that is secured by using Azure Active Directory (Azure AD). You need to call the API from within a SharePoint Framework (SPFx) web part. Which object should you use to call the API?A . AadHttpClient B. MSGraphClient C. SPMttpCHent D. XMLHttpRequestView AnswerAnswer: A Explanation: By...

March 29, 2023 No Comments READ MORE +