[Q30-Q47] Pass Your Tableau Certified TDA-C01 Exam Easily with Accurate PDF Questions [Aug 19, 2024]

Share

Pass Your Tableau Certified TDA-C01 Exam Easily with Accurate PDF Questions [Aug 19, 2024]

TDA-C01 Certification Exam Dumps Questions in here


Tableau TDA-C01 (Tableau Certified Data Analyst) Exam is a certification exam designed for individuals who wish to demonstrate their proficiency in using Tableau products to perform data analysis tasks. TDA-C01 exam measures the candidate's ability to connect to and prepare data, create and analyze visualizations, and share insights through interactive dashboards. The TDA-C01 certification is widely recognized in the industry and demonstrates a high level of expertise with Tableau software.

 

NEW QUESTION # 30
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.

  • A. IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')
  • B. IF [Subject]- 'Science' THEN 'Sciences'
    ELSEIF [Subject]='English' THEN 'Humanities'
    ELSEIF [Subject]-'Social Studies' THEN 'Humanities'
    ELSEIF [Subject]= 'Computer Science' THEN 'Sciences'
    END
  • 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'

Answer: B,D

Explanation:
End
Explanation:
To create a new calculated dimension field named Category that meets the given conditions, you can use either the IF or the CASE logical function. Both functions allow you to evaluate an expression and return a value based on different scenarios. Option A uses the IF function with multiple ELSEIF clauses to check the value of the Subject field and assign it to either 'Sciences' or 'Humanities'. Option D uses the CASE function with multiple WHEN clauses to do the same thing. Both options will produce the same result, but the CASE function is more concise and easier to read. Option B is incorrect because it will assign 'Humanities' to any subject that contains 'Science' in its name, which is not the desired outcome. Option C is incorrect because it will only check if the subject ends with 'Computer Science' and ignore the other subjects. Reference:
Logical Functions - Tableau
Tableau Certified Data Analyst Study Guide


NEW QUESTION # 31
in which three formats can you export a worksheet from the Worksheet menu? Choose three

  • A. .pptx
  • B. .png
  • C. .xlsx
  • D. .html
  • E. .txt
  • F. .csv

Answer: A,B,C

Explanation:
Tableau provides various options to export data from a worksheet. The formats available are typically those that are best suited for visualization or further data analysis. The options include:
.png for exporting images of the visualizations
.xlsx for exporting data in a format that can be opened with Microsoft Excel
.pptx for creating PowerPoint presentations with the visualization embedded These formats are designed to facilitate sharing and presenting the insights derived from Tableau visualizations, or for conducting further analysis in tools like Excel.


NEW QUESTION # 32
You have the following dashboard.

When a user selects a only on the map the data on the bar chart must show only the data for the selected city. The data in the bar chart must change only when the user selects a different city How should you configure the dashboard action? (Use the dropdowns in the Answers Area to select the correct options.)

Answer:

Explanation:


NEW QUESTION # 33
You have the following table.

You need each record to alternate between grey and white.
What should you change in the Format Shading pane?

  • A. the column banding size to 3
  • B. the row banding size to 1
  • C. the column banding size to 1
  • D. the row banding size to 3

Answer: B


NEW QUESTION # 34
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.

  • A. Send us your feedback on it.
  • B. Send us your

Answer: A


NEW QUESTION # 35
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?

  • A. August
  • B. December
  • C. November
  • D. October

Answer: D


NEW QUESTION # 36
You are subscribed to several views.
You need to unsubscribe from the views.
What should you use?

  • A. The My Content area of Tableau web pages
  • B. The Notifications area of Tableau Prep
  • C. The Shared with Me page
  • D. The Data Source page of Tableau Desktop

Answer: A

Explanation:
To unsubscribe from the views, you should use the My Content area of Tableau web pages. This area allows you to manage your subscriptions, as well as your workbooks, views, and data sources. You can select the views you want to unsubscribe from, click Actions, and then click Unsubscribe. You can also change the subscription options, such as the schedule, the format, or the message. References:
Create a Subscription to a View or Workbook - Tableau
Tableau Certified Data Analyst Study Guide


NEW QUESTION # 37
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.
  • B. From Tableau Server, select the workbook, select Refresh Extracts, and then add a new extract refresh.
  • C. From Tableau Desktop, open the Publish Workbook dialog box and configure the schedule.
  • D. From Tableau Server, select Schedules, and change the priority of the existing schedule.

Answer: B

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


NEW QUESTION # 38
You have the following dataset:

Which grouping option should you use in Tableau Prep to group all five names automatically?

  • A. Spelling
  • B. Pronunciation
  • C. Manual Selection
  • D. Common Characters

Answer: D

Explanation:
Common Characters: Find and group values that have letters or numbers in common. This option uses the ngram fingerprint algorithm that indexes words by their unique characters after removing punctuation, duplicates, and whitespace. This algorithm works for any supported language. This option isn't available for data roles. For example, this algorithm would match names that are represented as "John Smith" and "Smith, John" because they both generate the key "hijmnost". Since this algorithm doesn't consider pronunciation, the value "Tom Jhinois" would have the same key "hijmnost" and would also be included in the group.


NEW QUESTION # 39
You want to create the following table in a view.

Which function should you use to create the Position column?

  • A. FIRST
  • B. LAST
  • C. INDKX
  • D. RANK

Answer: A

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. References:
Tableau Certified Data Analyst Exam Prep Guide, page 11, section "Creating Calculated Fields" Tableau Help: FIRST Function


NEW QUESTION # 40
You have the following dataset.

Which Level of Detail (LOD) expression should you use to calculate tie grand total of all the regions?

  • A. {FIXED: TOTAL (Sales)}
  • B. {FIXED: SUM Sales}
  • C. {FIXED: [Region] SUM Sales}
  • D. {Fixed: [Region]: TOTAL Sales}

Answer: D


NEW QUESTION # 41
You have the following dataset:

You want to create a parameter to dynamically filter the data to produce the following results.

Which two types of parameters can you use to produce the results? Choose two.

  • A. Datetime
  • B. Float
  • C. Date
  • D. Integer
  • E. Boolean
  • F. String

Answer: D,F

Explanation:
In the context of filtering data in Tableau, both string and integer parameters can be used to dynamically filter data. A string parameter can be used to filter text-based values, while an integer parameter is suitable for numerical values. In the provided dataset and result URLs, it appears that a unique identifier or key (which could be a string or integer) is being used to filter specific data entries. Reference: The information is based on the following sources:
An Introduction to Parameters in Tableau
Create Parameters - Tableau


NEW QUESTION # 42
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. left join
  • B. Right join
  • C. Full outer join
  • D. Inner join

Answer: D


NEW QUESTION # 43
You need to change the values of a dimension without creating a new field.
What should you do?

  • A. Transforms the fields
  • B. Create groups
  • C. Create aliases
  • D. Rename the fields

Answer: C

Explanation:
You can create aliases for the members of a dimension by right-clicking the dimension in the Data pane or in the view and selecting Aliases. This changes how the values are displayed in the view, but not the underlying data. For example, you can create an alias for "Central" as "Midwest".


NEW QUESTION # 44
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.

Answer:

Explanation:
Send us your feedback on it


NEW QUESTION # 45
You have the following dashboard.

Currently the map is used as a filter that affects the data on the otter sheets of the dashboard You need to configure the dashboard to ensure that selecting a data point on the map only tillers the Detail table What should you do?

  • A. From the context menu of Sales over time select Ignore Actions
  • B. From the context menu of Sales over time select Deselect
  • C. From the context menu of Profits by Stale deselect Use as Filter
  • D. From the context menu of Sales over lime select Remove Dashboard Item

Answer: A

Explanation:
To configure the dashboard to ensure that selecting a data point on the map only filters the Detail table, you should select Ignore Actions from the context menu of Sales over time. Ignore Actions is a feature that allows you to exclude a sheet from being affected by any actions on the dashboard, such as filters or highlights. You can select Ignore Actions by right-clicking on a sheet on the dashboard and selecting Ignore Actions from the menu.
In this case, you want to exclude Sales over time from being filtered by the map, so you should select Ignore Actions from its context menu. This will make Sales over time ignore any selections on the map and show all values. The Detail table will still be filtered by the map as usual.
The other options are not correct for this scenario. Removing Dashboard Item will delete Sales over time from the dashboard, which is not what you want. Deselecting Use as Filter will disable the map as a filter for any sheet on the dashboard, which is not what you want. Selecting Deselect will clear any selections on the map, but it will not prevent Sales over time from being filtered by future selections. References:
https://help.tableau.com/current/pro/desktop/en-us/actions.htm
https://help.tableau.com/current/pro/desktop/en-us/actions_ignore.htm
On a Tableau dashboard, when a map is used as a filter, it affects all other sheets in the dashboard by default.
To restrict the filter action to only affect the Detail table and not the 'Sales over time' chart, you would modify the action settings. By selecting "Ignore Actions" from the context menu of the 'Sales over time' chart, it will no longer respond to the filtering action initiated by selecting data points on the map.


NEW QUESTION # 46
You have the Mowing dashboard.

Which two elements are floating? Choose two.

  • A. The little
  • B. The Rate of Obesity chart
  • C. The color legend
  • D. The map
  • E. The state filter

Answer: B,D


NEW QUESTION # 47
......


Becoming Tableau TDA-C01 certified can provide numerous benefits to individuals and organizations. For individuals, this certification can increase their credibility in the field of data analysis, enhance their career prospects, and potentially lead to higher salaries. For organizations, Tableau TDA-C01 certified professionals can help improve the organization's data analysis and decision-making processes, resulting in better business outcomes.

 

Verified TDA-C01 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump: https://drive.google.com/open?id=17G7ZElqdf4dWr_qxhzHmqXN52ClXbkJ8

Updated TDA-C01 Exam Practice Test Questions: https://www.2pass4sure.com/Tableau-Certified/TDA-C01-actual-exam-braindumps.html