📅  最后修改于: 2021-01-11 09:45:25             🧑  作者: Mango
下面列出了最常见的Tableau面试问题和答案。
Tableau具有三个主要功能,例如:
Tableau中有五种工具,例如:
Tableau中有几种类型的数据术语,例如:
.twb | .twbx |
---|---|
A .twb is an xml document that contains the information about your dashboards, sheets, and stories. | It doesn’t contain any data so to share your workbook, and you have send both workbook file and the data source file of Tableau. |
A .twbx is a package of files “compressed” together. | It includes data source file and any other file used to produce the workbook, including images. |
Traditional BI tools | Tableau |
---|---|
Traditional BI architecture has hardware limitations. | Tableau doesn’t have dependencies. |
It based on the complex set of technologies. | Tableau based associative search that makes it fast and dynamic. |
It does not support in-memory, multi-thread, and multi-core computing. | It supports in-memory when used with advanced technologies. |
It has a predefined view of data. | It uses predictive analysis for various business operations. |
Tableau表示字段并自动分配数据类型。如果数据源指定了数据类型,Tableau将使用该数据类型。如果数据源未单独分配数据类型,Tableau将分配一个。 Tableau由以下数据类型组成:
Tableau中的联接与SQL联接相同。主要有五个联接,例如:
1)交叉联接:交叉联接产生的行将第一张表中的每一行与第二张表中的每一行组合在一起。
2)内部联接:内部联接从正在合并的表中返回匹配的行。
3)左外部联接:左外部联接返回正在联接的表中的匹配行,并返回结果中来自左表的不匹配行,并将NULL值放在来自右表的属性中。
4)右外部联接:右外部联接操作返回正在合并的表中的匹配行,并返回右表中的不匹配行作为结果,并将NULL值放在左表中的属性中。
4)完全外部联接:完全外部联接用于合并表。结果,它包含两个表中的所有值。
在Tableau中,最多可以连接32个表。
我们可以通过两种方式连接数据集,例如:
架子是位于工作表视图左侧和顶部的命名区域。您可以通过将字段拖放到架子上来构建视图。选择特定标记类型时,某些架子可用。
在Tableau中,使用集合根据用户定义的特定条件创建数据子集。集仅基于维度字段创建。
Tableau中有两种类型的集合,例如:
组是构成更高级别类别的维度成员的组合。
在Tableau中,分层字段用于向下钻取数据。这意味着可以更精细地查看数据。
Tableau服务器充当数据和Tableau使用之间的中间人。通过Tableau Data Server,您可以共享和上传数据提取,保留数据库连接以及重用计算和字段元数据。
这意味着您可以对计算字段,数据集,别名,定义或参数进行的任何更改都可以保存并与他人共享,从而可以实现安全,集中管理和标准化的数据集,并且可以利用服务器的资源在提取上运行查询,而无需先将其传输到本地计算机。
Tableau Data Engine是Tableau中的一项很酷的功能。它是一个分析数据库,旨在实现即时查询响应,预测性能,无缝集成到现有数据基础架构中,并且不限于将整个数据集加载到内存中。
如果您要处理大量数据,则创建索引,导入数据和对数据进行排序确实需要一些时间,但是此后一切都会加快。 Tableau Data Engine不是内存技术。数据在导入后存储在磁盘中,几乎不使用RAM。
双轴用于可视化两种不同图表类型中的两种不同度量。日期列和两个度量对于构建双轴图表是必需的。
图形中使用了不同的比例,可以帮助用户理解这两种度量。
Tree map | Heat map |
---|---|
A treemap also does the same thing as well as it can be used for illustrating hierarchical data and part of whole relationships. | A heat map can compare categories with color and size In the heat map, you can compare two different measures together. |
Data joining | Data blending |
---|---|
Data joining is used when you are combing the data from the same source. | Data blending is required two completely defined data sources in a report. |
TDE是Tableau桌面文件,其中包含.tde扩展名。它是指包含从外部资源(如MS Access或CSV文件,MS excel)中提取的数据的文件。
TDE文件有两个方面,使其成为支持分析和数据发现的理想选择。
故事是一个工作表,其中包含一系列仪表板或工作表,这些仪表板或工作表一起工作以传递信息。
您可以创建故事来显示事实之间的联系,提供上下文并演示决策与结果如何相关或提出令人信服的案例。故事中的每一页都称为故事点。
Discrete | Continuous |
---|---|
Discrete data is the value that is counted as distinct or separate. | Continuous data is used to measure continuous data. |
Only It can take individual values within a range. | It can take any values within a finite and infinite range. |
Tableau不受表中行数的限制。 Tableau用于访问PB级数据,因为它仅检索行和列。
是的,Tableau Desktop可以安装在Mac以及Windows操作系统上。
是的,Tableau软件适用于战略性收购,因为它可以提供其他工具无法做到的数据洞察力。
是的,我们可以将excel文件放置在共享位置,但是为了获得更好的性能,我们应该使用提取。
如果Tableau Desktop许可证今天到期,则您将无法访问仪表板或工作表,因为服务器上的用户名将必须展开未经许可的操作。
但是其他人可以访问,因为站点管理员可以将所有权更改为另一个人,因此提取不会失败。
Published data source | Embedded data source |
---|---|
It contains connection information which is independent of any workbook, and multiple workbooks can use it. | It contains connection information, and it is associated with a workbook. |