Exam 70-506 : Silverlight 4, Development Part – 1

Question: In the MVVM(ViewModel) in silverlight, The View

  1. Should be as complex as possible.
  2. Represents the user interface that the user will see.
  3. Should not contain any login that you want to test.
  4. All of the above.
  5. Only 2 and 3.

Correct Answer: 5


Question: OnError event in silverlight allows us to

  1. Handle an exception which is not handled by the Managed code in our application.
  2. Errors such as Media Errors can be handled using OnError event.
  3. Handle the Stack overflow exception.
  4. All of the above.

Correct Answer: 4


Question: Which of the following parameters can be used to enable the plugin to display the current frame rate.

  1. Using the EnableFrameRateCounter parameter, we can have the plugin display the current frame rate.
  2. Using the EnableFrameRate parameter, we can have the plugin display the current frame rate.
  3. Using the FrameRateCounter parameter, we can have the plugin display the current frame rate.
  4. All of the above.

Correct Answer: 1


Question: Creating a base style and having other styles inherit from this style. This is achieved using the _ property.

  1. BasedOn property
  2. Base property
  3. Biased property
  4. None of these.

Correct Answer: 1


Question: Which of the following is true about namescope?

  1. A namescope ensures that the names across instances of controls don’t collide.
  2. The namescopes are created automatically at runtime
  3. Only 1
  4. Both 1 and 2

Correct Answer: 4

Tagged , . Bookmark the permalink.

Leave a Reply