Silverlight Web Technology Quiz

Test your knowledge of Microsoft Silverlight web technology including features, controls, development tools, design patterns, and browser support.

18 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is name of Linux version of silverlight ?

  1. SilverLight Only
  2. SunLight
  3. MoonLight
  4. StarLight
Question 2 Multiple Choice (Multiple Answers)

Can you provide a list of Layout Management Panels and when you will use them?

  1. Canvas Panel
  2. Stack Panel
  3. Grid Panel
  4. None of these
Question 3 Multiple Choice (Multiple Answers)

Silverlight Project Supports which of the following ?

  1. DataTable
  2. DataSet
  3. DataColumn
  4. None of these
Question 4 Multiple Choice (Multiple Answers)

How many Types of Bruhes are there in silverlight ?

  1. VideoBrush
  2. PaintBrush
  3. SolidColorBrush
  4. ImageBrush
  5. All of the above
Question 5 Multiple Choice (Single Answer)

What is the XAP mime type in SilverLight 3.5 ?

  1. application/x-silverght1.0
  2. application/x-silverght2.0
  3. application/x-silverght3.0
  4. application/x-silverght
  5. None of these
Question 6 Multiple Choice (Single Answer)

which browser does SilverLight supports ?

  1. Internet Explorer Only
  2. Mozilla Fire Fox Only
  3. Internet Explorer & Mozilla Fire Fox
  4. All major browsers
Question 7 Multiple Choice (Multiple Answers)

Which of control need to be used in order to create a Pop-up window ?

  1. Pop-up Control
  2. Child window Control
  3. Model window Control
  4. Model Dialog Control
Question 8 Multiple Choice (Single Answer)

What is the method that get raised when there is a change in the field ?

  1. OnItemChanged();
  2. OnFieldChanged();
  3. OnPropertyChanged();
  4. All of the above
Question 9 Multiple Choice (Single Answer)

Which class in silverLight is used inorder to store data locally on the user's computer ?

  1. StorageManager
  2. IsolatedStorage
  3. ConsoleManager
  4. ConfigurationStorageManager
  5. All of the above
Question 10 Multiple Choice (Single Answer)

Which product of Microsoft, helps designers and developers to collaborate in designing extra ordinary user interface of silver light application?

  1. Visual Studio 2008
  2. Photoshop
  3. Expression Blend
  4. Expression Suite
Question 11 Multiple Choice (Multiple Answers)

What are the different ways to display text with Silverlight?

  1. Glyph Element
  2. Label Element
  3. TextBlock Element
  4. RichTextBlock Element
Question 12 Multiple Choice (Multiple Answers)

What Pre-requisites software need to run Silverlight application

  1. SilverLight SDK
  2. .NET Framework 2.0
  3. .NET Framework 3.0/4.0
  4. Silverlight Run-time
Question 13 Multiple Choice (Single Answer)

How to change the default page of the Silverlight application?

  1. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml; }
  2. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml(); }
  3. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new this.MainPage; }
  4. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage(); }
Question 14 Multiple Choice (Single Answer)

What is Storyboard?

  1. Storyboard is a Silverlight class with control having rich GUI.
  2. Storyboard is a Silverlight class with controls animations with a timeline, and provides object and property targeting information for its child animations.
  3. Storyboard is a Silverlight class with control for playing Videos.
  4. Storyboard is a Silverlight class with control related to AJAX Controls.
Question 15 Multiple Choice (Multiple Answers)

Which Design pattern is more appropriate for Development of SilverLight application

  1. MVC
  2. MVP
  3. MVVM
  4. None of these
Question 16 Multiple Choice (Multiple Answers)

How to set Silverlight contents width as 100%?

  1. width="auto"
  2. width="*"
  3. width="100%"
  4. width=Screen.Fullscreen
  5. All of the above
Question 17 Multiple Choice (Single Answer)

What type of services does SilverLight application supports ?

  1. Web Service
  2. WCF Service
  3. RIA Service
  4. All of the above
Question 18 Multiple Choice (Multiple Answers)

What is the main feature and advantage of silverLight?

  1. Cross-Platform
  2. Easy Development
  3. Less memory usage
  4. All of the above