[2016-New] GreatExam 70-481 Practice Questions Guarantee 70-481 Certification Exam 100% Success (41-60)

If you are not prepared for Microsoft 70-481 exam, please don’t worry. You can pass Microsoft 70-481 exam very simply and easily with our free 70-481 dumps. With our braindumps you shall get GreatExam 70-481 PDF & VCE. After preparing from our free Microsoft 70-481 GreatExam practice test you shall not only pass this exam as well you will get good marks in very short time.

QUESTION 41
Hotspot Question
You need to begin the project development.
Which project template should you choose? To answer, select the appropriate project template type in the answer area.

 

411
Answer:
412

QUESTION 42
Drag and Drop Question
You need to configure the app to receive push notifications.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
421
Answer:
422

QUESTION 43
You are developing a Windows Store app.
Users must be able to initiate searches by using the Search charm.
The app must display the search text in a DIV element named statusMessage.
You need to add code to meet this requirement.
Which code segment should you add?
431

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: B

QUESTION 44
You are developing a Windows Store app.
The app includes a handler for the datarequested event.
A portion of the code for the event handler is shown in the following code segment:
441
The app must meet the following requirements:
– The app must share an order tracking link with target apps.
– The app must share URI-type data only.
You need to ensure that the app meets the requirements.
Which code segment should you insert at line 05?
442

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: C

QUESTION 45
Drag and Drop Question
You are developing a Windows Store app.
You need to allow the app to share content with other applications.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
451
Answer:
452

QUESTION 46
Hotspot Question
You are developing a Windows Store app.
The app allows users to browse contacts from a social networking site.
The app has the following requirements:
– The user must be able to select more than one contact at a time.
– The app must display all of the details for the selected contacts.
You need to ensure that the requirements are met.
Which code segments should you use? (To answer, select the correct option from each drop-down list in the answer area.)
461
Answer:
462

QUESTION 47
You are developing two Windows Store apps named PhotoApp and PictureAlbum.
The apps must meet the following requirements:
– PhotoApp must have access to images on the local computer on which PhotoApp is running.
– PictureAlbum must be able to access the images from PhotoApp.
You need to configure the deployment package settings for both apps to ensure that the requirements are met.
What should you do?

A.    Add the Pictures Library setting to the list of declarations for PhotoApp, and add the
Share Target setting to the list of capabilities for PictureAlbum.
B.    Add the Share Target setting to the list of declarations for PictureAlbum, and add the
Pictures Library setting to the list of capabilities for PhotoApp.
C.    Add the Pictures Library setting to the list of capabilities for PictureAlbum, and add the
Share Target setting to the list of declarations for PictureAlbum.
D.    Add the URI of PhotoApp to the Content URIs list for PictureAlbum, and add the URI of
PictureAlbum to the Content URIs list for PhotoApp.

Answer: A

QUESTION 48
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?

A.    3
B.    1
C.    2
D.    4

Answer: A

QUESTION 49
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.)

A.    Set the tabIndex attribute for interactive elements.
Dynamically manage the tabIndex attribute for composite elements.
B.    Set the aria-live attribute of user interface elements to polite for important content that
changes dynamically.
C.    Ensure that visible text has a minimum luminosity contrast ratio of 1:1 against the
background.
D.    Implement event handlers for invoking default functionality.

Answer: AB

QUESTION 50
Hotspot Question
You are developing a Windows Store app.
You need to ensure that a file that is launched by the app is handled when the app is activated.
Which code segment should you use? (To answer, select the correct option from the drop- down list in the answer area.)
501
Answer:
502

QUESTION 51
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?

A.    Specify both the element properties and the resource names of data-win-res attributes, and
process the data-win-res attributes in the onactivated event.
B.    Specify only the properties of data-win-res attributes, and process the data-win-res attributes
prior to the DOMContentLoaded event.
C.    Specify both the element properties and the resource names of data-win-res attributes, and
process the data-win-res attributes immediately after the DOMContentLoaded event.
D.    Specify only the resource names of data-win-res attributes, and process the data-win- res
attributes in the onactivated event.

Answer: C

QUESTION 52
Drag and Drop Question
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.)
521
Answer:
522

QUESTION 53
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.)

A.    Configure settings in the app manifest to display the splash screen until the data is fully
available.
B.    Create an image that duplicates the splash screen, load the image from the dismissed event
of the splash screen, and display the image until the data is fully available.
C.    Create an image that duplicates the splash screen, and display the image by using fragment
loading until the data is fully available.
D.    Configure settings in the app manifest to display the splash screen for 10 seconds.

Answer: CD

QUESTION 54
You are developing a Windows Store app.
The app includes the following HTML markup:
541
You are creating a Flexible Box layout for the application.
The layout must be configured as shown in the following display.
542
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?

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: D

QUESTION 55
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.)
551

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: AB

QUESTION 56
You are developing a Windows Store app.
The app will format a paragraph of text to resemble the following image.
561
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?
562

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: D

QUESTION 57
Drag and Drop Question
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.)
571
Answer:
572

QUESTION 58
Drag and Drop Question
You are developing a Windows Store app.
The app will be used to manage a task list.
The app has the following requirements:
– Support commands to add, remove, filter, and select all items in the task list.
– Support navigation to the previous screen.
You need to ensure that the commands are placed according to Microsoft design style guidelines.
Where should you place each command? (To answer, drag each command to the correct placement location. Each answer must be used only once. You may need to drag the split bar between panes or scroll to view content.)
581
Answer:
582

QUESTION 59
You are developing a Windows Store app.
The app will be used on devices that are capable of changing view states.
The app contains the following CSS code segment. (Line numbers are included for reference only.)
The app has the following requirements when the host device is in a landscape orientation:
– The app’s client area must be the same height as the device’s height.
– The app’s client area must be the same width as the device’s width.
You need to ensure that the layout of the device screen meets the requirements.
Which code segment should you insert at line 01?
591

A.    @ device screen and (-ms-view-state: fullscreen-landscape) {
B.    @ device screen and (-ms-view-state: fullscreen-snapped) {
C.    @ media screen and (-ms-view-state: fullscreen-landscape)
D.    @ media all and (-ms-view-state: fullscreen-snapped) {

Answer: C

QUESTION 60
Drag and Drop Question
You are developing a Windows Store app that allows the user to write reviews for a company’s products.
The product selection page must switch to a vertical list layout when the app is snapped.
You need to ensure that the product layout is updated.
Which four actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
601
Answer:
602

If you want to prepare for 70-481 exam in shortest time, with minimum effort but for most effective result, you can use GreatExam 70-481 practice test which simulates the actual testing environment and allows you to focus on various sections of 70-481 exam. Our candidates walk into the testing room as confident as a Certification Administrator. So you can pass the exam without any question.

http://www.greatexam.com/70-481-exam-questions.html