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

Analytics-DA-201 Exam Results

Salesforce Certified Tableau Data Analyst Questions and Answers

Question 33

In a dataset, a Data Analyst has a string field named Category that contains unnecessary trailing spaces.

Which function should the analyst use to remove the trailing spaces from the Category field?

Options:

A.

RTRIM

B.

SPLIT

C.

LTRIM

D.

REPLACE

Question 34

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 35

A Data Analyst is using containers on a dashboard.

How should the analyst make sure multiple objects within a container are always taking up the same width or height, even if the container is resized?

Options:

A.

Use the Layout tab to set the size of each object

B.

Float the objects and manually adjust the size

C.

Adjust the size of each object individually

D.

Use the distribute evenly option

Question 36

A Data Analyst has two tables named EmployeeInfo and DepartmentInfo. EmployeeInfo contains four fields named Full Name, Department ID, Start Date, and Salary. DepartmentInfo contains four fields named Department Name, Size, Department ID, and VP. The analyst wants to combine the tables to meet the following requirements:

    EmployeeInfo is the first table that is dragged to the canvas,

    The records must contain the Full Name, and the Department Name, Size, and VP fields if available,

    Not all records have an exact match.

Which type of join should the analyst use?

Options:

A.

Inner

B.

Union

C.

Full outer

D.

Left