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
2) which is not the valid kind on lock on repository objects
- Read lock
- write lock
- execute lock
- Exclusive lock
3) the extension of a repository backup file is
- .REP
- .BAK
- .DBF
- any extension can be given
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
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
6) A scheduling tool from BMC software
- CONTROL M
- Autosys
- workflow scheduler
- Maestro
7) Which is not a Type of Pushdown optimization:
- Source side Pushdown optimization
- Target side Pushdown optimization
- Full Pushdown optimization
- Transformation Pushdown optimization
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
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
10) Types of Pushdown optimizations
- Source-side push down
- Target side push down
- Full push down
- All
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
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
13) To use different pushdown optimization configuration at different times, use the ________________ mapping parameter
- $$configpushdown
- $$Pushdownconfig
- $$pushdownsource
- $$pushdowntarget
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
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
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.
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
18) How to improve the session performance in aggregator transformation?
- Using Sorted Input
- Using Index
- Using SQL Override
- None of the above
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
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
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
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
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
24) Pushdown optimization viewer shows.
- ETL logic
- Transformation details
- SQL queries or messages related to the pushdown
- None of the above
25) Pushdown optimization cannot be used on which transformation?
- Source Qualifier
- Target
- Rank
- Union
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
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.
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
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
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
31) Which is not valid for optimizing system bottleneck?
- Improve network speed
- improve CPU performance
- increase paging
- check hard disks on related machines
32) ___________is a PowerCenter web application to browse,analyze and manage metadata form disparate sources
- informatica IDQ
- informatica powerexchange
- informatica Metadata Manager
- Informatica MDM
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
34) which repository table stores the name of each PowerCenter repository folder
- OPB_MAPPING
- OPB_TASK
- OPB_FOLDER
- OPB_SUBJECT
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
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
37) Which repository table stores information regarding repository name and its associated domain
- OPB_REPOSIT
- OPB_SESSIONS
- OPB_TASK_ATTR
- OPB_REPO
38) This table stores the details of the expressions used anywhere in PowerCenter
- OPB_MAPPING
- OPB_TASK
- OPB_EXPRESSION
- OPB_DETAILS
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
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