What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?

What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?A . the TeamsTab value to the componentType property in the manifest fileB . a manifest file to the Teams folder in the solutionC . the TeamsTab value...

April 19, 2022 No Comments READ MORE +

Which requirement must the page meet?

You are developing a Microsoft Teams solution to host an existing webpage as a Teams tab. Which requirement must the page meet?A . The page must adhere to HTML 5.0 standardsB . The page must adhere to WCAG 2.0 accessibility guidelinesC . The page must be hosted on a domain...

April 19, 2022 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You plan to create a bot as part of a Microsoft Teams app. The bot will use Microsoft 365 services on behalf of a user. You add token.botframework.com to the list of valid domains in the app manifest. You need to configure the authentication environment to ensure that...

April 19, 2022 No Comments READ MORE +

Which type of authorization flow should you use?

You need to develop a client-side web app that will be registered with the Microsoft identity platform. Which type of authorization flow should you use?A . authorization code grantB . device code grantC . implicit grantD . client credentials grantView AnswerAnswer: A

April 19, 2022 No Comments READ MORE +

You need to retrieve the current theme by using the Microsoft Teams JavaScript client SDK?

You are developing a Microsoft Teams app that will display differently depending on the current Ul theme applied to Microsoft Teams. You need to retrieve the current theme by using the Microsoft Teams JavaScript client SDK? Which function should you call?A . microsoftTeams.getContextB . microsoftTeams.settings.getSettingsC . microsoftTeams.getMruTablnstancesD . microsoftTeams.initializeView AnswerAnswer:...

April 19, 2022 No Comments READ MORE +

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

April 18, 2022 No Comments READ MORE +

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 paneB . a dialogC . a custom functionD . a commandView AnswerAnswer:...

April 18, 2022 No Comments READ MORE +

What are two possible causes of the error?

You have a custom web app that uses the Microsoft Graph API. You receive an HTTP 403 Forbidden error when you call the Microsoft Graph endpoint. What are two possible causes of the error? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A ....

April 18, 2022 No Comments READ MORE +

Which REST query should you use to retrieve the picture?

You need to display the profile picture of the current signed-in user. Which REST query should you use to retrieve the picture?A . GET me photo $valueB . GET / me/photos/0C . GET /users/ {UserPricincipleName} / photoD . GET / me/ photoView AnswerAnswer: A Explanation: The following OData 4.0 capabilities...

April 18, 2022 No Comments READ MORE +

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

April 18, 2022 No Comments READ MORE +