Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Analytics-DA-201 Exam Dumps : Salesforce Certified Tableau Data Analyst

PDF
Analytics-DA-201 pdf
 Real Exam Questions and Answer
 Last Update: Feb 16, 2026
 Question and Answers: 174 With Explanation
 Compatible with all Devices
 Printable Format
 100% Pass Guaranteed
$27  $90
Analytics-DA-201 exam
PDF + Testing Engine
Analytics-DA-201 PDF + engine
 Both PDF & Practice Software
 Last Update: Feb 16, 2026
 Question and Answers: 174
 Discount Offer
 Download Free Demo
 24/7 Customer Support
$42  $140
Testing Engine
Analytics-DA-201 Engine
 Desktop Based Application
 Last Update: Feb 16, 2026
 Question and Answers: 174
 Create Multiple Test Sets
 Questions Regularly Updated
  90 Days Free Updates
  Windows and Mac Compatible
$31.5  $105

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

Salesforce Certified Tableau Data Analyst Questions and Answers

Question 1

Open the link to Book1 found on the desktop. Open Disciplines worksheet.

Filter the table to show the members of the Top10 set and the members of the Bottom10 set. There should be a total of 20 rows.

Options:

Buy Now
Question 2

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.

Options:

A.

IF [Subject]- 'Science' THEN 'Sciences'

ELSEIF [Subject]='English' THEN 'Humanities'

ELSEIF [Subject]-'Social Studies' THEN 'Humanities'

ELSEIF [Subject]= 'Computer Science' THEN 'Sciences'

END

B.

IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')

C.

IF ENDSWITH ( [Subject], 'Computer Science') THEN 'Sciences' ELSE 'Humanities' END

D.

CASE [Subject]

WHEN 'Computer Science' THEN 'Sciences'

WHEN 'Science' THEN 'Sciences'

WHEN 'English' THEN 'Humanities'

WHEN 'Social Studies' THEN 'Humanities'

End

Question 3

Open the link to Book1 found on the desktop. Open Disciplines worksheet.

Filter the table to show the Top 10 NOC based on the number of medals won.

Options: