PrepAway - Latest Free Exam Questions & Answers

Category: 70-485 (v.2)

Exam 70-485: Advanced Windows Store App Development Using C# (update June 2nd, 2016)

You need to ensure that the buttons slide into place when their Visibility property is set to true

You are developing a Windows Store app.
The main page of the app contains a canvas container that has five TextBox controls and three
Button controls. The visibility of the buttons changes according to the data entered in the TextBox
controls.
You need to ensure that the buttons slide into place when their Visibility property is set to true.
What should you add?

Which code segments should you insert at lines 01 and 04?

DRAG DROP
You are developing a Windows Store app.
The app will download files from the Internet.
You already have a method that downloads files. The method has the following signature:

Which code segments should you insert at lines 01 and 04? (To answer, drag the appropriate code
segments to the correct locations. 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.)

Which code segment should you insert at line 07?

You are developing a Windows Store app that will provide users with the ability to perform price
comparisons between online retailers.
You build a user interface (UI) that has a button. The button is used to perform the price
comparisons.
You write an event handler that contains the following code:

You need to ensure that once the button is clicked, the button is disabled until the comparison
completes. The solution must prevent the app from blocking access to the UI.
Which code segment should you insert at line 07?

You need to ensure that the app meets the requirements

You are developing a Windows Store app that targets customers who travel frequently.
The app allows users to record audio and video files and save them to their local devices.
You have the following traveler-friendly requirements:
The audio and video files must be shorter than three minutes in duration.
The app must finalize recording automatically when the time limit is reached.
You cannot use continuous polling to test when the time limit is reached.
You need to ensure that the app meets the requirements.
What should you do?

Which XAML markup should you use?

You are developing a Windows Store app.
The app will support multiple languages. The app has a page named MainPage. The resource file of
the page is named MainPage.resw and is located in a folder named /Resources/en-us/.
MainPage.resw contains the data shown in the following table.

You need to parameterize a TextBlock control by using the data in the resource file.
Which XAML markup should you use?


Page 15 of 17« First...10...1314151617