PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You are developing a Windows Store app that displays all photos from the Pictures library to the user.

HOTSPOT
You are developing a Windows Store app that displays all photos from the Pictures library to the user.
The app includes the following JavaScript code segment. Line numbers re included for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.

You are developing a Windows Store inventory control app for a bicycle distributor.

HOTSPOT
You are developing a Windows Store inventory control app for a bicycle distributor. The app
includes the following code. Line numbers are included for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select
No. Each correct selection is worth one point.

Which two assembly attributes should you include in the source code?

You are developing an application by using G#. You provide a public key to the development
team during development.
You need to specify that the assembly is not fully signed when it is built.
Which two assembly attributes should you include in the source code? (Each correct answer
presents part of the solution. Choose two.)

Which code segment should you use?

You are developing a Windows Store app by using JavaScript. The app will create media
files and copy them to a removable storage device.
If the storage device becomes unavailable while files are being copied, the copy operation
must resume after the device becomes available.
You need to ensure that the app can subscribe to device updates.
Which code segment should you use?

Which code segment should you insert at line 08?

You are developing an application that uses the Microsoft ADO.NET Entity Framework to
retrieve order information from a Microsoft SQL Server database. The application includes
the following code. (Line numbers are included for reference only.)

The application must meet the following requirements:
Return only orders that have an OrderDate value other than null.
Return only orders that were placed in the year specified in the year parameter.
You need to ensure that the application meets the requirements. Which code segment
should you insert at line 08?

Which code segment should you use?

You are creating an application that manages information about your company’s products.
The application includes a class named Product and a method named Save.
The Save() method must be strongly typed. It must allow only types inherited from the
Product class that use a constructor that accepts no parameters.
You need to implement the Save() method.
Which code segment should you use?