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

Which of the following is not correct about ASP.NET improvements in .NET 4.0?

  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 of the following are not related to Parallel programming introduced in .NET 4.0?

  1. Task Parallel Library

  2. LINQ

  3. Concurrent Collection Classes

  4. PLINQ


Correct Option: B

A default set of sort, filter and display options are defined on the Staffware server. These defaults control the way your queues are displayed in Work Queue Manager. If these defaults do not suit you, you can customize them for individual queues. Can I perform sort, filter and display on WQ Parameter (n) where n is from 1 to 4 & Case Data Queue Parameters (CDQPs)?

  1. True

  2. False


Correct Option: B

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

By default, all Staffware users are allowed to start cases of a released procedure.

  1. True

  2. False


Correct Option: B

Which combination on "Procedure Release Status" and "Intedend Use" is incorrect:

  1. Incomplete -> Development

  2. Model -> Operational

  3. Withdrawn -> Phase-out

  4. Unreleased -> Development/Testing


Correct Option: B

If you wish, you can restrict the ability to start or administer cases to certain Staffware users. Which is correct in this context?

  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

State TRUE or FLASE: Model status allows a new version to be imported without overwriting the existing Released or Unreleased version, which allows you to test a new version on a target system before adopting it.

  1. True

  2. False


Correct Option: B

State TRUE or FLASE: You cannot edit your procedure from the Browser window. To edit your procedure you must use the TIBCO iProcess Modeler.

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, you need to understand the capabilities of TIBCO iProcess Modeler.

Option A) True - This option is incorrect because you can edit your procedure from the Browser window. TIBCO iProcess Modeler is a web-based tool that allows users to create and edit procedures directly from the browser.

Option B) False - This option is correct because you can edit your procedure from the Browser window using TIBCO iProcess Modeler.

The correct answer is B) False. This option is correct because you can edit your procedure from the Browser window using TIBCO iProcess Modeler.

State TRUE or FLASE: Using iProcess Client (Windows), we can change our password on the iPE server we are connected.

  1. True

  2. False


Correct Option: B

By default, any Staffware user with a MENUNAME attribute of MANAGER, PRODEF or ADMIN can administer cases of a procedure (using the Case Administration tool in Work Queue Manager).

  1. True

  2. False


Correct Option: B

Process Commander starts execution of a different flow, using the current or a different work object. Processing in the current flow rule continues in parallel, without waiting for the other flow to complete. Which one of the following shapes is suitable for this statement?

  1. Spin off

  2. Split join

  3. Split for each

  4. Called flow


Correct Option: A

For Short to medium sized lists that change frequently, the suitable option that should be specified in the property table is----

  1. Local list

  2. Field value

  3. Remote list

  4. Prompt list

  5. Class key value


Correct Option: B

Which one of the following rues is used to specify the images such as JPEG,JPG

  1. Rule-File-Text

  2. Rule-File-Binary

  3. Rule-File-Form

  4. Rule-File-CSS


Correct Option: B

Which shape is used to mark the starting point for exceptions that may arise at any point in the flow, such as a cancellation

  1. Ticket

  2. Called flow

  3. Notify

  4. Router


Correct Option: A

. If one activity calls another activity that contains the ------------- method, both activities end, and the system does not return to the calling activity.

  1. Activity-End

  2. Activity-Exit

  3. End-Activity

  4. Exit-Activity


Correct Option: A
- Hide questions