ExamGecko
Home / Tableau / TDA-C01 / List of questions
Ask Question

Tableau TDA-C01 Practice Test - Questions Answers, Page 8

List of questions

Question 71

Report
Export
Collapse

You are creating a new dashboard.

You need to add a button to the dashboard that allows users to export the dashboard as an image.

Which type of object should you use?

Image
Image
Ask Data
Ask Data
Extension
Extension
Download
Download
Navigation
Navigation
Suggested answer: C
asked 23/09/2024
Nicola Grossi
38 questions

Question 72

Report
Export
Collapse

You have the following dataset.

Tableau TDA-C01 image Question 72 76295 09232024004731000000

You want to create a new calculated dimension field named Category that meets the following conditions:

. When Subject is Computer Science or Science, Category must be Sciences.

. When Subject is English or Social Studies, Category must be Humanities.

Which two logical functions achieve the goal? Choose two.

IF [Subject]- 'Science' THEN 'Sciences' ELSEIF [Subject]='English' THEN 'Humanities' ELSEIF [Subject]-'Social Studies' THEN 'Humanities' ELSEIF [Subject]= 'Computer Science' THEN 'Sciences' END
IF [Subject]- 'Science' THEN 'Sciences' ELSEIF [Subject]='English' THEN 'Humanities' ELSEIF [Subject]-'Social Studies' THEN 'Humanities' ELSEIF [Subject]= 'Computer Science' THEN 'Sciences' END
IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')
IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')
IF ENDSWITH ( [Subject], 'Computer Science') THEN 'Sciences' ELSE 'Humanities' END
IF ENDSWITH ( [Subject], 'Computer Science') THEN 'Sciences' ELSE 'Humanities' END
CASE [Subject] WHEN 'Computer Science' THEN 'Sciences' WHEN 'Science' THEN 'Sciences' WHEN 'English' THEN 'Humanities' WHEN 'Social Studies' THEN 'Humanities' End
CASE [Subject] WHEN 'Computer Science' THEN 'Sciences' WHEN 'Science' THEN 'Sciences' WHEN 'English' THEN 'Humanities' WHEN 'Social Studies' THEN 'Humanities' End
Suggested answer: A, D

Explanation:

To create a new calculated dimension field named Category that meets the given conditions, you can use either the IF or the CASE logical function. Both functions allow you to evaluate an expression and return a value based on different scenarios. Option A uses the IF function with multiple ELSEIF clauses to check the value of the Subject field and assign it to either 'Sciences' or 'Humanities'. Option D uses the CASE function with multiple WHEN clauses to do the same thing. Both options will produce the same result, but the CASE function is more concise and easier to read. Option B is incorrect because it will assign 'Humanities' to any subject that contains 'Science' in its name, which is not the desired outcome. Option C is incorrect because it will only check if the subject ends with 'Computer Science' and ignore the other subjects.Reference:

Logical Functions - Tableau

Tableau Certified Data Analyst Study Guide

asked 23/09/2024
Tolga Kesici
48 questions

Question 73

Report
Export
Collapse

You have the following chart that sorts states by the number of products each state has purchased.

Tableau TDA-C01 image Question 73 76296 09232024004731000000

Which formula should you use to include a number with the position of each state within each region?

FIRST ()
FIRST ()
INDEX ()
INDEX ()
WINDOW_SUM(SUM ([Quantity]))
WINDOW_SUM(SUM ([Quantity]))
LOOKUP (SUM ([Quantity]))
LOOKUP (SUM ([Quantity]))
Suggested answer: D

Explanation:

The LOOKUP function is used to return the value of a specified field in a different row, which can be defined relative to the current row. In this context, it can be used to include a number with the position of each state within each region by looking up the SUM([Quantity]) in each respective position.Reference:The information is inferred from general Tableau knowledge as well as the following sources:

Tableau Functions (Alphabetical)

LOOKUP

Tableau Certified Data Analyst Exam Guide

asked 23/09/2024
Daniel Hernandez Villar
37 questions

Question 74

Report
Export
Collapse

You have the following dataset:

Tableau TDA-C01 image Question 74 76297 09232024004731000000

Which grouping option should you use in Tableau Prep to group all five names automatically?

Pronunciation
Pronunciation
Spelling
Spelling
Manual Selection
Manual Selection
Common Characters
Common Characters
Suggested answer: D

Explanation:

Common Characters: Find and group values that have letters or numbers in common. This option uses the ngram fingerprint algorithm that indexes words by their unique characters after removing punctuation, duplicates, and whitespace. This algorithm works for any supported language. This option isn't available for data roles. For example, this algorithm would match names that are represented as 'John Smith' and 'Smith, John' because they both generate the key 'hijmnost'. Since this algorithm doesn't consider pronunciation, the value 'Tom Jhinois' would have the same key 'hijmnost' and would also be included in the group.

asked 23/09/2024
Steve Jenkins-Thorkildson
39 questions

Question 75

Report
Export
Collapse

You have the following dataset:

Tableau TDA-C01 image Question 75 76298 09232024004731000000

You want to create a parameter to dynamically filter the data to produce the following results.

Tableau TDA-C01 image Question 75 76298 09232024004731000000

Which two types of parameters can you use to produce the results? Choose two.

Float
Float
Boolean
Boolean
Date
Date
Datetime
Datetime
String
String
Integer
Integer
Suggested answer: E, F

Explanation:

In the context of filtering data in Tableau, both string and integer parameters can be used to dynamically filter data. A string parameter can be used to filter text-based values, while an integer parameter is suitable for numerical values. In the provided dataset and result URLs, it appears that a unique identifier or key (which could be a string or integer) is being used to filter specific data entries.Reference:The information is based on the following sources:

An Introduction to Parameters in Tableau

Create Parameters - Tableau

asked 23/09/2024
Paul Bryant
30 questions

Question 76

Report
Export
Collapse

In a dataset, you have a string field named Name that contains unnecessary semicolons.

Which function should you use to remove the semicolons from the Name field?

TRIM
TRIM
CONTAINS
CONTAINS
REPLACE
REPLACE
SPLIT
SPLIT
Suggested answer: C

Explanation:

The REPLACE function is used to replace all occurrences of a substring within a string with another substring. In this case, it can be used to remove the semicolons from the Name field by replacing them with an empty string. For example, REPLACE (''John;Doe'', '';'', '''') = ''JohnDoe''.Reference:The information is based on the following sources:

String Functions - Tableau

Remove special characters and add a semi colon in a word - Tableau

asked 23/09/2024
Andrea DG
35 questions

Question 77

Report
Export
Collapse

You connect to a database server by using Tableau Prep. The database server has a data role named Role1.

You have the following field in the data.

Tableau TDA-C01 image Question 77 76300 09232024004731000000

You need to apply the Role1 data role to the Material field.

Which two actions should you perform? Choose two.

From the More actions menu of Materials, select Valid in the Show values section.
From the More actions menu of Materials, select Valid in the Show values section.
For the data type of the Material field, select Custom, and then select Role1.
For the data type of the Material field, select Custom, and then select Role1.
From the More actions menu of Materials, select Group Values, and then select Spelling.
From the More actions menu of Materials, select Group Values, and then select Spelling.
From the More actions menu of Materials, filter the selected values.
From the More actions menu of Materials, filter the selected values.
Suggested answer: B, C

Explanation:

To apply a custom data role to a field, you need to select the data type of the field and then choose the data role from the list of available roles. This will validate the values in the field against the data role and mark any invalid values with a red exclamation mark. To fix the invalid values, you can use the Group Values option and select the Spelling algorithm, which will group values that are close in spelling and replace them with the most frequent value in the group. This will help you standardize the values in the Material field and match them with the Role1 data role.Reference:The information is based on the following sources:

Use Data Roles to Validate your Data - Tableau

New in Tableau Prep: Automatically identify data quality issues with Data Roles

asked 23/09/2024
zulmaidi mr
38 questions

Question 78

Report
Export
Collapse

You have the following Map.

Tableau TDA-C01 image Question 78 76301 09232024004731000000

You need the map to appear as shown in the following visualization.

Tableau TDA-C01 image Question 78 76301 09232024004731000000

What should you do?

Drag Location to Size on the Marks card.
Drag Location to Size on the Marks card.
Change the opacity to 75%.
Change the opacity to 75%.
Drag Population to Size on the Marks card.
Drag Population to Size on the Marks card.
Change the mark type to Density.
Change the mark type to Density.
Change the mark type to Map.
Change the mark type to Map.
Suggested answer: D

Explanation:

To create a map visualization that shows the concentration of data points in different locations, you need to change the mark type to Density. This will create a heatmap that uses color and size to indicate the density of the data points. You can also adjust the intensity and transparency of the density marks to suit your needs.Reference:The information is based on the following sources:

Create Heatmaps that Show Trends or Density in Tableau

Build a Simple Map - Tableau


asked 23/09/2024
Maksim Alpatov
43 questions

Question 79

Report
Export
Collapse

HOTSPOT

You have the following dashboard.

Tableau TDA-C01 image Question 79 76302 09232024004731000000

When a user selects a only on the map the data on the bar chart must show only the data for the selected city. The data in the bar chart must change only when the user selects a different city How should you configure the dashboard action? (Use the dropdowns in the Answers Area to select the correct options.)


Tableau TDA-C01 image Question 79 76302 09232024124731000
Correct answer: Tableau TDA-C01 image answer Question 79 76302 09232024124731000
asked 23/09/2024
Mustafa Kubha
44 questions

Question 80

Report
Export
Collapse

HOTSPOT

You have the following dataset.

Tableau TDA-C01 image Question 80 76303 09232024004731000000

Yon need to calculate the ranking shown in the Rank field.

How should you complete the formula? (Use the dropdowns in the Answer Area to select the correct options to complete the formula ?


Tableau TDA-C01 image Question 80 76303 09232024124731000
Correct answer: Tableau TDA-C01 image answer Question 80 76303 09232024124731000
asked 23/09/2024
57 Milecross Lane Jodie
41 questions
Total 120 questions
Go to page: of 12
Search

Related questions