PrepAway - Latest Free Exam Questions & Answers

You need to resolve the issue of unavailable obstacle data

###BeginCaseStudy###
Case Study: 2
Scenario 2
Background
You are developing a Windows Store app by using JavaScript. The app is named Getting
Around. The app will use geo-location to provide location-aware assistance to people who are
traveling. Users will record audio information about locations.
Full and trial versions of the app will be available from the Windows Store. The feature name
of the full version will be gettingAround. The trial version will be valid for 30 days.
Business Requirements
The Getting Around app must meet the following business requirements:
• Track the user’s current location in accordance with the Windows Certification
guidelines for devices and sensors.
• Notify the user about upcoming obstacles.
• Ensure that the user can play, pause, and stop audio recordings.
• Ensure that the user can listen to recordings on Digital Living Network Alliance
(DLNA)-compatible headphones.
Technical Requirements
The Getting Around app must meet the following technical requirements:
• Connect to the Internet.
• Use the device’s sensors to detect the user’s location.

• Every 15 minutes, poll an obstacles database that is stored in the cloud.
• Send messages about upcoming obstacles to the lock screen of the
user’s device as soon as an obstacle is detected.
• Enable the user to save the most recently recorded location information
on the device by using a DataCompositeValue object.
• Enable retrieval of audio recordings from a cloud server.
• Headphones, when connected, must use the Play To technology. The
PlayTo control that is used for streaming is named aplayer and is in the
HTML file that is used by the player.js file.
To assist with diagnostics and monitoring, the app must do the following:
• Place an audit log that will track touch events on the user’s device.
• Store the audit log in the user’s localSettings object.
• Ensure that the audit log can be sent by email to the support desk if the
user is having problems.
The app must support the following hardware requirements:
• Windows 8
• Microphone and speakers
• Internet connection
• DLNA-compatible hearing device (optional)
While testing the app, you establish the following:
• The app fails to detect the location on some devices.
• When connectivity is lost, access to the obstacle data is not available.


###EndCaseStudy###

You need to resolve the issue of unavailable obstacle data.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Store the obstacle data in cloud storage.

B.
Download the obstacles database when the app is installed, and update the database
when the app is updated.

C.
Store the obstacle data in indexDB storage.

D.
Store the obstacle data in the SessionStorage object.


Leave a Reply