Knowledge of Windows Phone 7 Skills Test
For an unauthenticated web service, how many push notifications can be sent per subscription per day?
How do you stop all animations in your Silverlight Application for Windows Phone 7 application?
How many maximum number of screenshots of your application can you provide when submitting your application for certification?
In which of the following scenarios should Silverlight Framework be preferred to XNA Framework for Windows Phone 7?
The code given below is used to enable Gesture support in a Windows Phone 7 game using XNA Game Studio 4.0. Which of the following statements with regard to this code is correct? TouchPanel.Enable...
The image above shows the properties of Game Assets in XNA Game Studio. What does the icon A indicate?
What does Tombstoning describe regarding Windows Phone execution model?
What happens to the data if you uninstall the associated Silverlight application from the Windows Phone?
What happens when the opacity of icon buttons in the Application Bar is set to 1?
What happens when you pass an invalid path E: emp in the following method in a Silverlight application on Windows Phone? System.IO.Path.GetDirectoryName(@"E: emp .")
What is a panoramic application in Windows Phone?
What is the content type of the <UseKerning> tag which is used by the Content Pipeline to create SpriteFont textures in .spritefont XML in XNA Game Studio for Windows Phone7?
What is the correct order in which events occur in the life cycle of a Windows Phone 7 application?
What is the datatype of the HubType attribute for the <App> </App> element in the Windows Phone Manifest File Structure?
What is the default mode in which the Windows Phone Emulator in Visual Studio starts?
What is the default value of the width property of Internet Explorer Mobile Viewport in Windows Phone 7?
What is the function of the "Microsoft.Xna.Framework.Content.Pipeline.Processors" namespace when used with XNA Game Studio in Windows Phone7?
What is the Rotation and Scaling in Windows Phone 7, when you run an XNA Game by setting the PreferredBackBufferWidth to a value smaller than the PreferredBackBufferHeight.
What will be the output of the following code in a Silverlight application on Windows Phone? Math.Sin(Math.PI/2)
Which class of Microsoft.Expression.Interactivity.Core Namespace of Expression Blend SDK for Windows Phone is a basic implementation of ICommand that wraps a method that takes no parameters or a me...
Which class of System.Windows.Interactivity Namespace of Expression Blend SDK for Windows Phone is a trigger that listens for a specified event on its source and fires when that event is fired?
Which image format should be preferred for fully opaque images in Windows Phone 7 applications?
Which of the following .NET Namespaces are NOT supported in Silverlight applications for Windows Phone?
Which of the following are common parts of an application that are considered as pages in a Windows Phone 7 application?
Which of the following are NOT valid XNA Game Studio conditional compilation symbols when a game is executed on Windows, Xbox 360 and Windows Phone 7?
Which of the following GestureTypes for XNA framework gets activated when two fingers press on the screen and move around?
Which of the following hardware elements are common to all Windows Phones?
Which of the following is NOT a valid property of "TouchPanel.GetCapabilities" method in XNA Game Studio in Windows Phone7?
Which of the following launchers and choosers, used to improve performance around several common user scenarios, DO NOT normally cause an application to be tombstoned?
Which of the following namespaces allows reading and writing of files in XNA Game Studio for Windows Phone 7?
Which of the following parameter/s is/are NOT required to create a link to an item in Windows Phone Marketplace?
Which of the following Silverlight 3 controls is NOT supported on Windows Phone 7?
Which of the following Silverlight 3 features are NOT supported on the Windows Phone 7 development platform?
Which of the following statements about the ComboBox control is correct in the context of Silverlight applications on Windows Phone 7?
Which of the following statements are correct regarding Delegates in Silverlight for Windows Phone?
Which of the following statements is INCORRECT with regard to the XNA Game Studio Device Center when debugging and deploying on multiple Xbox 360s in Windows Phone 7?
Which of the following statements is/are true with regard to the TouchPanel class when working with the multitouch input supported by XNA Game Studio on Windows Phone 7?
Which of the following XNA Framework classes are NOT supported in Silverlight based Windows Phone 7 applications?
Which type of push notification can you send using the following HTTP header? sendNotificationRequest.ContentType = "text/xml"; sendNotificationRequest.Headers.Add("X-WindowsPhone-Target", "token"...
While using add-in for a Windows Phone project, which of the following features are NOT supported in Visual Studio 2010 Professional edition?
You can change the Game Profile property in XNA Game Studio when you create a game for Windows Phone 7?
You can develop Silverlight Windows Phone 7 applications using the Visual Basic language.