Actual Exam Questions & Answers
|Certification Study Guide| 100% Guarantee
Pass | Well Verified and Updated, Graded A+
|High- Yield Questions with answers and
rationales and Reviewed |Newest Version and
Latest 2026/2027-FULL TESTBANK
A data analyst is working within Tableau Desktop and needs to preserve custom
metadata properties, such as field descriptions, default aggregations, and
calculated field definitions, for reuse across multiple workbooks. Which of the
following file formats and procedures should the analyst use to successfully save
these metadata properties?
a. Save the workbook as a .twbx file, which automatically embeds all metadata
into a packaged workbook
b. Navigate to the sheet, right-click the data source, select "Add to Saved Data
Sources," and ensure the file extension ends in .TDS
c. Export the workbook as a .pdf and manually re-enter the metadata in each new
workbook
d. Create a .hyper extract and save it to the Tableau repository, which retains all
metadata properties
✔️ Correct Answer: B
Rationale:
Saving metadata properties requires the creation of a Tableau Data Source (.tds)
file. This process preserves all data source-level metadata—including field aliases,
default aggregations, color palettes, and calculated fields—allowing consistent
reuse across different workbooks. Option A is incorrect because .twbx packages
,the workbook and data but does not isolate the data source metadata for
independent reuse. Option C is unrelated to metadata preservation, and Option D
(.hyper) is an extract format that stores data snapshots, not metadata
configurations.
A Tableau developer is working with two datasets that cannot be combined using
a cross-database join due to platform limitations. The tables also exist at different
levels of granularity, and performing a traditional join would create significant
data duplication and require extensive cleaning. Which data integration technique
should the developer employ to effectively analyze these datasets together?
a. Data blending
b. Data union
c. Cross-database join using a custom SQL pass-through
d. Data extraction with a full outer join
✔️ Correct Answer: A
Rationale:
Data blending is the optimal solution when cross-database joins are unsupported,
when tables have different levels of detail (LOD), or when joins would cause
duplicate data and performance issues. Blending aggregates data from the
secondary data source before combining it with the primary source at the
visualization level, avoiding row-level multiplication. Option B (union) stacks data
vertically and requires identical schemas, which does not apply here. Option C is
not feasible if joins are unsupported, and Option D does not resolve the
underlying LOD mismatch or duplication issues.
A business intelligence analyst is preparing a Tableau workbook for executive
review and needs to change the display name of a data field to improve clarity
and stakeholder comprehension. What is the standard method for renaming a
data field within the Tableau workspace?
a. Double-click the field in the Data pane and type the new name directly
b. Right-click the data field in the Data pane and select "Rename" from the
context menu
c. Edit the underlying database column name using SQL and then refresh the
,connection
d. Create a calculated field with the desired name and hide the original field
✔️ Correct Answer: B
Rationale:
The correct procedure is to right-click the target field in the Data pane and select
"Rename." This action allows the user to overwrite the existing field name
without altering the underlying source data. Option A (double-clicking) is typically
used for worksheet titles, not for renaming fields in the Data pane. Option C is
unnecessary and would change the source schema, which is often undesirable.
Option D creates a new field rather than renaming the existing one, which is
inefficient.
A Tableau developer is preparing a categorical dimension for presentation and
wants to replace the raw data values (e.g., "M" and "F") with more intuitive
display labels (e.g., "Male" and "Female") without modifying the underlying
dataset. Which procedure should the developer follow to accomplish this?
a. Create a calculated field using a CASE statement to map values to labels
b. Right-click the dimension, select "Aliases," and in the Edit Aliases dialog box,
select a member and enter the new name
c. Change the data type of the field to Boolean and rename the values
d. Export the data to Excel, replace the values manually, and re-import the dataset
✔️ Correct Answer: B
Rationale:
The Aliases feature in Tableau allows users to assign user-friendly display names
to individual dimension members while preserving the original data values for
calculations and sorting. This is done by right-clicking the dimension, selecting
"Aliases," and modifying the display names in the dialog. Option A is a
workaround but is unnecessary and more complex than using built-in aliases.
Option C is incorrect because data types cannot be changed solely for display
purposes. Option D is inefficient and breaks the live connection.
A Tableau analyst is working with a dataset containing city and state information
and wants to create a map-based visualization. To ensure Tableau correctly
, interprets the location data, what configuration step must the analyst perform on
the relevant data fields?
a. Convert the field to a continuous measure and place it on the Columns shelf
b. Click the data type icon next to the field, select "Geographic Role," and choose
the appropriate role (e.g., City, State, Country)
c. Drag the field to the Marks card and select "Map" from the Show Me menu
d. Create a calculated field that concatenates city and state using a comma
delimiter
✔️ Correct Answer: B
Rationale:
Assigning a Geographic Role is the essential prerequisite for creating map
visualizations in Tableau. This action tells Tableau how to interpret the field (e.g.,
as a City, State, ZIP Code, or Country) so that it can match the values to its internal
geocoding database. Option A is incorrect because geographic fields are typically
dimensions, not continuous measures. Option C describes the visualization
creation step after the role is assigned, not the configuration step. Option D is
unnecessary because Tableau can handle separate fields.
A Tableau developer connects to a data source and notices that a date field is
being interpreted as a string, preventing date-based time series analysis. What is
the correct procedure to change the interpretation of this field to an appropriate
date data type?
a. On the Data Source page, click the icon associated with the field (the data type
icon) and select the new date data type from the dropdown
b. Right-click the field in the Data pane and choose "Duplicate" to create a new
date field
c. Write a custom SQL query to cast the field as a date within the connection
d. Change the aggregation of the field to SUM to force Tableau to recognize it as
numeric
✔️ Correct Answer: A
Rationale:
The most direct and correct method is to modify the data type directly on the
Data Source page or in the Data pane by clicking the data type icon (usually an
"Abc" for string, "#" for number) and selecting the desired date format (e.g., Date,