0

platforms and products Online Quiz - 43

Description: platforms and products Online Quiz - 43
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

Following are some of the VB.NET changes in .NET 4.0. Pick the one which is not correct

  1. It is no longer necessary to use Line continuation character ( _ ) to continue the code to next line. This is not supported in NET 4.0

  2. Optional parameters can now be nullable

  3. It is now possible to create Jagged Arrays with following syntax: Dim ArrayNewWay = {({"1", "2", "3"}), ({"4", "5"})}

  4. Collections can now be initialized using the following syntax with the new From keyword: Dim Colors As New List(Of String) From {"Red", "Yellow", "Green"}


Correct Option: A

Which of following does not apply to In-Process Side-by-Side Execution in .NET 4.0 when multiple .NET framework versions are installed?

  1. With .NET 4.0, installing a new version of .NET 4.0 has no effect on existing applications built in earlier versions of .NET

  2. Components that were built with the .NET 1.1 can run side by side with version 2.0, 3.0, or 3.5 components

  3. When native application that uses COM components built with earlier versions of the .NET Framework, the COM components will run with the version of the .NET Framework they were registered with

  4. Managed application built with the .NET Framework 3.0 SP1 will run with the .NET Framework version 3.0, but can be configured to run on the .NET Framework 4 if version 3.0 is not present


Correct Option: B

Which of the following does not apply to new MEF feature in .NET 4.0?

  1. MEF stands for Managed Extensibility Framework

  2. Due to it’s declarative-based and discovery-enabled approach, MEF becomes very powerful to use in an application where it is being used to put together a bunch of potentially unknown parts into a working application

  3. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed

  4. MEF is part of System.ComponentModel.CompositeApplication assembly in .NET 4.0


Correct Option: D
  1. In ASP.NET 4, new configuration elements have been added to Web.config and Web.Config size has increased

  2. A new auto-start feature in ASP.NET 4.0 lets you perform expensive application initialization prior to processing the first HTTP request

  3. ASP.NET 4 allow to extend output caching by enabling you to configure one or more custom output-cache providers that can use any storage mechanisms

  4. ASP.NET 4 introduces a new compression option for Session State Compression for both out-of-process State Server & SQL Server session state providers to improve the performance


Correct Option: A

Which combination is incorrect?

  1. iProcess Engine -> The high-performance process automation engine acquired from Staffware

  2. iProcess Analytics -> Process Perfonnance Monitor, providing OLAP-style analytics on process performance

  3. iProcess Insight -> Business rules management, integrated with iProcess

  4. TIBCO Business Studio 2.0 -> A new Eclipse-based process modeling, simulation and executable design tool using BPMN


Correct Option: C
  1. Incomplete -> Development

  2. Model -> Operational

  3. Withdrawn -> Phase-out

  4. Unreleased -> Development/Testing


Correct Option: B
  1. We can restrict access to specific named users or groups

  2. We can restrict access to specific named roles

  3. We can restrict access by using a user attribute expression e.g. sw_user:department=“accounts”

  4. All of above


Correct Option: D
  1. Rule-File-Text

  2. Rule-File-Binary

  3. Rule-File-Form

  4. Rule-File-CSS


Correct Option: B
- Hide questions