Which task can the web part perform?
You have a SharePoint Framework (SPFx) web part that includes the manifest shown in the following exhibit. Which task can the web part perform?A . Send an email on behalf of a mail-enabled group.B . Send an email as another user.C . Send an email as the current user.D ....
You plan to implement a new task pane in Microsoft Office
HOTSPOT You plan to implement a new task pane in Microsoft Office. 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
Which code segment should you insert at line 06?
You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06?A . storeAuthStateInCookie: falseB . storeAuthStateInCookie: trueC . cacheLocation: ‘localStorage’D . cacheLocation: ‘sessionStorage’View AnswerAnswer: C Explanation: Scenario: Implement single sign-on (SSO) and minimize login prompts across browser tabs. When your application is open...
Which component is invoked to provide the users with the ability to configure the settings for the web part?
You have a SharePoint Framework (SPFx) web part that displays the weather. Users can set the city within the web part . Which component is invoked to provide the users with the ability to configure the settings for the web part?A . a custom controlB . the property paneC ....
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 AB . Option BC . Option CD . Option DView AnswerAnswer: A
Which Supported account types setting should you configure for App1?
You are creating an application named App1 that will use the Microsoft identity platform. App1 will be accessed only by users from several different Microsoft 365 subscriptions. Which Supported account types setting should you configure for App1?A . Accounts in this organizational directory onlyB . Accounts in any organizational directory...
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
How can you validate that the JSON notification message is sent from the Microsoft Graph service?A . The ClientState must match the value provided when subscribing.B . The user_guid must map to a user ID in the Azure AD tenant of the customer.C . The tenant ID must match the...
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...
Which object should you use to connect to the API from the solution?
You have an API that is secured by using Azure Active Directory (Azure AD). You are designing a SharePoint Framework (SPFx) solution. Which object should you use to connect to the API from the solution?A . SPHttpClientB . HttpClientC . AadHttpClientView AnswerAnswer: C Explanation: By using the AadHttpClient, you can...
What should you include in the recommendation?
You plan to integrate a web-based support ticketing system and Microsoft Teams. You need to recommend a solution that will prompt users for specific information before a ticket is created. The solution must minimize development effort. What should you include in the recommendation?A . outgoing webhooksB . incoming webhooksC ....