Informatica PowerCenter Fundamentals
Test your knowledge of Informatica PowerCenter including workflow management, transformations, performance optimization, and system architecture
Questions
What type of data source(s) can the Source Qualifier transformation read from?
- Relational databases.
- Relational databases and flat files.
- Relational databases, flat files, and COBOL files.
- Relational databases, flat files, COBOL files, and certified ERP sources such as PeopleSoft and SAP/R3.
A mapping uses a fixed-width flat file source definition, but you learn that the physical file is comma-delimited. The fields are in the correct order. What action, if any, should you take?
- No action need be taken provided the new file format is valid.
- Edit the source definition properties to make them compatible with the physical file and save the changes to the repository.
- Launch the Flat File Wizard using the source definition and edit the properties to make them compatible with the physical file. Save the changes to the repository.
- Delete the source definition, save the repository, re-import it using the Flat File Wizard and define the properties to make them compatible with the physical file. Add the new source definition to the affected mappings and save the changes to the reposit
In the Workflow Manager application, you select Workflow--> Start Workflow. The Workflow Monitor application opens, but your Workflow never starts. What is one possible cause of this?
- The Integration Service is not started.
- The Logging Service is not started.
- A mapping in one of the Workflow’s session task is not valid
- The Workflow is not valid.
How do you establish a primary key-foreign key relationship between two source definitions in PowerCenter when that relationship does not currently exist between the tables in the database?
- Use the Source Analyzer to create the primary key-foreign key relationship and save the repository.
- Use the Source Analyzer to create the primary key-foreign key relationship and run the appropriate SQL statement on the database tables.
- Use the Source Analyzer to create the primary key-foreign key relationship and save the repository. Open the SQL Editor in all Source Qualifier transformations that join data from these two source definitions and regenerate the join statement
- Use the Source Analyzer to create the primary key-foreign key relationship and save the repository. Open the SQL Editor in all Source Qualifier transformations that join data from these two source definitions, generate the join statement, and modify the j
A mapping has one pipeline for each of what?
- Source.
- Source qualifier.
- Target.
- Discrete path from a source qualifier to a target
what factor determines whether a custom transformation is active or passive?
- the procedure code algorithms
- the custom transformation API functions used in the procedure code
- Custom transformations are always active
- A property the user can set
Which is a legitimate name for a mapping variable?
- #MYVAR
- $MYVAR
- $$MYVAR
- $$$MYVAR
Which transformation does not use index and data cache memory?
- Aggregator
- Rank
- Lookup
- Sorter
What is the service that performs authetication , authorisation and domain configuration?
- Domain manager
- Service manager
- Security manager
- Repository manager
A database field requires the hour that an order is shipped. The date is stored in a 24-hour clock format. Which of the following example will return the value 22 for an order shipped on June 4, 2007 at 10:14PM
- GET_DATE_PART( DATE_SHIPPED, 'HH' )
- GET_DATE_PART( DATE_SHIPPED, 'HH12' )
- GET_DATE_PART( DATE_SHIPPED, 'HH24' )
- Any of these would produce the desired output
which of the following actions will improve lookup transformation performance?
- Cache only large lookup tables
- make sure the datatypes of both ports in the lookup condition match
- place condition with equality operator first
- place condition with conditional operator first
what will happen when someone tries to run a mapping which has mapping parameter defined; but mapping parameter file was deleted before the mapping run?
- Session fail with error message saying integration service cannot find specified parameter file .
- Session will run with a warning message because a null value being used in place of parameter value.
- Session will not run, because it is invalid.
- Session will run successfully.
How can you test whether the target writer is causing bootleneck?
- Configure a session to write to a file
- Configure a session to write to a oracle database
- Configure a session to write to a table without indexes but constraints enabled.
- Configure a session to write to a table without indexes but constraints disabled.
How can you minimize the cache size for a Joiner transformation?
- Make the smaller source the master source.
- Make the smaller source the detail source.
- Sort the master data prior to the Joiner transformation.
- Sort the detail data prior to the Joiner transformation.
A workflow task has multiple links leading from it to other tasks. If no conditions are placed upon any of the links, what happens?
- The workflow fails.
- The linked tasks are executed in order.
- The linked task with the highest priority executes first.
- All the linked tasks are executed simultaneously