Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Microsoft Advanced Windows Store App Development using C# (70-485) Free Practice Test

Question 1
HOTSPOT
You need to handle the Click event of the Print button.
You have the following code: (Line numbers are included for reference only.)

Which code snippets should you insert in Target 1 and Target 2 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)
Correct Answer:
Question 2
DRAG DROP
You need to call the DoWork() method asynchronously in a background task.
Which four lines of code should you use to create the Run() method on line SP13? (To
answer, move the appropriate lines of code from the list of code segments to the answer area and arrange them in the correct order.)
Correct Answer:
Question 3
You need to handle the following exception and meet the error handling requirements.

Which code segment should you use?

Correct Answer: C
Question 4
HOTSPOT
You are developing a Windows store app that requires text documents. The documents are loaded from a web service and are often larger than 5 MB. The users of the app travel between offices that are located on different continents.
The app must support thousands of documents and use as little local storage as possible.
You need to store the documents to meet the requirements.
You have the following code:

Which code snippets should you insert in Target 1 and Target 2 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)
Correct Answer:
Question 5
DRAG DROP
You are developing a Windows Store app that uses a light sensor to detect and respond to light changes. An object named lightSensor is an instance of the sensor service.
The light sensor must detect changes once per second. If the sensor is unable to record as fast as once per second, then it must use the fastest interval possible.
You need to ensure that the app meets the requirements. You have the following code:

Which code snippets should you include in Target 1 and Target 2 to complete the code? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet 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.)
Correct Answer:
Question 6
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.)
Correct Answer:
Question 7
You need to implement the requirements for streaming media.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

Correct Answer: D,F
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
You create a mobile service to send push notifications to the app.
You configure the service and the app to work with Windows Push Notification Services
(WNS).
You add the following code to the App.xaml.cs file:

You need to ensure that the app can access the push notification channel.
What should you do first?

Correct Answer: B
Question 9
You need to implement the business requirement to display video clips. Which code segment should you use in the MainPage.xaml file?

Correct Answer: C
Question 10
The users need the ambient light readings at the time a goose sighting is made.
You need to set up the light-sensing device.
Which code segment should you add to the LoadSensors() method of the Environment class?

Correct Answer: A