Microsoft MS-600 Building Applications and Solutions with Microsoft 365 Core Services Online Training
Microsoft MS-600 Online Training
The questions for MS-600 were last updated at Nov 23,2024.
- Exam Code: MS-600
- Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
- Certification Provider: Microsoft
- Latest update: Nov 23,2024
HOTSPOT
For each of the following statements, select Yes, if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Explanation:
Box 1: No
Box 2: No
The manifest is in XML format.
Box 3: Yes
source Location is required and specifies the source file location(s) for your Office Add-in as a URL between 1 and 2021 characters long. The source location must be an HTTPS address, not a file path.
HOTSPOT
You have an application that has the code shown in the exhibits. (Click the JavaScript Version tab or the C# Version tab.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
JavaScript Version
C# Version
Explanation:
Graphical user interface, text, application
Description automatically generated
Box 1: Yes
Unified is specified in the code.
Note: You can create the following types of groups:
Office 365 group (unified group)
Security group
Box 2: Yes
A member is added to the group.
Box 3: No
Box 4: No
You need to publish build status messages to a Microsoft Teams channel.
Solution: You create an app that monitors the build pipeline, and you configure an outgoing webhook by using the URL for the app.
Does this meet the goal?
- A . Yes
- B . No
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 persist the state? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . CustomXMLParts
- B . RoamlngSeccings
- C . Settings
- D . CustomProperties
C,D
Explanation:
Settings: Office application support by Word, Excel, or PowerPoint.
The document, spreadsheet, or presentation the add-in is working with. Content and task pane add-in settings are available to the add-in that created them from the document where they are saved.
CustomXmlParts: Office application support by Word (using the Office JavaScript Common API) Excel (using the application-specific Excel JavaScript API.
The document, spreadsheet, or presentation the add-in is working with.
Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/develop/persisting-add-in-state-and-settings
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.
Which method should you use?
- A . aadHccpCliencFaccory()
- B . ExecuteQuery()
- C . ClientConcexc()
- D . msGraphCliencFaccory()
A
Explanation:
The AadHttpClient client object is useful for consuming any REST API. You can use it to consume Microsoft Graph or any other third-party (or first-party) REST API.
To consume any REST API using the AadHttpClient client object, create a new instance of the AadHttpClient type by calling the context.aadHttpClientFactory.getClient() method and providing the URI of the target service.
Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial
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 conversation.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
Explanation:
Graphical user interface, text, table
Description automatically generated
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 needed”. If the statement is incorrect, select the answer choice that makes the statement correct.
- A . No change is needed
- B . an Application Customizer
- C . a Field Customizer
- D . a web part
B
Explanation:
Application Customizers provide access to well-known locations on SharePoint pages that you can modify based on your business and functional requirements. For example, you can create dynamic header and footer experiences that render across all the pages in SharePoint Online.
Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions
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 selection is worth one point.
Explanation:
Graphical user interface, application, Word
Description automatically generated
Box 1: POST
Invoke-RestMethod-Methodpost-ContentType’Application/Json’-
Body'{"text":"HelloWorld!"}’-Uri<URLofthewebhookyoucopied>
Box 2: ‘{"text":"HelloWorld!"}’
HOTSPOT
You create a personal bot that you plan to distribute as a Microsoft Teams team app.
The bot has the following app manifest.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point