70-355 Exam Questions
61 real 70-355 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
You need to recommend a solution to ensure that CityOperations meets the performance requirements. What should you include in the recommendation?
- Question #2
You are developing code to meet the requirements of the personal notes. Which code should you include?
- Question #3
You need to recommend a procedure to ensure that the CityPlanner app passes the certification process. What should you include in the recommendation?
- Question #4
You plan to add Cortana support to the CityPlanner app. The employees need to be able to search for an issue in CityPlanner by using either of the following phrases: - CityPlanner,...
- Question #5
What is the best control to use for the top-level navigation? More than one answer choice may achieve this goal. Select the BEST answer.
- Question #6
You need to recommend a change to ensure that the developers can test CityPlanner. What should you recommend?
- Question #7
Which two actions should you perform to provide beta testers with access to the CityPlanner app? Each correct answer presents part of the solution.
- Question #8Manage project site content
Drag and Drop Question How should you complete the code for AppBarButton? To answer, drag the appropriate code elements to the correct targets. Each element may be used once, more...
UWPAppBarButtonMenuFlyoutXAML code completion - Question #9Manage project site content
Which animations will appear when the employees view the IssueList.xaml page? For each of the following statements, select Yes if the statement is true. Otherwise, select No. State...
UWPListView animationspage transitionsXAML - Question #10
You are reviewing MainPage.xaml. The contents of which element prevents MainPage.xaml from working on a desktop computer that runs Windows 8.1?
- Question #11Manage project site content
Drag and Drop Question 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...
app signingMakeCertPvk2PfxSignTool sequence - Question #12Debug and test
Hotspot Question You are evaluating the user interactions when using the app. For each of the following statements, select Yes if the statement is true. Otherwise, select No.
UWPuser interactionsapp evaluation - Question #13Debug and test
Hotspot Question You are evaluating the rendering of the list box. For each of the following statements, select Yes if the statement is true. Otherwise, select No.
UWPlist boxrenderingXAML - Question #14Implement coding patterns
Hotspot Question You are evaluating the implementation of the Application Bar for the app. Use the drop-down menus to select the answer choice that completes each statement based o...
UWPApplication BarXAMLapp bar implementation - Question #15Implement coding patterns
You are developing a Universal Windows Platform (UWP) app that will take photos. The app will be used on both Windows 10 device families. You need to ensure that when the app runs...
UWPcameradevice familiesphone capabilities - Question #16Debug and test
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 a Team Fou...
Visual Studioversion controlTFScheck-in policy - Question #17Implement coding patterns
You are developing a Universal Windows Platform (UWP) app. You need to ensure that the app supports speech functionality. How should you complete the code? To answer, drag the appr...
UWPspeechvoice recognitionSpeechRecognizer - Question #18
Your company uses Git repositories with topic branches and Microsoft Visual Studio for Universal Windows Platform (UWP) app development. You are developing a new feature to an app...
- Question #19Debug and test
You are developing a Universal Windows Platform (UWP) app. While testing the app, you discover performance issues. You need to provide three prompts of the app in the app runs. Whi...
UWPperformance profilingperformance testingdiagnostics - Question #20
You are creating a Universal Windows Platform (UWP) app by using Microsoft Visual Studio 2015. You discover that the app uses more memory than expected. You suspect that a method n...
- Question #21
You are developing a Universal Windows Platform (UWP) app that will support two displays. The primary display will have a maximum resolution of 1080 p. The secondary display will s...
- Question #22Implement coding patterns
Drag and Drop Question You are developing a Universal Windows Platform (UWP) app that will be used on desktop computers and phones. The app will use facial recognition. You need to...
UWPfacial recognitioncamera detectiondevice capabilities - Question #23
You are developing a Universal Windows Platform (UWP) app. You need to convert a .resx file to a .resources file. Which tool should you use?
- Question #24Implement coding patterns
Drag and Drop Question You are developing a Universal Windows Platform (UWP) app named App1. App1 can be started by using Cortana. To start the app, users must be able to say "App1...
UWPCortanaVCDvoice commands - Question #25
You are developing a Universal Windows Platform (UWP) app. You need to implement remote debugging of the app on a tablet device. What should you run on the tablet?
- Question #26
You are developing a Universal Windows Platform (UWP) app. You plan to publish the app to the Microsoft Store. The app will have a 30-day trial mode. During the trial mode, you nee...
- Question #27Implement coding patterns
Drag and Drop Question You are developing a Universal Windows Platform (UWP) app. The app will display a text box named TextBox1 and a button named Button2. If a user types in the...
UWPXAML layoutTextBoxdynamic resizing - Question #28Implement coding patterns
Drag and Drop Question You are developing a Universal Windows Platform (UWP) app. You need to create a grid that has three rows and two columns. The grid must contain a button loca...
UWPXAMLGridlayout - Question #29
Your company uses Microsoft Visual Studio Team Services. You are testing a Universal Windows Platform (UWP) app. You need to record the actions performed in the app and record user...
- Question #30
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 t...
- Question #31
You are developing a Universal Windows Platform (UWP) app that will display a list of contacts. When the app loads, it will display the alphabet and provide users with the ability...
- Question #32
You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store. You need to change the name of the app that will be displayed in the Store....
- Question #33
You need to provide license metadata to the current app. Which class should you use?
- Question #34Implement services
You are evaluating the use of GitHub and Microsoft Visual Studio Team Services. You need to identify a source control solution for application code. The solution must meet the foll...
GitHubVisual Studio Team Servicessource controlcontinuous integration - Question #35Implement services
You are designing a Universal Windows Platform (UWP) app that will access external data sources. The data sources have the following requirements: - The data must be stored in a re...
UWPdata sourcesREST APIcloud database - Question #36
You are developing a Universal Windows Platform (UWP) app that will retrieve data from a Microsoft Azure SQL Database. The app will be used by multiple users simultaneously. You ne...
- Question #37Implement services
You are developing a Universal Windows Platform (UWP) app and all of the code elements are hosted in GitHub. You need to create a new branch in GitHub. What commands should you run...
UWPGitHubbranchinggit commands - Question #38Debug and test
You are developing a Universal Windows Platform (UWP) app. The app manipulates accounts by using a class named Account that you developed. You need to automate tests for the Debit...
UWPunit testingMSTesttest automation - Question #39
You are developing a Universal Windows Platform (UWP) app that has the following unit test. public class UnitTest1 { } [TestMethod] public void TestMethod1() { } You need to ensure...
- Question #40
Your company has a private GitHub repository. A new developer needs to make a change to a project in the repository. What should the developer do first?
- Question #41
You need to create a storyboard for a Universal Windows Platform (UWP) app that you are designing. For which application does Microsoft provide design templates for UWP apps?
- Question #42
You are designing a new Universal Windows Platform (UWP) app by using the Model- View- ViewModel (MVVM) pattern. You need to identify which app component must be implemented in a s...
- Question #43
You are developing a Universal Windows Platform (UWP) app by using Microsoft Visual Studio. The app will use the AdMediatorControl control. You need to select the ad providers that...
- Question #44
Your company uses the Agile methodology for software development. You need to recommend a tool that provides you with the ability to manage the sprint backlog and track the work it...
- Question #45
You are developing a Universal Windows Platform (UWP) app. The app has a custom class named Auditing that is used to track actions that users perform in the app. You implement audi...
- Question #46
You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store. You need to ensure that the app can access removable storage drives. Which...
- Question #47
You develop a Universal Windows Platform (UWP) app that is available in the Microsoft Store. Some users report that the app occasionally crashes. You review the health reports from...
- Question #48
You are packaging a Universal Windows Platform (UWP) app for the Microsoft Store. You need to set the name of the app that will appear in the Store. Which element should you define...
- Question #49Implement coding patterns
You are developing a Universal Windows Platform (UWP) app. You have the following XAML code. <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Viewbox Horizo...
UWPlocalizationXAMLresource files - Question #50Implement services
You plan to use Microsoft Visual Studio Online for version control. You need to identify which actions must be performed before you can use Visual Studio Online for version control...
Visual Studio Onlineversion controlsetupTFS