Pass Exam With Full Sureness - MS-600 Dumps with 244 Questions [Q29-Q45]

Share

Pass Exam With Full Sureness - MS-600 Dumps with 244 Questions

Verified MS-600 dumps Q&As - 100% Pass from ActualTestsQuiz


Microsoft MS-600: Building Applications and Solutions with Microsoft 365 Core Services exam is an advanced level certification that validates a candidate's ability to design, develop, and implement solutions that leverage Microsoft 365 core services. MS-600 exam covers a range of topics related to building applications and solutions using Microsoft Teams, SharePoint, Power Platform, and Microsoft Graph. Candidates who pass the exam can demonstrate their expertise in building secure, scalable, and reliable solutions using Microsoft 365 core services, which can help them advance their careers.

 

NEW QUESTION # 29
You have an application that uses the Microsoft graph API.
When users open the application during peak hours, they occasionally receive an HTTP 429 Too Many requests response status code.
What should you to mitigate the errors?

  • A. Adjust the request rate based on the Retry-After header.
  • B. Wait 100 milliseconds between requests.
  • C. Adjust the request rate based on the Rate-Limit-Reset Header.

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/graph/throttling


NEW QUESTION # 30
You are developing an Azure function to provision a team in Microsoft Teams.
You need to create a group named Project A, add a classification of Private to the group, and then convert Project A to a team group.
How should you complete the REST requests? 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/resources/group
https://docs.microsoft.com/en-us/graph/api/team-put-teams


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

Answer:

Explanation:


NEW QUESTION # 32
You create a personal bot that you plan to distribute as a Microsoft Teams team app.
The bot has the following app manifest.

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 # 33
You have a bot that responds by using an Adaptive Card.
In which order will a user and the bot interact? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation
Graphical user interface, text, application, email Description automatically generated


NEW QUESTION # 34
You are developing a Microsoft Teams application for a support staff.
Within a conversation between the support staff, you want the staff to look up support ticket IDs from a list without opening the ticketing system.
Which feature should the application include?

  • A. a bot
  • B. a messaging extension
  • C. a connector
  • D. a tab

Answer: B

Explanation:
Explanation
Messaging extensions allow users to interact with your web service through buttons and forms in the Microsoft Teams client. They can search, or initiate actions, in an external system from the compose message area, the command box, or directly from a message. You can then send the results of that interaction back to the Microsoft Teams client, typically in the form of a richly formatted card.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions


NEW QUESTION # 35
You need to develop a scheduling app as a Microsoft Teams tab. The solution must minimize development effort and meet the following requirements:
* Receive user input by using a modal user interface (UI).
* Support cross-platform rendering.
What should you configure for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Table Description automatically generated

Box 1: A task module
Task modules are modals that you can populate with either an Adaptive Card or an embedded web/content page for use in your custom Microsoft Teams app's user experience for workflows that require data input.
Task modules allow you to gather information in a Teams-aware popup.
Box 2: Adaptive cards
Adaptive Card tabs are a new way to build tabs in Teams. Instead of embedding web content in an IFrame, you can render Adaptive Cards to a tab. While the front end is rendered with Adaptive Cards, the backend is powered by a bot. The bot is responsible for accepting requests and responding appropriately with the Adaptive Card that is rendered.
You can build your tabs with relevant user interface (UI) building blocks native on desktop, web, and mobile.
Reference:
https://docs.microsoft.com/en-us/learn/modules/msteams-task-modules/


NEW QUESTION # 36
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 --save-dev command.
  • B. Add the following import statement to the code: import * as MicrosoftGraph from
    '@microsoft/microsoft-graph';
  • C. Add the following import Statement to the code: import * as MicrosoftGraph from
    '@Microsoft/microsoft-graph-types';
  • D. Run the: npm install @microsoft/microsoft-graph-types --save-dev command.
  • E. Install the Microsoft Graph Toolkit.

Answer: B,C


NEW QUESTION # 37
You are building a Microsoft Office Add-in for Outlook that will use the Microsoft Graph REST API to retrieve a user's documents from a Microsoft SharePoint Online site.
What should the add-in provide to retrieve the documents on behalf of the user?

  • A. a single sign-on (SSO) token
  • B. an identity token
  • C. an access token
  • D. a refresh token

Answer: C

Explanation:
Get an access token.
Note: The Outlook REST APIs require a bearer token in the Authorization header. Typically, apps use OAuth2 flows to retrieve a token. However, add-ins can retrieve a token without implementing OAuth2 by using the new Office.context.mailbox.getCallbackTokenAsync method introduced in the Mailbox requirement set 1.5.
After your add-in has the access token, item ID, and REST API URL, it can either pass that information to a back-end service which calls the REST API, or it can call it directly using AJAX.
Reference:
https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/use-rest-api


NEW QUESTION # 38
You have an Azure AD tenant.
You are building an app that will use Microsoft Graph to identify all the users in the tenant who have the tam string in their name. The solution must calculate the number of users who match the query.
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:

Explanation


NEW QUESTION # 39
What are two possible URIs that you can use to prompt the administrators for admin consent to the E-invoicing application? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • A. https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token/authorize?client_id={clientid}&state={state
  • B. https://login.microsoftonline.com/{tenant)/oauth2/v2.0/authorize?client_id-{clientid)&5tate={state}aredir
  • C. https://login.microsoftonline.com/{doain}/adminconsent?client_id={clientid}&state={state}&redirect_ur
  • D. https://login.microsoftonline.com/con*K>n/adiiinconsent?client_id-{clientid}

Answer: A,B


NEW QUESTION # 40
You have a Microsoft 365 subscription that uses Microsoft Teams.
You need to build a Teams app named Appl that has the following requirements:
* The action command must use the parameters contained in the manifest
* The search command must be run when the app is launched.
How should you complete the manifest? 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.

Answer:

Explanation:


NEW QUESTION # 41
You are developing a Microsoft Office Add-in for Word.
You need to persist the user state across sessions by using the Office JavaScript API.
Which two objects can you use to persist the state? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. CustomXMLParts
  • B. RoamlngSeccings
  • C. CustomProperties
  • D. Settings

Answer: C,D

Explanation:
Settings: Office application support by Word, Excel, or PowerPoint.
The document, spreadsheet, or presentation the add-in is working with. Content and task pane add-in settings are available to the add-in that created them from the document where they are saved.
CustomXmlParts: Office application support by Word (using the Office JavaScript Common API) Excel (using the application-specific Excel JavaScript API.
The document, spreadsheet, or presentation the add-in is working with.
Reference:
https://docs.microsoft.com/en-us/office/dev/add-ins/develop/persisting-add-in-state-and-settings


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


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

Explanation
Graphical user interface, text, table Description automatically generated

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


NEW QUESTION # 44
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 manually create a Microsoft Teams manifest file that includes a configurableTabs section containing the name, ID, and content URL of the website.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/create-personal-tab?tabs=nodejs


NEW QUESTION # 45
......

MS-600 Dumps Full Questions - Exam Study Guide: https://www.actualtestsquiz.com/MS-600-test-torrent.html

Pass MS-600 Exam in First Attempt Guaranteed 2023 Dumps: https://drive.google.com/open?id=1xcaMB-FuvXLsKbGs3hZotraATL31WzJq