시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / 70-354 덤프  / 70-354 문제 연습

Microsoft 70-354 시험

Universal Windows Platform – App Architecture and UX/UI 온라인 연습

최종 업데이트 시간: 2024년04월26일,76문제.

당신은 온라인 연습 문제를 통해 Microsoft 70-354 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 70-354 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 76개의 시험 문제와 답을 포함하십시오.

 / 2

Question No : 1


HOTSPOT
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.



정답:

Question No : 2


HOTSPOT
You are evaluating the style and themes of the app.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the case study.



정답:

Question No : 3


Topic 3, Litware, Inc.

Overview
Litware, Inc. is an international bike manufacturer that has 3.000 employees. Litware is developing a Universal Windows Platform (UWP) app that will provide its customers with the ability to see its inventory of bikes. The app will be used on various Windows 10 devices.
Requirements

App Design
The app will display all of the available bike models on its main page.
The app will have an Application Bar from which the customers will be able to save a report in a csv file of all the available bikes.
On desktop computers and laptops, the app will be displayed in a window. The window of the app will be resized frequently.
Once the app is developed successfully, a Windows 8.1 version of the app will be created.

App Files
The app has the following files:
• MainPage.xaml and Main.xaml.cs, which contain the code for the main page
• Bike.cs which is the class that defines a bike
• LitwareDataContext.cs, which contains the data context for the main page
• DataLayer.cs. which contains the methods used to access data

App Code


















HOTSPOT
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 on the information presented in the case study.



정답:

Question No : 4


DRAG DROP
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 than once, or not at all. You may need to drag the split bar between panes or scroll to view content.



정답:

Question No : 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 No : 6


You need to recommend a change to ensure that the developers can test CityPlanner.
What should you recommend?

정답:

Question No : 7


You need to recommend a solution to ensure that CityOperations meets the performance requirements.
What should you include in the recommendation?

정답:

Question No : 8


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 No : 9


HOTSPOT
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.



정답:

Question No : 10


You need to recommend a procedure to ensure that the CityPlanner app passes the certification process.
What should you include in the recommendation?

정답:

Question No : 11


You are developing code to meet the requirements of the personal notes.
Which code should you include?

정답:

Question No : 12


Topic 2, Fabrikam, inc.

OverView
A company named Fabrikam, Inc is hired to develop a Universal Windows Platform (UWP) app named CityPlaner. The app will provide city employees with the ability to plan and manage city operations. City operations include all operations that a municipality might administer, such as emergency services and city maintenance.
The Cityplanner app will be deployed to different devices. CityPlanner will use Microsoft Azure to store data.

Existing Environment
Development Environment
Each developer has a laptop that has the following configurations:
• Operating System: Windows 8.1 (x64) pro.
• Memory: 4GB of RAM.
Each developer use a Hyper V virtual machine for debelopment.
Each virtual machine has the following configurations:
• Development environment: Microsoft visual studio 2015 Express.
• Operating System: Windows 8.1 (x64) pro.
• Source control: Git
Visual Studio Online will be used for application lifecycle management.
The City maintains its own NuGet repository library to help share and distribute code.

Application on Testing
You have the following test environment:
• A machine group named Test Machines is configured. Three virtual machines for testing are provisioned in Azure and added ro the group.
• Windows PowerShell is added to all of the testing virtual machines.

You identify the following requirements for testing:
• While testing the CityPlanner app internality, test users require the ability to record screenshots and the actions they perform in CityPlanner.
• A group of 200 beta testers will test CityPlanner. The app will be distributed to the beta testers through the Microsoft Store. During beta testing. CityPlanner must not be available by searching in the Store, Beta testing will last for 30 days.

Technical Background:
Data for the CityPlanner app is stored in an Azure database and accessed through an Azure API App named CityData.
CityPlanner will be tested for various devices by using emulators.
The final version of CityPlanner will be distributed through the Microsoft Store.

Requirements:
Business Requirement:
The CityPlanner app will need to be deployed to 1,000 city employees. Data operations will consistof approximately 90 percent read operations and 10 percent write operations.
You identify the following performance requirements:
• Data read performance must be optimized.
• Network communications must be minimized.
Data tin CityPlanner wall be placed in tin categories described in the following table.



The city employees will work in many different languages to support the municipality. Often the employees will have different difficult languages configured different devices.
Each employee will be able to write a personal note for any individual issue. The note will be private to that employee. When a note is typed the input language settings must be saved alongside the note.

Application Usage:
You identify the following application usage behaviors for the CityPlanner app:
• There is an average of 300 active city issues in a single category.
• In a single day, approximately 25 percent of the CityOperations data will be used by the staff.
• When individual city employees work with the CityOperations data, they will work with the same data for a long period of time.
• When individual city employees work with the IssueList data, they will read all of the issues in a single category. The employees will open arid close many issues frequently during a short period of time. They will often reopen an issue that they just closed.

The top-level navigation for the app will provide the city employees with the ability to select between managing the City Operations data and the issuesList data. The employees will switch between these views frequently. The employees must be able to switch between the different data views easily.
All users of the CityPlanner app must be authenticated. Administrator account for the app must be accessible only by Fabrikam developers.

Issue Lists:
On a page named issueList.xaml, you must add an option for users to sort the IssueLiest data by date, importance, or alphabetical order by using an AppBarButton on the interface.










Future Requirement:
You identify the following long-term requirements:



• CityPlanner, is the first in a series of apps that will be built for the city. Future apps must maximize code reuse.
• To keep a consistent look and tee reusable controls must maintain their own template and properties.
• The reusable controls must be inheritable, to ensure that they can be used to create other controls.
• Fabrikam plans to make the CityPlanner app available to other cities.
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, show Itie issues with “search phrase”.
• Show me the issues with “search phrase”, CityPlanner.
What should you add to the Voice Command Definition (VCD) file?



정답:

Question No : 13


DRAG DROP
On the details page, you render the picture of the computer inside an object of the Rectangle type. You need to implement the ability to rotate the rectangle that contains the picture.
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.



정답:

Question No : 14


You need to ensure that each computer in MainPage.xaml is displayed with an associated picture.
What should you use?

정답:

Question No : 15


You need to recommend a solution to meet the testing requirements.
What should you include in the recommendation?

정답:

 / 2