You are on page 1of 20

INFORMATICA 8.

6
1. What is a Data Warehouse? A Data Warehouse is a collection of data marts representing historical data from different operational data source (OLTP). The data from these OLTP are structured and optimized for querying and data analysis in a Data Warehouse. 2. What is a Data mart? A Data Mart is a subset of a data warehouse that can provide data for reporting and analysis on a section, unit or a department like Sales Dept, HR Dept, etc. The Data Mart are sometimes also called as HPQS (Higher Performance Query Structure). 3. What is OLAP? OLAP stands for Online Analytical Processing. It uses database tables (Fact and Dimension tables) to enable multidimensional viewing, analysis and querying of large amount of data. 4. What is OLTP? OLTP stands for Online Transaction Processing Except data warehouse databases the other databases are OLTPs. These OLTP uses normalized schema structure. These OLTP databases are designed for recording the daily operations and transactions of a business. 5. What are Dimensions? Dimensions are categories by which summarized data can be viewed. For example a profit Fact table can be viewed by a time dimension. 6. What are Confirmed Dimensions? The Dimensions which are reusable and fixed in nature Example customer, time, geography dimensions. 7. What are Fact Tables? A Fact Table is a table that contains summarized numerical (facts) and historical data. This Fact Table has a foreign key-primary key relation with a dimension table. The Fact Table maintains the information in 3rd normal form. A star schema is defined is defined as a logical database design in which there will be a centrally located fact table which is surrounded by at least one or more dimension tables. This design is best suited for Data Warehouse or Data Mart.

8. What are the types of Facts? The types of Facts are as follows. 1. Additive Facts: A Fact which can be summed up for any of the dimension available in the fact table. 2. Semi-Additive Facts: A Fact which can be summed up to a few dimensions and not for all dimensions available in the fact table. 3. Non-Additive Fact: A Fact which cannot be summed up for any of the dimensions available in the fact table. 9. What are the types of Fact Tables? The types of Fact Tables are: 1. Cumulative Fact Table: This type of fact tables generally describes what was happened over the period of time. They contain additive facts. 2. Snapshot Fact Table: This type of fact table deals with the particular period of time. They contain non-additive and semiadditive facts. 10. What is Grain of Fact? The Grain of Fact is defined as the level at which the fact information is stored in a fact table. This is also called as Fact Granularity or Fact Event Level. 11. What is Factless Fact table? The Fact Table which does not contains facts is called as Fact Table. Generally when we need to combine two data marts, then one data mart will have a fact less fact table and other one with common fact table. 12. What are Measures? Measures are numeric data based on columns in a fact table. 13. What are Cubes? Cubes are data processing units composed of fact tables and dimensions from the data warehouse. They provided multidimensional analysis. 14. What are Virtual Cubes? These are combination of one or more real cubes and require no disk space to store them. They store only definition and not the data. 15. What is a Star schema design? A Star schema is defined as a logical database design in which there will be a centrally located fact table which is surrounded by at least one or more dimension tables. This design is best suited for Data Warehouse or Data Mart.

16. What is Snow Flake schema Design? In a Snow Flake design the dimension table (de-normalized table) will be further divided into one or more dimensions (normalized tables) to organize the information in a better structural format. To design snow flake we should first design star schema design. 17. What is Operational Data Store [ODS] ? It is a collection of integrated databases designed to support operational monitoring. Unlike the OLTP databases, the data in the ODS are integrated, subject oriented and enterprise wide data. 18. What is Denormalization? Denormalization means a table with multi duplicate key. The dimension table follows Denormalization method with the technique of surrogate key. 19. What is Surrogate Key? A Surrogate Key is a sequence generated key which is assigned to be a primary key in the system (table). 20. What are the client components of Informatica 7.1.1? Informatica 7.1.1 Client Components: 1. Informatica Designer 2. Informatica Work Flow Manager 3. Informatica Work Flow Monitor 4. Informatica Repository Manager 5. Informatica Repository Server Administration Console. 21. What are the server components of Informatica 7.1.1? Informatica 7.1.1 Server Components: 1. Informatica Server 2. Informatica Repository Server. 22. What is Metadata? Data about data is called as Metadata. The Metadata contains the definition of a data. 23. What is a Repository? Repository is a centrally stored container which stores the metadata, which is used by the Informatica Power center server and Power Center client tools. The Informatica stores Repository in relational database format. Informatica 7.1.1 Repository has 247 database objects Informatica 6.1.1 Repository has 172 database objects Informatica 5.1.1 Repository has 145 database objects Informatica 4.1.1 Repository has 111 database objects

24. What is Data Acquisition Process? The process of extracting the data from different source (operational databases) systems, integrating the data and transforming the data into a homogenous format and loading into the target warehouse database. Simple called as ETL (Extraction, Transformation and Loading). The Data Acquisition process designs are called in different manners by different ETL vendors. Informatica ----> Mapping Data Stage ----> Job Abinitio ----> Graph 25. What are the GUI based ETL tools? The following are the GUI based ETL tools: 1. Informatica 2. DataStage 3. Data Junction 4. Oracle Warehouse Builder 5. Abinitio 6. Business Object Data Integrator 7. Cognos Decision Stream. 26. What are programmatic based ETL tools? 1. Pl/Sql 2. SAS BASE 3. SAS ACCESS 4. Tera Data Utilities a. BTEQ b. Fast Load c. Multi Load d. Fast Export e. T (Trickle) Pump 27. What is a Transformation? A transformation is a repository object that generates, modifies, or passes data. Transformations in a mapping represent the operations the PowerCenter Server performs on the data. Data passes into and out of transformations through ports that you link in a mapping or mapplet. Transformations can be active or passive. An active transformation can change the number of rows that pass through it. A passive transformation does not change the number of rows that pass through it.

28. The following are details description of Transformations available in Informatica :Transformation Type Description Aggregator Application Source Qualifier Custom Expression External Procedure Filter Input Joiner Lookup Normalizer Active / Connected Active / Connected Performs aggregate calculations

Represents the rows that the Power Center Server reads from an application, such as an ERP source, when it runs a session. Active or Passive / Calls a procedure in a shared Connected library or DLL. Passive / Connected Calculates a value Active / Connected Calls a procedure in a shared or Unconnected library or in the COM layer of windows. Active / Connected Filters data Passive / Connected Defines mapplet input rows. Available in the Mapplet Designer Active / Connected Joins data from different databases of flat file systems. Passive / Connected Looks up values or Unconnected Active / Connected Source qualifier for COBOL sources. Can also use in the pipeline to normalize data from relational or flat file sources. Passive / Connected Defines mapplet output rows. Available in the Mapplet Designer. Active / Connected Limits records to a top or bottom range. Active / Connected Router data into multiple transformations based on group conditions. Passive / Connected Generates primary keys. Active / Connected Active / Connected Sorts data base4d on a sort key. Represents the rows that the PowerCenter Server reads from a relational or flat file source when it runs a session.

Output Rank Router Sequence Generator Sorter Source Qualifier

Stored Procedure

Passive / Connected Calls a stored procedure. or Unconnected Transaction Active / Connected Defines commit and rollback Control transactions. Union Active / Connected Merges data from different databases or flat file systems. Update Strategy Active / Connected Determines whether to insert, delete, update, or reject rows. XML Generator Active / Connected Reads data from one or more input ports and outputs XML through a single output port. XML Parser Active / Connected Reads XML from one input port and outputs data to one or more output ports. XML Source Active / Connected Represents the rows that the Qualifier PowerCenter Server reads from an XML source when it runs a session. 29. What are features of Informatica Repository Server? Features of Informatica Repository Server. 1. 2. 3. 4. 5. Informatica client application and Informatica server access the repository database tables through the Repository Server. Informatica client connects to the repository server through the host name/ IP address and its port number. The Repository Server can manager multiple repository on different machines on the network. For each repository database registered with the Repository Server it configures and manages a Repository Agent process. The Repository Agent is a multi-threaded process that performs the action needed to retrieve, insert and updated metadata in the repository database tables.

30. How many types of Repositories are there? There are three types of Repositories: 1. Standalone Repository 2. Global Repository 3. Local Repository 31. What are the types of metadata stored in Repository? The following types of metadata are stored in Repository: 1. Database connections 2. Global objects 3. Mappings 4. Mapplets

5. Multi-dimensional metadata 6. Reusable Transformations 7. Sessions and Batches 8. Shortcuts 9. Source Definitions 10. Target definitions 11. Transformations 32. What are the types of locks in Repository? There are two types of Locks in Repository: 1. Read Lock 2. Write Lock 3. Execute Lock 4. Fetch Lock 5. Save Lock 33. What are Repository objects which we can export? We can export the following Repository objects: 1. Sources 2. Targets 3. Transformations 4. Mapplets 5. Mappings 6. Sessions 34. What is a Work Flow? A Work Flow is a set of instructions on how to execute tasks such as sessions, emails and shell commands. A WorkFlow is created from Workflow Manager. 35. What are actions which can be performed by pmcmd command? We can perform the following actions with pmcmd: 1. Check whether the Informatica server is running 2. Start and stop sessions and batches 3. Recover sessions. 4. Stop the Informatica server. pmcmd returns zero on success and non zero on failure 36. What is commit interval? A commit interval is the interval at which the Informatica Server commits data to relational targets during a session. 37. What is the use of Stored Procedure Transformation? We use the Stored Procedure Transformation for populating and maintaining the database.

38. What is the use of partitioning the sessions? The partitioning of session increases the session performance by reducing the time period of reading the source data and loading the data into the target. 39. What is the uses of Lookup Transformation? The Lookup Transformation is useful for: 1. Getting a related value form a table using a key column value 2. Update slowly changing dimension table 3. To check whether records already exists in the table. 40. What is Polling? It displays the update information about the session in the monitor window. The monitor window displays the status of each session when you poll the Informatica Server. 41. What is a Parameter File? The parameter File is used to define the values of the parameters and variables used in a session. It is a file created in a notepad and saved with .prm extension. 42. What is Metadata Reporter? It is a web based application that enables you to run reports against the repository metadata. With a metadata reporter you can access information about your repository without having knowledge of SQL. 43. What is meant by Lookup Cache? The Informatica server builts a cache in memory when it process the first row of a data in a cached lookup transformation. 44. What is a Load Manager? The Load Manager is a primary Informatica Server process. It performs the following tasks: Manages sessions and batch scheduling Locks the session and read the session properties Read the parameter file Expand the server and session variables and parameters. Verify permissions and privileges 45. What are the tasks performed by Sequence Generator Transformation? 1. Create keys 2. Replace missing values 3. Cycle through a sequential range of numbers. 46. What is the end value of the Sequence Generator? The end value of the Sequence Generator is 2147483647.

47. What are variables supplied by the Transformation? 1. TC_COMMIT_BEFORE 2. TC_COMMIT_AFTER 3. TC_ ROLLBACK_BEFORE 4. TC_ROLLBACK_AFTER 5. TC_CONTINUE_TRANSACTION [Default]

Transaction

Control

48. How to implement Update Strategy? To implement Update Strategy Transformation the source and target table should have primary keys to compare the records the records and to find out the latest changes happened. 49. What are constants of Update Strategy Transformation? The constants of Update Strategy Transformation are: 1. 2. 3. 4. DD_INSERT DD_UPDATEDD_DELETE DD_REJECT 0 1 2 3

DD Stands For Data Driven 50 What are the benefits of Star Schema Design? Fewer tables Designed for analysis across time Simplify joins Less database space Supports drilling on reports 51 What is Data Scrubbing? The Data Scrubbing is the process of cleaning up the junk in the legacy data and make it accurate and useful. Simply, making good data out of bad data. 52. What are Bad Rows (Rejected Rows)? The Informatica Server will dumped the bad or rejected rows which are sent out by the transformation into a text file with tablename.bad extension. 53. The Normalizer Transformation is mainly used to extract and format the Cobol files. 54. We can apply Distinct clause only in Source Qualifier and Sorter Transformations.

55. What are types of Dimensional Modeling? 1. Conceptual Modeling 2. Physical Modeling 3. Logical Modeling 56. What is Forward Engineering? Using the Erwin tool the data modeler will convert the .SQL script (logical structure of tables) into a physical structure tables at the database level, this is called as Forward Engineering. 57. What is common use of creating a Factless Fact Table? The most common use of creating a Factless fact table is to capture date transaction events. 58. What are the different sources of Source systems of Data Warehouse? 1. RDBMS 2. Flat Files 3. XML Files 4. SAP R/3 5. PeopleSoft 6. SAP BW 7. Web Methods 8. Web Services 9. Seibel 10. Cobol Files 11. Legacy Systems. 59. You cannot use XML source qualifier in a mapplet and Joiner and Normalizer Transformations. 60. What are the Session Partitions types? 1. Round-robin 2. Hash keys 3. Key range 4. Pass-through 5. Database partitioning 61. You cannot use Incremental Aggregation when the mapping includes an aggregator transformation. 62.While importing source definition the metadata that will be imported are: 1. Source Name 2. Database Location 3. Column Names

4. Data Types 5. Key Constraints 63. We can stop the Batch by two ways: 1. Server Manager 2. By pmcmd command 64. What is stop the Batch and types of Batches? Grouping of sessions is known as Batch. There are two types of batches: 1. Sequential 2. Concurrent 65. What is a tracing level and types of Tracing level? Tracing level represents the amount of information that Informatica server writes in a log file. Types of Tracing levels are: 1. 2. 3. 4. Normal Verbose Verbose lnit Verbose Data

66. What is the default join that source qualifier provides? Inner Join 67. Types of Slowly Changing Dimensions: 1. Type 1 (Recent updates) 2. Type 11 (Full historical information) 3. Type 111 (Partial historical information) 68. What are Update Strategys target table options? 1. Update as Update: Updates each row flagged for update if it exists in the table. 2. Update as Insert: Inserts a new row for each update. 3. Update else Insert: Updates if row exists, else inserts. 69. What is a Data in a database this include the source of tables, the meaning of the keys and the relationship between the tables. 70. In Conceptual Modeling and Logical modeling the tables are called as entities. 71. What does a Mapping document contains? The Mapping document contains the following information : 1. Source Definition from where the database has to be loaded 2. Target Definition to where the database has to be loaded 3. Business Logic what logic has to be implemented in staging area.

72. What does the Top Down Approach says? The Top Down Approach is coined by Bill Immon. According to his approach he says First we need to implement the Enterprise data warehouse by extracting the data from individual departments and from the Enterprise data warehouse develop subject oriented databases called as Data Marts. 73. What does the Bottom Up Approach or Ralph Kimball Approach says? The Bottom Down Approach is coined by Ralph Kimball. According to his approach he says First we need to develop subject oriented database called as Data Marts then integrate all the Data Marts to develop the Enterprise data warehouse. 74. Who is the first person in the organization to start the Data Warehouse project? The first person to start the Data Warehouse project in a organization is Business Analyst. 75. What is a Dimension Modeling? A Dimensional Modeling is a high level methodology used to implement the start schema structure which is done by the Data Modeler. 76. What are the types of OLAPs ? 1. DOLAP: The OLAP tool which words with desktop databases are called as DOLAP. Example: Cognos EP 7 Series and Business Objects, Micro strategy. 2. ROLAP: The OLAP which works with Relational databases are called as ROLAP. Example: Business Object, Micro strategy, Cognos ReportNet and BRIO. 3. MOLAP: The OLAP which is responsible for creating multidimensional structures called cubes are called as MOLAP. Example: Cognos ReportNet. 4. HOLAP: The OLAP which uses the combined features of ROLAP and MOLAP are called as HOLAP. Example Cognos ReportNet. 77. What is the extension of Repository backup? The extension of the Repository backup is .rep 78. Which join is not supported by Joiner Transformation? The non-equi joins are not supported by joiner Transformation. 79. What is SQL Override? Applying the joining condition in the source qualifier is called as sql override.

80.What is Rank Index? When you create a Rank Transformation by default Rank Index port will be created, to store the number of ranks specified. 81. What is Sort Key? The column on which the sorting takes place in the Sorter Transformation is called as Sort Key Column. 82. What is default group in Router Transformation? In the Router Transformation the rejected rows are captured by default group and the data will be passed to target table. 83. What is unconnected Transformation? The transformation which does not involve in mapping data flow is called as Unconnected Transformation. 84. What is Connected Transformation? The Transformation which involve in mapping data flow is called as connected transformation. By default all the transformation are connected transformation. 85. Which Transformation is responsible to maintain updates in warehouse database? Update Strategy Transformation. 86. What are the caches contained by the Look up Transformation? 1. Static Lookup cache 2. Dynamic Lookup Cache 3. Persistent Lookup Cache 4. Data cache 5. Index cache 87. What are the Direct and Indirect methods in the Flat file extraction? In the direct method the extract the flat file by using its own meta data. In indirect method we extract all the flat files by using one flat files meta data. 88. What is the Maplet? Mapplet is type of meta data object which contains set of reusable transformation logic which can be reused in multiple mapping. A maplet contains one maplet input Transformation and one maplet output Transformation. 89. What is the basic difference between reusable transformation and mapplet? Maplets are set of reusable transformation logic and reusable transformations are created by single transformation logic.

90. What is Target Load Planer? The Target Load plan is the order in which we should load the target to implement the Data Acquisition Process. 91. What is Constraint Based Load ordering? The Constraint Based Load ordering specified the loading of the dimensions tables based on the constraints designed in the dimension table. The Constraint Based Load order is used for implementing snow-flake schema data loading. 92. How may Loading criteria? There are three types of Loading criteria. 1. Paralle loading 2. Sequential 3. Control flow loading 93. What is File Watch Event? The Event Wait activity of a session has event called as File Watch which will watch wether the file is copied or not. 94. What is worklet? The worklet is a group of sessions. To execute the worklet we have to create the workflow. 95. Why we use stored procedure transformation? For populating and maintaining databases. 96. Why we use partitioning the session in Informatica? Partitioning achieves the session performance by reducing the time period of reading the source and loading the data into target. 97. Why we use lookup transformation? Look up Transformations can access data from relational tables that are not sources in mapping. With Lookup transformation, we can accomplish the following tasks. 98. Which transformation should we use to normalize the COBOL and relational sources? When you drag the COBOL source into the Designer workspace, the normalized transformation automatically appears, creating input and output ports for every column in the source. 99. Which tool you use to create and manage sessions and batches and to monitor and stop the Informatica server? Informatica server manager.

100. What are the types of data that passes between Informatica server and stored procedure? There are three types of data 1. Input/output parameter 2. Return Values 3. Status code 101. What are the groups available in Router Transformation? 1. User defined group 2. Default group 102. What are join types in Joiner Transformation? The joins supplied by the Joiner Transformation are: 1. Normal Join 2. Master Outer Join 3. Detail Outer Join 4. Full Outer Join 103. What are the designer tools available for creation of Transformations? 1. Mapping Designer 2. Transformation Developer 3. Mapplet Designer 104. What are the basic needs to join two sources in Source Qualifier? The two source tables should have a primary key foreign key relationship and the two source tables should have matching data types. 105. What is a Status code? Status code provides error handling facility during the session execution. 106. What is Data Driven? The Data Driven is the instruction which is fed to Informatica Server whether to insert/delete/update when using Update Strategy Transformation. 107. What are the tasks to be done to partition a session? Configure the session to partition the source data Install the Informatica on a machine with multiple CPU 108. In which circumstances the Informatica creates a reject file (bad file)? When it encounters the DD_REJECT in Update strategy Transformation Voilets database constraints file in the rows was truncated or overflowed. 109.In a sequential batch can you run the session if previous session fails? Yes, by setting the option always runs the session.

110. How many ways your create ports? Two ways: 1. Drag the port from another transformation 2. Click the add button on the ports tab. 111. How can you stop the batch? By using server manager or pmcmd. 112.How can you improve transformation? Use sorted input. session performance in aggregator

113. Can you use the mapping parameters or variables created in one mapping into any other reusable transformation? Yes, because reusable transformation is not contained with any mapplet or mapping. 114. Can you use the mapping parameters or variables created in one mapping into another mapping? No. We can use mapping parameters or variables in any transformation of the same mapping or mapplet in which you have created mapping parameters or variables. 115. Can you start a session inside a batch individually? We can start our required session only in case of sequential batch in case of concurrent batch. We can do like this. 116. Can you start batches with in a batch? You cannot. If you wants to start batch that resides in a batch, create a new independent batch and copy the necessary sessions into the new batch. 117. Can you generate reports in Informatica? Yes. By using Metadata reporter we can generate reports in Informatica. 118. Can you copy the batches? No. 119. After dragging the ports of there sources(sql server, oracle, Infomix) to a single source qualifier, can you map these three ports directly to target? No, Unless and until you join those three ports I source qualifier you cannot map them directly. 120. What are Target Types on the Server? Target Types are File, Relational and ERP.

121.What is the aggregate transformations? Aggregate transformation allows you to perform aggregate calculations, such as averages and sums. 122. What are Target Options on the Servers? Target Options for File Target type are FTP File, Loader and MQ There are no target options for ERP target type. 123. How do you identify existing rows of data in the target table using lookup transformation? Can identify existing rows of data using Unconnected transformation. 124. What is Code Page used for? Code page is used to identify characters that might be I different languages. If your are importing Japanese data into mapping, you must select the Japanese code page of source data. 125. What is a source qualifier? It represents all data queried from the source. 126. Where should you place the flat file to import the flat file definition to the designer? Place it in Local folder. 127. What are the settings that you use to configure the joiner transformation? 1. Master and detail source 2. Type of join 3. Condition of the join 128. What are the session parameters? Session parameters are like mapping parameters; represent values you might want to change between Sessions such as database connections or source files. 129. What are the methods for creating reusable transformations? There are two methods: 1. Design it in the transformation developer. 2. Promote a standard transformation from mapping designer. After you ass a transformation to the mapping, you can promote it to the status of reusable transformation.

130. What are the joiner caches? When a Joiner transformation occurs in a session, the Informatica Server reads all the records from the master source and builds index and data caches bases on the master rows. After building the caches, the Joiner transformation reads records from the detail source and performs joins. 131. What are different options uses to configure the sequential batches? There are two options: 1. Run the session only if previous session completes successfully. 2. Always runs the session. 132. What are the data movement modes in Informatica? Data movement modes determine how Informatica server handles the character data. You chooses the data movement in the Informatica server configuration settings Two types of data movement modes available in Informatica. 1. ASCII mode 2. Uni code mode 133. What is difference between stored procedure transformation and external procedure transformation? Inner equi join. 134. What is difference between stored procedure will be compiled and external procedure transformation? In case of stored procedure transformation procedure will be compiled and executed in a relational data source. You needs data base connection to import the stored procedure in to yours mapping. Where as in external procedure transformation procedure or function will be executed out side of data source. That is you need to make it as a DLL to access in your mapping. No need to have data base connection in case of external procedure transformation. 135. To achieve the session partition what are the necessary tasks you have to do? 1. Configure the session to partition source data. 2. Install the Informatica server on a machine with multiple CPUS 136. Performance tuning in Informatica? The goal of performance tuning is optimize session performance so sessions run during the available load window for the Informatica server. 137.When can session fail? The session fails when, Server cannot allocate enough system resources Session exceeds the maximum no. of sessions Server cannot obtain an execute lock for the session

Server encounters database errors Network related errors

138. How many ways you can update a relational source definition? There are ways you can update a relational source definition: 1. Edit the definition 2. reimport the definition 139. How many ways you can create a Reusable Transformation? There are two ways to create a Reusable Transformation 1. By designing it in the transformation developer 2. By promoting the already existing Transformation to reusable from its properties. 140. What is a aggregator cache in aggregate transformation? The aggregator transformation stores the data in the aggregator cache until it completes aggregate calculations. 141. What is data cache and Index cache? When you use aggregator transformation in your mapping then Informatica server creates Data and Index cache in memory to process the transformation. 142. What is a Mapping Variable? A Mapping Variable represents a value that can change throughout the session. The Informatica server saves the value of mapping variable in repository in the send of the session and uses it for the next session run. 143. In which scenario does the Update Strategy Transformation is best suited? Within a session: When you configure a session, you can instruct the Informatica server to either treat all records in same way (treat all as insert/treat all as update/treat all as update) or use instructions coded into the session to flag records for different database operations. Within a Mapping: Within a mapping, you use the update strategy transformation to flag records for insert, update or reject. 144. What are the types of mappings in Getting Started Wizard? 1. Simple pass through mapping: loads a slowly growing fact or dimension table be inserting new rows. Use this map to loading new data into it. 2. Slowly growing target: Loads a slowly growing fact or dimension table be inserting new rows. Use this map to load new data without disturbing the existing data.

145. How can you recognize whether or not the data is added in the table in Type II dimension? 1. By version number 2. By flag value 3. By effective date range 146. Why you use Repository connectivity? When you edit or schedule the session each time, Informatica server directly communicates the repository to check whether or not the session and users are valid. 147. What are the data movement modes in Informatica? The data movement modes determines how Informatica server handles the character data. There are two types of data movement modes: 1. ASCII mode 2. Uni code mode 148. Can you copy the session to a different folder or Repository? Yes. By using the copy session wizard you can copy a session in a different folder or Repository. But first you should copy the mapping of that session before you copy session. 149. What is the difference between partitioning of relational target and partitioning of file target? If you partition a session with a relational target Informatica server creates multiple connections to the target database to write target data concurrently. If you partition a session with file target the Informatica server create one target file for each partition. 150. What are the Transformations that restrict the partition of sessions? 1. Advanced External Transformation 2. External Procedure Transformation 3. Aggregator Transformation 4. Joiner Transformation 5. Normalizer Transformation 6. XML Targets 151. What is a Power Center Repository? The Power Center Repository allows you to share metadata across repositories to create a data mart domain. In a data mart domain, you can create a single global repository to store metadata used across an enterprise and a number of local repositories to share the global metadata as needed.

You might also like