The Most Recent Guide To MS-600 Exam Dumps

Exam Code: MS-600 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass MS-600 Exam.

Online Microsoft MS-600 free dumps demo Below:

Page: 1 / 8
Total 100 questions Full Exam Access
Question 1
- (Exam Topic 2)
You are developing a Microsoft Teams solution to host an existing webpage as a Teams tab. Which requirement must the page meet?
My answer: -
Reference answer: C
Reference analysis:

Make sure that all domains used in your tab pages are listed in the manifest.json validDomains array. Reference: https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/create-tab-pages/ configuration-page

Question 2
- (Exam Topic 2)
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?
My answer: -
Reference answer: A
Reference analysis:

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/

Question 3
- (Exam Topic 2)
You have an application that uses the Microsoft Graph API.
You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups.
Which URI should you use?
My answer: -
Reference answer: B
Reference analysis:

Get member groups returns all the groups that the specified user, group, or directory object is a member of. This function is transitive.
Reference: https://docs.microsoft.com/en-us/graph/api/directoryobject-getmembergroups

Question 4
- (Exam Topic 2)
You are building a new tab as part of a new Microsoft Teams application. Users will experience the tab privately.
How should you complete the application manifest? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit
Solution:
MS-600 dumps exhibit

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 5
- (Exam Topic 2)
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
MS-600 dumps exhibit
C# Version
MS-600 dumps exhibit
MS-600 dumps exhibit
Solution:
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
Reference: https://docs.microsoft.com/en-us/graph/api/group-post-groups

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 6
- (Exam Topic 2)
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.
My answer: -
Reference answer: B
Reference analysis:

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

Question 7
- (Exam Topic 2)
You need to retrieve a list of the last 10 files that the current user opened from Microsoft OneDrive. The response must contain only the file ID and the file name.
Which URI should you use to retrieve the results? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit
Solution:
"graph.microsoft.com" "drive" onedrive Box 1: root
/root - The root folder for the drive. Box 2: $select=id,name
To specify a different set of properties to return than the default set provided by the Graph, use the $select query option. The $select option allows for choosing a subset or superset of the default set returned. For example, when retrieving your messages, you might want to select that only the from and subject properties of messages are returned.
References: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/addressing-driveitems https://developer.microsoft.com/en-us/graph/docs/overview/query_parameters

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 8
- (Exam Topic 2)
You are designing a Microsoft Teams application. The application will enable content authors to start conversations about news coming from a third-party application.
Which development technique should you use?
My answer: -
Reference answer: D
Reference analysis:

Create deep links to content and features in Microsoft Teams.
You can create links to information and features within the Teams client. Examples of where this may be useful:
\"MS-600 Your app automates or simplifies certain user tasks, such as creating a chat or scheduling a meeting, by pre-populating the deep links with required parameters. This avoids the need for users to manually enter information.
\"MS-600 Navigating the user to content within one of your app\'s tabs.
Reference: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links

Question 9
- (Exam Topic 2)
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?
My answer: -
Reference answer: A
Reference analysis:

Webhooks are a great way for Teams to integrate with external apps. A webhook is essentially a POST request sent to a callback URL. In Teams, outgoing webhooks provide a simple way to allow users to send messages to your web service without having to go through the full process of creating bots via the Microsoft Bot Framework. Outgoing webhooks post data from Teams to any chosen service capable of accepting a JSON payload. Once an outgoing webhook is added to a team, it acts like bot, listening in channels for messages using @mention, sending notifications to external web services, and responding with rich messages that can include cards and images.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-outgoing-web

Question 10
- (Exam Topic 2)
You have a SharePoint Framework (SPFx) 1.5 solution.
You need to ensure that the solution can be used as a tab in Microsoft Teams. What should you do first?
My answer: -
Reference answer: D
Reference analysis:

Starting with the SharePoint Framework v1.8, you can implement your Microsoft Teams tabs using SharePoint Framework.
Reference:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-msteams-tab

Question 11
- (Exam Topic 1)
You need to configure the initial login request in the access token JavaScript script. Which code segment should you insert at line 01?
My answer: -
Reference answer: D
Reference analysis:

Scenario: ADatum identifies the following technical requirements for the planned E-invoicing capabilities:
\"MS-600 Ensure that all operations performed by E-invoicing against Office 365 are initiated by a user. Require that the user authorize E-invoicing to access the Office 365 data the first time the application attempts to
access Office 365 data on the user’s behalf.
Reference: https://docs.microsoft.com/en-us/graph/permissions-reference

Question 12
- (Exam Topic 2)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit
Solution:
Box 1: No
Box 2: No
The manifest is in XML format.
Box 3: Yes
SourceLocation is required and specifies the source file location(s) for your Office Add-in as a URL between 1 and 2018 characters long. The source location must be an HTTPS address, not a file path.
References: https://docs.microsoft.com/en-us/office/dev/add-ins/develop/add-in-manifests https://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/sourcelocation

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 13
- (Exam Topic 2)
You are building an application that will help Azure Active Directory (Azure AD) administrators manage Microsoft 365 groups.
You are building a details page that will display information about the groups.
You need to display the groups of which the current group is member. The results must contain the nested groups.
Which URI should you use?
MS-600 dumps exhibit
My answer: -
Reference answer: D
Reference analysis:

None

Question 14
- (Exam Topic 2)
You are developing a mobile application that will display the current signed-in user’s display name and the application settings. The application settings are stored as Microsoft graph extension of the user profile.
Users of the application have intermittent network connectivity.
You need to retrieve the least amount of data by using a single REST request. The solution must minimize network traffic.
Which URI Should you use to retrieve the data?
MS-600 dumps exhibit
My answer: -
Reference answer: C
Reference analysis:

None

Question 15
- (Exam Topic 2)
You are developing a Microsoft Office Add-in for Microsoft Word. Which Office Ul element can contain commands from the add-in?
My answer: -
Reference answer: A
Reference analysis:

None

Question 16
- (Exam Topic 2)
You are developing a SharePoint Framework (SPFx) web part. The web part will call a backed API that is secured by using Azure Active Directory (Azure AD). The web part will be on a page that has many other web parts.
Which type of web part should you use ensure that access to the exclusive to the web part?
My answer: -
Reference answer: A
Reference analysis:

None

Question 17
- (Exam Topic 2)
You are evaluating the SharePoint Framework (SPFx) ListView Command Set extension. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit
Solution:
Box 1: Yes
Extensions are client-side components that run inside the context of a SharePoint page. Box 2: Yes
ClientSideExtension.ListViewCommandSet.CommandBar: The top command set menu in a list or library.
Box 3: Yes
ClientSideExtension.ListViewCommandSet.ContextMenu: The context menu of the item(s). Reference:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-cmdset-with-dialog

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 18
- (Exam Topic 2)
You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive.
You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload.
Which four actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order.
MS-600 dumps exhibit
Solution:
MS-600 dumps exhibit

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 19
- (Exam Topic 1)
You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06?
My answer: -
Reference answer: C
Reference analysis:

Scenario: Implement single sign-on (SSO) and minimize login prompts across browser tabs.
When your application is open in multiple tabs and you first sign in the user on one tab, the user is also signed in on the other tabs without being prompted. MSAL.js caches the ID token for the user in the browser localStorage and will sign the user in to the application on the other open tabs.
By default, MSAL.js uses sessionStorage which does not allow the session to be shared between tabs. To get SSO between tabs, make sure to set the cacheLocation in MSAL.js to localStorage.
Reference: https://docs.microsoft.com/bs-latn-ba/Azure/active-directory/develop/msal-js-sso

Question 20
- (Exam Topic 2)
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?
My answer: -
Reference answer: D
Reference analysis:

Add commands to a custom group
* 1. In the Customize the Ribbon window under the Customize the Ribbon list, click the custom group that you want to add a command to.
* 2. In the Choose commands from list, click the list you want to add commands from, for example, Popular Commands or All Commands.
\"MS-600
* 3. Click a command in the list that you choose.
* 4. Click Add.
* 5. To see and save your changes, click OK. Reference:
https://support.office.com/en-us/article/customize-the-ribbon-in-office-00f24ca7-6021-48d3-9514-a31a460ecb3

Question 21
- (Exam Topic 2)
What is the default permission scope when you request an access token by using MSGraphClient?
My answer: -
Reference answer: D
Reference analysis:

By default, the service principal has no explicit permissions granted to access the Microsoft Graph. However, if you request an access token for the Microsoft Graph, you get a token with the user_impersonation permission
scope that can be used for reading information about the users (that is, User.Read.All). Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph

Question 22
- (Exam Topic 2)
You are developing an Azure web app that will enable users to view a consolidated view of multiple users' tasks based on data in Microsoft Planner and Outlook. The app will use the Microsoft identity platform and a certificate to establish an authorization flow between the app and Microsoft 365.
You obtain a certificate and you create an Azure Active Directory (Azure AD) application. You need to set up authorization for the application.
Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one pointA. Add the application permissions to the Azure AD application.
My answer: -
Reference answer: ACD
Reference analysis:

None

Question 23
- (Exam Topic 2)
This question requires that you evaluate the underlined text to determine if it is correct.
Microsoft Visual Studio Code contains samples that you can use to quickly prototype a Microsoft Office Web Add-in for Microsoft Word.
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.
My answer: -
Reference answer: D
Reference analysis:

None

Question 24
- (Exam Topic 2)
You are developing a Microsoft Team application. To host a webpage in a Teams tab, the manifest file must include the contentUrl property within the staticTabs property.
Instructions: Review the underline text. If the makes the statement correct, select ‘’ No change is needed. ‘’ If the statement is incorrect, select the answer choice that makes the statement correct.
My answer: -
Reference answer: B
Reference analysis:

None

Question 25
- (Exam Topic 2)
You are developing a single-page application (SPA).
You plan to access user data from Microsoft Graph by using an AJAX call.
You need to obtain an access token by the Microsoft Authentication Library (MSAL). The solution must minimize authentication prompts.
How should you complete the code segment? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit
Solution:
Box 1: loginPopup
Box 2: acquireTokenSilent
The pattern for acquiring tokens for APIs with MSAL.js is to first attempt a silent token request by using the acquireTokenSilent method. When this method is called, the library first checks the cache in browser storage to see if a valid token exists and returns it. When no valid token is in the cache, it sends a silent token request to Azure Active Directory (Azure AD) from a hidden iframe. This method also allows the library to renew tokens.
Box 3: acquireTokenPopup
//AcquireToken Failure, send an interactive request. Example:
userAgentApplication.loginPopup(applicationConfig.graphScopes).then(function (idToken) {
//Login Success
userAgentApplication.acquireTokenSilent(applicationConfig.graphScopes).then(function (accessToken) {
//AcquireToken Success updateUI();
}, function (error) {
//AcquireToken Failure, send an interactive request. userAgentApplication.acquireTokenPopup(applicationConfig.graphScopes).then(function (accessToken) { updateUI();
}, function (error) { console.log(error);
});
})
}, function (error) { console.log(error);
});
Reference: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/339

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Page: 1 / 8
Total 100 questions Full Exam Access