Tag: programming languages

Questions Related to programming languages

Select the statement below that is false

  1. Tasks must be within Workflows in order to be executed

  2. Workflows must be within Tasks to be executed

  3. Workflow links may contain conditions

  4. A start task is default task in a Workflow


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Tasks must be within Workflows in order to be executed - This statement is true. In most workflow systems, tasks are organized within workflows, and the execution flow of tasks is defined by the workflow.

Option B) Workflows must be within Tasks to be executed - This statement is false. Workflows are higher-level structures that define the order and dependencies of tasks. Workflows contain tasks, not the other way around. Tasks are executed within workflows.

Option C) Workflow links may contain conditions - This statement is true. Workflow links can have conditions associated with them, which determine the flow of execution based on certain criteria. These conditions can be used to create conditional branches and control the flow of the workflow.

Option D) A start task is the default task in a Workflow - This statement is false. While a start task is often used to initiate a workflow, it is not a default task in a workflow. A workflow can have multiple entry points or trigger points, depending on the specific requirements of the system.

The correct answer is B) Workflows must be within Tasks to be executed. This statement is false because workflows contain tasks, and tasks are executed within workflows.

Which of the following is not a task in Workflow Manager

  1. Email

  2. Session

  3. Workflow

  4. Timer


Correct Option: C

Which of the following is/are an Active transformation

  1. Sorter

  2. Connected Lookup

  3. Expression

  4. Unconnected Lookup


Correct Option: A

What types of data source(s) can be read with the source qualifier transformation?

  1. Relational Databases

  2. Relational Databases and flat files

  3. Relational Databases,lat files and cobol

  4. Relational Databases,lat files,cobol and certified ERP sources such as Peoplesoft and SAP R/3


Correct Option: D

Which activities below can be performed using Designer

  1. Run the Debugger, validate mappings and mapplets, import source definitions

  2. Run the debugger, create and delete folders, import source definitions

  3. Create and delete folders, view object dependencies, import source definitions

  4. Create and delete folders, create and edit mappings, create target tables


Correct Option: A

When would you use Joiner transformation

  1. If you want to join two tables in same database

  2. If the Order By clause needs to be changed

  3. If you want to join two tables on different Oracle databases

  4. If you want to join table and flat file


Correct Option: D

How many sources can be joined using Joiner transformation

  1. 1

  2. 2

  3. 3

  4. Unlimited


Correct Option: B

Which are the different Lookup cache types

  1. Persistent

  2. Dynamic

  3. Static

  4. All of the above


Correct Option: D
  1. Normalizer

  2. Source Qualifier

  3. Source Definition

  4. Any transformation


Correct Option: A