Online Access Free 070-357 Practice Test
| Exam Code: | 070-357 |
| Exam Name: | Developing Mobile Apps |
| Certification Provider: | Microsoft |
| Free Question Number: | 55 |
| Posted: | Sep 05, 2026 |
You are a developing a Universal Windows Platform (UWP) app.
You need to provide a solution that moves the scroll bars of the ScrollViewer when a user rotates the mouse wheel.
Which two actions should you perform? Each correct answer presents part of the solution.
You need to implement the appropriate XAML layout for the Timeline app.
Solution: You create an instance of a RelativePanel class.
Does this meet the goal?
You are designing a roadside assistance mobile app.
The app displays a persistent list of links to pages.
The app displays a persistent list of links to pages.
The pages provide a quick way to move between different views of the app.
You need to recommend a user interface pattern that meets the following requirements:
- Allow users to navigate to frequently accessed, distinct content
categories,
- Provide two or more content pones that have corresponding category
headers.
- Display the navigation controls on the top of the screen.
- Highlight the currently selected navigation control.
Which pattern should you recommend?
Drag and Drop Question
You are building a Universal Windows Platform (UWP) app that displays a list of books.
The books will the displayed in a ListView control.
You are binding to a collection of type BookDataGroup.
You need to create a DataTemplate for your ListView that displays the book' s title and author.
The title must be displayed beforethe author.
Which four markup segments should you use to develop the solution? To answer, move the appropriate markup segments from thelist of markup segments to the answer area and arrange them in the correct order.
