InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain the dimension. |
|
Answer» DIMENSION tables are tables in a STAR schema of a data warehouse that contains keys, values, and attributes of DIMENSIONS. A dimension table generally contains the DESCRIPTION or textual information about the facts contained within a FACT table. |
|
| 2. |
What do you mean by the star schema? |
|
Answer» The star schema comprises ONE or more dimensions and one fact table and is considered the simplest data warehouse schema. It is so-called because of its star-like shape, with RADIAL points radiating from a center. A fact table is at the core of the star and DIMENSION TABLES are at its points. The APPROACH is most commonly used to build data warehouses and dimensional data marts. |
|
| 3. |
What is the importance of partitioning a session? |
|
Answer» PARALLEL data processing improves the PERFORMANCE of PowerCenter with the Informatica PowerCenter Partitioning Option. With the partitioning option, a LARGE data set can be DIVIDED into smaller parts that can be processed in parallel, which improves overall performance. In addition to optimizing SESSIONS, it helps improve server performance and efficiency. |
|
| 4. |
Explain complex mapping and write its features. |
|
Answer» When a mapping contains a LOT of requirements, which are BASED on too many dependencies, it is considered complex. Even with just a few transformations, a mapping can be complex; it doesn't NEED HUNDREDS of transformations. When the requirement has a lot of business requirements and constraints, mapping becomes complex. Complex mapping also encompasses slowly CHANGING dimensions. Complex mapping consists of the following three features.
|
|
| 5. |
What do you mean by incremental loading in Informatica? |
|
Answer» Unlike full data loading, where all data is processed every time the data is loaded, incremental data loading involves loading only selective data (either updated or created new) from the source to the TARGET system. This method provides the following benefits:
|
|
| 6. |
What are different types of tasks in informatica? |
|
Answer» Workflow Manager ALLOWS you to CREATE the following types of tasks so that you can design a workflow:
|
|
| 7. |
Describe workflow and write the components of a workflow manager. |
|
Answer» Workflow in Informatica is typically seen as a set of interconnected tasks that all need to execute in a specific order or a proper sequence. In every workflow, a start task, as well as other tasks linked to it, are triggered when it's executed. A workflow represents a business's internal routine practices, GENERATES output data, and performs routine management tasks. The workflow monitor is a component of Informatica that can be used to see how well the workflow is performing. You can create WORKFLOWS both manually and automatically in the Workflow Manager. To HELP you develop a workflow, the Workflow Manager OFFERS the following tools:
|
|
| 8. |
Explain what is DTM (Data transformation manager) Process. |
|
Answer» PowerCenter Integration Service (PCIS) started an operating system PROCESS, known as DTM (Data Transformation MANAGER) process or pmdtm process to run sessions. Its primary ROLE is CREATING and managing THREADS responsible for carrying out session tasks. Among the tasks performed by DTM are:
|
|
| 9. |
Write difference between stop and abort options in workflow monitor. |
||||||||||||
Answer»
|
|||||||||||||
| 10. |
What is the difference between SQL Override and Lookup Override? |
||||||||||
Answer»
|
|||||||||||
| 11. |
Explain tracing level. |
|
Answer» In Informatica, TRACING levels determine how much data you want to write to the session LOG as you execute a workflow. Informatica's tracing level is a very IMPORTANT component as it aids in error analysis, locates bugs in the process, and can be set for EVERY transformation. Each transformation property WINDOW contains an option for tracing level. As shown below, there are different types of tracing levels: |
|
| 12. |
What is the difference between Router and Filter? |
||||||||||||
|
Answer» Router and FILTER are types of transformations offered by INFORMATICA. There are a few differences between them as given below:
|
|||||||||||||
| 13. |
What do you mean by mapplet in Informatica? |
|
Answer» A mapplet is a reusable object that contains a SET of transformations and is usually created using mapplet DESIGNER. Using it, you can reuse transformation logic ACROSS multiple MAPPINGS. Below are two TYPES of mapplets:
|
|
| 14. |
What is pmcmd command? How to use it? |
|
Answer» <P>The Informatica features are accessed via four built-in command-line programs as given below:
In Informatica, a PMCMD command is used as FOLLOWS:
|
|
| 15. |
What is the difference between static and dynamic cache? |
||||||||||||||
Answer»
|
|||||||||||||||