[2022年02月03日] 合格させるMicrosoft MS-600試験情報と無料練習テスト [Q101-Q123]

Share

[2022年02月03日] 合格させるMicrosoft MS-600試験情報と無料練習テスト

MS-600試験問題集PDF更新された問題集にはJPNTest試験合格保証付き


Microsoft MS-600 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Call MSAL JS Using Aquiretokensilent
  • Aquiretoken Patternimplement Authorization In An API
トピック 2
  • Set Page Size Of Results Using $Skip And $Top Query Parameters
  • Determine The Appropriate Microsoft Graph SDK To Leverageoptimize Network Traffic
トピック 3
  • Monitor For Changes Using Change Notifications
  • Search For Resources Using $Search Query Parameter
トピック 4
  • Use A Delegated Access Token To Call A Microsoft Apicreate A Service To Access Microsoft Graph
トピック 5
  • Acquire An Access Token For Microsoft Graph Using An Application Permission And Client Credential Certificate
トピック 6
  • Order Results Using $Orderby Query Parameter
  • Get The Users Manager Profile
トピック 7
  • Plan And Configure Scopes For Dynamic Or Static Permission
  • Configure Delegated Permissions For The App
トピック 8
  • Validate Access Token•Configure Effective Permissions For Delegated Scopes
  • Configure Application Permissions For The App
トピック 9
  • Use The MSAL JS Login Methodconfigure Permissions To Consume An API
  • Define App Rolesimplement Authentication
トピック 10
  • Retrieve The Total Count Of Matching Resources Using $Count Query Parameter
  • Getthe Signed In Users Profile•Get A List Of Users In The Organization
トピック 11
  • Expand And Retrieve Resources Using $Expand Query Parameter
  • Configure Incremental Consent Scopes
トピック 12
  • Get Changes Using A Delta Query
  • Implement Microsoft Identity
  • Get The Users Profile Photo
トピック 13
  • Identify Admin Consent Requirementsimplement Authorization To Consume An API
  • Configure Application Permissions For The App
トピック 14
  • Configure Microsoft Authentication Library (MSAL JS) For Endpoint And Token Cache
  • Determine The Supported Account Type
トピック 15
  • Implement App Permissions Using Roles
  • Configure Client Credentials Using A Certificate

 

質問 101
You plan to create a Microsoft Teams application that uses action-based messaging extensions.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:

 

質問 102
You are developing in application named App1.
App1 needs to use the Microsoft Graph API to retrieve emails from Microsoft 365 for the current signed-in user. The solution must meet the following requirements:
Emails that have attachments and are from [email protected] must be retrieved.
The results must show the subject of the email, the sender address, and the count of emails retrieved.
How should you complete the URI to retrieve the results? 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.

正解:

解説:

 

質問 103
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

正解:

解説:

 

質問 104
You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive.
You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload.
Which four 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.

正解:

解説:

 

質問 105
Which type of authentication flow should you recommend for the planned integration with Office 365?

  • A. device code
  • B. authorization code
  • C. client credentials
  • D. implicit grant

正解: B

解説:
To use Microsoft Graph to read and write resources on behalf of a user, your app must get an access token from the Microsoft identity platform and attach the token to requests that it sends to Microsoft Graph.
One common flow used by native and mobile apps and also by some Web apps is the OAuth 2.0 authorization code grant flow.
Scenario: Email the generated invoices to customers on behalf of the current signed-in user. Any emails generated by the system will contain the invoiced.
Use Azure AD to manage identities, authentication, and authorization.

 

質問 106
This question requires that you evaluate the bold text to determine if it is correct.
You can use a Command Set extension to develop a breadcrumb element that will appear on every Microsoft SharePoint page.
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. an Application Customizer
  • B. a web part
  • C. No change is needed
  • D. a Field Customizer

正解: A

解説:
Application Customizers provide access to well-known locations on SharePoint pages that you can modify based on your business and functional requirements. For example, you can create dynamic header and footer experiences that render across all the pages in SharePoint Online.

 

質問 107
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. Add the required delegated permissions to the Azure AD application.
  • B. Add the application permissions to the Azure AD application.
  • C. Modify the code of the web app to use the certificate to obtain an access token for Microsoft Graph.
  • D. Create a secret in the Azure AD application.
  • E. From the Azure portal, upload a certificate public key for the Azure AD application.

正解: A,D,E

 

質問 108
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.

正解:

解説:

 

質問 109
Match the SharePoint Framework (SPFx) extensions to the correct descriptions.
To answer, drag the appropriate SPFx extension from the column on the left to its description on the right. Each SPFx extension may be used once, more than once, or not at all.
NOTE Each correct match is worth one point.

正解:

解説:

 

質問 110
You are developing a server-based application that has the following requirements:
Prompt the user to fill out form that contains a keyword.
Search the OneDrive for Business folder for files that contain the keyword and return the results to the user.
Allow the user to select one of the files from the results.
Copy the selected file to an Azure Blob storage container.
Which four actions should the application 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.

正解:

解説:

1 - Perform the following rest...
2 - Storag the mictosoft...
3 - Store the file in a blode storage container.

 

質問 111
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.

正解:

解説:
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

 

質問 112
You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive.
You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload.
Which four 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.

正解:

解説:

1 - send the finel byte sequence
2 - upload the first sequance of bytes

 

質問 113
Match the SharePoint Framework (SPFx) extensions to the correct descriptions.
To answer, drag the appropriate SPFx extension from the column on the left to its description on the right. Each SPFx extension may be used once, more than once, or not at all.
NOTE Each correct match is worth one point.

正解:

解説:

 

質問 114
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. Publish the manifest to the Microsoft SharePoint app catalog
  • B. Sideload the add-in
  • C. Add the manifest path to the trusted catalogs
  • D. Disable script debugging in your web browser

正解: A

解説:
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):
12.Deploy your add-in to a server that supports SSL.
13.In your add-in manifest file, update the SourceLocation element value to include an absolute, rather than a relative, URI.
14.Upload the manifest to the Office Add-ins library in the app catalog on SharePoint.
15.Launch Excel or Word on the web from the app launcher in Office 365, and open a new document.
16.On the Insert tab, choose My Add-ins or Office Add-ins to insert your add-in and test it in the app.
17.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

 

質問 115
You have the following Microsoft Graph call.
PATCH /me/drive/items/01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK
Content-type: application/json
{
"name": "Marketing-Campaign.docx"
}
What occurs when you execute the call?

  • A. A file that has an ID of 01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK in the root of your Microsoft OneDrive is renamed as Marketing-Campaign.docx.
  • B. A file named Marketing-Campaign.docx that has an ID of
    01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK is uploaded to a Microsoft SharePoint Online site.
  • C. A file named Marketing-Campaign.docx that has an ID of
    01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK is uploaded to the root of your Microsoft OneDrive.
  • D. A file that has an ID of 01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK in a Microsoft SharePoint Online site is renamed as Marketing-Campaign.docx.

正解: A

解説:
Reference:
https://docs.microsoft.com/en-us/graph/api/driveitem-update?view=graph-rest-1.0&tabs=http

 

質問 116
You plan to implement a new task pane in Microsoft Office.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:
Explanation
Graphical user interface, text, application, email Description automatically generated

Reference:
https://github.com/OfficeDev/office-js-docs-pr/blob/master/docs/develop/automatically-open-a-task-pane-with-a
https://docs.microsoft.com/en-us/office/troubleshoot/settings/office-program-task-panes

 

質問 117
You need to develop an add-in for Microsoft Excel that can be used from the Windows, Mac, and web versions of Excel.
What are two ways to develop the add-in? Each correct answer presents a complete solution?
NOTE: Each correct selection is worth one point.

  • A. From Microsoft Visual Studio that has the Microsoft Office/SharePoint development workload installed, create a new project that uses a Visual Studio Tools for Office (VSTO) template
  • B. From Microsoft Visual Studio that has the Microsoft Office/SharePoint development workload installed, create a new project that uses a Web Add-in template
  • C. From Microsoft Teams, install App Studio
  • D. Use the Yeoman generator for Microsoft Office Add-ins to create the project, and then open the project in Microsoft Visual Studio Code
  • E. From the Microsoft Office 365 portal, use Microsoft PowerApps

正解: A,D

解説:
D: Run the following command to create an add-in project using the Yeoman generator:
yo office
Visual Studio Code is a great tool to help you develop your custom Office Add-ins regardless if they are for Outlook, Word, Excel, PowerPoint and run in the web clients, Windows clients, iOS clients or on macOS.
Open the project in Visual Studio Code by entering the following on the command line from within the same folder where you ran the generator:
code.
E: You can create VSTO Add-ins for Excel.
To create a new Excel VSTO Add-in project in Visual Studio
Start Visual Studio.
On the File menu, point to New, and then click Project.
In the templates pane, expand Visual C# or Visual Basic, and then expand Office/SharePoint.
Under the expanded Office/SharePoint node, select the Office Add-ins node.
In the list of project templates, select Excel 2010 Add-in or Excel 2013 Add-in.
In the Name box, type FirstExcelAddIn.
Click OK.
Visual Studio creates the FirstExcelAddIn project and opens the ThisAddIn code file in the editor.
References: https://docs.microsoft.com/en-us/office/dev/add-ins/tutorials/excel-tutorial
https://code.visualstudio.com/docs/other/office#_use-visual-studio-code-to-develop-your-office-addin
https://docs.microsoft.com/en-us/visualstudio/vsto/walkthrough-creating-your-first-vsto-add-in-for-excel

 

質問 118
This question requires that you evaluate the underlined text to determine if it is correct.
In Microsoft Word on Windows, before you can sideload a Microsoft Office Add-in. you must first upload the manifest to Microsoft_pnePrivc.
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. publish the manifest to a trusted network location
  • B. set Microsoft Edge to Developer Mode
  • C. No change is needed.
  • D. deploy the manifest to an Azure website

正解: C

 

質問 119
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.

正解: C,E

 

質問 120
You are building a Microsoft teams application by using an outgoing webhook.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:

 

質問 121
You are evaluating the SharePoint Framework (SPFx) ListView Command Set extension.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:

 

質問 122
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. Add the application permissions to the Azure AD application.
  • B. Add the required delegated permissions to the Azure AD application.
  • C. Modify the code of the Azure web app to use the certificate to obtain an access token for Microsoft Graph.
  • D. From the Azure portal, configure a certificate public key for the Azure AD application.
  • E. Create a secret in the Azure AD application.

正解: A,B,C

 

質問 123
......

あなたを合格させるMicrosoft試験にはMS-600試験問題集:https://www.jpntest.com/shiken/MS-600-mondaishu

MS-600試験問題集でMicrosoft練習テスト問題:https://drive.google.com/open?id=1ER9GGF9osMAoGyWkn3plL9cs74-eOuGF

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡