Tableau Desktop is a self-service visual analytics tool for connecting to data, exploring it, and building interactive dashboards. It is not designed for raw database editing, app development, or model training.
题目 2
Which file extension identifies a packaged Tableau workbook?
A .twbx packaged workbook stores worksheets, dashboards, stories, and supporting data such as extracts. A .twb workbook stores only the workbook definition, while .hyper and .tde are extract formats.
题目 3
What does a blue field icon in the Data pane usually indicate?
In Tableau, blue field icons represent dimensions, which are usually discrete fields that create headers and group data. Green icons represent measures, which are usually continuous and aggregated.
题目 4
What does a green field icon in the Data pane usually indicate?
Green icons identify measures, which are typically numeric fields that can be aggregated with SUM, AVG, COUNT, and other functions. Blue icons identify dimensions used for grouping and headers.
题目 5
Which shelf controls the vertical position of marks in a worksheet?
The Rows shelf controls the vertical axis, and the Columns shelf controls the horizontal axis. Filters limit data, and the Marks card controls the appearance of marks.
题目 6
Which panel lists the fields available in the connected data source?
The Data pane shows dimensions and measures from the connected data source. The Analytics pane adds reference lines and forecasts, while Show Me suggests chart types.
题目 7
What is a Tableau extract?
An extract is a local snapshot of data stored in the .hyper format. Extracts improve performance and allow offline work, but they must be refreshed to reflect changes in the source.
题目 8
When is a live connection the best choice?
A live connection queries the database in real time, so it is best when data must stay current. Extracts are better for offline work and performance, but they contain a snapshot.
题目 9
What does a packaged workbook include that a regular workbook does not?
A packaged .twbx file bundles supporting resources such as extracts, custom images, and fonts. A regular .twb file stores only the workbook definition and relies on external connections.
题目 10
Which chart type is most appropriate for showing parts of a whole?
A pie chart divides a whole into proportional slices, which makes it easy to compare category shares. Scatter plots show relationships, box plots show distribution, and Gantt charts show schedules.
题目 11
Which connector is used to open a Microsoft Excel file?
The Microsoft Excel connector reads .xlsx and .xls workbooks directly. JSON, MySQL, and OData are connectors for other data source types.
题目 12
Which data connection type stores data locally and can work offline?
An extract creates a local snapshot in .hyper format, allowing work without a live database connection. Live connections require access to the source and always query it.
题目 13
What does the Data Interpreter do when connecting to Excel or CSV files?
The Data Interpreter scans spreadsheet or text files for header rows and extra metadata, then prepares a clean table for analysis. It does not write to the source or change file formats.
题目 14
Which of the following is a cloud data source that Tableau can connect to?
Tableau has native connectors for cloud services such as Google BigQuery, Amazon Redshift, Snowflake, and Azure Synapse. Local text files are not cloud sources, and PDFs and screenshots are not direct data connectors.
题目 15
What happens when you refresh an extract?
Refreshing an extract pulls the latest data from the source into the local .hyper snapshot. The extract remains a snapshot and must be refreshed again when the source changes.
题目 16
Which Tableau product is designed for cleaning and shaping data before analysis?
Tableau Prep Builder provides a visual interface for cleaning, combining, and reshaping data. Tableau Public shares visualizations, Tableau Bridge supports on-premises connections, and Tableau Mobile is for viewing content.
题目 17
Which operation combines two tables side by side using a common field?
A join combines rows from two tables by matching values in common fields. A union stacks tables with the same structure, a pivot reshapes columns into rows, and a split divides one field into multiple fields.
题目 18
Which operation stacks rows from tables that have the same structure?
A union appends rows from one table below another when the tables have matching columns. A join combines columns, a filter removes rows, and a group combines values.
题目 19
Which step in Tableau Prep removes rows that do not meet a condition?
A filter step keeps only rows that satisfy the condition, which is useful for removing incomplete records or limiting data. Split, aggregate, and sort do not remove rows by condition.
题目 20
What does a pivot step do in Tableau Prep?
A pivot step transforms wide data by moving selected columns into rows, creating a longer and more analysis-friendly structure. It does not join, type-cast, or rotate the interface.
题目 21
How do you change a text field into a date field in Tableau Prep?
Changing a field data type from string to date lets Tableau recognize it as temporal data. Split and union restructure data, while joins combine tables.
题目 22
What is a split operation used for?
A split operation divides a field into multiple fields based on a delimiter, such as splitting a full name into first and last names. Joins combine tables, null cleaning replaces missing values, and dashboards are separate objects.
题目 23
Which data role should a Country field receive before creating a map?
Assigning a geographic role such as Country or State tells Tableau how to interpret the field for maps. Numeric, date, and boolean roles do not provide map coordinates.
题目 24
Which option replaces missing values with a default value?
Replacing nulls fills missing values with a chosen value so downstream calculations behave predictably. Split, pivot, and union change the structure rather than fixing missing data.
题目 25
Which feature creates a new field from existing fields in Tableau Prep?
A calculated field uses a formula to derive a new value from existing fields. Reference lines and tooltips appear in visualizations, and dashboard actions create interactivity.
题目 26
What does a wildcard union match?
A wildcard union combines files whose names match a pattern, such as sales_2026_01.csv, sales_2026_02.csv, and sales_2026_03.csv. It is useful for regularly named files.
题目 27
Which chart type best shows a trend over time?
A line chart connects points over time and makes direction and rate of change easy to read. Pie and tree maps show proportions, while Gantt charts show project schedules.
题目 28
Which chart type best shows the relationship between two measures?
A scatter plot places one measure on each axis and reveals correlation or outliers. Pie charts show shares, bar charts compare categories, and histograms show distribution of one measure.
题目 29
Which Marks card option controls the size of marks?
The Size option on the Marks card controls the visual size of marks, which can also encode a measure. Color encodes categories or values, Label adds text, and Tooltip controls hover details.
题目 30
Which pane provides reference lines, trend lines, and forecasts?
The Analytics pane offers reference lines, band lines, trend lines, forecasts, and other statistical objects. The Data pane lists fields, and the Marks card controls appearance.
题目 31
What does a reference line show?
A reference line marks a constant value, an average, a median, or another statistic across the view. It helps users compare marks against a meaningful threshold.
题目 32
Which feature projects future values based on historical data?
A forecast uses historical time-series data and statistical models to project future values. Reference lines mark thresholds, highlight actions emphasize marks, and tooltips show details.
题目 33
What does a dual-axis chart allow?
A dual-axis chart places two measures on separate axes in the same pane, often using different mark types such as bars and lines. It is a worksheet feature, not a collaboration feature.
题目 34
Which option changes a bar chart into a line chart?
The mark type selector on the Marks card switches between bar, line, circle, square, and other mark types. The Data pane lists fields, and refreshing updates data.
题目 35
Which chart uses color density to show concentration?
A heat map encodes density or magnitude with color intensity across a matrix. Pie charts show shares, box plots show distribution, and Pareto charts combine bars and lines.
题目 36
What is a story in Tableau?
A story arranges worksheets and dashboards in order so readers can follow a narrative. It is a workbook object, not a connection, extract, or calculation.
题目 37
Which function returns the current date in a calculated field?
TODAY() returns the current date, while NOW() returns the current date and time. DATE() converts a value to a date, and Tableau does not use CURRENT_DATE().
题目 38
Which function returns the total of a measure?
SUM() adds the values of a measure in the current view. COUNT() counts records, AVG() calculates the average, and MIN() returns the smallest value.
题目 39
Which calculation type is evaluated based on the current view?
Table calculations compute values using data in the current view, so results change when dimensions, filters, or sorting change. Extracts and data source filters operate on the data itself.
题目 40
Which quick table calculation shows each value as a percentage of the total?
Percent of total divides each value by the total for the chosen scope, such as across the table or pane. Running total accumulates values, rank orders them, and difference compares neighbors.
题目 41
What does a rank quick table calculation do?
Rank assigns values a position such as 1, 2, or 3 based on their size in the view. It does not remove data, change marks, or add reference lines.
题目 42
Which LOD expression computes independently of the dimensions in the view?
A FIXED expression computes at the specified dimensions and ignores view dimensions. INCLUDE adds dimensions to the view level, and EXCLUDE removes a dimension from the calculation.
题目 43
Which filter is applied before dimension and measure filters?
Tableau applies extract filters and data source filters first, then context filters, then dimension and measure filters. Context filters can improve performance and change how other filters behave.
题目 44
Which filter type shows only the highest or lowest values?
A Top N filter keeps only the highest or lowest N values based on a measure. Context and extract filters remove data before the view, and highlight actions emphasize marks.
题目 45
Which symbol combines text strings in a Tableau calculated field?
In Tableau, the plus sign concatenates strings in calculated fields, for example [First Name] + " " + [Last Name]. The asterisk multiplies numbers and is not a string operator.
题目 46
Which logical function returns one value when a condition is true and another when it is false?
IF and IIF evaluate a condition and return different values for true and false outcomes. ROUND rounds numbers, LEN returns string length, and TRIM removes spaces.
题目 47
What does an INCLUDE LOD expression do?
INCLUDE computes a value at the specified dimensions and then includes that result at the view level. It does not remove fields, create extracts, or change connections.
题目 48
Which filter type is available for continuous measures?
Measure filters apply to continuous measures and use conditions such as greater than, less than, or between. Dimension filters apply to categorical fields, and wildcard filters use patterns.
题目 49
What is a dashboard in Tableau?
A dashboard combines worksheets, images, text, filters, and other objects on one interactive canvas. A worksheet is a single view, not a collection of views.
题目 50
Which dashboard layout type snaps objects to a grid?
Tiled objects snap to a grid and move together when the dashboard resizes. Floating objects can overlap and be positioned freely on the canvas.
题目 51
Which action lets users click a mark to filter other sheets?
A filter action uses a selection in one sheet to filter marks in other sheets. Highlight actions emphasize matching marks, URL actions open links, and parameter actions update parameter values.
题目 52
Which action emphasizes matching marks without filtering them away?
A highlight action keeps all marks visible but emphasizes those that match the selection. A filter action removes nonmatching marks, while extracts and joins are data operations.
题目 53
Which object lets users change a value used by calculations and filters?
A parameter is a user-facing control that stores a value, such as a threshold or top N count, and can drive calculations and filters. Reference and trend lines are analytics objects.
题目 54
What is Tableau Public used for?
Tableau Public lets users publish and share visualizations publicly for free. It is not for private enterprise publishing, password storage, or dedicated ETL work.
题目 55
Which publishing destination is designed for sharing within an organization?
Tableau Server and Tableau Cloud host workbooks for organizational sharing with permissions and governance. Tableau Public is public, while CSV and PDF are export formats.
题目 56
Which option can improve performance when working with large data?
Extracts store compressed data locally and often load faster than live queries on large sources. Tooltips, mark size, and chart type do not address data-source performance.
题目 57
Which feature creates separate dashboard layouts for mobile and desktop?
Device layouts let you design different dashboard arrangements for phone, tablet, and desktop. Tooltips, marks, and Show Me do not create responsive layout variants.
题目 58
Which file types are Tableau Desktop workbooks? Select all that apply.
The .twb and .twbx files are Tableau workbook formats; .twbx is the packaged version that includes supporting data. The .hyper file is an extract, and .pdf is an export format, not a workbook.
题目 59
An extract always contains the latest values from the original database.
An extract is a snapshot of data at a point in time. It only contains the latest values after it is refreshed, so the statement is false.
题目 60
Match each Tableau area to its purpose.
The Rows shelf controls vertical position, the Marks card controls color, size, and detail, Show Me suggests chart types, and the Data pane lists available fields.