Tableau Certified Data Analyst Exam (TDA-C01) - Tableau Actual Exam Questions
Last updated on May 06, 2026
You have the Mowing two tables that contains data about the books in a library. Both tables are incomplete so there are books missing from the tables. You need to combine the tables. The solution must ensure that all the data is retained Which type of join should you use?
Full outer join
Right join
left join
Inner join
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You have the following dataset. 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
IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')
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
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You have the Mowing dashboard. Which two elements are floating? Choose two.
The state filter
The color legend
The map
The Rate of Obesity chart
The little
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You plan to create a Tableau subscription for several users. Which two formats can you use? Choose two.
Image
Microsoft Excel
Microsoft PowerPoint
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You have the following visualization. You Create a table calculation named Rank_Score that has a formula of RANK(AVG([Score]), and you drag Rank_Score to Text on the Marks cards. What is the Rank Score value for Student ID 4220?
5
4
6
3
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.