Option1 ,2 ,3 & Option4
And Answer Module Level Q1What are the different types of parallelism in Ab Initio?
"Process parallelism, Data parallelism, Component parallelism"
"Phase parallelism, Component parallelism, Pipeline parallelism"
"Component parallelism, Data parallelism, Pipeline parallelism"
None of the above
Option 3 GDE 1
Q2What is component parallelism?
A graph with multiple processes running simultaneously on separate data uses component parallelism.
A graph that deals with data divided into segments and operates on each segment simultaneously uses component parallelism
A graph with multiple phases running simultaneously on separate data uses component parallelism.
A graph with multiple components running simultaneously on the same data
Option 1 GDE 1
Q3What are the Dedup criteria?
Unique only First Last All of the above Option 4 GDE 1
Q4 Replicate component supports which type of Parallelism?
Data Parallelism
Component Parallelism
Pipeline Parellelism
All of the above
Option 2 GDE 1
Q5"A configuration file contains the following information:
"The name and version number of the database to which you want to connect."
"The name of the computer on which the database instance or server to which you want to connect runs, or on which the database remote access software is installed." "The name of the database instance, server, or provider to which you want to connect."
"You generate a configuration file by using the Properties dialog box for one of the Database components.
" "Options 1,2,3,4" GDE 1
Q6 What is the notation to specify the URL of a layout. hostname/path/ protocol://hostname/path path None of the above
2 GDE 1
Which of the following components need a sorted input? merge interleave gather All of the above
1
why is a gather component used
To reduce data parallelism
To reduce component parallelism both of the above
None of the above