Your success in Microsoft 70-355 is our sole target and we develop all our 70-355 braindumps in a way that facilitates the attainment of this target. Not only is our 70-355 study material the best you can find, it is also the most detailed and the most updated. 70-355 Practice Exams for Microsoft MCSD 70-355 are written to the highest standards of technical accuracy.
Q11. DRAG DROP
You are developing a Universal Windows Platform (UWP) app. In MainPage.xaml, you have the following markup.
You need to create an event handler for the app. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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.
Select and Place:
Answer:
Explanation:
Example: Peer-to-peer navigation between two pages
private void HyperlinkButton_Click(object sender, RoutedEventArgs e)
{
this.Frame.Navigate(typeof(Page2), name.Text);
}
References:
https://msdn.microsoft.com/en-us/library/windows/apps/mt465735.aspx
Q12. You are developing a Universal Windows Platform (UWP) app by using Microsoft Visual Studio 2015.
You plan to perform unit testing.
You need to automate the creation of the unit tests. What should you use?
A. IntelliTest
B. Application Insights
C. Code Coverage
D. Test Explorer
Correct
Answer: A
Explanation:
IntelliTest explores your .NET code to generate test data and a suite of unit tests. For every statement in the code, a test input is generated that will execute that statement.
Q13. DRAG DROP
You are developing a Universal Windows Platform (UWP) app. In MainPage.xaml, you have the following markup.
You need to create an event handler for the app. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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.
Select and Place:
Answer:
Explanation:
Example: Peer-to-peer navigation between two pages
private void HyperlinkButton_Click(object sender, RoutedEventArgs e)
{
this.Frame.Navigate(typeof(Page2), name.Text);
}
References:
https://msdn.microsoft.com/en-us/library/windows/apps/mt465735.aspx
Q14. 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 to zoom in on a letter to display all of the contacts whose name starts with that letter. The app will use a SemanticZoom control.
You need to identify which event you must use in the app. Which event should you identify?
A. ViewChangeStarted
B. Loaded
C. Tapped
D. ManipulationStarted
Correct
Answer: A
Explanation:
TheSemanticZoom.ViewChangeStarted eventoccurs when a view change is requested.
Incorrect:
Not B: Loaded occurs when a FrameworkElement has been constructed and added to the object tree, and is ready for interaction. Not C: Tapped occurs when an otherwise unhandled Tap interaction occurs over the hit test area of this element.
Not D: ManipulationStarted represents that the manipulation recognition logic has detected pointer movement.
Q15. 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?
A. On the Save button, change the IsDefaulted property and the IsDefault property.
B. Use an InputType enumeration that has a Command member.
C. Use a CommandBinding object that contains a CanExecute event.
D. On the Save button, change the IsSealed value.
Correct
Answer: C
Explanation:
The CommandBinding.CanExecute event occurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the command target.
References:
https://msdn.microsoft.com/en-us/library/system.windows.input.commandbinding.canexecute(v=vs.110).aspx
Q16. You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store.
The app will contain the following method.
JavaScript in the app will call the method. You need to implement the method. What should you do first?
A. Create a Windows Runtime Component project.
B. Add a class file to the project.
C. Create a portable class project.
D. Add the method to the App.xaml.cs file.
Correct
Answer: A
Explanation:
By using the Windows Runtime, you can create components (essentially DLLs) in C++, C#, or Visual Basic, and call into them in a simple and natural way from a Windows Store app that's built by using JavaScript.
References:
https://msdn.microsoft.com/en-us/library/hh441572.aspx
Q17. 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 comments. The test must not use a predefined set of steps. What should you do?
A. From Visual Studio Team Services, create a new test plan.
B. From Visual Studio Team Services, create a new test case.
C. From Microsoft Test Manager, perform exploratory testing.
D. From Microsoft Test Manager, create a new test.
Answer: C
Explanation:
Exploratory testing means testing an application without a set of tests defined in advance, and without a script of predetermined steps.
Microsoft Test Manager (MTM) helps you by recording the actions you perform as you work with your application. You can also record screenshots, comments, file attachments, audio narration and screen video.
Q18. You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store.
The app will contain the following method.
JavaScript in the app will call the method. You need to implement the method. What should you do first?
A. Create a Windows Runtime Component project.
B. Add a class file to the project.
C. Create a portable class project.
D. Add the method to the App.xaml.cs file.
Correct
Answer: A
Explanation:
By using the Windows Runtime, you can create components (essentially DLLs) in C++, C#, or Visual Basic, and call into them in a simple and natural way from a Windows Store app that's built by using JavaScript.
References:
https://msdn.microsoft.com/en-us/library/hh441572.aspx
Q19. 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 to link the work items to the source code. What should you recommend?
A. Microsoft Visual Studio Online
B. Microsoft Excel Online
C. Microsoft Visual Studio Release Management
D. Git
Answer: A
Explanation:
Microsoft Visual Studio Team Services/ Microsoft Visual Studio Online is a cloud-based solution let teams share code, track work, and ship software. Teams use the work item types (WITs) provided with the Agile process template to plan and track progress of software projects.
Q20. 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 to link the work items to the source code. What should you recommend?
A. Microsoft Visual Studio Online
B. Microsoft Excel Online
C. Microsoft Visual Studio Release Management
D. Git
Answer: A
Explanation:
Microsoft Visual Studio Team Services/ Microsoft Visual Studio Online is a cloud-based solution let teams share code, track work, and ship software. Teams use the work item types (WITs) provided with the Agile process template to plan and track progress of software projects.