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
You are building a Microsoft Outlook add-in.
Which object should you use to save a user’s preferences between sessions and devices?
- A . localStorage
- B . RoamingSettlngs
- C . CustomXMLParts
- D . CustomProperties
B
Explanation:
The user’s Exchange server mailbox where the add-in is installed. Because these settings are stored in the user’s server mailbox, they can "roam" with the user and are available to the add-in when it is running in the context of any supported client accessing that user’s mailbox.
Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/manage-state-and-settings-outlook
You have a Microsoft Teams app that includes a task module. You need to invoke the task module.
What should you use?
- A . a link in a tab, a deep link, Of an activity feed only
- B . a bot, a link in a tab, or a deep link only
- C . a connector, a webhook, or a bot only
- D . a link in a tab, a webhook, or a connector only
You develop a Microsoft Teams app named App1. You need to create a package for App1.
Which files should you include in the package?
- A . the executable file, an outline image, and a manifest XML file
- B . a client certificate, an outline image, and a manifest XML file
- C . the client-side code, an app icon, and a manifest JSON file
- D . an outline image, an app icon, and a manifest JSON file
You plan to develop a SharePoint Framework (SPFx) web part by using the ReactJS framework.
You need to ensure that all the web part fields and controls adopt the theme of the site when you deploy the web part. The solution must minimize development effort.
What should you include in the solution?
- A . Fluent Ul
- B . HTML5andCSS
- C . Microsoft Fluid Framework
- D . Material-UI
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:
Graphical user interface, text, application
Description automatically generated
Box 1: Yes
The Adaptive Cards Designer provides a drag-and-drop experience to quickly build and tweak adaptive cards.
Outlook Actionable Messages cards are designed using the Adaptive Card format. The Adaptive Card format is a simple yet powerful declarative layout format that provides a lot of flexibility, allowing for visually rich cards. In this topic we’ll cover the Outlook-specific features of the Adaptive Card format.
Box 2: Yes
The actionable message card is in JSON format.
Box 3: No
By default, the Tenant Administrator can create, edit, clone, and delete tenants, and manage user accounts.
Note:
To enable Actionable Messages the recipient of the task must be an Office 365 customer with permissions for the SharePoint online site.
No: Office 365 administrators can disable actionable messages via the Set-OrganizationConfig cmdlet. If actionable messages do not render, check with your administrator to make sure the feature is enabled in your organization.
Adaptive Cards Designer Microsoft outlook actionable messages
References:
https://docs.microsoft.com/en-us/outlook/actionable-messages/adaptive-card
https://gingkoapp.com/create-tenant-administrator.html
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 users mailbox. The solution must use the principle of least privilege.
Which Microsoft Graph API permissions should you grant for the app?
- A . delegated mailSend
- B . delegated Mail.Read and Mail.Send
- C . application Hail.Read andMail.Send
- D . application Mail.Readwrite
You have a backend service that will access the Microsoft Graph API.
You need to configure the service to authenticate by using the most secure authentication method.
What should you configure the service to use?
- A . a certificate
- B . a client secret
- C . a shared key
- D . a hash
A
Explanation:
You can authenticate to the Graph API with two primary methods: AppId/Secret and certificate based authentication. Certificate is the preferred and more secure way of authenticating.
Reference: https://adamtheautomator.com/microsoft-graph-api-powershell/
HOTSPOT
You have a Microsoft 365 tenant that contains a Microsoft SharePoint Online site named Projects.
You need to get a list of documents in the Documents library by using the Microsoft Graph API.
How should you complete the query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Explanation:
Graphical user interface, text
Description automatically generated
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 . Send an email as the web part.
C
Explanation:
In SPFx we will get the user context using the object “context”. We have msGraphClientFactory available in the same object which will take care of generating the Access Token based on the user context.
Reference: https://www.c-sharpcorner.com/article/how-to-send-email-using-graph-api-in-sharepoint-framework-spfx/
HOTSPOT
You have a Microsoft 365 subscription that uses Microsoft Teams.
You create a PowerShell scrip1 named Teams.ps1 to provision Teams for a testing environment that contains the following commands.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.