70-357 Dumps

70-357 Free Practice Test

Microsoft 70-357: Developing Mobile Apps

QUESTION 21

- (Topic 2)
You have a Universal Windows Platform (UWP) app. The app has a page that includes the following XAML markup. Line numbers are included for reference only.
<>>>

Correct Answer: D
Use single-cell grids for overlapping UI
A common UI requirement is to have a layout where elements overlap each other. Typically padding, margins, alignments, and transforms are used to position the elements this way. The XAML Grid control is optimized to improve layout performance for elements that overlap.

QUESTION 22

- (Topic 3)
Note: This question is part of a series of questions that present the same scenario. Each
question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You must create a project for shared code.
Solution: You implement the shared code in a Windows Runtime component. Does this meet the goal?

Correct Answer: A