It is impossible to pass Microsoft 70-490 exam without any help in the short term. Come to Ucertify soon and find the most advanced, correct and guaranteed Microsoft 70-490 practice questions. You will get a surprising result by our Renew Recertification for MCSD: Windows Store Apps using HTML5 practice guides.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 70-490 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 70-490 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/70-490-exam-dumps.html
Q41. - (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)
Topic 5, Scenario 5
Background
Southridge Video rents and sells video games, movies, and other multimedia content. The company is currently expanding its operations. Southridge video is developing a Windows Store news reader and social media app. Users will be able to view and interact with news stories that are related to the video game, entertainment, and related industries. Southridge Video employees will also use the app to manage sales leads, order fulfillment, and customer-service related activities.
Business Requirements
The app has the following requirements.
Users must be able to email news items to their contacts.
Navigation
..
Easy navigation access must be available to move to the next and previous pages. Users searching for specific news items must be able to navigate directly to an item from the search results pane.
News items
. ....
When a user selects a news item on newsPage.html, the news item should be
displayed in the newsltem.html page.
The app must periodically retrieve new news items on the newsPaae.html page.
The app must periodically retrieve new news items on the newsPage.html page.
The app must allow the user to save annotated news.
The app must display a short title for each news item.
Search capabilities
..
The app must allow users to search within available news items to locate articles
of interest.
The app must provide search suggestions for users.
Authentication
. .. .
Employees must be able to view the sales leads, order fulfillment, and customer-
service related pages.
Authenticated users must be able to save news items to read at a later time.
Authenticated users must be able to add and save handwritten notes to the news
items.
The app must allow users to choose whether their credentials will be saved after
they first log in. User credentials must be saved by default.
Technical Requirements Email
..
When a user clicks the To button to email news items, only contacts that have
email addresses should be displayed.
When multiple contacts are selected, the email addresses must be displayed in the
To text box as a semi-colon-delimited string.
News items
. . ..
The app must periodically retrieve new items from a web service. The app must display a progress indicator while retrieving new items. The news feed service must respond to all requests within 15 seconds. The app must not throw an error if the service does not respond within the allotted time. Titles for news items must not overflow into other elements on the page. Authenticated users must be able to add handwritten notes to the news items by using a stylus or the mouse. The app must support saving annotations along with the news item.The app must cancel the navigation from newsltem.html to newsPage.html if there are unsaved changes in the annotations area.
Search capabilities
The app must retrieve a list of phrases from the news service and provide them as search suggestions to users.
Authentication
. Users connected to the corporate network must authenticate against an Active Directory server. . Users outside of the corporate network must authenticate by using forms-based authentication. . User credentials must not be transmitted in plain text.
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.)
emailPage.html
emailPage.js
getCredential.js newsItem.html
newsItem.js
newsPage.html
newsPage.js
Q42. - (Topic 7)
You are developing a Windows Store app that will allow users to take photos by using the built-in device camera. The app will immediately open the photo for editing.
You need to programmatically specify the location from which to open the most recent photo taken by the app.
What is the best option to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
A. KnownFolders.pictureslibrary
B. SkyDrive.Pictures
C. KnownFolders.savedPictures
D. KnownFolders.cameraRoll
Answer: D
Q43. - (Topic 7)
You are developing a Windows Store photography app by using JavaScript. The app includes the following code segment. (Line numbers are included for reference only.)
You need to ensure that the app captures all pictures as landscape-oriented photos at the maximum resolution.
Which code segment should you insert at line 03?
A. Option A B. Option B
C. Option C
D. Option D
Answer: D
Q44. - (Topic 7)
You are developing a Windows Store app. The app will allow users to upload and share
text messages.
The app must upload each message to a Windows Azure back-end database. The stored
data must be encrypted by using public/private key encryption.
You need to implement data encryption for the app. Which code segment should you use?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Reference: http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.cryptography.core.asymmetrickeyalgorithmprovi der.openalgorithm.ASPx
Q45. DRAG DROP - (Topic 7)
You are developing a Windows Store app.
You need to design a testing strategy.
Which type of testing should you use to achieve each objective? To answer, drag the appropriate testing types to the correct targets. Each technology 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:
Q46. 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:
Q47. - (Topic 5)
You need to implement the code to meet the requirements regarding the display of the newsPage.html page.
Which HTML element should you insert at line NH06?
A. <h2 class ="news-item-title win-type-ellipses" data-win-bind="textContent: title"></ h2>
B. <h2 class="news-item-title win-type-large" data-win-bind="textContent: title"></h2>
C. <h2 class="news-item-titlewin-type-xx-large" data-win-bind="textContent: title"></ h2>
D. <h2 class="news-item-title win-type-x-large" data-win-bind="textContent: title"></ h2>
Answer: A
Explanation: WinJS CSS classes for typography (Windows) ListView.itemTemplate property (Windows)
Q48. - (Topic 4)
You need to implement the saveCredentials method.
Which code segment should you insert at line CM06?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Explanation: Managing application data in a Windows Store business app using C#,
XAML, and Prism (Windows)
PasswordVault class (Windows)
Q49. DRAG DROP - (Topic 7)
You develop a Windows Store app that plays videos.
The videos include subtitles that are stored in Video Text Track (.vtt) files.
The app interface must include a button that displays the subtitles, and another button that hides the subtitles.
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:
