nerdexam
Microsoft

70-491 · Question #29

You are developing a Windows Store app that will provide users with the ability to create photos by using the hardware on a device. Once the users create the photos, they can save the photos to the…

The correct answer is A. Webcam B. Pictures Library D. Internet (Client & Server). A: The webcam capability provides access to the webcam's video feed, which allows the app to capture snapshots and movies from a connected webcam. B: The picturesLibrary capability provides programmatic access to the user's Pictures, allowing the app to enumerate and access all…

Prepare for deployment

Question

You are developing a Windows Store app that will provide users with the ability to create photos by using the hardware on a device. Once the users create the photos, they can save the photos to the Pictures library. If the users sign in by using a Microsoft account, they can grant other users remote access to the photos. You need to identify which capabilities must be enabled for the app. Which three capabilities should you identify? (Each correct answer presents part of the solution. Choose three.)

Options

  • AWebcam
  • BPictures Library
  • CProximity
  • DInternet (Client & Server)
  • EPrivate Networks (Client & Server)
  • FEnterprise Authentication

How the community answered

(22 responses)
  • A
    68% (15)
  • C
    9% (2)
  • E
    5% (1)
  • F
    18% (4)

Explanation

A: The webcam capability provides access to the webcam's video feed, which allows the app to capture snapshots and movies from a connected webcam. B: The picturesLibrary capability provides programmatic access to the user's Pictures, allowing the app to enumerate and access all files in the library without user interaction. This capability is typically used in photo playback apps that need to access the entire Pictures library. D: Internet and public networks The internetClient capability provides outbound access to the Internet and public networks through the firewall. Almost all web apps use this capability. The internetClientServer capability provides inbound and outbound access to the Internet and public networks through the firewall.

Topics

#app capabilities#webcam#pictures library#internet client server

Community Discussion

No community discussion yet for this question.

Full 70-491 Practice