Microsoft Building Applications and Solutions with Microsoft 365 Core Services MS-600 Exam Practice Test

Page: 1 / 14
Total 242 questions
Question 1

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 three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : A, E, F

Consider the following factors to localize your Microsoft Teams app:

Localize your AppSource listing.

Localize strings in your app manifest.

Handle localized text submissions from your users.

All files added to your solution need to follow a specific format that includes {filename}.LanguageID.resx, where the language ID is the numeric value for that language. This format is necessary because the framework relies on the naming convention to identify which resource file should be used to associate the appropriate localized string to a label control.


https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-localization

https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/custom-page-localize#add-localized-resx-web-resource-files-to-your-solution

Question 2

You are building a Microsoft Outlook add-in.

Which object should you use to save a user's preferences between sessions and devices?



Answer : B

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.


https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/manage-state-and-settings-outlook

Question 3

What is the default permission scope when you request an access token by using MSGraphClient?



Answer : D

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


Question 4

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?



Answer : A

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.


https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial

Question 5

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 question sets have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You need to deploy a Microsoft Teams app. The app will create a Microsoft Teams personal tab that displays a website.

Solution: You create a Microsoft Teams manifest file that includes a staticTabs section containing the name, ID, and content URL of the website.

Does this meet the goal?



Question 6

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?



Answer : D

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.

3. Click a command in the list that you choose.

4. Click Add.

5. To see and save your changes, click OK.


Question 7

This question requires that you evaluate the underlined text to determine if it is correct.

In Microsoft Word on Windows, before you can sideload a Microsoft Office Add-in. you must first upload the manifest to Microsoft_pnePrivc.

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.



Answer : A


Page:    1 / 14   
Total 242 questions