Your success in Microsoft 70-490 is our sole target and we develop all our 70-490 braindumps in a way that facilitates the attainment of this target. Not only is our 70-490 study material the best you can find, it is also the most detailed and the most updated. 70-490 Practice Exams for Microsoft 70-490 are written to the highest standards of technical accuracy.
Q1. HOTSPOT - (Topic 2)
You need to begin the project development.
Which project template should you choose? To answer, select the appropriate project template type in the answer area.
Answer: Topic 3, Scenario 3
Background
A. Datum Corporation manufactures electronic measuring equipment that is sold worldwide. The equipment requires periodic inspection and calibration by a team of inspectors. The equipment supports near field communication (NFC).
Inspectors currently receive daily email messages that list the locations they must visit that day and the equipment they must inspect calibrate, or update. To request schedule changes, inspectors must call, fax, or email a support center.
A. Datum plans to develop a Windows Store app that connects to a scheduling application hosted in Microsoft Azure. The app will allow inspectors to view client information, equipment information, and other documentation. Inspectors will use the app to report inspection results back to the company's Microsoft Azure application.
Business Requirements
Inspectors must be able to use the app to perform the following equipment-related tasks:
....
Gather information about each piece of equipment during inspections.
Update equipment software and firmware during inspections,
Identify missing and outdated equipment.
Submit orders for replacement equipment to the customer support team.
The app must support the following scheduling requirements:
.
When an inspector signs in to the app, daily schedule and task information must
automatically download to the inspector's Windows device. The information must include client locations, equipment inventory at each location, and equipment settings. The files contain sensitive and proprietary information.
. Inspectors must be able to request a list of other clients within a Specified search distance who might requirelocation, and equipment settings. The files contain sensitive and proprietary information.
. Inspectors must be able to request a list of other clients within a specified search distance who might require equipment inspection. . Inspectors must be able to refuse a task and remove it from their schedule.
Technical Requirements
File Download, Storage, and Security . When an inspector connects the app to a piece of equipment, the current equipment software, firmware, drivers, and updates must be copied to the inspector's Microsoft OneDrive folder. . Inspectors must be able to search for equipment software and firmware updates stored in their OneDrive folders. . Downloaded files must be enrolled in selective wipe and made unavailable eight hours after download. . The app must use background tasks to download files to the users' devices. . All content files downloaded for the inspectors use must be available for searching in the app. . All data transferred by the app between the Windows devices and the Microsoft Azure application must be secured and encrypted.
Equipment Interface and Connections . While the app is connected to a piece of equipment, inspectors must be able to simultaneously display the app and the content of their OneDrive folders. . The user interface must include a slide control that allows the inspector to specify a search range for nearby clients. . Inspectors must connect the app to any piece of equipment by using a tap connection.
File-Geofencing.js
Relevant portions of the app files are shown below. Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
File- ProtectFile.js
Relevant portions of the app files are shown below. Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
File- BackgroundTask.js
Relevant portions of the app files are shown below. Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
Q2. - (Topic 2)
You need to modify the app so that the user can play videos by tapping the screen. What should you do?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Explanation: poster property (Windows) controls property (Windows)
Q3. HOTSPOT - (Topic 7)
You are developing a Windows Store app that will include a <div> element.
You are applying animation to the app. The animation must provide visual feedback that
the <div> element has been tapped or clicked.
You need to implement the animation by using a JavaScript library.
How should you complete the relevant code? (To answer, select the correct code segment
from each drop-down list in the answer area.)
Answer:
Q4. - (Topic 4)
You need to ensure that the settings for the About page meet the business requirements. Which attribute should you add to the DIV element in line AB07?
A. data-win-options="{width:'narrow'}"
B. data-win-options="{width:'346'}"
C. data-win-options="{size:'narrow'}"
D. data-win-options={size:'346'}"
Answer: A
Explanation: SettingsFlyout.width property (Windows)
Q5. - (Topic 3)
You need to implement the file security policy.
What should you do?
A. Implement the Windows.Security.Cryptography.CryptographicBuffer class.
B. Use SSL for all file transfers.
C. Implement a Secure object by using the WinJS.System class.
D. Add a certificate server to the network.
Answer: A
Q6. HOTSPOT - (Topic 7)
You are developing a Windows Store app by using JavaScript.
You plan to add an animation to the navigation button. The animation must do the following:
. Show motion when tapped.
. Move to the next app screen after completing the animation sequence.
You need to add the animation to the button.
How should you complete the relevant code? (To answer, select the correct code segment in each drop-down list in the answer area.)
Answer:
Q7. - (Topic 6)
You need to update the status of the map pinpoints for the Print Near Me control. Which code segment should you insert at line PM34?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Q8. - (Topic 7)
You are creating a Windows Store app for a retail business. You must enumerate the available human interface devices (HIDs) on the client computer.
You need to use the Windows.Devices.HumanInterfaceDevice namespace to detect the available devices.
What types of devices can you detect?
A. A Bluetooth-enabled joystick that uses a native Windows 8.1 device driver
B. The built-in GPS on a mobile device
C. An internal camera device
D. A wireless router
Answer: A
Explanation: * The Windows.Devices.HumanInterfaceDevice API lets your Windows Store app access devices that support the Human Interface Device (HID) protocol. When it was first developed, the protocol targeted devices like: keyboards, mice, and joysticks. It was initially designed to run over the USB transport. Today the protocol supports a significantly larger set of devices. In addition, for Windows 8.1, Microsoft includes support for the USB, Bluetooth, Bluetooth LE, and I2C transports.
Q9. DRAG DROP - (Topic 7)
You are developing a Windows Store enterprise app that will send status messages to a
user's device.
The app must display a toast notification whenever it receives a new message.
You need to implement the toast notification.
Develop the solution by selecting and arranging the required code segments in the correct
order. You may not need all of the code segments.
Answer:
Q10. - (Topic 7)
You are developing a Windows Store app.
The app must store data locally. When the app terminates, it must destroy the stored data.
You need to choose the appropriate data storage location.
Which storage location should you use?
A. sessionStorage
B. localStorage
C. indexedDB
D. roamingStorage
Answer: A
Reference: http://msdn.microsoft.com/en-us/magazine/jj991982.aspx