Cause all that matters here is passing the Microsoft 70-490 exam. Cause all that you need is a high score of 70-490 Recertification for MCSD: Windows Store Apps using HTML5 exam. The only one thing you need to do is downloading Testking 70-490 exam study guides now. We will not let you down with our money-back guarantee.

Q1. HOTSPOT - (Topic 3) 

You need to enable the connection to the equipment. 

Which app capability should you declare? To answer, select the appropriate check box in the dialog box in the answer area. 

Answer: 

Topic 4, Scenario 4 

Background 

You are developing a Windows Store app by using HTML5, JavaScript, and CSS3. The app will be used to access details about products that your company sells. 

Business Requirements 

The app must do all of the following: Be available to customers in many different countries. Display a list of product categories. Display the products for a selected category. Display details of a selected product. Display images of each product one at a time in a vertical presentation. Provide a link to an About section in the Settings pane. Update product data on a daily basis. Allow the user to view the last selected product while the app is offline. Be deployed in the Windows Store. 

Technical Requirements 

......... 

General 

. .. 

When the user restarts the app, the app must start in the state it was in when it 

was last used. 

App settings controls must be 346 pixels wide. 

The app must optimize bandwidth use and performance. 

Security 

.... 

The app must use an enterprise certificate. 

The user must provide valid credentials to access the app. 

After user authentication, the app must use stored credentials. 

User accounts will be validated against a pre-existing enterprise service. 

App Architecture 

Service calls must be separated from the user interface. 

The app must follow the MVC design pattern. 

Service classes can be written in C++, C#, VB, or JavaScript. 

The app must communicate with pre-existing enterprise services. 

Application Structure 

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.) 

Default.js 

CredentialManager.js 

About.html 


Q2. DRAG DROP - (Topic 7) 

You are developing a Windows Store app that will display photos that are stored on various services including Microsoft OneDrive and third-party social media sites. 

You must use the WebAuthenticationBroker class to manage and provide authentication across all services. The app must support single sign-on (SSO). 

You need to implement an authentication strategy for the app. 

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: 


Q3. HOTSPOT - (Topic 7) 

You are developing a Windows Store app. The app contains the following HTML markup segment: 

The app must stream video to available devices by using the Play to feature. 

You need to implement the Play to contract for the app. 

How should you complete the relevant code? To answer, select the appropriate code 

segments from the lists in the answer area. 

Answer: 

74. - (Topic 7) 

You are developing a Windows Store app by using JavaScript. The app will be used to retrieve data from a web service. 

The app must retrieve the current date and time in UTC format from the web service by using the URL http://www.treyresearch.net/ GetDateTimeinUTC.asmx. Errors must be handled. 

You must ensure that data is retrieved successfully. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: WinJS.xhr function (Windows) 


Q4. - (Topic 1) 

You need to retrieve the background task collection for the iteration loop. Which code segment should you insert at line BG14? 

A. var tasks = Windows.ApplicationModel.Background.BackgroundTaskRegistration.first(); 

B. var tasks = Windows.ApplicationModel.Background.BackgroundTaskRegistration.allTasks.first(); 

C. var tasks = Windows.ApplicationModel.Background.BackgroundTaskBuilder.allTasks.first(); 

D. var tasks = Windows.ApplicationModel.Background.BackgroundTaskRegistration.allTasks(); 

Answer:


Q5. - (Topic 7) 

You are developing a Windows Store app by using Microsoft Visual Studio. 

The app must use a flat navigation pattern. 

You need to start the app development from a built-in Visual Studio project template. 

Which project template should you use? 

A. Split App 

B. Blank App 

C. Hub App 

D. Grid App 

Answer:


Q6. - (Topic 2) 

You need to implement the navigation between screen categories. 

What should you do? 

A. Place one button for each category on every screen and use the WinJS.navigate command to go to the category screens. 

B. Implement category navigation controls on the nav bar on every screen. 

C. Implement category navigation controls on the app bar on every screen. 

D. Place one link for each category on every screen and use an <href> tag to go to the category screens. 

Answer:


Q7. - (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:

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. 


Q8. DRAG DROP - (Topic 7) 

You are developing a Windows Store app. The app displays text-based toast notifications. The toast notification must resemble the sample shown in the following image. 

The app must play an audio file until the user dismisses the toast notification. 

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: 


Q9. 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. 


Q10. - (Topic 7) 

You are developing a Windows Store app by using JavaScript. 

You need to ensure that the user can capture a photograph with the built-in camera and then process the resulting file. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q11. - (Topic 5) 

You need to implement the code to retrieve news items according to the requirements. Which code segment should you add to newsPage.js? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: WinJS.xhr function (Windows) 

Topic 6, Scenario 6 

Application Information 

You are developing a Windows Store app by using JavaScript. The app is named Print 

Near Me. The app will allow mobile users to find printers in their local area that subscribe to the Print Near Me network. 

The Print Near Me app collects status data from subscribed networks, coordinates this data with the status of printers that are listed in the central Print Near Me service, and displays the closest locations that meet a user's printing requirements. The locations are identified by pinpoints on a map. The app uses a Printer Survey background task to populate the map. 

The Print Here feature communicates with the central Print Near Me web server and nearby printers, and generates custom printer interfaces based on the available printers. The printer interfaces require complex calculations that involve repeated communications between the app and the central web server, and may result in high memory usage. 

Printer providers may indicate whether a subscribed printer is available to the network or unavailable at any time. 

Business Requirements 

You have the following business requirements: 

. . .. ... 

Printer providers must have the option to approve users for each printer through 

instant messaging or email. 

When a user launches the Print Near Me app, the Printer Survey task must initiate 

communication between the app and the central web server to populate the map. 

Map pinpoints must be displayed as follows: 

If the printer is available and does not require permission to print, display a green 

pinpoint. 

If the printer is available and requires permission to print, display a yellow pinpoint. 

If there is a printer or network status error, display a red pinpoint. 

Users must be able to initiate printing to a nearby printer by clicking or tapping the 

printer's pinpoint and then clicking Print Here. 

Technical Requirements 

You have the following technical requirements: 

.... .. . 

The Print Here feature must run in a background process. 

The Printer Support feature must log and dispatch error messages. 

Log error messages locally. 

When the network is available, synchronize data with the central Print Near Me 

web server. 

Background task events must be logged locally. 

The printer interface calculations must use the Printer Survey task for 

communication to all sources. 

The Printer Survey task must push data to the app when the app is available. 

Testing Requirements 

You have the following testing requirements: . Simulate user interactions in the app as part of the tests. . Test the app performance on a variety of devices that have different capabilities, such as processing speed and screen resolution. . Generate a file on each device for analysis in Microsoft Visual Studio. (Devices will not have Visual Studio installed.) . Generate a file on each device for analysis in Microsoft Visual Studio. {Devices will not have Visual Studio installed.) . Identify the app components that are called most frequently and that use the most CPU resources. . Ensure that the app detects the location of all printers and consistently reports loss of connection. 

printNearMe.js 

printerSurvey.js 

printDriver.js 

27. - (Topic 6) 

You need to test connection reliability. 

What should you do? 

A. Display the status of the tap gesture after the Start event. Test wireless connections by calling the ConnectAsync method. 

B. Display the status of the tap gesture after the Start event. Test wireless connections by calling the FindAllPeersAsync method. 

C. Display the status of the tap gesture after the TriggeredConnectionStateChanged event. Test wireless connections by calling the ConnectAsync method. 

D. Display the status of the tap gesture after the TriggeredConnectionStateChanged event. Test wireless connections by calling the FindAllPeersAsync method. 

Answer:


Q12. DRAG DROP - (Topic 7) 

You are developing a Windows Store app that streams photos to and from any Windows-compliant device on the same network. 

You need to configure the Play To receiver. 

How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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: 


Q13. - (Topic 5) 

You need to implement the code to meet the search requirements. Which code segment should you insert at line NP11? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.search.searchsuggestioncollection.asp 


Q14. HOTSPOT - (Topic 6) 

You need to ensure that the Printer Survey task populates the map pinpoints according to the requirements. 

What code should you insert at line PM31? (To answer, select the correct code segment from each dropdown list in the answer area.) 

Answer: 

Topic 7, Mix Questions 

31. HOTSPOT - (Topic 7) 

You are developing a Windows Store app. 

You have the following requirements. 

. Ensure that the app complies with the Windows Store requirements before deploying the app to the Windows Store. . Minimize the number of components that you must install from the Windows Store Software Development Kit (SDK). 

You need to install the SDK components. 

Which features should you install? To answer, select or clear the appropriate check boxes in the answer area. 

Answer: 


Q15. HOTSPOT - (Topic 7) 

You develop a Windows Store app by using JavaScript. The current environment is shown in the following diagram. 

A central cloud server must be able to push notifications to all mobile platforms including, but not limited to, Windows 8.x devices and Windows 8 Phones. 

You need to configure the environment. 

Select the correct answer from each list based on the information presented in the diagram. Each correct selection is worth one point. 

Answer: 


Q16. - (Topic 7) 

You are developing a Windows Store app. The app includes a handler for the suggestions requested event. The empty event handler is shown in the following code. (Line numbers are included for reference only.) 

The app must meet the following requirements: 

. Provide an app-defined list of choices in the Search pane that responds to user query text changes. . Provide suggested search topics only when the user enters a query that contains the text "products". 

You need to add code to meet the requirements. 

Which code segment should you insert at line 02? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: SearchSuggestionCollection class (Windows)