Informatica PowerCenter Fundamentals

Test your knowledge of Informatica PowerCenter including workflow management, transformations, performance optimization, and system architecture

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What type of data source(s) can the Source Qualifier transformation read from?

  1. Relational databases.
  2. Relational databases and flat files.
  3. Relational databases, flat files, and COBOL files.
  4. Relational databases, flat files, COBOL files, and certified ERP sources such as PeopleSoft and SAP/R3.
Question 2 Multiple Choice (Single Answer)

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?

  1. No action need be taken provided the new file format is valid.
  2. Edit the source definition properties to make them compatible with the physical file and save the changes to the repository.
  3. 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.
  4. 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
Question 3 Multiple Choice (Single Answer)

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?

  1. The Integration Service is not started.
  2. The Logging Service is not started.
  3. A mapping in one of the Workflow’s session task is not valid
  4. The Workflow is not valid.
Question 4 Multiple Choice (Single Answer)

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?

  1. Use the Source Analyzer to create the primary key-foreign key relationship and save the repository.
  2. Use the Source Analyzer to create the primary key-foreign key relationship and run the appropriate SQL statement on the database tables.
  3. 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
  4. 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
Question 5 Multiple Choice (Single Answer)

A mapping has one pipeline for each of what?

  1. Source.
  2. Source qualifier.
  3. Target.
  4. Discrete path from a source qualifier to a target
Question 6 Multiple Choice (Single Answer)

what factor determines whether a custom transformation is active or passive?

  1. the procedure code algorithms
  2. the custom transformation API functions used in the procedure code
  3. Custom transformations are always active
  4. A property the user can set
Question 7 Multiple Choice (Single Answer)

Which is a legitimate name for a mapping variable?

  1. #MYVAR
  2. $MYVAR
  3. $$MYVAR
  4. $$$MYVAR
Question 8 Multiple Choice (Single Answer)

Which transformation does not use index and data cache memory?

  1. Aggregator
  2. Rank
  3. Lookup
  4. Sorter
Question 9 Multiple Choice (Single Answer)

What is the service that performs authetication , authorisation and domain configuration?

  1. Domain manager
  2. Service manager
  3. Security manager
  4. Repository manager
Question 10 Multiple Choice (Single Answer)

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

  1. GET_DATE_PART( DATE_SHIPPED, 'HH' )
  2. GET_DATE_PART( DATE_SHIPPED, 'HH12' )
  3. GET_DATE_PART( DATE_SHIPPED, 'HH24' )
  4. Any of these would produce the desired output
Question 11 Multiple Choice (Single Answer)

which of the following actions will improve lookup transformation performance?

  1. Cache only large lookup tables
  2. make sure the datatypes of both ports in the lookup condition match
  3. place condition with equality operator first
  4. place condition with conditional operator first
Question 12 Multiple Choice (Single Answer)

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?

  1. Session fail with error message saying integration service cannot find specified parameter file .
  2. Session will run with a warning message because a null value being used in place of parameter value.
  3. Session will not run, because it is invalid.
  4. Session will run successfully.
Question 13 Multiple Choice (Single Answer)

How can you test whether the target writer is causing bootleneck?

  1. Configure a session to write to a file
  2. Configure a session to write to a oracle database
  3. Configure a session to write to a table without indexes but constraints enabled.
  4. Configure a session to write to a table without indexes but constraints disabled.
Question 14 Multiple Choice (Single Answer)

How can you minimize the cache size for a Joiner transformation?

  1. Make the smaller source the master source.
  2. Make the smaller source the detail source.
  3. Sort the master data prior to the Joiner transformation.
  4. Sort the detail data prior to the Joiner transformation.
Question 15 Multiple Choice (Single Answer)

A workflow task has multiple links leading from it to other tasks. If no conditions are placed upon any of the links, what happens?

  1. The workflow fails.
  2. The linked tasks are executed in order.
  3. The linked task with the highest priority executes first.
  4. All the linked tasks are executed simultaneously