nerdexam
Microsoft

74-353 · Question #60

Which two requirements should a file picker view design meet? (Each correct answer presents a complete solution. Choose two.)

The correct answer is A. Be consistent with the list/browsing pages of the application. B. Provide only the minimum functionality required to support file picking. A, Not C: Design the page to display in the file picker (your file picker page) based on an existing page that your app uses to display files. If your app is providing files for the user to pick through a file picker, your app should have an existing page that lets users view…

Troubleshoot Client Issues

Question

Which two requirements should a file picker view design meet? (Each correct answer presents a complete solution. Choose two.)

Options

  • ABe consistent with the list/browsing pages of the application.
  • BProvide only the minimum functionality required to support file picking.
  • CBe different from the list/browsing pages of the application.
  • DProvide access to all file-related commands available in the application.

How the community answered

(53 responses)
  • A
    81% (43)
  • C
    8% (4)
  • D
    11% (6)

Explanation

A, Not C: Design the page to display in the file picker (your file picker page) based on an existing page that your app uses to display files. If your app is providing files for the user to pick through a file picker, your app should have an existing page that lets users view files. We recommend that you design your file picker page so that it is consistent with this existing file-view page. Making these two pages consistent with each other helps users feel comfortable and familiar with how your app displays files in the file picker. B (not D): Design your file picker page around your user's current task. Keep the UI for your file picker page focused on the user's current task, like helping users pick, save, or update files, by stripping out UI that is not directly related. This helps make sure that using the file picker is a quick, in-and-out experience that gets users back into the app they were using (the calling app or

Topics

#file picker#UI design#view consistency#minimum functionality

Community Discussion

No community discussion yet for this question.

Full 74-353 Practice