What should you add to the add-in?
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?A . a task pane B. a dialog C. a custom function D. a commandView AnswerAnswer:...
What should you add to the add-in?
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?A . a task pane B. a dialog C. a custom function D. a commandView AnswerAnswer:...
You are evaluating deep links in Microsoft Teams
HOTSPOT You are evaluating deep links in Microsoft Teams. For each of the following statement, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: A screenshot of a computer Description automatically generated with low confidence Box 1: No...
Which three actions should you perform in sequence?
DRAG DROP Your company publishes a price list lo a web service. You need to provide users with the ability to check the prices from a Microsoft Teams chat and share the results directly in the current chat by querying the web service. The users must be able to get...
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...
This question requires that you evaluate the bold text to determine if it is correct.
This question requires that you evaluate the bold text to determine if it is correct. You can use a Command Set extension to develop a breadcrumb element that will appear on every Microsoft SharePoint page. Instructions: Review the underlined text. If it makes the statement correct, select “No change is...
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 webhooks B. incoming webhooks C....
You have a Microsoft Teams app that contains a conversational bot. The bot uses task modules to reply to users. When the bot receives a new message, the following code is executed before a response is sent back to the user to decide whether the bot should continue the conversation
HOTSPOT You have a Microsoft Teams app that contains a conversational bot. The bot uses task modules to reply to users. When the bot receives a new message, the following code is executed before a response is sent back to the user to decide whether the bot should continue the...
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: false B. storeAuthStateInCookie: true C. 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 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...