[Nov 24, 2023] MS-600 Exam Dumps, MS-600 Practice Test Questions
Free MS-600 Study Guides Exam Questions and Answer
How to Prepare For MS-600: Building Applications and Solutions with Microsoft 365 Core Services (beta) Exam
Preparation Guide for MS-600: Building Applications and Solutions with Microsoft 365 Core Services (beta) Exam
Introduction
Microsoft has created a track for Microsoft 365 developers who have knowledge in designing, building , testing, and maintaining applications and solutions that are optimized for productivity and needs of organizations are collaborated using the Microsoft 365 platform. This certification program provides Microsoft 365 developers a way to demonstrate their skills. The assessment is based on a rigorous exam using industry standard methodology to determine whether a candidate meets Microsoft's proficiency standards.
According to Microsoft, a Microsoft Certified Professional enables organizations to leverage for Microsoft 365 technologies with a thorough understanding of Microsoft identity and Microsoft Graph as they are proficient in UI elements which includes UI fabrics and adaptive cards.
Certification is evidence of your skills, expertise in those areas in which you like to work. If candidate wants to work on Microsoft Azure for Microsoft 365 and prove his knowledge, certification offered by Microsoft. This MS-600 Exam Certification helps a candidate to validates his skills in Microsoft Azure for Microsoft 365 Technology.
In this guide, we will cover the MS-600: Building Applications and Solutions with Microsoft 365 Core Services (beta) Certification exam, MS-600: Building Applications and Solutions with Microsoft 365 Core Services (beta) Certified professional salary and all aspects of the MS-600: Building Applications and Solutions with Microsoft 365 Core Services (beta) Certification.
NEW QUESTION # 19
You have an application that uses the Microsoft Graph API.
You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups.
Which URI should you use?
- A. https://graph.microsoft.com/v1.0/me/checkMemberGroups
- B. https://graph.microsoft.com/v1.0/me/getMemberObjects
- C. https://graph.microsoft.com/v1.0/me/memberOf
- D. https://graph.microsoft.com/v1.0/me/getMemberGroups
Answer: D
Explanation:
Explanation
Get member groups returns all the groups that the specified user, group, or directory object is a member of.
This function is transitive.
Reference: https://docs.microsoft.com/en-us/graph/api/directoryobject-getmembergroups
NEW QUESTION # 20
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:
Explanation
Box 1: top
Number of items to return in a result
Box 2: skip
$skip Indexes into a result set. Also used by some APIs to implement paging and can be used together with
$top to manually page results.
Reference: https://developer.microsoft.com/en-us/graph/docs/overview/query_parameters
NEW QUESTION # 21
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. No
- B. Yes
Answer: A
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.
Reference:
https://docs.microsoft.com/en-us/graph/permissions-reference
NEW QUESTION # 22
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.
Answer:
Explanation:
Explanation
NEW QUESTION # 23
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 # 24
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 # 25
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 TodoListSPA
- B. the sites.Read.ah application permission for TodoListService
- C. the sites.Read.ah delegated permission for TodoListService
- D. the sites. Read.All delegated permission for TodoListSPA
Answer: B
NEW QUESTION # 26
You have a custom web app that uses the Microsoft Graph API.
You receive an HTTP 403 Forbidden error when you call the Microsoft Graph endpoint.
What are two possible causes of the error? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. The API permissions are insufficient to call the requested resource.
- B. The requested resource does not exist.
- C. The access token is valid but corresponds to a different endpoint.
- D. The access token is invalid.
- E. The Authorization header is missing from the HTTP request.
Answer: A,C
Explanation:
Reference:
https://docs.microsoft.com/en-us/graph/resolve-auth-errors
NEW QUESTION # 27
You are building email notifications for an expensing system.
When a user receives an email notification, the email will contain a comment field. When the user submits a comment, the data will be returned to the expensing system for processing.
What should you do to implement the notification by using the minimum amount of development effort?
- A. Leverage Microsoft Graph notifications
- B. Leverage the Azure SignalR Service and implement web notifications
- C. Configure the expensing system to send actionable messages
- D. Create a Microsoft Office Add-in that has an action pane to display the notifications
Answer: C
Explanation:
Whether you are filling out a survey, approving an expense report, or updating a CRM sales opportunity, Actionable Messages enable you to take quick actions right from within Outlook. Developers can now embed actions in their emails or notifications, elevating user engagement with their services and increasing organizational productivity.
Office 365 provides two solutions to enhance productivity with Outlook Actionable Messages: actionable messages via email, and actionable messages via Office 365 Connectors.
NEW QUESTION # 28
You have a SharePoint Framework (SPFx) web part that displays the weather. Users can set the city within the web part. Which component is invoked to provide the users with the ability to configure the settings for the web part?
- A. a custom control
- B. a library component
- C. the property pane
- D. the Application Customizer
Answer: C
NEW QUESTION # 29
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/vi.0/me/events.
Does this meet the goal?
- A. No
- B. Yes
Answer: A
NEW QUESTION # 30
You have a server-side web app that uses OAuth 2.0 and is registered to the Microsoft identity platform.
A user acquires an authorization token.
You need to specify which HTTP header format the user must use to access the app.
What should you specify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 31
You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code.
A user reports that there is an issue with the add-in.
You need to debug the add-in for Word Online.
What should you do before you begin debugging in Visual Studio Code?
- A. Sideload the add-in
- B. Publish the manifest to the Microsoft SharePoint app catalog
- C. Disable script debugging in your web browser
- D. Add the manifest path to the trusted catalogs
Answer: B
Explanation:
Debug your add-in from Excel or Word on the web
To debug your add-in by using Office on the web (see step 3):
8. Deploy your add-in to a server that supports SSL.
9. In your add-in manifest file, update the SourceLocation element value to include an absolute, rather than a relative, URI.
10.Upload the manifest to the Office Add-ins library in the app catalog on SharePoint.
11.Launch Excel or Word on the web from the app launcher in Office 365, and open a new document.
12.On the Insert tab, choose My Add-ins or Office Add-ins to insert your add-in and test it in the app.
13.Use your favorite browser tool debugger to debug your add-in.
Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-in-office-online
NEW QUESTION # 32
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 A
- C. Option D
- 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 # 33
You have an app named App1 that provisions security groups daily by using the Microsoft identity platform and the Microsoft Graph API. App1 runs as a scheduled task.
You need to register App1 in the Microsoft identity platform.
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:
1 - Grant App1 the Group.ReadWrite.All delegated permission.
2 - Assign App1 the Group.ReadWrite.All delegated permission.
3 - Register App1 and generate a client secret.
Reference:
https://docs.microsoft.com/en-us/graph/permissions-reference
https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
NEW QUESTION # 34
You are building a conversational bot that will have an interactive Ul. When the user invokes the bot by using a keyword, the bot will reply with a dialog that lets the user choose one of multiple options.
After the user chooses an option, and the response is received by the backend logic, you need to prompt the user to select additional options.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Implement an Adaptive Card thathasanAction.showCard card action.
- B. Implement a Hero Card that has an invoke card action.
- C. Return an HTTP response that contains a Taskinfo object of type message and an Adaptive Card.
- D. Return an HTTP response that contains a Taskinfo object of type message and an embedded web view.
- E. Return an HTTP response that contains a Taskinfo object of type continue and an Adaptive Card.
Answer: C,E
NEW QUESTION # 35
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 # 36
You have a Microsoft 365 tenant that contains a user named User1 and a group named Group1.
You need to create a Microsoft Graph API query that returns the following information:
All the calendar events of User1
The details of Group1
The solution must meet the following requirements:
Minimize the amount of data returned.
Minimize the number of calls executed against 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/calendar-post-events?view=graph-rest-1.0&tabs=http
NEW QUESTION # 37
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:
NEW QUESTION # 38
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 # 39
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:
Reference:
https://docs.microsoft.com/en-us/learn/modules/msteams-task-modules/
NEW QUESTION # 40
......
MS-600 Exam Dumps, MS-600 Practice Test Questions: https://www.testsimulate.com/MS-600-study-materials.html