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

Welcome To DumpsPedia

TDA-C01 Sample Questions Answers

Questions 4

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 5

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 6

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 7

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 8

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 9

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 10

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 11

You are developing a data source in Tableau Prep.

You have two tables named Orders and Employees.

The Orders table was created in 2019 and contains the following columns.

The Employees table contains all the employee information for the various sales teams in the sales department and contains the following columns

You want to prepare the data so that you can analyze sales trends over time for every sales team.

Which three actions should you perform in order? (Place the three correct options in order. Use the arrows to move Options to Answer Area. Use Answer Area arrows to re-order the options.)

Options:

Buy Now
Questions 12

From Tableau Desktop you sign in lo a Tableau Server site.

What appears in the list of available data sources when you search for a published data source?

Options:

A.

All the data sources published to the site

B.

All the data sources published to the Tableau Server

C.

All the data sources published to the site within the folders to which you have access

D.

All the data sources published to the Tableau Server within the folders to which you have access

Buy Now
Questions 13

In a worksheet, you have a calculated column named YTD Sales that uses the following formula.

[Order Date] <= TODAY () AND DATETBUNC {“year”, [Order Dace]) = DATETPUNC)"year", TODAY(J)

You want to create a calculated column named Exclude Current Month that will be dragged to the Filters shell. Exclude Current Month will exclude the current month values from YTD Sales.

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

Options:

Buy Now
Questions 14

You have the following two tables.

Table A is the primary table.

Which type of join is established when a blend is created by using the join key of Category?

Options:

A.

Left join

B.

Right join

C.

Inner join

D.

Outer join

Buy Now
Questions 15

How are the colors configured for the map?

Options:

A.

A sequential color gradient

B.

A diverging color palette that has five stepped colors

C.

A diverging color palette that has six stepped colors

D.

A single color gradient

Buy Now
Questions 16

You are creating an annual report in Microsoft Word.

In Tableau Desktop, you build a chart in a worksheet.

You want to create an image of the chart that you can add to the annual report.

What are two ways to create the image? Choose two.

Options:

A.

From the Worksheet menu, use the Export option.

B.

From the Worksheet menu, use the Copy option.

C.

From the File menu, use the Export As Version option.

D.

From the Dashboard menu, use the Export Image option.

E.

From the Dashboard menu, use the Copy Image option.

Buy Now
Questions 17

You have a data source that contains data tor every city in the Unites States. The following is a sample of the data.

You need to use the City dimension to create a dynamic filter that snows the cities that have a population greater than one million Which type of filter should you use?

Options:

A.

General filter

B.

Wildcard filter

C.

Top filter

D.

Condition filter

Buy Now
Questions 18

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 19

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

Buy Now
Questions 20

A Data Analyst has the following chart that shows the sum of sales made in different cities.

The analyst wants to show the average sale amount for a city when users hover their mouse over any of the bars.

What should the analyst do?

Options:

A.

Right-click on SUM(Sales) in the Columns and select Include in Tooltip.

B.

Drag Sales to Tooltip on the Marks card and change Aggregation to Average.

C.

Drag Sales to Tooltip on the Marks card and modify the Tooltip text.

D.

Right-click on SUM(Sales) in the Columns and change Aggregation to Average.

Buy Now
Questions 21

You have a data source that contains the following columns.

You want to filter regions based on the highest sales. Users must be able to specify the number of regions shown.

Which three actions should you perform in order? (Place the three correct options in order. Use the arrows to move Options to Answer Area.

Use Answer Area arrows to re-order the options.)

Options:

Buy Now
Questions 22

You have a data source that has two tables named Table1 and Table2. Table1 is the primary table and Table2 is the secondary table.

You want 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 you use?

Options:

A.

Left only

B.

Union

C.

Inner

D.

Left

E.

Full outer

Buy Now
Questions 23

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

Buy Now
Questions 24

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 25

A Data Analyst is given the following table and asked to create a flow that adds a date field to the data. This field should automatically update as new dates (months) are added to the original table.

Which technique should the analyst use as the first step to achieve this in Tableau Prep?

Options:

A.

A wildcard search for multiple tables in the Input step

B.

An Aggregate step to reshape the data

C.

A Rows to Columns Pivot step

D.

A wildcard search to pivot in the Pivot step

Buy Now
Questions 26

You have the following Map.

You need the map to appear as shown in the following visualization.

What should you do?

Options:

A.

Drag Location to Size on the Marks card.

B.

Change the opacity to 75%.

C.

Drag Population to Size on the Marks card.

D.

Change the mark type to Density.

E.

Change the mark type to Map.

Buy Now
Questions 27

You have a dataset that contains daily sales by business segment from 2017 to the present

You want to use monthly historical trends to predict sales by segment in the future

Which three actions should you perform m order?

(Place the three correct options in order Use the arrows to move Options lo Answer Area I In Answer Area arrows to re order the options.)

Options:

Buy Now
Questions 28

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 29

You company has two divisions located in the United States and Germany Bach division has a separate database. The following is a sample of the sales data for the division in the United States.

The following is a sample of the sales data for me division in Germany.

You have population data in a file named Populatio.csv. the following is a sample of the data.

You plan to create a visualization that ml show tie sales per capita for each salesperson Each salesperson must be identified by identified by their full name.

You need to prepare the data to support the planned visualization. The data source must support being published .

Which four actions should you perform in order?

(Place the four correct options n order Use the arrows to move Options to Answer Area arrows to re-order the options.

Use Answer Area arrows to re-order the options)

Options:

Buy Now
Questions 30

You have the following dashboard that contains two visualizations.

You want to show only one visualization at time. Users must be able to switch between visualizations.

What should you me?

Options:

A.

A parameter and a calculated filed

B.

Worksheet actions

C.

Show/hide buttons

D.

Dashboard actions

Buy Now
Questions 31

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 32

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 33

You have the following line chart that shows the average sales by month.

Which month had the biggest increase in swage sales compared to me previous month in 2019?

Options:

A.

August

B.

October

C.

December

D.

November

Buy Now
Questions 34

You have the following dataset.

You need to create the following worksheet.

The table must show either profit or sales based on the selection from the Parameter 1 menu.

Which three actions should you perform in orders

(Place the three correct options in order Use the arrows to move Options lo Answer Area Use Answer Area arrows to reorder the options)

Options:

Buy Now
Questions 35

You have a dashboard that contains confidential information about patients health. The data needs to always be up to date tor a team of healthcare workers How should you share me dashboard with the healthcare workers?

Options:

A.

Publish the dashboard to Tableau Public

B.

Print the dashboard to PDF

C.

Publish the dashboard to Tableau Server

D.

Export the dashboard as a .twbx

Buy Now
Questions 36

You have the following tiled dashboard that has one sheet.

You want to replace the sheet with Sheet2.

What should you do?

Options:

A.

Right-click Sheet2 and select Add to Dashboard.

B.

Select Sheet3 and click the Swap Sheet button next to Sheet2.

C.

From the context menu of Sheet3. select Remove Dashboard item

D.

Drag Sheet2 to the dashboard.

E.

From the context menu of Sheet3. select Deselect

Buy Now
Exam Code: TDA-C01
Exam Name: Tableau Certified Data Analyst Exam
Last Update: Jul 29, 2025
Questions: 175
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now TDA-C01