MS-600 Premium Bundle

MS-600 Premium Bundle

Building Applications and Solutions with Microsoft 365 Core Services Certification Exam

4.5 
(50310 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 21, 2024Last update

Microsoft MS-600 Free Practice Questions

Cause all that matters here is passing the Microsoft MS-600 exam. Cause all that you need is a high score of MS-600 Building Applications and Solutions with Microsoft 365 Core Services exam. The only one thing you need to do is downloading Ucertify MS-600 exam study guides now. We will not let you down with our money-back guarantee.

Free MS-600 Demo Online For Microsoft Certifitcation:

NEW QUESTION 1

You are developing a server-based web app that will use OAuth2 on behalf of the user and will be registered with the Microsoft identity platform.
Which two types of token will the app retrieve as part of the authorization flow? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • A. context token
  • B. Kerberos token
  • C. refresh token
  • D. SAML token
  • E. access token

Answer: BD

NEW QUESTION 2

You are developing in application named App1.
App1 needs to use the Microsoft Graph API to retrieve emails from Microsoft 365 for the current signed-in user. The solution must meet the following requirements:
MS-600 dumps exhibit Emails that have attachments and are from bill@contoso.com must be retrieved.
MS-600 dumps exhibit The results must show the subject of the email, the sender address, and the count of emails retrieved.
How should you complete the URI to retrieve the results? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Box 1: $count
Use $count as a query parameter to include a count of the total number of items in a collection alongside the page of data values returned from the Graph, as in the following example:
GET https://graph.microsoft.com/v1.0/me/contacts?$count=true Box 2: $select
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.
Box 3: $filter
To filter the response data based on a set of criteria, use the $filter query option.
The following example returns messages that have the address field of the from property equal to "jon@contoso.com".
The from property is of the complex type emailAddress.
GET https://graph.microsoft.com/v1.0/me/messages?$filter=from/emailAddress/address eq 'jon@contoso.com' Reference: https://developer.microsoft.com/en-us/graph/docs/overview/query_parameters

NEW QUESTION 3

What are two possible URIs that you can use to configure the content administration user interface? Each correct answer present a complete solution.
NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D

Answer: BC

NEW QUESTION 4

This question requires that you evaluate the underlined text to determine if it is correct.
Centralized deployments for Microsoft Office Add-ins require Office Online Server.
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. Azure Active Directory (Azure AD)
  • C. Azure AD Connect
  • D. an Azure web app

Answer: A

Explanation:
Centralized deployment of add-ins requires that the users are using Office 365 ProPlus (and are signed into Office using their Organizational ID), and have Exchange Online and active Exchange Online mailboxes.
Reference: https://docs.microsoft.com/en-us/office365/admin/manage/centralized-deployment-of-add-ins

NEW QUESTION 5

You are building a Microsoft Outlook Web Add-in.
You need to persist user preferences between devices by using the minimum amount of development effort. Which API should you use?

  • A. the Microsoft Graph API
  • B. the REST API for the Blob service
  • C. the JavaScript API for Microsoft Office
  • D. the Table service REST API

Answer: C

Explanation:
You can persist add-in state and settings with the JavaScript API for Office.
The JavaScript API for Office provides the Settings, RoamingSettings, and CustomProperties objects for saving add-in state across sessions
Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/develop/persisting-add-in-state-and-settings

NEW QUESTION 6

You are creating an application named App1 that will use the Microsoft identity platform. App1 will be accessed only by users from several different Microsoft 365 subscriptions.
Which Supported account types setting should you configure for App1?

  • A. Accounts in this organizational directory only
  • B. Accounts in any organizational directory and personal Microsoft a accounts
  • C. Accounts in any organizational directory

Answer: B

NEW QUESTION 7

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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Box 1: Yes
As part of your app you can add custom tabs to embed your own web content in Teams, and using the Teams JavaScript client SDK, add Teams-specific functionality to your web content.
Box 2: Yes
You can use the Office JavaScript API to create task pane or content add-ins for Office 2013 host applications. Box 3: Yes
You can use the Office JavaScript API to create task pane or content add-ins for Office 2013 host applications. Reference: https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs https://docs.microsoft.com/en-us/office/dev/add-ins/develop/support-for-task-pane-and-content-add-ins

NEW QUESTION 8

You need to implement the role functionality for the backend web service calls.
Which three 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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
MS-600 dumps exhibit

NEW QUESTION 9

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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
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 2021 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

NEW QUESTION 10

You plan to deploy a SharePoint Framework (SPFx) solution to the tenant app catalog.
Which attribute should you configure in the package-solution.json file to ensure that the solution is available immediately to all site collections?

  • A. skipFeatureDeployment
  • B. zippedPackage
  • C. ClientSideComponentId
  • D. isDomainIsolated

Answer: A

Explanation:
You can configure your SharePoint Framework components to be immediately available across the tenant when the solution package is installed to the tenant app catalog. This can be configured by using the skipFeatureDeployment attribute in the package-solution.json file.
Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-scoped-deployment

NEW QUESTION 11

You have an application named App1 that is used to administer an Azure Active Directory (Azure AD) tenant. When administrators install Appl, they are prompted for admin consent.
Which application permission can cause the administrators to be prompted for consent?

  • A. RoleManagemen
  • B. Read . Directory
  • C. Device.Command
  • D. Device.Read
  • E. Calendars.ReadWrite

Answer: A

NEW QUESTION 12

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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Box 1: No
Box 2: No
Box 3: Yes
A file is downloaded from OneDrive and saved locally.
Drive/Root is the drive resource is the top level object representing a user's OneDrive or a document library in SharePoint.
Reference: https://docs.microsoft.com/en-us/graph/api/resources/drive

NEW QUESTION 13

You plan to create a Microsoft Teams application that uses action-based messaging extensions. 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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
MS-600 dumps exhibit

NEW QUESTION 14

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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
MS-600 dumps exhibit

NEW QUESTION 15

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?

  • A. outgoing webhooks
  • B. incoming webhooks
  • C. a notification-only bot
  • D. a conversational bot

Answer: A

Explanation:
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

NEW QUESTION 16

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

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D

Answer: C

NEW QUESTION 17

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 are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD).
Currently, App1 can read user profile information. You need to allow App1 to read the user’s calendar.
Solution: Add https://graph.windows.net/user.read to the list of scopes during the initial login request. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
Microsoft Graph Calendars.Read allows the app to read events in user calendars.
For your app to access data in Microsoft Graph, the user or administrator must grant it the correct permissions via a consent process.
Application permissions are used by apps that run without a signed-in user present; for example, apps that run as background services or daemons. Application permissions can only be consented by an administrator.
References: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent https://docs.microsoft.com/en-us/graph/permissions-reference

NEW QUESTION 18

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

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
"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

NEW QUESTION 19

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.

  • A. Create a secret in the Azure AD application.
  • B. Add the required delegated permissions to the Azure AD application.
  • C. Modify the code of the Azure web app to use the certificate to obtain an access token for Microsoft Graph.
  • D. From the Azure portal, configure a certificate public key for the Azure AD application.

Answer: ACD

NEW QUESTION 20

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 are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD).
Currently, App1 can read user profile information. You need to allow App1 to read the user’s calendar.
Solution: In the code of App1, dynamically request the Calendar.Read permission from the Microsoft Graph API.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
For your app to access data in Microsoft Graph, the user or administrator must grant it the correct permissions via a consent process.
Application permissions can only be consented by an administrator.
References: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent https://docs.microsoft.com/en-us/graph/permissions-reference

NEW QUESTION 21

You have an application that employees use to schedule vacations. The application sets an automatic reply and an out-of-off event in the employees’ Microsoft 365 calender.
Employees who access the application from a mobile device report that the application is slow to make changes.
You need to replace the application calls to use batched request. Automatic reply must be set only if an out-of-office event is set successfully.
How should you complete the batch request? To answer, select the appropriate options in the answer area.
MS-600 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
MS-600 dumps exhibit

NEW QUESTION 22

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?

  • A. Provider-hosted
  • B. SharePoint-hosted
  • C. Domain isolated
  • D. Connected

Answer: A

NEW QUESTION 23

You have a line-of-business API that is secured by using Azure Active Directory (Azure AD). You deploy a solution to the app catalog. The solution requests permission to the API.
What should you do in the SharePoint admin center to ensure that the solution can access the API?

  • A. Create a SharePoint security group and add the solution
  • B. Create an access policy
  • C. Enable sandbox solutions
  • D. Approve a pending permission request

Answer: D

Explanation:
Developers building a SharePoint Framework solution that requires access to specific resources secured with Azure AD list these resources along with the required permission scopes in the solution manifest. When deploying the solution package to the app catalog, SharePoint creates permission requests and prompts the administrator to manage the requested permissions. For each requested permission, tenant administrators can decide whether they want to grant or deny the specific permission.
All permissions are granted to the whole tenant and not to a specific application that has requested them. When the tenant administrator grants a specific permission, it is added to the SharePoint Online Client Extensibility Azure AD application, which is provisioned by Microsoft in every Azure AD and which is used
by the SharePoint Framework in the OAuth flow to provide solutions with valid access tokens.

NEW QUESTION 24

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

Answer: 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/

NEW QUESTION 25

This question requires that you evaluate the underlined BOLD text to determine if it is correct.
You can use App Studio for Microsoft Teams to develop all the components of a bot application.
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. configure a Teams tab in an application
  • C. develop a SharePoint Framework (SPFx) web part
  • D. provision a bot by using the Bot Framework

Answer: B

Explanation:
Tabs provide a place for you to display for rich interactive web content. You can define both personal and team tabs.
There can be only 1 team tab per app, but up to 16 personal tabs per app.
Reference: https://blog.thoughtstuff.co.uk/2021/04/what-is-app-studio-in-microsoft-teams-and-why-do-i-care/

NEW QUESTION 26
......

Recommend!! Get the Full MS-600 dumps in VCE and PDF From 2passeasy, Welcome to Download: https://www.2passeasy.com/dumps/MS-600/ (New 100 Q&As Version)


START MS-600 EXAM