MS-600 Exam Questions
165 real MS-600 exam questions with expert-verified answers and explanations. Page 3 of 4.
- Question #156Extend and customize Microsoft 365 with SharePoint Framework
You create a SharePoint Framework (SPFx) web part and include MSGraphClient by using the following manifest. Which two actions can the web part perform? Each correct answer present...
SPFxMSGraphClientGraph permissionsdelegated permissions - Question #157
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some q...
- Question #158Extend Microsoft Teams
You plan to build a tab extension for Microsoft Teams that will display a list of assets and enable users to make reservations. When a user reserves an asset, a form must be displa...
Teams tabmessaging extensiontask moduleTeams extensions - Question #159Extend Microsoft Teams
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....
Teams deep linksapp installationchatsearch commands - Question #160Extend Microsoft Teams
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....
Teams app deploymentapp permission policytenant deploymentapp setup policy - Question #161Extend Microsoft Teams
Your company has a sales system that emails an alert to all the members of the sales department when a new sale is made. You need to ensure that a notification is posted to a team...
incoming webhookTeams connectorchannel notificationJSON payload - Question #162Extend Microsoft Teams
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 e...
Teams task modulecustom tabTaskInfo URLTeams JavaScript API - Question #163Extend Office
You are building a Microsoft Outlook add-in. Which object should you use to save a user's preferences between sessions and devices?
Outlook add-inRoamingSettingscross-device preferencesadd-in storage - Question #177Extend and customize Microsoft 365 with SharePoint Framework
You need to build a SharePoint Framework (SPFx) web part that will display the contents of a user's Microsoft Exchange Online inbox. The solution must minimize development effort....
SPFxMSGraphClientExchange Onlinemail inbox - Question #178Extend and customize Microsoft 365 with SharePoint Framework
You have a third-party API that is secured by using Azure Active Directory (Azure AD). You need to configure a SharePoint Framework (SPFx) web part to consume the third-party API....
SPFxAadHttpClientAzure ADthird-party API - Question #179Extend Teams
You have a Microsoft Teams app that has several tabs. All the content of the app is currently in English. You need to localize the app in French and Italian for all users. Which th...
Teams app localizationapp manifestlanguage JSON filesTeams tabs - Question #180Extend Office
This question requires that you evaluate the BOLD text to determine if it is correct. In Microsoft Word on Windows, before you can sideload a Microsoft Office Add-in, you must firs...
Office Add-insideloadingmanifesttrusted catalog - Question #181Extend Office
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 persi...
Office JavaScript APIstate persistenceCustomXMLPartsSettings object - Question #183Implement Microsoft identity
You plan to develop a client-side JavaScript web app that will be registered to the Microsoft identity platform and use Microsoft Authentication Library (MSAL) v2.0. Which type of...
MSALauthorization code flowSPAOAuth 2.0 - Question #184Build apps with Microsoft Graph
You are building an app that will use the Microsoft Graph API and the Microsoft identity platform to enable users to perform the following tasks: - Sign in to Azure Active Director...
Microsoft Graph permissionsdelegated permissionsprinciple of least privilegeMail.Send - Question #186Build apps with Microsoft Graph
You are developing an app that will query the tenant for the names of all the Microsoft Teams teams in the organization. What permission will the app require? Your solution must fo...
Microsoft Graph permissionsGroup.Read.AllTeams queryprinciple of least privilege - Question #187Build apps with Microsoft Graph
You need to build a daemon app that polls Microsoft Graph to get all user information. You register and configure the app in Azure Active Directory (Azure AD). Which three actions...
daemon appclient credentials flowadmin consentbearer token - Question #189Build apps with Microsoft Graph
You have a Microsoft 365 tenant that contains a user named [email protected]. You need to retrieve the name of the manager of the user. The solution must minimize the amount of dat...
Microsoft Graph APIOData $selectmanager endpointquery parameters - Question #192Extend and customize Microsoft 365 with SharePoint Framework
You need to build a customizer that will modify the header and footer of each page of a Microsoft SharePoint Online site. You use the Yeoman generator to create a new SharePoint Fr...
SPFxApplication Customizerheader footerplaceholders - Question #197Extend Teams
You have a Microsoft 365 E5 subscription that uses Microsoft Teams. You need to customize the Teams app so that users can search external systems and insert the results into a mess...
messaging extensionsearch extensionTeams appcard - Question #199Extend Teams
You need to send a message in a Microsoft Teams channel that informs users of a new order in a sales system. After the users read the message, the users must click a button to ackn...
Adaptive Cardincoming webhookTeams channelactionable messages - Question #200Extend Teams
You are developing a Microsoft Teams app that will have a personal tab. The personal tab requires single sign-on (SSO) authentication to the Microsoft identity platform. The app wi...
Teams SSOAzure AD app registrationpersonal tabAppSource - Question #201Extend Teams
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some q...
Teams app deploymentpersonal tabApp Studiomanifest - Question #202
You have a web app that uses the Microsoft Identity Platform. You extend the application manifest to implement the following role-based access control (RBAC). When you attempt to s...
- Question #203
You have a single-tenant single-page application (SPA). You need to authenticate by using the Microsoft Authentication Library (MSAL) for JavaScript v2.0. The solution must minimiz...
- Question #204
You are building a custom API that will be registered by using the Microsoft identity platform. You need to ensure that all client requests to the API are authorized. The solution...
- Question #206
You are building a Microsoft Teams app named App1 as a software as a service (SaaS) solution for customers. You need to configure authentication for App1. The solution must meet th...
- Question #207
You have a conversational bot that retrieves files from the Microsoft OneDrive of users. You are adding functionality to the bot to enable the bot to retrieve files from other clou...
- Question #212
You have a Microsoft 365 subscription that uses Microsoft Teams. You need to identify which Teams apps were built by the IT department and are available in the Teams client. Which...
- Question #213
You plan to develop an Azure web app that will use the Microsoft Graph API to access Microsoft 365 data on behalf of a user. You need to establish an authorization flow between the...
- Question #216
You are creating a web app that will use the Microsoft Graph API to read and send email. The app needs to have access to only the current user's mailbox. The solution must use the...
- Question #220
You plan to develop a Microsoft Teams personal tab. The solution must meet the following requirements: - Copy the look and feel of the Teams client. - Support desktop, mobile and w...
- Question #221
You need to build a Microsoft Teams app that will record Teams calls. What should you use?
- Question #222
You have a Microsoft 365 subscription. You plan to deploy a custom Microsoft Teams app. You need to ensure that only users in the Human Resources department can install the app. Wh...
- Question #225
You have a Microsoft Teams app named App1 that is deployed to 100 users. You build a new version of App1. You need to deploy the new version of App1 to 10 existing users of App1. T...
- Question #226
You have a Microsoft Teams app that includes a task module. You need to invoke the task module. What should you use?
- Question #228
You are building a Microsoft Teams meeting extension. The solution must meet the following requirements: - Be available to all users. - Show the details of the meeting. - Use the p...
- Question #232
You build a Microsoft Teams meeting extension. You need to ensure that the extension can be used before a meeting starts. What should you do?
- Question #234
You have a line-of-business (LOB) app named App1. You need to integrate App1 and Microsoft Teams. The solution must ensure that users can take a picture of a QR code from the Teams...
- Question #235
You are building a Microsoft Teams personal app. The app will contain a single-page application (SPA) that will request data from a backend service. You need to recommend an Azure...
- Question #236
You have a web app named App1 that manages leave requests. You need to integrate App1 and Microsoft Teams. What are two ways to achieve this goal? Each correct answer presents a co...
- Question #237
You have a Microsoft Power Platform solution named Solution1 that contains a Microsoft Power Apps app named App1 and multiple Microsoft Power Automate flows. You need to integrate...
- Question #238
You have a web app named App1 that users use to book corporate travel. You need to integrate App1 and Microsoft Teams. What are three ways to achieve this goal? Each correct answer...
- Question #239
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some q...
- Question #240
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some q...
- Question #241
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some q...
- Question #242
You build a Microsoft Teams app named App1 that is available as a bot and a message extension. You plan to deploy App1 for testing. You need to be notified if App1 fails. The solut...
- Question #243
You build a Microsoft Teams bot named Bot1. You need to test the integration of Bot1 with Teams. The solution must minimize development effort. What should you do?
- Question #244
You build a Microsoft Teams app named App1. You plan to publish App1 to the Teams store. You need to complete the Microsoft 365 certification for App1. The solution must minimize a...
- Question #245
You have a Microsoft 365 subscription that uses Microsoft Teams. You have a custom Teams app named App1 that queries a backend database by using an Azure web app. You publish a new...