Informatica KBA Mcqs
Informatica KBA Mcqs
Session has to run on Monday to Saturday not run Sunday how to schedule in informatica
• Weekly option
• Daily option
• Customized repeat
• None of these
23. Choose the tool where the load progress can be observed..(no options were printed)
24. Informatica version cannot be upgraded
State TRUE or FALSE
a)true
b)FALSE
07. Choose the Informatica designer tool where mapping can be created
Select one
a. Mapplet designer
b. All of the listed Options
c Warehouse Designer
d Mapping designer
e Source analyzer
08: Worklets can be used in workflows
State True or False
Select one :
a)True
b) False
09.WHICH TASK IS USED ANYWHERE IN WORKFLOW TO RUN THE SHELL COMMANDS.(CHECK BOX)
a.command task
b.email task
c.none of these
d.session task
10.HOW TO SELECT DISTINCT RECORDS FROM SQ
a.choose ‘select non duplicate’
b.choose ‘non duplicate option’
c.none of these
d.choose ‘select distinct option’
11.MAPPLET(check box)
a.contains a set of transformations
b.lets you to reuse the transformation logic in multiple mappings
c.contains a set of shortcut of mappings
d.contains a set of mappings
7.If two tables emp_detail and emp_payroll contain EMP_ID1 and EMP_ID2 with a row with a null
value, can joiner will match that null value?
a. yes
b. no(ans)
8.Which statement is true?
a. A repository domain consists of no of global repository and any number of local repositories
b. A repository domain consists of a single global repository and any number of local
repositories(ans)
c. A repository domain consists of no of global repository and one local repositories
d. none of these
9.What will o/p of this expression . 8 * 10 - NULL
a. 80
b. 8
c. 10
d. null(ans)
10.What is the return value of 'alpha' || NULL ?
a. alphanull
b. null
c. alpha(ans)
d. false
11.Can a domain have single node?
a. Yes
b. No
12. Where can you create repository service?
a. Admin console
b. Repository manager
c. Worklet designer
d. Workflow manager
e. all the above
13.Which guidelines are needful to optimize the performance of an Aggregator transformation?
a. Use sorted input to decrease the use of aggregate caches.
b. Limit connected input/output or output ports.
c. Filter before aggregating
d. None of these
14. How do you access flat files in a session?
a. through path
b. FTP
c. Relational database
d. Drag and drop
15. Can you update target without using a primary key?
a. True
b. False
16.Where can be the transformation created?
a. Mapping designer
b. Mapplet
c. Transformation designer
d. Target designer
17.What is the transformation used to convert the rows in to columns
a. Source Qualifier
b. Filter Transformation
c. Normalizer Transformation(ans)
d. Expression Transformation
e. Router Transformation
18. Select a transformation used to load the changed records in target table
a. Source Qualifier
b. Filter Transformation
c. Normalizer Transformation
d. Expression Transformation
e. Update Strategy(ans)
19.The following is the valid call for a lookup transformation from Expression
transformation
27. is it possible to use a transformation created in one mapping in any other mappings
a. Yes(ans)
b. No
c. Sometimes
d. Rarely
e. Frequently
28.When the Informatica Server executes a worklet, it expands the worklet.
a. YES(ans)
b. NO
c. Depends on the privielges
d. Only at some times
e. I don't know
29.When a mapplet is changed, all instances of the mapplet and all shortcuts to the
mapplet
a. will inherit the changes(ans)
b. will start running
c. will NOT inherit the changes
d. will be closed
e. I don't know
30.Like a reusable transformation, any change made to the mapplet is inherited by all
instances of the mapplet.
a. NO
b. YES(ans)
1.Which one is not a numeric function?
a. TRUNC
b. LN
c. CUME
d. ROUND AVG(ans)
3.Which are the connection names, those you can configure from work flow manager?
a. relational database connections(ans)
b. FTP connections(ans)
c. external loader connections(ans)
d. queue connections(ans)
e. source and target application connections(ans)
4.Integration Service suspends the workflow, if which one of these following tasks fail?
a. Session
b. Command
c. Worklet
d. Email
e. All of these(ans)
5.Which task is used to stop, abort, or fail the top-level workflow or the parent workflow
based on an input link condition?
a. command
b. control
c. email
d. timer
6.What is :SEQ?
a. Required when you create an expression that includes a port in a Sequence
Generator transformation(ans)
b. Required when you create an Lookup that includes a port in a Sequence Generator
transformation
c. Required when you create an Sql Transformation that includes a port in a Sequence
Generator transformation
d. Required when you create an UN-connected lookup Transformation that includes a
port in a Sequence Generator transformation
8.If you want to run a second session only if the first session completes successfully, then
which task you should use?
a. timer
b. assign
c. decisions(ans)
d. link
9.What are the processes for creating indeses after loading processes completed?
a. By using session level command task(ans)
b. By Scripting for creating index(ans)
c. By store procedure
d. All of these
15) Parameters and variable values should be defined before session runs
a. True
b. False
26. Which Component of informatica is used to see the performance of the workflow while
running
a. Workflow Monitor(ans)
b. Mapping Designer
c. Workflow Manager
d. Repository Manager
e. Worklet Designer
27.In which mode of pmcmd, the username, password and server information are required
for each command
a. Interactive mode
b. Commandline mode(ans)
c. User Mode
d. Server mode
e. Wait Mode
28.Which transformation receives input values from the result of a :LKP expression
in another transformation?
a. Custom
b. Connected SP
c. Unconnected Look-up(ans)
d. non of these
14) choose the tool where the load progress can be observed
a. workflow monitor
b. designer
c. workflow manager
d. repository manager
15) What are required to run a session?
a. Integration service
b. Task
c. Mapping
d. Transformation
16) Which format do you export and import objects in?
a) Csv
b) Xml
c) Html
d) Flat file
17) Which guidelines are needful to optimize the performance of an Aggregator
transformation?
a. Use sorted input to decrease the use of aggregate caches.
b. Limit connected input/output or output ports.
c. Filter before aggregating
d. None of these
1 By default when you run a query to find labeled versioned objects the query returns only the latest
checked in oblects
2 By default when you run a query to find labeled versioned objects the query should return both
the latest checked in and checked out objects
3 User has not specified the at check in values
Select one
A 1 only
B2&3
C 3 only
D1&3
24) Objects can be copied to which of the following?
a. all the above
b. to same folder
c. to same repository
d. to other folders
25) object can be migrated from one repository to another using
A.OBJECT COPY
B.DEPLOYMENT group
c. NONE OF THE ABOVE
D.LABEL
26) which guidelines are needed to optimize the performance of an aggregator transformation?
one or more...
• use sorted input to decrease the use of aggregate caches
• limit connected input/output or output ports
• none of these
• filter before aggregating
27) MAPPLET(check box)
a. contains a set of transformations
b. lets you to reuse the transformation logic in multiple mappings
c. contains a set of shortcut of mappings
d. contains a set of mappings
28) External loader is one of the connections type.
State True or False
Select one:
a) True
b)False
23. Choose the tool where the load progress can be observed..(no options were printed)
24. Informatica version cannot be upgraded
State TRUE or FALSE
a)true
b)FALSE
37. Choose the Informatica designer tool where mapping can be created
Select one
a. Mapplet designer
b. All of the listed Options
c Warehouse Designer
d Mapping designer
e Source analyzer
38: Worklets can be used in workflows
State True or False
Select one :
a)True
b) False
47: Integration service can be selected at workflow level State True or False
Select one:
c. True
d. False
48: Which type of join keeps all rows of data from both the master and detail sources?
Select one
a. Master outer
b. Full Outer
C. Detail Outer
d. left Outer
SET-5
51: WHICH ONE IS NOT PROPERTY IN SEQUENCE GENERATOR
a.start value
b.recycle
c.no. of cached values
d.current value
52: WHETHER OR NOT SESSION TASK CAN BE CONSIDERED TO HAVE HETEROGENEOUS TARGET IS
DETERMINED BY
a.either the mapping properties or the workflow properties
b.the sessions task properties alone
c.the mapping properties alone
d.either the mapping properties or the session properties
53.SESSION HAS TO RUN MONDAY TO SATURDAY NOT ON SUNDAY HOW TO SCHEDULE IN
INFORMATICA
a.weekly option
b.daily option
c.customized repeat
d.none of these
54. object can be editable when it is
a.none of the listed options
b.undo check out
c.check out
d.check in
55. ABORTING WORKFLOW FROM WORKFLOW MONITOR IS NOT POSSIBLE
a.true
b.false
56. SAME TRANSFORMATION WHICH CAN BE USED MULTIPLE TIMES IS CALLED
a.reusable mapping
b.reusable session
c.reusable transformation
d.none of these
57.WHICH ONE IS NOT PROPERTY IN SEQUENCE GENERATOR
a.start value
b.recycle
c.no. of cached values
d.current value
58.JOINER DOES NOT SUPPORT FLAT FILE. (T/F)
a.true
b.false
59. HOW MANY TASKS CREATED IN TASKS DEVELOPER
a.two
b.multiple
c.none of the these
d.only one
60.LOOKUP CAN BE CONNECTED AND UN CONNECTED TRANSFORMATION.(T/F)
a.true
b.false
69.WHICH TASK IS USED ANYWHERE IN WORKFLOW TO RUN THE SHELL COMMANDS.(CHECK BOX)
a.command task
b.email task
c.none of these
d.session task
70.HOW TO SELECT DISTINCT RECORDS FROM SQ
a.choose ‘select non duplicate’
b.choose ‘non duplicate option’
c.none of these
d.choose ‘select distinct option’
71.MAPPLET(check box)
a.contains a set of transformations
b.lets you to reuse the transformation logic in multiple mappings
c.contains a set of shortcut of mappings
d.contains a set of mappings
SET-6
SET-7
86.Which one is not a property in sequence generator
(Select one)
a. Number of cached values
b. current value
c. recycle
d. start value
87.joiner doesn’t support flat file. state true or flase
(Select one)
a. true
b. flase
88.How many tasks can be created in task developer
(select one)
a. two
b. multiple
89.lookup can be connected or unconnected transformation
(Select true/flase)
a. true
b. false
90.session performance can be improved by (MORE THAN ONE OPTION)
(Select one or more)
i. Partitioning
j. Push down
k. None of the above
l. Top down
91.Informatica is an etl used in data warehousing(true/false)
a. true
b. false
92. we can calculate in aggregator (true/false)
a. true
b. false
93. how many sessions can run under one worlkflow?
(Select one)
e. None of above
f. Multiple
g. Two,One at a time
h. Only one
94. sessions can be executed in workflow.
(Selected one)
e. Sequentially or concurrently
f. Only sequentially
g. Only concurrently
h. None of above
95. choose the tool where load progress can be observed
(Select one)
e. Workflow monitor
f. Designer
g. Workflow manager
h. Repository manager
96. which task is used anywhere in the workflow to run the shell commands
(Select one or more)
e. Command task
f. Session task
g. Email task
h. None of above
97. In session log which information we can find?
(Select one or more)
e. Error encounter
f. Session initialization process
g. Load summary
h. None of above
98. How to select distinct records from source qualifier
(Select one)
d. Choose ‘select distinct’ option
e. Choose ‘select non duplicate ‘ option
f. Choose’ non duplicate ‘ option
99.Mapplet _________
(select one or more)
e. Contains a set of transformations
f. Let’s you to re-use the transformation in multiple mappings
g. Contains a set of short cuts of mappings
h. Contains a set of mappings
100.Which guidelines are needful to optimize the performance of aggregator transformation
(select one or more)
e. Use sorted input to decrease the aggregate caches
f. Limit connected input/output or output ports
g. None of these
h. Filter before aggregating
101.Where do you create Repository service
(select one or more)
e. Repository manager
f. Admin console
g. Mapping designer
h. Workflow manager
SET-8
106. How many repositories can you work in repository manager?
• Multiple
• Two
• Four
• Single
107. Folders are created in _________
• Designer
• Metadata Analyser
• Repository Manager
• Workflow Manager
• Workflow Monitor
108. Which tool is used for real time data extraction
a. Metadata analyser
b. Designer
c. Power exchange
d. Workflow Manager
e. Real time Monitor
109. Which of the following parameter specified in PWX before and/or after images
are recorded
• $ DTL_IMAGE
• CAPT_IMAGE
• DTL_IMAGE
• $$DTL_IMAGE
110. Informatica provides inherent error handling _______
• Using ERROR_TABLES
• Using pmcmd tables
• Using pmrep tables
• Using pmerr tables
• Using error programs
111. To connect to a repository which of the following we need?
c. Domain name & port
d. User and password details
• B only
• None of the listed
• A only
• Both
112. If the user wants to substitute a value to a user-defined workflow variable the which
task should be used in the workflow?
a. Decision
b. Assignment
c. Command
d. Link
113. When you delete an object in a versioned repository which of the following will
happen?
4. The repository removes object from navigator and workspace
5. The repository creates a new version of the object and changes the object
status to delete
6. Object is permanently deleted
• 1 only
• 2 only
• 1 and 2
• 1 and 3
114. The number of applied rows equals the number of affected rows for source. State
true or false
a. True
b. False
115. Which of the following are administration tools in informatica?
6. Wokflow Manager
7. Repository Manager
8. Designer
9. Workflow Monitor
10. Repository Administration Console
• 2 only
• 1,3,4
• 2,5
• 1,2
116. Two sessions are created for same mapping, one in the workflow designer(Session
A) and another one in task developer(Session B). All the properties for both the sessions are
the same. What is the difference between two sessions?
• Session A and session B are reusable
• Session B is reusable and session A is non-reusable
• Session A and session B are non-reusable
• Session A is reusable and session B is non-reusable
117. By default, the power center server sets the number of partition to _______
• Three
• One
• Four
• Two
120. Which of the following statements are true when a user wants to import an existing
object in a target folder having the latest object version as 3?
I.When the object is imported and replaced, the power center client changes the existing
object from version 3 to version 1
II.When the user opts to rename the imported object, the power center client creates a
new version of the object and stores it as version 1
III.When the object is imported and replaced, the power center client changes the
imported object as version 4
Select one:
• A> I & II
• B> III only
• C> II only
• D> II & III
121. The user creates a mapping which reads data from source and loads to a target via
filter and sequence generator. In which of the following transformation the valid partition
type is placed?
Select one:
• A> source qualifier and target.
• B> Source target and sequence generator transformation
• C> Source qualifier, target and filter transformation
• D>Filter and Sequence generator transformation
122. The program that submits dump handler in PWX_____
Select one:
• A>DUMPX
• B>DTLCDUMP
• C>DUMP
• D>DTLDUMP
SET-9
123.Sorted input __ the aggregation cache
A increases
B does not impact
C will disable
D decreases
124. Which of the following partition type is NOT applicable for the flat file target for the flat file
targets
i hash auto keys
ii round robin
iii database partitioning
iv hash user
select one
A I only
B iv only
C ii & iii
D I & iii
125.In the Workflow Manager you may create a new Session by creating a new
Select one
A task to the Workflow Developer
B session Task in the Session Developer
C. session in the Session Wizard
D task in the Task Developer
126. Which of the following is true regarding default values for mapping Parameters and
variables?
Select one
A Default value for string parameter/variable will be empty string. Numeric fields will be 0 and
Datetime fields will be 1/1/2001
B Default value for string parameter/variable will be empty string. Numeric fields will be 0 and
Datetime fields will be 1/1/1753 A. D.
C Default value for string parameter/variable will be null. Numeric Fields will be 0 and date time
fields will be 1/1/1901
D Default value for string parameter/variable will be empty string. Numeric fields will be 0 and
Datetime fields will be 1/1/1900
127. which of the following task is use to abort or tail the top-level workflow based on an input
link condition
Select one
A Command task
B Email task
C Assignment task
D Control task
128. The user created a mapping which reads item information from three source files and loads
to a target .The average for item cost Is calculated using the aggregator transformation via fitter
and sorter transformation. The sorter transformation groups the data based on the item
description. The partition points are placed in source target sorter . Why is the hash auto keys
partition type placed at sorter transformation ?
i To speeden the Sorting process
ii Same Item description may rust in more than one source file. Therefore without the hash auto-
keys partition the aggregator may calculate the cost and average Incorrectly
iii To eliminate records
Select one
A I only
B ii only
C I & ii
D I , II & iii
129.A session has to be run only when the specified file particular location Which task no help to
achieve this functionality?
Select one
A Use Event Wait with user defined event option to specify the file path and name
B Use Event raise with predefined event option to specify the file pain and name
C Use Event Wait with predefined event option to specify the file pain and name
D Use Event raise with user defined event option to specify the file path and name
130. Which is NOT True regarding the rules of exchanging metadata using Repository Manager,
Select one
A Can export multiple targets at once
B For specific tools require Metadata Exchange option license to exchange metadata
C Can export cubes dimensions and shortcuts to few specific tools only
D Can import and export relational source and target defintions
131. Which or the following privileges should a user require to change his password'?
Select one
A Use workflow manager with read permission
B Workflow operator
C Browse repository
D Use repository manager with read/write permission
132. Which or the statement is NOT True about source analyzer'?
Select One
A We can create source short cut for source m shared folders
B We can Import COBOL file in source analyzer
C We can edit the source shortcut in source analyzer
D We can import flat We in source analyzer
133. When is the Condense process triggered ?
i when startup initialization is complete
ii when startup initialization is complete /a condense command is manually entered using
SNDPWXCMD
iii when any event occurs in journal
Select one
A Both I and ii
B I only
C iii only
D ii only
134. A user wants to compare folder A against folder B. He wants to check whether all the objects
in the folder B are present in folder A Which of the following option is suitable for the need ?
Select one
A One thread comparison
B Direct Comparison
C One way comparison
D Advanced comparison
135. When the user creates a session with multiple partitions the PowerCenter Sever can parts ion
caches for Which of the following transformation
I Aggregator
II Rank
iiI Sorter
IV lookup
A I ii & iv
B iii & iv
136. which of the following is/are the possible way(s) to execute a workflow?
I using pmrep
ii using pmcmd ,pemrep, worktlow manager
iii using pmcmd workflow manager
Select one
A II only
B iii only
C both ii and iii
D Both I and ii
E I only
SET-1
137. INFORMATICA VERSION CAN BE UPGRADED?(TRUE/FALSE)
a. True
b. False
139. VIEW DETAILS ABOUT A WORKFLOW OR TASK IN (MORE THAN ONE OPTION)
a. GANTT CHART VIEW
b. NONE OF THE LISTED OPTION
c. SIMPLE VIEW
140. ADMIN CONSOLE IS WEB BASED (TRUE/FALSE)
a. True
b. False
149. IN SESSION LOG WHICH INFORMATION WE CAN FIND(MORE THAN ONE OPTION)
a. ERROR ENCOUNTER
b. LOAD SUMMARY
c. SESSION INITIALIZATION PROCESS
d. NONE OF LISTED OPTIONS
150. CHOOSE THE ETL TOOLS. (MORE THAN ONE OPTION)
a. ORACLE WAREHOUSE BUILDER
b. BUSINESS OBJECTS
c. INFORMATICA
d. TransformOnDemand
151. HOW TO SELECT DISTINCT RECORDS FROM SOURCE QUALIFIER?
a. CHOOSE ‘NON DUPLICATE’ OPTION
b. CHOOSE ‘SELECT DISTINCT’ OPTION
c. CHOOSE ‘SELECT NON DUPLICATE’ OPTION
d. NONE OF THE ABOVE
152. SESSIONS ARE CREATED IN WHICH TOOL? (workflow manager)
a. MAPPLET DESIGNER
b. WORKFLOW MONITOR
c. MAPPING DESIGNER
d. NONE OF ABOVE
153. IMPORTING & EXPORTING OBJECT PERFORMED IN? (MORE THAN ONE)
a. MAPPING DESIGNER
b. WORKFLOW MONITOR
c. WORKFLOW MANAGER
d. REPOSITORY MANAGER
154. EXTERNAL LOADER IS ONE OF THE CONNECTION TYPE? (TRUE/FALSE)
a. True
b. False
SET-10
163.A mapping has two pipelines. Pipeline has to be executed first followed by Pipeline 2. What
property must be set to achieve this?
Select one
A Source read plan for the mapping must be set appropriately.
B This option should be set in session properties.
C Target load plan for the mapping must be set appropriately.
D Pipeline 1 has to be created first while creating the mapping so that it executed at first.
164.Which of the following invalidate the mapping when you edit the mapplet?
I When you change a Mapplets from active to passive.
II When you delete the ports from the mapplet
III When datatype precision and scale is changed in a mapplet.
IV add a port to the mapplet
Select one
A . II & III
B . IV only
C . I & III
165.Which of the following statement is True when a user exports a mapping which has two
different versions?
I The power center client exports only the latest version of the object.
II The power center client exports all the versions of the object.
III Earlier versions of object can be exported through query results or object history
IV Earlier versions of object cannot be exported
Select one
A . II only
B . I only
C. I & III
D. I & IV
166.A mapping gets data from source and loads to a target though two pipeline stage. The default
partition point is created at source and target, and one partition point is placed at expression before
target is this partition point valid or not?
Select one
A. Valid. When expression receives data from two pipeline stage.
B. Valid always
C. Valid. When each partition point in the session receives data from single pipeline
stage
D. Not a valid partition point
167.In a project, DB2 is the source system and informatica powercenter is installed in windows NT
server PWX has to be installed at which of the following location?
Select one
A. Need not be installed in both db2 and powercenter client
B. DB2 and informatica powercenter client
C. DB2 only
D. DB2 and informatica powercenter server
168.The user created a mapping to load DB2 target table from flat file source. Multiple partitions are
created for a DB2 bulk load session. The passthrough partition type is placed at target table. Why
does the session fail?
Select one
A. DB2 target only support Database partitioning with multiple partitions.
B. DB2 target doesn’t support passthrough partitioning
C. DB2 target only support Database partitioning during bulk load
D. Multiple partitions cannot be created during bulk load
169.A mapping reads item information from source and calculates the whole sale cost and average
using filter sorter and aggregator transformation and send the results to the target to distribute the
work load more evenly, where the user has to set partition points and which partition type to be
used?
I.Source qualifier and partition type is round-robin
II.Filter transformation and partition type is round-robin
Select one.
A. None of the listed options
B. II only
C. Both I and II
D. I only
170.A user is logged into the repository. He is having default repository authentication. What are all
the possible user status he can have in the repository?
Select one.
A. Disabled and login suggested
B. Disabled and account removed
C. Enabled and disabled
D. Enabled and no login assigned
171.A mapping has relational source and relational target. It also has an expression transformation
that calculates the running sum using a decimal input port, a flat file lookup transformation after
removing unnecessary lookup ports is used to get description field. The mapping remains valid and
when I run the session it fails. Which of the following is the reason for this?
Select one:
E. Lookup condition is not present
F. Ports should not be delete from flat file lookups
G. Running sum cannot the calculated using expression transformation.
H. None of the listed options
174.Which of the following Admin Console tasks require Repository Service to be run in Exclusive
mode?
Select one:
A: Delete repository content
B: Upgrade repository content
C: Copy content from another repository
D: Back-up or restore content
175.If you want to save and reuse the cache files, you can configure the transformation in which of
the following way(s)
Select one
A: Use Dynamic Cache
B: Disable Lookup cache
C: Use Static Cache
D: Use Persistent Cache
E: Use Named Cache Files while creating Persistent Cache
Set-11
177. Much of the following is the set of Instructions required to run a Session?
Select one
A. Mapping
B. Task
C. Worklet
D. Workflow
E. Meta data
178.Which user will have read, write and execute permission for all the folders in a repositary?
Select one
179.A user wants to run a workflow Which set of privileges would be sufficient to use the workflow
manager with a specific folder?
Select one
A Use Workflow Manager privilege with folder read and execute permissions
B Use Workflow Manager privilege with folder read and write permissions
C Use Browse repository with folder write permission
D Use designer previlege and write folder permissions
Select one
A2&4
B1&3
C1&2
D2&3
181.User created a query to search for labeled versioned oblects. The query did not return older
version of Labled objects. Why?
1 By default when you run a query to find labeled versioned objects the query returns only the latest
checked in oblects
2 By default when you run a query to find labeled versioned objects the query should return both
the latest checked in and checked out objects
3 User has not specified the at check in values
Select one
A 1 only
B2&3
C 3 only
D1&3
182.A user wants to create folder. What previleges does the user requrie to create a folder?
Select one
A Repository Manager
B Browse Reposrtory
C Administrator console
D Administrator Reposrtory
SET-12
185) Admin Console – Web based ?
a. True
b. False
207. WORKFLOW MANAGER RUNS WITHOUT ANY ISSUE IF THERE IS ANY INTEGRATION
SERVICE CONNECTED.
True
False
208. INTEGRATION SERVICE CAN ALSO BE CONNECTED FROM WORKFLOW.
True
False
209. WHAT IS REQUIRED TO RUN A WORKFLOW IN WORKFLOW MANAGER.
START
210. A NUMBER SEQUENCE CAN BE CREATED WITHOUT USING A SEQ GENERATOR.
True
False
211. WHICH OF THE FOLLOWING IS A PASSIVE TRANSFORMATION.
ANS.STORED PROCEDURE.
212. EDIT OR DELETE OF CONNECTION OBJECTS CAN BE DONE IN WHICH OF THE FOLLOWING
A.DESIGNER
B.REPOSITORY MANAGER
C.WORKFLOW MONITOR
D.WORKFLOW DEVELOPER
None of the options are correct, actual answer is- WORKFLOW MANAGER
213. SOURCE DEFINITION, TARGET DEFINITION AND TRANSFORMATION CAN BE DONE IN
ANS.MAPPING DESIGNER. -- FALSE
(Source Definition -> SOURCE ANALYSER
Target Definition -> TARGET DESIGNER)
214. CONDITION CAN BE CONFIGURED IN ONE SESSION LINK.
True
False
1. If a source contains 100rows, target contains 5million rows then which transformation is used?
A) lookup static b) lookup dynamic c) joiner d) no cache e) all
ANS:
This question is not clear
• For radio button (only 1 ans allowed) – please select option b
• For checkbox (more than 1 ans allowed) – please select
options a & b
ANS:
• For radio button (only 1 ans allowed) – please select option b
• For checkbox (more than 1 ans allowed) -- please select
options b & c
ANS: Option a
ANS: Option a
ANS: Option a
10. Can we enable test load option in truncate target table in session property...true/false?
ANS: TRUE
(Test load—
When you enable both truncate target tables and test load, the
Integration Service disables the truncate table function, runs a test
load session, and writes a message to the session log indicating
that the truncate target tables option is turned off for the test load
session)
For reference-
http://warehousewarrior.blogspot.com/2013/05/truncate-target-
table.html
11. Conditions are specified in session link-(T/F)
ANS: TRUE
13. If you declare mapping and variable in a mapping you can reuse a mapping by altering the
parameter and variables values of the mapping in the session? (T/F)
ANS: TRUE
15. To create source and target for a flat file, do we need a connection..t/f
ANS: FALSE (To create a FLAT FILE source/target, we don’t need
any connection)
1) Worklet can be used in work flow (T/F) True
2) Repository server manager:
a) Integration Services b) Repo Connection Req c) Repository Agent Process d) Monitors the Running Repo
Agent
3) How many session can run under one workflow?
i) Two ii) one at a time iii) only one iv) Multiple
4) Session Performance can be improved by
a)Partitioning
b) Push down optimization
c)NOTA
d) Top Down
5) Choose the tool where the load Progress can be observed?
a) WF monitor
b)Designer
c)WF Manager
d)Repository Manager
6) Where we set the update strategy transformation:
a) Within session
b) Within mapping
c) Within repository
7)…………… is a jump from one transformation to other transformation using the debugger?
i) step to instance
ii) next instance
iii) break points
8) Can we use sorted input with incremental aggregation? (yes/No)-- NO
9) What type of cache available in filter transformation?
a)Index b)Data c)a&b d)None