Microsoft Universal Windows Platform - App Architecture and UX/UI (070-354) Free Practice Test
Question 1
DRAG DROP
You create an app package for the app.
You need to sign the app digitally before you publish the app to the Microsoft Store.
Which three tools should you use in sequence? To answer, move the appropriate tools
from the list of tools to the answer area and arrange them in the correct order.

You create an app package for the app.
You need to sign the app digitally before you publish the app to the Microsoft Store.
Which three tools should you use in sequence? To answer, move the appropriate tools
from the list of tools to the answer area and arrange them in the correct order.

Correct Answer:

Question 2
You are developing a cross-platform app by using Microsoft Visual Studio 2015. The app will be available to Windows, Android, and iOS devices.
You need to gather usage telemetry for the app across all three platforms.
What should you use?
You need to gather usage telemetry for the app across all three platforms.
What should you use?
Correct Answer: C
Question 3
Which two actions should you perform to provide beta testers with access to the CityPlanner app?
Each correct answer presents part of the solution.
Each correct answer presents part of the solution.
Correct Answer: A,E
Question 4
DRAG DROP
You are developing an app in Microsoft Visual Studio 2015. The source code is stored in a team project in Visual Studio Online. Visual Studio Online is configured to use Team Foundation version control. The team project is configured to use a Builds check-in policy.
After you make some changes to the code, the project fails to build because of code errors.
You need to provide another developer with the ability to review the code changes.
Which four 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.

You are developing an app in Microsoft Visual Studio 2015. The source code is stored in a team project in Visual Studio Online. Visual Studio Online is configured to use Team Foundation version control. The team project is configured to use a Builds check-in policy.
After you make some changes to the code, the project fails to build because of code errors.
You need to provide another developer with the ability to review the code changes.
Which four 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.

Correct Answer:

Question 5
You are developing a Universal Windows Platform (UWP) app. The application architecture uses the Model-View-ViewModel (MVVM) pattern.
You are designing a form to add new contacts to the app. The form contains an input field named LastName and a Save button.
You need to ensure that when LastName is empty, the Save button is disabled.
What should you use?
You are designing a form to add new contacts to the app. The form contains an input field named LastName and a Save button.
You need to ensure that when LastName is empty, the Save button is disabled.
What should you use?
Correct Answer: B
Question 6
HOTSPOT
You are evaluating the touch input of the app.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

You are evaluating the touch input of the app.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Correct Answer:

Question 7
You are building a Universal Windows Platform (UWP) app that will be used to view images.
When a user clicks an image by using a mouse, the image will increase in size by 20 percent, and then return to its original size when the user releases the mouse.
You create event handlers to handle the PointerPressed and PointerReleased events for the image.
The user reports that occasionally, the image fails to return to its original size.
You need to ensure that the image returns to its original size.
Which three events should you handle? Each correct answer presents part of the solution.
When a user clicks an image by using a mouse, the image will increase in size by 20 percent, and then return to its original size when the user releases the mouse.
You create event handlers to handle the PointerPressed and PointerReleased events for the image.
The user reports that occasionally, the image fails to return to its original size.
You need to ensure that the image returns to its original size.
Which three events should you handle? Each correct answer presents part of the solution.
Correct Answer: A,B,E
Question 8
You are designing a new Universal Windows Platform (UWP) app by using the Model-View-ViewModel (MWM) pattern. You need to identify which app component must be implemented in a single layer only. Which component should you identify?
Correct Answer: C