Informatica Quiz
Informatica Quiz : This Informatica Expert Quiz contains set of 60 Informatica Quiz which will help to clear any exam which is designed for Expert.
1) Which of the following is a Web Based application for administering the powercenter domain and powercenter security
- Repository Manager
- ans)Admin console
- repository service
- integration service
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : B[/bg_collapse]
2) which is not the valid kind on lock on repository objects
- Read lock
- write lock
- execute lock
- Exclusive lock
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
3) the extension of a repository backup file is
- .REP
- .BAK
- .DBF
- any extension can be given
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
4) Which components are required to run a debug session?
- The Designer
- The Designer and the Workflow Manager
- The Designer and a running Informatica server
- The Designer, the Workflow Manager, and a running Informatica server
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
5) What type of debugger sessions can be configured?
- Use an existing non-reusable session
- Use an existing reusable session
- Create a debug session instance
- All of the above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
6) A scheduling tool from BMC software
- CONTROL M
- Autosys
- workflow scheduler
- Maestro
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
7) Which is not a Type of Pushdown optimization:
- Source side Pushdown optimization
- Target side Pushdown optimization
- Full Pushdown optimization
- Transformation Pushdown optimization
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : d[/bg_collapse]
8) For pushdown optimization the integration service creates which DML in case of source side pushdown?
- insert statement
- Select insert statement
- Select statement
- Update,insert,Delete statement
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : c[/bg_collapse]
9) What is ‘PowerCenter Pushdown Optimization Option’ in Informatica
- Transforms Mapplet logic into SQL Queries and sends to database
- Transforms Transformation logic into SQL Queries and sends to database
- Transforms Session logic into SQL Queries and sends to database
- None
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : B[/bg_collapse]
10) Types of Pushdown optimizations
- Source-side push down
- Target side push down
- Full push down
- All
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
11) For pushdown optimization the integration service creates which DML in case of target side pushdown?
- select update statement
- Select insert statement
- Select statement
- Update,insert,Delete statement
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
12) Which statement about integration service is true?
- When the Integration Service pushes transformation logic to the database, it cannot track errors that occur in the database
- integration service can also track database errors
- integration service cannot push transformation logic to the database
- all above statements are valid
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
13) To use different pushdown optimization configuration at different times, use the ________________ mapping parameter
- $$configpushdown
- $$Pushdownconfig
- $$pushdownsource
- $$pushdowntarget
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : B[/bg_collapse]
14) In Pushdown Optimization the amount of transformation logic that can be pushed to the database depends on the ___________
- database, transformation logic, mapping and session configuration
- database, transformation logic and mapping configuration
- transformation logic, and mapping configuration
- transformation logic, mapping and session configuration
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
15) Pushdown Optimization is used for
- Optimizing the session performance while execution
- Optimizing the workflow performance while executing
- Optimizing the lookup performance
- Is a session property to pushdown the transformation logic to the database
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
16) To improve performance, where should a filter transformation be placed?
- As early in the mapping as possible.
- As late in the mapping as possible.
- Immediately before an Aggregator transformation.
- Immediately before an Expression transformation.
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
17) Which of the below statements helps in improving the performance
- indexes need to be enabled before running a session
- Drop the constraints and indexes before running the session and rebuild them after completion of session
- indexes should be dropped but constraints should be enabled before running a session
- disable the constraints but enable the indexes before running a session
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : B[/bg_collapse]
18) How to improve the session performance in aggregator transformation?
- Using Sorted Input
- Using Index
- Using SQL Override
- None of the above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
19) How can you minimize the cache for a joiner transformation?
- Make the smaller source the master source
- Make the smaller source the details source
- Sort the master data prior to the joiner transformation
- sort the detail data prior to the joiner transformation
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
20) When you want to create an additional pipeline stage to improve performance, but do not want to change the distribution of data across partitions, use _______ partition
- Database
- Key range
- Hash user keys
- Pass-through
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
21) Which of the following is True on Load Balancing?
- Load Balancer dispatches tasks from the dispatch queue based on the service levels
- When multiple tasks are waiting to be dispatched, the Load Balancer dispatches high priority tasks before low priority tasks
- You can create service levels and configure the dispatch priorities
- All of the above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
22) Integration Service processes the transformation logic if which of the following conditions are true:
- The transformation logic updates a mapping variable and saves it to the repository database
- The transformation contains a variable port.
- The session is not configured to override the default values of input or output ports.
- a&b
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : d[/bg_collapse]
23) Which of the following criteria affects whether the Integration Service can push the transformation to the database?
- Type of transformation
- Location of the transformation in the mapping
- Mapping and session configuration for the transformation
- All of the above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : d[/bg_collapse]
24) Pushdown optimization viewer shows.
- ETL logic
- Transformation details
- SQL queries or messages related to the pushdown
- None of the above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
25) Pushdown optimization cannot be used on which transformation?
- Source Qualifier
- Target
- Rank
- Union
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
26) When can you say that there is a source bottleneck?
- When the Integration Service spends more time on the reader thread than the transformation or writer threads
- When the Integration Service spends more time on the transformation thread than the reader or writer threads
- When the Integration Service spends more time on the writer thread than the transformation or reader threads
- All above statements create source bottleneck
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
27) You are optimizing a mapping. Which of the following statements about expressions is true?
- String operations are faster than number operations
- You should trim char and varchar fields before performing comparisons.
- ans)The CONCAT function is faster than the || operator
- Using a variable is less efficient than using the equivalent code in several expressions.
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
28) Which statement about optimizing Mapping bottleneck are valid?
- Configure for Single-Pass reading
- Avoid unnecessary datatype conversions
- Avoid database reject errors
- All the above statements are valid
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
29) The______ratio indicates the number of read or write operations the Integration Service performs on the cache.
- hit ratio
- miss ratio
- a&b
- None of the Above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
30) [(# of reads from disk) + (# of writes to disk)]/[(# of reads from memory cache) + (# of writes to memory cache)] is the formula for
- hit ratio
- miss ratio
- a&b
- None of the Above
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
31) Which is not valid for optimizing system bottleneck?
- Improve network speed
- improve CPU performance
- increase paging
- check hard disks on related machines
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
32) ___________is a PowerCenter web application to browse,analyze and manage metadata form disparate sources
- informatica IDQ
- informatica powerexchange
- informatica Metadata Manager
- Informatica MDM
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
33) ________ is used to analyze where data originates, how the data is transformed and what objects transform it, and where the data ends
- impact Analysis
- Data Lineage
- data depenedency
- data quality
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : B[/bg_collapse]
34) which repository table stores the name of each PowerCenter repository folder
- OPB_MAPPING
- OPB_TASK
- OPB_FOLDER
- OPB_SUBJECT
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : D[/bg_collapse]
35) The repository table thast stores the names and IDs of all the transformation fields for each of the transformations
- OPB_MAPPING
- OPB_TASK
- OPB_WIDGET_FIELD
- OPB_COLUMNS
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
36) The repository table which stores the component details like Post-Session-Success-Email, commands in Post-Session/pre-Session etc
- OPB_COMPONENT
- OPB_SESSIONS
- OPB_TASK_ATTR
- OPB_REPO
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
37) Which repository table stores information regarding repository name and its associated domain
- OPB_REPOSIT
- OPB_SESSIONS
- OPB_TASK_ATTR
- OPB_REPO
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
38) This table stores the details of the expressions used anywhere in PowerCenter
- OPB_MAPPING
- OPB_TASK
- OPB_EXPRESSION
- OPB_DETAILS
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : C[/bg_collapse]
39) The repository table that stores the name and ID of each mapping and its corresponding folder
- OPB_MAPPING
- OPB_TASK
- OPB_EXPRESSION
- OPB_DETAILS
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]
40) Which plug in enables IT to access and extract data from social media networks and integrate data in batch or real time
- PowerExchange for Social Media
- PowerExchange
- No plug in is required
- Powerexchange for twitter
[bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : A[/bg_collapse]