Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Tableau > Tableau Certifications > TDA-C01 > TDA-C01 Online Practice Questions and Answers

TDA-C01 Online Practice Questions and Answers

Questions 4

You want to add a draft watermark to a dashboard as shown in the following exhibit.

Which type of object should you use?

A. Image

B. Sheet

C. Web page

D. Horizontal

Buy Now

Correct Answer: C

Questions 5

You have the Mowing two tables that contains data about the books in a library.

Both tables are incomplete so there are books missing from the tables.

You need to combine the tables. The solution must ensure that all the data is retained

Which type of join should you use?

A. Full outer join

B. Right join

C. left join

D. Inner join

Buy Now

Correct Answer: D

Questions 6

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?

A. Left only

B. Union

C. Inner

D. Left

E. Full outer

Buy Now

Correct Answer: A

To combine the tables by using Tableau Prep and include only values from Table1 that do not match any values in Table2, you should use a left only join. A left only join is a type of join that returns only the rows from the primary table (Table1) that have no matching rows in the secondary table (Table2). The field values from Table2 will appear as null values in the combined table. A left only join is also known as an anti-join or an exclusion join. References: Tableau Certified Data Analyst Exam Prep Guide, page 9, section "Preparing Data" Tableau Help: Join Your Data Tableau Help: Left Only Join

Questions 7

You have a data source that contains 20 tables.

You want the tables to be organized within the Data pane based on the type of data contained within the tables.

What should you use?

A. Folders

B. Hierarchies

C. Sets

D. Groups

Buy Now

Correct Answer: A

Explanation: To organize the tables in the Data pane based on the type of data contained within the tables, you should use folders. Folders are a way to manually group fields, parameters, sets, or tables in the Data pane according to your preference. You can create folders by right-clicking on the fields or tables you want to group and selecting Folders > Create Folder. You can also drag and drop fields or tables into existing folders. You can name the folders according to the type of data they contain, such as sales, customer, product, etc. Folders can help you find and access the fields or tables you need more easily and efficiently. References: Organize and Customize Fields in the Data Pane - Tableau Tableau Certified Data Analyst Study Guide

Questions 8

You have a workbook that connects to a database. The database requires authentication.

You plan to publish the workbook and schedule a daily refresh of the data.

Which two conditions must be met to schedule the refresh? Choose two.

A. The credentials must be embedded.

B. The data source must be stored as a hyper file.

C. The data source must use a live connection.

D. The data must be extracted.

Buy Now

Correct Answer: AD

To schedule a refresh of the data, you need to ensure that Tableau Server or Tableau Online can access the database without prompting for credentials. This can be done by embedding the credentials in the workbook or the published data source. You also need to extract the data from the database and publish it as a separate data source or as part of the workbook. A live connection would not allow you to refresh the data on a schedule, as it would always query the database directly. A hyper file is a format for storing extracted data, but it is not a requirement for scheduling a refresh. References: Tableau Certified Data Analyst Exam Prep Guide, page 10, section "Publishing and Scheduling Data Refreshes" Tableau Help: Embedding Database Credentials Tableau Help: Extract Your Data

Questions 9

You have the following visualization.

Hot Area:

Buy Now

Correct Answer:

Questions 10

HOTSPOT

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.)

Hot Area:

Buy Now

Correct Answer:

Questions 11

HOTSPOT

You have a data set that contains three columns named Sales, Profit, and Quantity.

You need to build the following scatter plot.

Hot Area:

Buy Now

Correct Answer:

To build the scatter plot shown in the image, you need to place the Profit measure on the Rows shelf and the Sales measure on the Columns shelf. This will create a Cartesian chart with Profit as the y-axis and Sales as the x-axis. Then, you need to change the mark type to Circle on the Marks card. This will display the data points as circles that vary in size according to the Quantity measure. You can also add color or shape encoding to the marks to show additional dimensions or measures in the view. References: Build a Scatter Plot Understanding and Using Scatter Plots Scatter plot in Tableau

Questions 12

HOTSPOT

You have the following visualization.

You want the count of Returns displayed only for the first year in the table.

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

Hot Area:

Buy Now

Correct Answer:

Explanation: we need to create a calculated field that displays the count of returns only for the first year in the table. To do this, we can use the following formula:

IF FIRST () = 0 THEN COUNT (Returns) END

This formula uses the FIRST () function, which returns the number of rows from the current row to the first row in the partition. If the current row is the first row, then FIRST () returns 0. The IF statement checks if this condition is true, and if so,

it returns the count of returns for that row. Otherwise, it returns NULL.

To complete the formula in the calculated field, you should select the following options from the drop-down menus:

FIRST ()

COUNT (Returns)

https://help.tableau.com/current/pro/desktop/en-us/functions_functions_date.htm

Questions 13

HOTSPOT

You have a table that contains four columns named Order Date, Country, Sales, and Profit.

You need to add a column that shows the day of the week for each row. For example, orders placed on August 31, 2022, will show a day of

Wednesday.

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

Hot Area:

Buy Now

Correct Answer:

To add a column that shows the day of the week for each row, you should complete the formula as follows: DATENAME ( `weekday' , [Order Date]) The DATENAME function in Tableau returns the name of a specified part of a date or datetime value, such as the year, month, or day. It takes two arguments: the date part and the date. In this question, you want to return the name of the weekday, such as Monday, Tuesday, or Wednesday, for each order date. Therefore, you need to use `weekday' as the date part and [Order Date] as the date. The formula will return a string value that represents the name of the weekday for each order date. References: Tableau Help: DATENAME Function Tableau Help: Date Functions

To add a column that shows the day of the week for each row, you should complete the formula as follows: DATENAME ( `weekday' , [Order Date]) The DATENAME function in Tableau returns the name of a specified part of a date or datetime value, such as the year, month, or day. It takes two arguments: the date part and the date. In this question, you want to return the name of the weekday, such as Monday, Tuesday, or Wednesday, for each order date. Therefore, you need to use `weekday' as the date part and [Order Date] as the date. The formula will return a string value that represents the name of the weekday for each order date. References: Tableau Help: DATENAME Function Tableau Help: Date Functions

Exam Code: TDA-C01
Exam Name: Tableau Certified Data Analyst
Last Update: Jun 09, 2025
Questions: 117

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.