The Microsoft MS-600 Questions & Practice Test are Available On-Demand [Q141-Q159]

Share

The Microsoft MS-600 Questions & Practice Test are Available On-Demand

Valid MS-600 Exam Dumps Ensure you a HIGH SCORE

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

  • A. msGraphCliencFaccory()
  • B. ExecuteQuery()
  • C. aadHccpCliencFaccory()
  • D. ClientConcexc()

Answer: C

Explanation:
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.
Reference:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial


NEW QUESTION # 142
You have a Microsoft Teams app that contains a conversational bot. The bot uses task modules to reply to users. When the bot receives a new message, the following code is executed before a response is sent back to the user to decide whether the bot should continue the conversation.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://github.com/OfficeDev/microsoft-teams-sample-task-module-nodejs


NEW QUESTION # 143
You are building a Microsoft Teams app named App1 that will be used as a meeting extension You need to configure the manifest for Appl. The solution must ensure that App1 is available as a tab before and after meetings.
How should you complete the manifest? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation


NEW QUESTION # 144
You need to identify the resource-specific permissions assigned to a Microsoft Teams team.
How should you complete the Microsoft Graph request? 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.

Answer:

Explanation:


NEW QUESTION # 145
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://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/sourcelocation


NEW QUESTION # 146
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:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: Yes
Syntax: GET /me/photo/$value
Get the specified profilePhoto or its metadata (profilePhoto properties).
Example: Get the photo for the signed-in user in the largest available size GET https://graph.microsoft.com/v1.0/me/photo/$value Box 2: Yes Syntax: GET /users/{id | userPrincipalName}/photo/$value Get the specified profilePhoto or its metadata (profilePhoto properties).
Box 3: Yes
Syntax: GET /users/{id | userPrincipalName}/photo/$value
Get the specified profilePhoto or its metadata (profilePhoto properties).
Reference: https://docs.microsoft.com/en-us/graph/api/profilephoto-get


NEW QUESTION # 147
You have a Microsoft Teams app that contains a messaging extension. The extension creates a To Do item for a user.
You need to ensure that the extension is available only when the user is viewing a message.
How should you complete the manifest? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 148
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 point.

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

Answer: A,D,E


NEW QUESTION # 149
You have a single-page application (SPA) named TodoListSPA and a server-based web app named TodoListService.
The permissions for the TodoListSPA API are configured as shown in the TodoListSPA exhibit. (Click the TodoListSPA tab.)

The permissions for the TodoListService API are configured as shown in the TodoListService exhibit (Click the TodoListService tab.)

You need to ensure that TodoListService can access a Microsoft OneDrive file of the signed-in user. The solution must use the principle of least privilege.
Which permission request should you configure?

  • A. the sites.Read.ah application permission for TodoListService
  • B. the sites. Read.All delegated permission for TodoListSPA
  • C. the sites.Read.ah delegated permission for TodoListService
  • D. the sites.Read.ah application permission for TodoListSPA

Answer: A


NEW QUESTION # 150
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.

Answer:

Explanation:

Explanation


NEW QUESTION # 151
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. an Azure web app
  • C. Azure AD Connect
  • D. Azure Active Directory (Azure AD)

Answer: A

Explanation:
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 # 152
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.

Answer:

Explanation:

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


NEW QUESTION # 153
You need to build a Microsoft Teams app that will record Teams calls. What should you use?

  • A. Nodejs
  • B. SharePoint Framework (SPFx)
  • C. .NET
  • D. TeamsFx

Answer: C


NEW QUESTION # 154
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 # 155
You plan to develop a TypeScript client-side app that will use the MSGraphClient library.
You need to configure Microsoft Visual Studio Code to use IntelliSense and support code completion for the MSGraph client library.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Run the: npm install @microsoft/microsoft-graph-types --save-dev command.
  • B. Install the Microsoft Graph Toolkit.
  • C. Add the following import Statement to the code: import * as MicrosoftGraph from
    '@Microsoft/microsoft-graph-types';
  • D. Add the following import statement to the code: import * as MicrosoftGraph from
    '@microsoft/microsoft-graph';
  • E. Run the npm install @microsoft/microsoft-graph --save-dev command.

Answer: C,D


NEW QUESTION # 156
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
Graphical user interface, text, application Description automatically generated

Box 1: Yes
Using the isolated web parts capability, you can build web parts that securely communicate with APIs secured with Azure AD without exposing the access token to other components on the page or even scripts in the tenant.
When deploying these solutions to the app catalog, all API permission requests are specified as isolated.
Box 2: Yes
Even though on runtime isolated web parts will be loaded inside an iframe pointing to a unique domain, you can communicate with SharePoint REST API, the same way as you would in non-isolated web parts.
Box 3: Yes
If you're upgrading an existing SharePoint Framework project to v1.8.0 and want to use the isolated permissions capability, you can do it, by setting in the config/package-solution.json file, the isDomainIsolated property to true. You should ensure, that your project contains only web parts.
After changing the project to use isolated permissions, you should redeploy your project. This will issue new API permission requests, isolated to your solution, which will need to be approved by the tenant admin.
Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/isolated-web-parts


NEW QUESTION # 157
You are developing a human resources application that will show users where they are in their company's organization chart.
You are adding a new feature that will display the name of a user's manager inside the application.
You need to create a REST query to retrieve the information. The solution must minimize the amount of data retrieved.
Which query should you use?

  • A. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager
  • B. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/
    manager?$select=displayName
  • C. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/
    contacts?$filter=jobTitle eq 'manager'
  • D. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/
    people?$filter=jobTitle eq 'manager'&$select=displayName

Answer: B

Explanation:
Get user's manager. Returns the user or organizational contact assigned as the user's manager.
Syntax:
GET /me/manager
GET /users/{id | userPrincipalName}/manager
Only the name of the user's manager should be displayed so we use ?select=displayname 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.
Reference:
https://developer.microsoft.com/en-us/graph/docs/overview/query_parameters


NEW QUESTION # 158
You plan to develop a Microsoft Teams personal tab. The solution must meet the following requirements:
* Copy the look and feel of the Teams client.
* Support desktop, mobile and web clients.
You need to create a mock-up of the tab. The solution must minimize development effort. What should you use?

  • A. the TeamsFx extension for Microsoft Visual Studio Code
  • B. Fluent Ul React Nonhstar
  • C. Adaptive Card Studio
  • D. the Microsoft Teams Ul Kit (Figma)

Answer: D


NEW QUESTION # 159
......

MS-600 Exam Practice Questions prepared by Microsoft Professionals: https://examcollection.prep4king.com/MS-600-latest-questions.html