Tableau TCC-C01 Tableau Certified Consultant Online Training
Tableau TCC-C01 Online Training
The questions for TCC-C01 were last updated at Nov 19,2024.
- Exam Code: TCC-C01
- Exam Name: Tableau Certified Consultant
- Certification Provider: Tableau
- Latest update: Nov 19,2024
A client wants to provide sales users with the ability to perform the following tasks:
– Access published visualizations and published data sources outside the company network.
– Edit existing visualizations.
– Create new visualizations based on published data sources.
– Minimize licensing costs.
Which site role should the client assign to the sales users?
- A . Explorer (can publish)
- B . Site Administrator
- C . Viewer
- D . Creator
A new Tableau user created a simple dashboard on Tableau Server using supply chain data. Now, the user wants to know if they created the dashboard in
accordance with specific performance best practices.
Which approach should the consultant recommend for the client to make this determination?
- A . Use inbuilt dashboards in Tableau Server to troubleshoot the performance.
- B . Use Performance Recording on Tableau Server.
- C . Use Performance Recording in Tableau Desktop.
- D . Run Workbook Optimizer.
A client has many published data sources in Tableau Server. The data sources use the same databases and tables. The client notices different departments give different answers to the same business questions, and the departments cannot trust the data. The client wants to know what causes data sources to return different data.
Which tool should the client use to identify this issue?
- A . Tableau Prep Conductor
- B . Ask Data
- C . Tableau Catalog
- D . Tableau Resource Monitoring Tool
A client notices that while creating calculated fields, occasionally the new fields are created as strings, integers, or Booleans. The client asks a consultant if there is a performance difference among these three data types.
What should the consultant tell the customer?
- A . Strings are fastest, followed by integers, and then Booleans.
- B . Integers are fastest, followed by Booleans, and then strings.
- C . Strings, integers, and Booleans all perform the same.
- D . Booleans are fastest, followed by integers, and then strings.
A client has a published data source in Tableau Server and they want to revert to the previous version of the data source. The solution must minimize the impact on users.
What should the consultant do to accomplish this task?
- A . Request that a server administrator restore a Tableau Server backup.
- B . Delete and recreate the data source manually.
- C . Select a previous version from Tableau Server, download it, and republish that data source.
- D . Select a previous version from Tableau Server, and then click Restore.
A client is using the Tableau Content Migration Tool to move content from an old Tableau Server to a new Tableau Server.
Which content will need to be moved using a different tool or process?
- A . Published data sources that use live connections
- B . Tableau Prep flows
- C . Published data sources that use extracts
- D . Workbooks
A client is using Tableau to visualize data by leveraging security token-based credentials. Suddenly, sales representatives in the field are reporting that they cannot access the necessary workbooks. The client cannot recreate the error from their offices, but they have seen screenshots from the field agents. The client wants to restore functionality for the field agents with minimal disruption.
Which step should the consultant recommend to accomplish the client’s goal?
- A . Ensure that "Allow Refresh Access" was checked when the data source was published.
- B . Change the data source permissions for the connection to "Prompt User."
- C . Ask the workbook owners to republish the workbooks to refresh the security token.
- D . Renew the security token via the Data Connection on Tableau Server.
An executive-level workbook leverages 37 of the 103 fields included in a data source. Performance for the workbook is noticeably slower than other workbooks on the same Tableau Server.
What should the consultant do to improve performance of this workbook while following best practice?
- A . Split some visualizations on the dashboard into many smaller visualizations on the same dashboard.
- B . Connect to the data source via a custom SQL query.
- C . Use filters, hide unused fields, and aggregate values.
OD. Restrict users from accessing the workbook to reduce server load.
A client wants to see the average number of orders per customer per month, broken down by region. The client has created the following calculated field:
Orders per Customer: {FIXED [Customer ID]: COUNTD ([Order ID])}
The client then creates a line chart that plots AVG (Orders per Customer) over MONTH(Order Date) by Region. The numbers shown by this chart are far higher
than the customer expects.
The client asks a consultant to rewrite the calculation so the result meets their expectation.
Which calculation should the consultant use?
- A . {INCLUDE [Customer ID]: COUNTD ([Order ID])}
- B . {FIXED [Customer ID], [Region]: COUNTD ([Order ID])}
- C . {EXCLUDE [Customer ID]: COUNTD ([Order ID])}
- D . {FIXED [Customer ID], [Region], [Order Date]: COUNTD ([Order ID])}
A client collects information about a web browser customers use to access their website. They then visualize the breakdown of web traffic by browser version.
The data is stored in the format shown below in the related table, with a NULL BrowserID stored in the Site Visitor Table if an unknown browser version accesses their website.
The client uses "Some Records Match" for the Referential Integrity setting because a match is not guaranteed. The client wants to improve the performance of the dashboard while also getting an accurate count of site visitors.
Which modifications to the data tables and join should the consultant recommend?
- A . Continue to use NULL as the BrowserID in the Site Visitor Table and leave the Referential Integrity set to "Some Records Match."
- B . Add an "Unknown" option to the Browser Table, reference its BrowserID in the Site Visitor Table, and change the Referential Integrity to "All
Records Match." - C . Add an "Unknown" option to the Browser Table, reference its BrowserID in the Site Visitor Table, and leave the Referential Integrity set to
"Some Records Match." - D . Continue to use NULL as the BrowserID in the Site Visitor Table and change the Referential Integrity to "All Records Match."