Get Microsoft MS-600 Dumps Questions Study Exam Guide Oct 18, 2023 [Q101-Q123]

Share

Get Microsoft MS-600 Dumps Questions Study Exam Guide Oct 18, 2023

MS-600 Premium Exam Engine - Download Free PDF Questions

NEW QUESTION # 101
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 # 102
For each of the following statements, select Yes, if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:
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.
Reference:
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 # 103
You are developing an interactive invoicing application that will be used by end users. The application will have the following features:
Save invoices generated by a user to the user's Microsoft OneDrive.
Email daily automated reminders.
You need to identify which permissions to grant for the application features. The solution must use the principle of least privilege.
Which permission should you grant for each feature? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 104
For each of the following statements, select Yes if the statement is true. Otherwise, select NO.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 105
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 might 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: Perform a POST request against https://graph.microsoft.eom/v1.0/me/events.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 106
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 Table service REST API
  • B. the Microsoft Graph API
  • C. the JavaScript API for Microsoft Office
  • D. the REST API for the Blob service

Answer: C

Explanation:
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 # 107
You are developing a web app that will display emails from the Microsoft 365 mailbox of the current signed-in user.
For performance reasons, you do not want all the emails to be loaded simultaneously, rather page-by-page as the user navigates the app.
You plan to display 30 emails per page. The most recent emails must be displayed first.
How should you complete the query parameters for the REST request to display the third page of emails? To answer, drag the appropriate query parameters to the correct targets. Each query parameter 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.

Answer:

Explanation:


NEW QUESTION # 108
You need to modify the HRApp manifest to provide a tab that supports querying the third-party HR system.
Which section of the manifest should you modify, and which value should you set as the scope? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#composeextensions


NEW QUESTION # 109
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 as the current user.
  • B. Send an email as another user.
  • C. Send an email on behalf of a mail-enabled group.
  • D. Send an email as the web part.

Answer: A

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


NEW QUESTION # 110
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://gingkoapp.com/create-tenant-administrator.html


NEW QUESTION # 111
You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform.
Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD) authorization endpoint? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. the tenant ID
  • B. the authorization code
  • C. the application ID
  • D. the context token
  • E. the application secret

Answer: B,C

Explanation:
Explanation
C: The required client_id is the Application (client) ID that the Azure portal - App registrations experience assigned to your app.
E: The authorization code flow begins with the client directing the user to the /authorize endpoint.
Timeline Description automatically generated with low confidence

Reference: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow


NEW QUESTION # 112
You have a Microsoft 365 subscription
You build a Microsoft Teams app named App1.
You need to publish App1 to the Teams deployment by using the Microsoft Graph API.
How should you complete the request? To answer, select the appropriate options m the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 113
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

Answer:

Explanation:

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 # 114
You need to develop a conversational bot in Microsoft Teams.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:
Explanation

Timeline Description automatically generated
Reference:
https://www.sharepointeurope.com/step-by-step-configure-bot-to-work-in-teams-and-with-microsoft-graph/


NEW QUESTION # 115
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box 1: No
Box 2: Yes
Partial table lists the events that your bot can receive and take action on.

Box 3: Yes
The messageReaction event is sent when a user adds or removes his or her reaction to a message which was originally sent by your bot.
Reference: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-notifications


NEW QUESTION # 116
You are building a single-page application (SPA) that will have the following parameters:
* App Id: DBA22F72-64PA4C44-AA2C-FAA0DA5A471B
* Tenant Id: DC045C4D-5881-43C7-97AB-3C5A1ADB8DBC
* AppName: Contoso.Spa
You have a line-of-business API for invoicing that is secured by using the Microsoft identity platform. The API has the following parameters:
* App Id: 8/9A43D7-1794-47A0-AB2B-440B63FEC248
* Tenant Id: DC04SC4D S881-43C7-97AB 3C5A1ADB8DBC
* AppName: Contoso.lnvoicing
Contoso.Invoicing declares the following custom scopes:
* Invoices-Read
* Invoices. Read Write
Contoso.Spa needs to call Contoso.lnvoicing to create new invoices.
Which code should you use in Contoso.Spa to obtain an access token for Contoso.Invoicing? To answer, select the appropriate options in the answer area.
NOTE: Each correct select is worth one point.

Answer:

Explanation:


NEW QUESTION # 117
You receive the following JSON document when you use Microsoft Graph to query the current signed-in user.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 118
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

Answer:

Explanation:

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
Reference: https://docs.microsoft.com/en-us/graph/api/group-post-groups


NEW QUESTION # 119
You have a Microsoft 365 subscription that uses Microsoft Teams.
You need to identify which Teams apps were built by the IT department and are available m the Teams client.
Which Microsoft Graph request should you use?
A)

B)

C)

D)

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

Answer: A


NEW QUESTION # 120
You have a Microsoft 365 subscription that uses Microsoft Teams
You have a custom Teams app named Appi that queries a backend database by using an Azure web app.
You publish a new version of Appi.
Users of App1 report decreased performance.
You need to identify what caused the performance issue.
What should you do first?

  • A. Enable Application insights for App1.
  • B. From the Microsoft Teams admin center, enable the app submissions alert rule.
  • C. Enable audit logging for the subscription.
  • D. From the Microsoft Teams admin center, run an apps usage report.

Answer: D


NEW QUESTION # 121
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://yeoman.io/learning/
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part


NEW QUESTION # 122
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?

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

Answer: D

Explanation:
Reference:
https://docs.microsoft.com/en-us/graph/api/group-list-transitivememberof?view=graph-rest-1.0&tabs=http


NEW QUESTION # 123
......

Free MS-600 Exam Braindumps Microsoft  Pratice Exam: https://actualtests.torrentexam.com/MS-600-exam-latest-torrent.html