Free MS-600 Exam Braindumps

Pass your Building Applications and Solutions with Microsoft 365 Core Services exam with these free Questions and Answers

Page 3 of 47
QUESTION 6

- (Exam Topic 2)
You have a starter SharePoint Framework (SPFx) web part.
You need to test the web part from the local workbench by connecting to a URL of https:// localhost:4321/temp/workbench.html.
Which tool should you use make the web part available locally for debugging?

  1. A. Yeoman
  2. B. Microsoft Visual Studio Code
  3. C. npm install
  4. D. gulp serve

Correct Answer: B
By setting up debugging of your SharePoint Framework solution in Visual Studio Code, you can more efficiently step through your code and fix errors.
When building SharePoint Framework solutions, you can use the local workbench to verify that your web part is working correctly. Using the local workbench is convenient for testing all scenarios that do not require communicating with SharePoint as well as for offline development.
Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/debug-in-vscode

QUESTION 7

- (Exam Topic 2)
You are developing a Microsoft Office Add-in for Microsoft Word. Which Office Ul element can contain commands from the add-in?

  1. A. dialog boxes
  2. B. the Quick Access Toolbar (QAT)
  3. C. context menus
  4. D. task panes

Correct Answer: A

QUESTION 8

- (Exam Topic 2)
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?

  1. A. https://graph.microsoft.com/v1.0/me/getMemberObjects
  2. B. https://graph.microsoft.com/v1.0/me/getMemberGroups
  3. C. https://graph.microsoft.com/v1.0/me/memberOf
  4. D. https://graph.microsoft.com/v1.0/me/checkMemberGroups

Correct Answer: B
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

QUESTION 9

- (Exam Topic 2)
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.

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

Correct Answer: ACD

QUESTION 10

- (Exam Topic 2)
You are designing a custom SharePoint Framework (SPFx) web part that will be deployed to modern Microsoft SharePoint sites.
You need to ensure that all the web part fields and controls adopt the theme of the site when you deploy the web part.
What should you use to develop the web part?

  1. A. Material-UI
  2. B. Office UI Fabric React
  3. C. HTML 5.0 and CSS
  4. D. Fluid Framework

Correct Answer: B
Office UI Fabric is Microsoft’s official front end framework for building User Interface experiences for Office and Office 365. In simple terms it gives you the look and feel for your component. Moreover, they are open source, mobile responsive and reusable, no need to create from scratch just refer them in your code and start utilizing them.
Microsoft modern SharePoint out of the box webparts are made up these Office UI Fabric framework, so to maintain consistency look and feel as like Office it’s better to use these components in our custom SPFx webparts.
Reference:
http://www.sharepointsamples.com/sharepoint-framework-webpart-with-office-ui-fabric-react-component/

Page 3 of 47

Post your Comments and Discuss Microsoft MS-600 exam with other Community members: