PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

How should you build the code?

DRAG DROP
You are developing a web page that will be accessed from various types of devices.
You have the following requirements:
The appropriate display resolution must be selected dynamically based on the device that is
connecting to the page.
Mobile devices with a maximum width of 480 pixels must be able to use the page.
You need to ensure that the page displays correctly on any device.
How should you build the code? (To answer, drag the appropriate media statement to the correct
location. Each media statement 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 CSS segment should you add to your style sheet?

You are developing a Windows Store app. A page in the app contains the following HTML code:

The app must style a container element and two child elements to resemble the following image.

The grid layout must meet the following requirements:
The Top section must be half the width of the Bottom section.
The solution must retain the proportions of the child sections in the event that the
dimensions of any of the grid sections change.
You need to ensure that the proportions of the sections of the image are retained.
Which CSS segment should you add to your style sheet?

How should you complete the relevant code?

DRAG DROP

You are developing a Windows Store app that will display images uploaded by users.
Images can be shared by using the Share charm. The share pane must close immediately
after a user shares an image, without waiting for the file transfer to complete.
You need to implement sharing.
How should you complete the relevant code? To answer, drag the appropriate code
segments to the correct targets. 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.

How should you develop the form?

HOTSPOT
You are developing a form that captures a user’s email address by using HTML5 and jQuery.
The form must capture the email address and return it as a query string parameter. The query string
parameter must display the @ symbol used in the email address.
You need to implement this functionality.
How should you develop the form? (To answer, select the appropriate options from the drop-down
lists in the answer area.)