exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 2 question 10 discussion

Actual exam question from Microsoft's MS-600
Question #: 10
Topic #: 2
[All MS-600 Questions]

DRAG DROP -
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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bagzet
Highly Voted 1 year ago
Surely the first step has got to be the one that incorporates the keyword in the search. There is no ID reference to pass through at this step yet
upvoted 8 times
...
Labani1987
Most Recent 10 months, 1 week ago
1. GET /me/drive/root/search(q='{search-query}') gives output to itemID, webUrl 2. Using the search result get => GET /me/drive/items/{itemID} gives output to @microsoft.graph.downloadUrl 3. Store @microsoft.graph.downloadUrl in variable 4. Store the file in a Blob Storage I am unsure how copy endpoint can help to copy to blob storage. Copy endpoint => https://learn.microsoft.com/en-us/graph/api/driveitem-copy?view=graph-rest-1.0&tabs=http
upvoted 4 times
Maria06
8 months, 2 weeks ago
You right, copy copied the folder that contains the file
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...