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

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

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

面试准备

模拟考试

设为首页

收藏此页面

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

面试题与答案

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

共 48 道题 面试题与答案

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

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

面试题与答案

搜索问题以查看答案。

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

问题 1

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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).
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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.
保存以便复习

保存以便复习

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

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

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

版权所有 © 2026,WithoutBook。