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

Pass Analytics-DA-201 Exam Guide

Salesforce Certified Tableau Data Analyst Questions and Answers

Question 53

A Data Analyst decides to add custom shapes to some key performance indicators (KPIs) in order to indicate their performance.

How should the analyst make the custom shapes available in a workbook?

Options:

A.

Drag and drop the shapes into the Tableau workbook.

B.

Add the URL to the shapes in the Workbook Format menu.

C.

Copy the new shapes to the Shapes directory in My Tableau Prep Repository.

D.

Copy the new shapes to the Shapes directory in My Tableau Repository.

Question 54

You have the following visualization.

Options:

Question 55

A Data Analyst has a data source that has two tables named Table1 and Table2. Table1 is the primary table and Table2 is the secondary table.

The analyst wants to combine the tables by using Tableau Prep. The combined table must include only values from Table1 that do not match any values in Table2. The field values from Table2 must appear as null values.

Which type of join should the analyst use?

Options:

A.

Inner

B.

Left only

C.

Left

D.

Full outer

E.

Union

Question 56

You have the following dataset that contain null values in the Profits field.

You want the data to appear as shown in the following table.

Which two formulas achieve the goal? Choose two.

Options:

A.

ZN ([Profits])

B.

ISNULL ([Profits])

C.

IFNULL [(profits] ,0)

D.

IF [Profits] != null then [Profits] END