Examcollection offers free demo for 70-490 exam. "Recertification for MCSD: Windows Store Apps using HTML5", also known as 70-490 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70-490 exam, will help you answer those questions. The 70-490 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70-490 exams and revised by experts!
Q41. DRAG DROP - (Topic 7)
You develop a Windows Store app that uses several new user interface features.
You need to declare capabilities in the application manifest so that you can submit the app to the Windows Store.
How should you complete the relevant markup? (To answer, drag the appropriate markup segments to the correct locations in the answer area. Each markup segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Answer:
Q42. - (Topic 3)
You need to enable the loading of the daily schedule when the inspector launches the application.
Which class should you use?
A. BackgroundExecutionManager
B. BackgroundTaskRegistration
C. SystemCondition
D. BackgroundWorkCost
Answer: A
Q43. - (Topic 3)
You need to implement the file storage solution for equipment drivers and updates.
What should you do?
A. Map a KnownFolder as the local default file storage location.
B. Map the inspector's OneDrive folder as the default file storage location.
C. Use the Live Connect REST API to map a default file storage location.
D. Map the inspector's Documents folder as the default file storage location.
Answer: B
Q44. DRAG DROP - (Topic 7)
You develop a Windows Store app.
You need to implement a testing strategy for the app.
Which actions should you perform? To answer, drag the appropriate actions to the correct targets. Each answer may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Answer:
Q45. - (Topic 3)
You need to implement the secondary schedule functionality for inspectors.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Browse through the client database to find all clients with the same postal code.
B. Define a geofence by using the location capabilities of the device.
C. Specify the maximum distance of nearby equipment.
D. Ascertain the proximity of the nearest piece of client-owned equipment.
Answer: B,C
Explanation: * From scenario, the secondary scheduling requirement is:
Inspectors must be able to request a list of other clients within a specified search distance
who might require equipment inspection.
* Geofence / A geo-fence is a virtual perimeter for a real-world geographic areas. A geo-fence could be dynamically generated—as in a radius around a store or point location. / Geofence class Contains the information to define a geofence, an area of interest, to monitor.
Q46. - (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
Q47. DRAG DROP - (Topic 7)
You are developing a Windows Store style app that uses RESTful services.
You need to ensure that the RESTful web service sends form information to the remote server. You have the following code:
Which HTTP verb and HTTP header should you include in Target 1 and Target 2 to complete the code? (To answer, drag the appropriate verb and header to the correct targets in the answer area.
Each verb and header may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Answer:
Q48. - (Topic 4)
You need to implement the getStoredCredentialsFull method. Which code segment should you insert at line CM13?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Explanation: PasswordVault class (Windows)
Q49. DRAG DROP - (Topic 7)
You are developing a Windows Store app by using JavaScript. The app will use the fileStream object to write text to a file.
You need to write the text to the file and ensure that the file is available to other apps.
Which five actions should you 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.)
Answer: