최신 070-354 무료덤프 - Microsoft Universal Windows Platform - App Architecture and UX/UI
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 support a maximum resolution of 4 and will not support interactivity.
Your need to ensure that the app can use the full resolution of each display.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
Your need to ensure that the app can use the full resolution of each display.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
정답: B
DRAG DROP
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 develop a method that verifies whether a camera is present.
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.

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 develop a method that verifies whether a camera is present.
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.

정답:

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 named Method1 is consuming most of the memory.
You need to identify the changes in memory that are a direct result of executing Method1.
What should you do?
You discover that the app uses more memory than expected. You suspect that a method named Method1 is consuming most of the memory.
You need to identify the changes in memory that are a direct result of executing Method1.
What should you do?
정답: B
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 relational database.
*The data sources must be stored in a public cloud.
*The app must not connect directly to the database.
*The app must access the data sources by using HTTP verbs.
You need to identify the appropriate data storage type and the appropriate method to use to access the data sources. What should you identify? Select two.
*The data must be stored in a relational database.
*The data sources must be stored in a public cloud.
*The app must not connect directly to the database.
*The app must access the data sources by using HTTP verbs.
You need to identify the appropriate data storage type and the appropriate method to use to access the data sources. What should you identify? Select two.
정답: A,B
You need to recommend a change to ensure that the developers can test CityPlanner.
What should you recommend?
What should you recommend?
정답: C
DRAG DROP
You are developing a Universal Windows Platform (UWP) app that will take photos. The app will be used across Windows 10 device families.
You need to ensure that when the app runs on a phone, the app can use the built-in features of the phone.
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.

You are developing a Universal Windows Platform (UWP) app that will take photos. The app will be used across Windows 10 device families.
You need to ensure that when the app runs on a phone, the app can use the built-in features of the phone.
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.

정답:

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?
A new developer needs to make a change to a project in the repository.
What should the developer do first?
정답: D
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 auditing for many methods throughout the app.
You need to configure the auditing process to meet the following requirements:

You must use a custom attribute to disable auditing for specific methods during automated testing of the app. During the automated testing, you must redirect auditing output.
What should you do?
The app has a custom class named Auditing that is used to track actions that users
perform in the app. You implement auditing for many methods throughout the app.
You need to configure the auditing process to meet the following requirements:

You must use a custom attribute to disable auditing for specific methods during automated testing of the app. During the automated testing, you must redirect auditing output.
What should you do?
정답: A