Which event handles multitouch input in Windows Phone 7?
Answer : D
A Pivot control is typically used to:
Answer : D
To query a relational database, Language-Integrated Query (LINQ) translates queries from mobile applications to:
Answer : A
What does the following code segment do? (Line numbers are included for reference only.)
Answer : C
Which three classes are included in the Microsoft.Phone.Tasks namespace for the development of Windows Phone 7.5? (Choose three.)
Answer : A,B,E
Explanation: A:MediaPlayerLauncher
Allows an application to launch the media player.
B:ConnectionSettingsTask -
Allows an application to launch a Settings dialog that allows the user to change the devices network connection settings.
E: AddressChooserTask -
Allows an application to launch the Contacts application. Use this to obtain the physical address of a contact selected by the user.
How many points of capacitive touch does the Windows Phone 7.5 screen support?
Answer : C
In which part of the Model-View-ViewModel (MVVM) environment does data connectivity and algorithm processing occur?
Answer : D
Which three applications are available on a Windows Phone 7 device, but not on the device emulator user interface? (Choose three.)
Answer : BDE
Explanation: Windows Internet Explorer and Pictures Hub work in the device emulator.
Match each control to its description. (To answer, drag each control from the column on the left to its description on the right. Each control may be used once, more than once, or not at all. Each correct match is worth one point.)
Answer :
Explanation:
You plan to develop a Windows Phone application that will use a local database to store critical data. The database must be encrypted.
You add the following code segment. (Line numbers are included for reference only.)
Answer : B
Which two techniques will increase battery life when used in an XNA game? (Choose two.)
Answer : A,D
Explanation: A:The maximum frame rate is 30 frames per second. This was set as a compromise between battery life and quality.
D:Game.SuppressDraw Method -
Call this method during Update to prevent any calls to Draw until after the next call to
Update. This method can be used on small devices to conserve battery life if the display does not change as a result of Update.
What are two extension methods implemented by the Queryable class that support
Language-Integrated Query (LINQ) queries? (Choose two.)
Answer : D,E
Explanation: Sum(IQueryable<Decimal>)Computes the sum of a sequence of Decimal values.
Select<TSource, TResult>(IQueryable<TSource>, Expression<Func<TSource,
TResult>>)Projects each element of a sequence into a new form.
Which tool is used to unlock a Windows Phone 7 device?
Answer : A
Which built-in hardware is optional in Windows Phone?
Answer : A
Which networking feature is newly supported in Windows Phone 7.5?
Answer : B
Have any questions or issues ? Please dont hesitate to contact us