热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址
首页 / 面试主题 / Informatica
WithoutBook LIVE 模拟面试 Informatica 相关面试主题: 13

面试题与答案

了解热门 Informatica 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。

共 48 道题 面试题与答案

面试前建议观看的最佳 LIVE 模拟面试

了解热门 Informatica 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。

面试题与答案

搜索问题以查看答案。

应届生 / 初级级别面试题与答案

问题 2

What is a Session in Informatica?

A session in Informatica is a task that represents the execution of a workflow. It is the smallest unit of work in a workflow.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 3

What is a Repository in Informatica?

A repository in Informatica is a relational database that stores metadata and configuration information about the various objects managed by Informatica.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 5

What is the purpose of the Aggregator transformation?

The Aggregator transformation in Informatica is used to perform aggregate calculations such as sum, average, minimum, maximum, etc., on groups of data.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 6

What is the purpose of a Sequence Generator transformation?

The Sequence Generator transformation in Informatica is used to generate unique sequence numbers for rows in a data set.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 7

What are the different types of transformations in Informatica?

Informatica supports various transformations, including Aggregator, Filter, Router, Lookup, Expression, Joiner, and many others.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 8

What is the purpose of a Source Qualifier transformation?

The Source Qualifier transformation in Informatica is used to specify properties for reading data from a relational or flat file source.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 9

Explain the concept of a Filter transformation.

A Filter transformation in Informatica is used to filter rows based on specified conditions, allowing only the required rows to pass through.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 10

Explain the concept of a Parameter File in Informatica.

A Parameter File in Informatica is a text file that contains parameter values used to replace placeholders in session and workflow properties at runtime.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 11

What is the purpose of a Router transformation in Informatica?

A Router transformation in Informatica is used to filter data rows to different output groups based on specified conditions.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 12

How can you create a reusable session in Informatica?

A reusable session in Informatica can be created by defining the session as reusable in the session properties and saving it to the repository for use in multiple workflows.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 13

How can you handle null values in Informatica?

Null values in Informatica can be handled using functions like ISNULL and COALESCE, or through the use of NULL indicator ports in transformations.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 14

Explain the concept of a Joiner transformation.

A Joiner transformation in Informatica is used to combine rows from two heterogeneous sources based on a common column, similar to an SQL join operation.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论

中级 / 1 到 5 年经验级别面试题与答案

问题 15

Explain the difference between ETL and ELT.

ETL (Extract, Transform, Load) is a process where data is extracted from source systems, transformed, and then loaded into a data warehouse. ELT (Extract, Load, Transform) is a process where data is first extracted and loaded into the target system, and then transformations are applied.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 16

Explain the difference between a Mapping and a Mapplet.

A mapping is a set of source and target definitions linked by transformations, while a mapplet is a reusable object that contains a set of transformations.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 17

Explain the concept of a Router transformation.

A Router transformation in Informatica is used to route data rows to different transformation logic based on specified conditions.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 18

What is a Repository Service in Informatica?

The Repository Service in Informatica is responsible for managing connections to the repository and providing access to the metadata stored in the repository.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 19

What is a Rank transformation, and how is it used?

A Rank transformation in Informatica is used to select the top or bottom 'n' rows based on a specified condition or column.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 20

Explain the concept of a Lookup transformation.

A Lookup transformation in Informatica is used to look up data in a relational table or view based on a condition and retrieve related values.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 21

What is the difference between a connected and an unconnected Lookup transformation?

A connected Lookup transformation is connected to the pipeline, while an unconnected Lookup is not connected to the pipeline and must be called by another transformation.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 22

How is parameterization achieved in Informatica?

Parameterization in Informatica is achieved through the use of parameter files, which contain values that can be substituted into session and workflow properties at runtime.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 23

Explain the concept of Partitioning in Informatica.

Partitioning in Informatica involves dividing the source data into subsets to be processed in parallel, improving session performance.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 24

How can you handle errors in Informatica?

Errors in Informatica can be handled using error handling strategies such as redirecting rows, terminating the session, or sending errors to a separate target.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 25

Explain the concept of a Normalizer transformation.

A Normalizer transformation in Informatica is used to convert columns with repeating groups into multiple rows, making data more readable and usable.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 26

Explain the concept of Data Transformation Manager (DTM) in Informatica.

The Data Transformation Manager (DTM) in Informatica is responsible for the execution of tasks within a session, such as reading, transforming, and loading data.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 27

How can you improve session performance in Informatica?

Session performance in Informatica can be improved by optimizing transformations, using partitioning, increasing cache size, and tuning session properties.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 28

How does Informatica handle incremental data loading?

Informatica handles incremental data loading by comparing source and target data based on a specified key and loading only the changed or new records.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 29

What is the purpose of a Debugger in Informatica?

The Debugger in Informatica is used for testing and debugging mappings by allowing step-by-step execution and inspection of data at various points.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 30

What is a Transaction Control transformation?

A Transaction Control transformation in Informatica is used to commit or roll back transactions based on specified conditions in a session.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 31

How can you handle slowly changing dimensions in Informatica?

Slowly Changing Dimensions (SCD) in Informatica can be handled using techniques such as Type 1 (overwrite), Type 2 (historical), and Type 3 (add new column).
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 32

What is the purpose of a Target Load Plan in Informatica?

A Target Load Plan in Informatica specifies the order in which target tables are loaded, providing control over the loading sequence in a session.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 33

Explain the concept of a Sorter transformation.

A Sorter transformation in Informatica is used to sort data based on one or more columns before passing it to the target transformation.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 34

Explain the concept of a Surrogate Key in Informatica.

A Surrogate Key in Informatica is a system-generated key used to uniquely identify rows in a dimension table, often replacing natural keys for efficiency.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 35

What is the purpose of a Pre-Session Command in Informatica?

A Pre-Session Command in Informatica is used to execute commands or scripts before the session starts, allowing for custom initialization tasks.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 36

What is the purpose of a Data Masking transformation?

The Data Masking transformation in Informatica is used to mask sensitive data in a mapping, ensuring that confidential information is not exposed.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 37

What is the purpose of a LookUp cache in Informatica?

A LookUp cache in Informatica is used to store and reuse lookup data, improving performance by reducing the number of database queries.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 38

What is the purpose of a Normalizer transformation in Informatica?

A Normalizer transformation in Informatica is used to transform data by converting columns with repeating groups into multiple rows, simplifying data processing.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论

资深 / 专家级别面试题与答案

问题 39

Differentiate between static and dynamic cache in Informatica.

Static cache is populated at the beginning of a session and does not change during the session, while dynamic cache can be updated during the session.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 40

What is a Constraint-based Loading Order in Informatica?

Constraint-based loading order in Informatica ensures that data is loaded into the target in a specific order based on defined constraints between transformations.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 41

How is Incremental Aggregation achieved in Informatica?

Incremental Aggregation in Informatica involves updating only the changed or new records in the source, reducing the processing load.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 42

Explain the concept of a Dynamic Lookup Cache.

A Dynamic Lookup Cache in Informatica is created at runtime and allows the addition of new entries during the session.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 43

What is a Persistent Cache in Informatica?

A Persistent Cache in Informatica is a type of cache that is stored on disk and can be reused across sessions, providing improved performance.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 44

Explain the concept of a Data-driven session in Informatica.

In a Data-driven session in Informatica, the session properties and mappings are determined at runtime based on metadata, allowing dynamic control of the ETL process.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 45

What is the purpose of a Unconnected Stored Procedure transformation?

The Unconnected Stored Procedure transformation in Informatica is used to execute stored procedures that are not connected to the pipeline and do not return a value.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 46

Explain the concept of a Dynamic Partitioning in Informatica.

Dynamic Partitioning in Informatica allows the Informatica server to dynamically determine the number of partitions based on the available system resources.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 47

What is a Lookup Override in Informatica?

A Lookup Override in Informatica allows you to override the default SQL query generated by the Lookup transformation to customize data retrieval.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论
问题 48

Explain the concept of a Source Filter in Informatica.

A Source Filter in Informatica is used to filter rows at the source database level before they are read by the source qualifier, optimizing data extraction.
保存以便复习

保存以便复习

收藏此条目、标记为困难题,或将其加入复习集合。

打开我的学习资料库
这有帮助吗?
添加评论 查看评论

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。