Weekend Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

Analytics-DA-201 Sample Questions Answers

Questions 4

You want to add a comment to March 2020 as shown in the following visualization.

You have the following sets in a Tableau workbook

• Top N Customers

• Customers of 2020

• Top N Products

• Sellers of 2020

Which two sets can you combine? Choose two

Options:

A.

Sellers of 2020

B.

Customers of 2020

C.

Top N Products

D.

Top N Customers

Buy Now
Questions 5

You have the following dataset.

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 ?

Options:

Buy Now
Questions 6

You have the Mowing dashboard.

Which two elements are floating? Choose two.

Options:

A.

The state filter

B.

The color legend

C.

The map

D.

The Rate of Obesity chart

E.

The little

Buy Now
Questions 7

Open the link to Book1 found on the desktop. Use the Superstore data source.

Split the Customer Name field into two fields named First Name and Last Name.

Options:

Buy Now
Questions 8

Open the link to Book1 found on the desktop. Open the Movie Durations worksheet.

Replace the existing data source with the Netflix_2019 data source.

Options:

Buy Now
Questions 9

Open the link to Book1 found on the desktop. Open the sales dashboard.

Add the Sales by State sheet in a Show/Hide button to the right side of the dashboard.

Options:

Buy Now
Questions 10

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

Modify the chart to show only main and max values of both measures in each region.

Options:

Buy Now
Questions 11

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:

Buy Now
Questions 12

Open the link to Book1 found on the desktop. Open the Histogram worksheet and use the Superstone data source.

Create a histogram on the Quantity field by using bin size of 3.

Options:

Buy Now
Questions 13

Open the Link to Book1 found on the desktop. Open Map worksheet and use Superstore data source.

Create a filed map to show the distribution of total Sales by State across the United States.

Options:

Buy Now
Questions 14

You have a dashboard that is configured for desktop browsers.

You want to customize a layout for mobile users.

Which option should you select first? (Click the appropriate Option in the Answer Area.)

Options:

Buy Now
Questions 15

A Data Analyst would like to receive the draft results of a colleague's Tableau Prep flow to start work on a dashboard before it has been published.

What should the analyst do to accomplish this?

Options:

A.

On the Tableau Desktop Connect page, under To a File, choose "More ...", and browse for the colleague's .tf file on the local file system.

B.

Have the colleague output the results of the flow to a .hyper file. Create a new workbook in Tableau Cloud, choose Files on the Connect to Data page, and upload the .hyper file from the computer.

C.

Open Tableau Desktop and make a connection to Tableau Prep, then choose the colleague's flow that the analyst wants to connect to.

D.

Have the colleague output the results of the flow to a .hyper file. On the Tableau Desktop Connect page, under To a File, choose "More ...", and browse for the .hyper file on the local file system.

Buy Now
Questions 16

You want to show the cumulative total of each year for every state.

Which quick table calculation should you use?

Options:

A.

VTD Growth

B.

Running Total

C.

Year Over Year Growth

D.

YTD Total

Buy Now
Questions 17

Below are some of the values in the Order_ID field:

Which calculation should a Data Analyst use to return the two-letter combinations starting with the letter "P" for each of these values?

Options:

A.

SPLIT([Order_ID], "_", -2)

B.

FINDNTH([Order_ID], "P*", 1)

C.

MID([Order_ID], FIND([Order_ID], "P") + 1, 2)

D.

LEFT(SPLIT([Order_ID], "_", 2), 2)

Buy Now
Questions 18

You have a dashboard that contains a parameter named Start Date.

You need to create an extract from a Microsoft Excel file. The extract must be filtered based on Start Date.

What should you do?

Options:

A.

Create a data source based on the Excel worksheet and create a calculated field based on Start Date. Add the calculated field to the extract filter.

B.

Create a custom SOL query to define the data source and create a calculated field based on Start Date. Add the calculated field to the extract filter.

C.

Create a custom SOL query that references Stan Date in the WHERE clause.

D.

Create a data source based on the Excel worksheet and create a calculated field based on Start Date. From the Data pane, add the calculated field to the data source filter

Buy Now
Questions 19

You have a table that contains the following data.

How should you complete the formula? (Drag the appropriate Options to the Answer Area and drop into the correct locations.)

Options:

Buy Now
Questions 20

A Data Analyst has the following view.

The analyst wants to filter the view to show only records that have a movie name starting with the word "The". The analyst must achieve the goal without writing any formulas.

Which type of filter should the analyst use?

Options:

A.

Top

B.

General

C.

Condition

D.

Wildcard

Buy Now
Questions 21

A Data Analyst has a data source that contains data for every city in the United States. The following is a sample of the data.

The analyst needs to use the City dimension to create a dynamic filter that shows the cities that have a population greater than 1 million.

Which type of filter should the analyst use?

Options:

A.

Range

B.

Special

C.

Condition

D.

Top

Buy Now
Questions 22

You create a worksheet named Sales by Region and hide the tide of the worksheet. You print the worksheet as a PDF and notice that the worksheet title appears. You need to prevent the title from appearing when you print the worksheet as a PDF. Which settings should configure from the File menu in Tableau Desktop?

Options:

A.

Page Setup

B.

Print

C.

Export As PowerPoint

D.

Share

E.

Export As Version

Buy Now
Questions 23

What should a Data Analyst use to visualize the distribution and variability of measure values along an axis?

Options:

A.

Bullet Graph

B.

Box Plot

C.

Scatter Plot

D.

Histogram

Buy Now
Questions 24

You have the following chart that shows profits and discounts over time.

You need to combine the lines to appear as shown in the following chart.

What should you do?

Options:

A.

Drag Discount to Color on the Marks card

B.

Convert Discount to Discrete

C.

Set Discount to Dual Axis

D.

Drag Discount to the Columns shelf

Buy Now
Questions 25

A Data Analyst is creating a new dashboard.

The analyst needs to add a button to the dashboard that allows users to export the dashboard as an image.

Which type of object should the analyst use?

Options:

A.

Navigation

B.

Image

C.

Download

D.

Extension

Buy Now
Questions 26

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

Buy Now
Questions 27

You have a data source that contains the following columns.

You want to sort customers based on the most expensive orders.

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

Options:

Buy Now
Questions 28

You have a dataset that contains sates data. The following is a sample of the data.

You need to return a value of true if a month has sales greater than $50 000. otherwise the formula must return a value of false.

Which two formulas achieve the goal Choose two

Options:

A.

SUM{[Sales]) IN (50000)

B.

IIF(SUM< [Sales] )>50000, TRUE, FALSE)

C.

MAX< [Sales], 50000)

D.

[Sales] > 50000

Buy Now
Questions 29

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

Buy Now
Questions 30

When should a Data Analyst use a Treemap in Tableau?

Options:

A.

To analyze the distribution of a measure over time

B.

To show the correlation between two continuous variables

C.

To display hierarchical data with nested categories

D.

To visualize the change in a measure across different regions in a map

Buy Now
Questions 31

A Data Analyst has the following primary data source that contairis a dimension named Dorm_Code.

The analyst receives the following secondary data source that contains updated dorm codes.

The analyst needs to bring the updated dorm codes into Tableau and use the codes in existing visualizations. The new dorm codes must use the existing field name of Dorm_Code.

What should the analyst do?

Options:

A.

Bring in the secondary table as a left join to the primary data source. From the Data Source page, select Create Calculated Field in the Dorm_Name field and enter [Dorm_Name_New] in the calculation window.

B.

Create a data blend and select Edit Primary Aliases to replace the primary data source alias values with values from the secondary data source.

C.

Bring in the secondary data source as a union.

D.

Bring in the secondary data source by using relationships. From the Data pane, right-click Dorm_Name, select Replace References, and then select Dorm Name New.

Buy Now
Questions 32

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
Questions 33

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

Add a distribution band on Profit to show the standard deviation from- 1 to 1.

Options:

Buy Now
Questions 34

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

Modify the bar chart show the percentage of sales for each Subcategory within every Category. The total percentage for every Category must be 100%.

Options:

Buy Now
Questions 35

You are the owner of an alert.

You receive an email notification that the alert was suspended

From where can you resume the suspended alert?

Options:

A.

The Data Source page of Tableau Desktop

B.

The Notification area of Tableau Prep

C.

The My Content area of Tableau web pages

D.

The Shared with Ma page

Buy Now
Questions 36

You have a database that includes field named sales, City and Region.

You have the following chart that shows the number of sales made in different cities.

You want to dynamically show the corresponding region when users hover their mouse over any of the bars.

What should you do?

Options:

A.

Right-click a in the chat, select Annotate and then select Mark.

B.

Right-click a bar in the chart select Mark Label and then select Always show.

C.

Edit the aliases for City.

D.

Drag Region to Tooltip on the Marks card

Buy Now
Exam Code: Analytics-DA-201
Exam Name: Salesforce Certified Tableau Data Analyst
Last Update: Oct 5, 2025
Questions: 174
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now Analytics-DA-201