How many packages should you use?
You are planning to deploy a Windows Store app to a large number of users. The size of the
app is approximately 5 GB. You need to package the app to prepare it for deployment to the
Windows Store. How many packages should you use?
Which actions should you perform?
You are developing a Windows Store app by using HTML5. The app will be optimized for
accessibility. The app must meet the following accessibility requirements:
• Provide support for navigating all user interface elements.
• Provide support for invoking default functionality on the user interface.
• Provide support for use of a computer keyboard.
You need to ensure that the app meets the accessibility requirements. Which actions should
you perform? (Each correct answer presents part of the solution. Choose all that apply.)
Which code segment should you use?
You need to ensure that the correct language-specific resources are used
You are developing a Windows Store app by using HTML5 and JavaScript. The app will
support both the English and French languages. The app must meet the following
requirements:
• Automatically load language-specific string resources from a resource file, and
access the resources from within the HTML by using data-win res attributes.
• Use the base.js file from the Windows Library for JavaScript.
You need to ensure that the correct language-specific resources are used. What should you
do?
Which code segments should you use?
HOTSPOT
You are developing a Windows Store weather app. You need to restore the state of the app
while the app is being reactivated. Which code segments should you use? (To answer, drag
the appropriate code segments to the correct locations in the answer area. Each code
segment 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.)
Which actions can you perform to achieve this goal?
You are developing a Windows Store app that will be used to display daily high temperatures
and other weather conditions for five cities. The app must meet the following requirements:
• A splash screen is displayed on the device until the data is retrieved from the
Internet.
• The user must be able to view weather information as soon as the data is fully
available.
You need to ensure that the splash screen is displayed at startup until the app has
completed loading updated data. Which actions can you perform to achieve this goal? (Each
correct answer presents a complete solution. Choose all that apply.)
Which CSS segment should you add to the style sheet?
You are developing a Windows Store app. The app includes the following HTML markup:
You are creating a Flexible Box layout for the application. The layout must be configured as
shown in the following display.
The Flexible Box layout must conform to the following requirements:
• The Child2 DIV element must appear on the right side of the layout.
• The Child1 DIV element must appear immediately to the left of Child2.
You need to add CSS to ensure that the requirements are met. Which CSS segment should
you add to the style sheet?
Which code segments should you use?
You are developing a Windows Store text editor app by using HTML5 and JavaScript. Users
must be able to select text within the app and then copy the text. You need to enable the
copy feature. Which code segments should you use? (Each correct answer presents part of
the solution. Choose all that apply.)
Which code segment should you add?
You are developing a Windows Store app. The app will format a paragraph of text to
resemble the following image.
The app must format the paragraph to meet the following requirements:
• The paragraph must be divided between two columns.
• Columns must be separated by vertical lines that are two pixels wide.
You need to ensure that the format of the paragraph meets the requirements. Which code
segment should you add?
Which features should you add to the app bar?
HOTSPOT
You are designing a Windows Store app. The app displays prices and other information for
various stocks. The app must allow the user to perform the following actions:
• Add and remove stocks.
• Search by stocks name.
• Display information about stocks.
You need to add the appropriate features to the app bar. Which features should you add to
the app bar? (To answer, drag the appropriate features to the correct locations in the answer
area. Each feature 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.)