ExamGecko
Home Home / Tableau / TDA-C01

Tableau TDA-C01 Practice Test - Questions Answers, Page 10

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

You have the following two datasets:

* A Microsoft Excel worksheet that has two columns named Employee Name and Department

* A Microsoft SQL Server table that has three columns named Employee Name. Pay Grade and Team Size.

You want to use Tableau Prep to join the two datasets.

Which three actions should you perform in order? (Place the three correct options in order.)


Question 91
Correct answer: Question 91

Explanation:

https://help.tableau.com/current/prep/en-us/prep_connect.htm https://help.tableau.com/current/prep/en-us/prep_join.htm https://help.tableau.com/current/prep/en-us/prep_join_types.htm

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


Question 92
Correct answer: Question 92

Explanation:

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.

Tableau Help: DATENAME Function

Tableau Help: Date Functions

You publish a dashboard that uses an extract. The extract refreshes every Monday at 10:00.

You need to ensure that the extract also refreshes on the last day of the month at 18:00.

What should you do?

A.
From Tableau Server, select Schedules, find the schedule of the extract, and change the frequency to the last day of the month.
A.
From Tableau Server, select Schedules, find the schedule of the extract, and change the frequency to the last day of the month.
Answers
B.
From Tableau Server, select Schedules, and change the priority of the existing schedule.
B.
From Tableau Server, select Schedules, and change the priority of the existing schedule.
Answers
C.
From Tableau Server, select the workbook, select Refresh Extracts, and then add a new extract refresh.
C.
From Tableau Server, select the workbook, select Refresh Extracts, and then add a new extract refresh.
Answers
D.
From Tableau Desktop, open the Publish Workbook dialog box and configure the schedule.
D.
From Tableau Desktop, open the Publish Workbook dialog box and configure the schedule.
Answers
Suggested answer: C

Explanation:

To ensure that the extract also refreshes on the last day of the month at 18:00, you need to add a new extract refresh task to the workbook on Tableau Server. You can do this by selecting the workbook, selecting Refresh Extracts, and then choosing Schedule a Refresh. You can then select an existing schedule that matches your desired frequency and time, or create a new schedule with a custom frequency and time. This will add a new extract refresh task to the workbook, in addition to the existing one that refreshes every Monday at 10:00. You can also modify or delete the extract refresh tasks as needed.Reference:

Tableau Certified Data Analyst Exam Prep Guide, page 10, section ''Publishing and Scheduling Data Refreshes''

Tableau Help: Refresh Data on a Schedule

Tableau Help: Manage Refresh Tasks



You have the following: Overall Rank and Rank are calculated fields that use the RANK function.

You filter out the sub-category where [Ovorall Rank] - 1.

For which three the sub-categories will the value of Rank change? Choose three.

A.
Furnishings
A.
Furnishings
Answers
B.
Tables
B.
Tables
Answers
C.
Chairs
C.
Chairs
Answers
D.
Accessories
D.
Accessories
Answers
E.
Copiers
E.
Copiers
Answers
F.
Machines G Phones
F.
Machines G Phones
Answers
G.
Bookcases
G.
Bookcases
Answers
Suggested answer: B, D, F

Explanation:

In Tableau, the RANK function assigns a rank to each row within a partition of the data, based on the value of the field being ranked. It is important to understand that the rank is recalculated whenever the underlying data or the partitioning changes.

In the given scenario, the Overall Rank is based on the Sales figures, while the Rank (presumably) is based on the Sales within the Category. When filtering on the condition where [Overall Rank] - 1, it means we are excluding the sub-category that has an Overall Rank of 2.

Looking at the data:

Furnishings has an Overall Rank of 8, which does not meet the filter condition ([Overall Rank] - 1). Therefore, its rank remains the same.

Tables have an Overall Rank of 3. When the sub-category with an Overall Rank of 2 is removed (Chairs in this case), Tables move up in the overall ranking. However, since Tables are the top-ranked within the Furniture category, their Rank within the category would remain unchanged at 1.

Chairs have an Overall Rank of 2, which meets the filter condition and thus will be removed from the view. We cannot determine the change in Rank for Chairs because they are filtered out.

Accessories have an Overall Rank of 5. If any sub-category with a higher Overall Rank (1 to 4) is removed, the rank of Accessories within the Technology category could change because it is currently ranked 3 in its category. With the removal of Phones (Overall Rank 1), the Rank of Accessories could potentially increase.

Copiers have an Overall Rank of 6, which does not meet the filter condition. Therefore, its rank remains the same.

Machines have an Overall Rank of 4. If we remove Phones (Overall Rank 1), Machines will move up in the overall ranking and potentially within the Technology category as well, changing its Rank from 2 to 1.

Phones have an Overall Rank of 1, which does not meet the filter condition of being Overall Rank 2. Therefore, its rank remains the same.

Bookcases have an Overall Rank of 7, which does not meet the filter condition. Therefore, its rank remains the same.

Based on this analysis, when the sub-category with an Overall Rank of 2 (Chairs) is removed, the Rank value will change for Tables, Accessories, and Machines, as they will move up in the overall ranking within their respective categories. However, it's important to note that while Tables will move up in the overall ranking, their rank within the Furniture category would not change as they are already at the top. The rank changes for Accessories and Machines are due to the removal of Phones, which is ranked higher overall and within the Technology category.

DRAG DROP

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


Create an integer data type parameter named Param1

Drag Region to the Filters shelf.

Configure a Top filter by field. Use Param1 and filter by the sum of Sales.

Tableau Certified Data Analyst Exam Prep Guide, page 10, section ''Filtering Data''

Tableau Help: Parameters

Tableau Help: Top Filters

Question 95
Correct answer: Question 95

Explanation:

Tableau Certified Data Analyst Exam Prep Guide, page 10, section ''Filtering Data''

Tableau Help: Parameters

Tableau Help: Top Filters

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.
A.
The credentials must be embedded.
Answers
B.
The data source must be stored as a hyper file.
B.
The data source must be stored as a hyper file.
Answers
C.
The data source must use a live connection.
C.
The data source must use a live connection.
Answers
D.
The data must be extracted.
D.
The data must be extracted.
Answers
Suggested answer: A, D

Explanation:

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.Reference:

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

DRAG DROP

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 Are a. Use Answer Area arrows to re-order the options.)

Question 97
Correct answer: Question 97

Explanation:

[Tableau Certified Data Analyst Exam Prep Guide], page 9, section ''Preparing Data''

[Tableau Help: Join Your Data]

[Tableau Help: Aggregate Your Data]

[Tableau Help: Filter Your Data]

HOTSPOT

You have the following worksheet.

You want to create a table calculation that shows sales growth over each year.

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


Question 98
Correct answer: Question 98

Explanation:

Tableau Certified Data Analyst Exam Prep Guide, page 11, section ''Creating Calculated Fields''

Tableau Help: SUM Function

Tableau Help: LOOKUP Function

Tableau Help: PREVIOUS_VALUE Function

You want to create the following table in a view.

Which function should you use to create the Position column?

A.
RANK
A.
RANK
Answers
B.
FIRST
B.
FIRST
Answers
C.
INDKX
C.
INDKX
Answers
D.
LAST
D.
LAST
Answers
Suggested answer: B

Explanation:

To create the Position column, you should use the FIRST () function. The FIRST () function returns the number of rows from the current row to the first row in the partition. For example, the first row in a partition will return 0, the second row will return -1, and so on. In this question, the partition is defined by the Segment field, and the table is sorted by the Sales field in descending order. Therefore, the Position column shows the offset of each row from the first row in each segment, based on the sales ranking.Reference:

Tableau Certified Data Analyst Exam Prep Guide, page 11, section ''Creating Calculated Fields''

Tableau Help: FIRST Function

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
A.
Left only
Answers
B.
Union
B.
Union
Answers
C.
Inner
C.
Inner
Answers
D.
Left
D.
Left
Answers
E.
Full outer
E.
Full outer
Answers
Suggested answer: A

Explanation:

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.Reference:

Tableau Certified Data Analyst Exam Prep Guide, page 9, section ''Preparing Data''

Tableau Help: Join Your Data

Tableau Help: Left Only Join

Total 120 questions
Go to page: of 12