
Tableau Desktop Certified Associate Certification SCA-C01 Sample Questions Reliable
Prepare for the Actual Tableau Desktop Certified Associate SCA-C01 Exam Practice Materials Collection
Tableau SCA-C01 is a certification exam designed for professionals who want to demonstrate their expertise in utilizing Tableau Server to deploy, manage, and secure analytics content. SCA-C01 exam tests the candidate's knowledge of Tableau Server architecture, configuration, and administration, as well as their ability to create and manage users, groups, and projects. Passing the Tableau SCA-C01 exam certifies that the individual has the necessary skills and knowledge to efficiently manage Tableau Server in an enterprise environment.
The Tableau SCA-C01 exam covers a wide range of topics related to Tableau Server, including installation and configuration, security and user management, content management, data connections and publishing, and more. It is a comprehensive exam that tests the candidate's ability to design, implement, and manage a Tableau Server environment in a real-world setting.
NEW QUESTION # 132
To help your users find the data that's trusted and recommended for their type of analysis, you can certify the data that complies with your organization's data standards. Which site roles have the capability to certify data in Tableau Server? (Select all)
- A. Server Administrator
- B. Creator site role
- C. Creator site role and the Project Leader capability
- D. Explorer (Can Publish) site role and the Project Leader capability
Answer: A,C,D
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/datasource_certified.htm
NEW QUESTION # 133
Which of the following are correct statements that describe silent installs? (Select all)
- A. To start Tableau Server, use tbcmd start
- B. Tableau Server does not start automatically when installed in /silent or /hush mode
- C. Tableau Server does not start automatically when installed in /silent or /quiet mode
- D. To start Tableau Server, use tsm start
Answer: C,D
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/silent_installer_flags.htm
NEW QUESTION # 134
Which of the following statements correctly describe Tableau Services Manager (TSM)?
- A. TSM processes are administrative services which manage Tableau Server processes. When Tableau Server is offline, TSM processes stop as well.
- B. TSM processes are administrative services which manage Tableau Server processes. TSM processes run continuously after TSM is initialized, even when the rest of Tableau Server is offline.
Answer: B
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server-linux/en-us/tsm_overview.htm
NEW QUESTION # 135
Several cloud-hosted data sources always require extracts. Select all the listed data sources below that have this requirement:
- A. Snowflake
- B. Open Data Protocol (OData)
- C. Salesforce.com
- D. Google Analytics
Answer: B,C,D
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/pro/desktop/en-us/publish_datasources_about.htm
NEW QUESTION # 136
Which two (2) processes do not display on the Tableau Server Status page, but are indicated in the Tableau Services Manager (TSM) Status Page in the UI?
- A. TSM Controller
- B. Cluster Controller
- C. Ask Data
- D. License Server
Answer: A,D
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server-linux/en-us/service_viewstatus.htm
NEW QUESTION # 137
What is the file format of a Tableau Server bootstrap file?
- A. ORC
- B. Parquet
- C. AVRO
- D. JSON
- E. XML
Answer: D
Explanation:
Link to Tableau Server documentation:
https://help.tableau.com/current/server-linux/en-us/install_additional_nodes.htm
NEW QUESTION # 138
True or False:
Schedules for the same workbook will always run serially, even if you set this option to parallel.
- A. FALSE
- B. TRUE
Answer: B
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/schedule_manage_create.htm
NEW QUESTION # 139
What should you do to disable table recommendations for popular data sources and tables to users?
- A. Disable the option using the site Settings page
- B. Disable the option using the server Settings page
- C. Use the command: tsm configuration set -k recommendations.enabled -v false
- D. Publish data sources only to projects with permissions locked to the project
Answer: A
Explanation:
Table recommendations in Tableau Server suggest popular tables and data sources to users when they create new content in the web authoring environment. This feature is enabled by default but can be disabled at the site level.
Option A (Disable the option using the site Settings page): Correct. A site administrator can disable table recommendations by navigating to the site's Settings > General page in the Tableau Server web interface and unchecking the option "Enable table recommendations." This prevents users on that site from seeing these suggestions, offering a straightforward UI-based solution.
Option B (Use the command: tsm configuration set -k recommendations.enabled -v false): Incorrect. There is no recommendations.enabled key in the TSM configuration settings. This feature is managed per site, not server-wide via TSM.
Option C (Publish data sources only to projects with permissions locked): Incorrect. Locking permissions restricts access but doesn't disable the recommendation feature itself. Users with access would still see recommendations.
Option D (Disable the option using the server Settings page): Incorrect. Table recommendations are a site- specific setting, not a server-wide setting. The server Settings page (via TSM) controls global configurations, not this feature.
NEW QUESTION # 140
You have a server that contains 16 processor cores. What is the default number of VizQL instances configured by the installer?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
Explanation:
The VizQL Server process in Tableau Server handles rendering visualizations and processing queries for users viewing dashboards or workbooks. During installation, Tableau Server automatically configures the number of VizQL instances based on the number of processor cores on the machine, following this rule:
Default VizQL instances = 2 per node, unless manually adjusted post-installation.
In multi-node setups, additional instances may be added based on core count, but the question specifies a single server with 16 cores.
The installer does not scale VizQL instances linearly with core count by default (e.g., it doesn't set 1 instance per 4 cores). Instead:
For a single-node installation, the default is 2 VizQL instances, regardless of core count (assuming the minimum hardware requirements are met: 8 cores, 32 GB RAM).
Administrators can later adjust this using TSM (e.g., tsm topology set-process) based on performance needs, but the question asks for the default configured by the installer.
Option A (4): Incorrect. Four instances might be configured manually for a 16-core server, but it's not the default.
Option B (6): Incorrect. Six instances exceed the default for a single node.
Option C (10): Incorrect. Ten instances are far beyond the default and would require manual configuration.
Option D (2): Correct. The installer sets 2 VizQL instances by default on a single-node installation.
NEW QUESTION # 141
Which Tableau Server administrative view is being described?
* Displays tasks that succeeded or failed for a particular site
* Tasks tracked include: Subscription Notifications, Sync Active Directory Group, Delete Sites
- A. Background Task Delay
- B. Backgrounder Dashboard
- C. Data Quality Warning History
- D. Background Tasks for Non Extracts
Answer: D
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/adminview_backgrnd_nonextract.htm
NEW QUESTION # 142
In the command tsm data-access caching set -r <value>, what value should be set if you want Tableau Server to always get the latest data?
- A. always
- B. active
- C. live
- D. 0 (zero)
Answer: A,D
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/config_cache.htm
NEW QUESTION # 143
What is the minimum number of Tableau Server nodes required to satisfy High Availability (HA) requirements?
- A. 0
- B. 1
- C. 2
- D. 3
- E. 4
Answer: D
NEW QUESTION # 144
True or False: In a multi-node cluster, you can use a combination of Linus and Windows operating systems in the nodes that comprise the cluster
- A. FALSE
- B. TRUE
Answer: A
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/distrib_ha.htm
NEW QUESTION # 145
What happens if you import users to the server, but not to a specific site?
- A. Tableau Server will generate an error and will not complete the operation
- B. The users are not assigned to a particular site and will be Unlicensed
Answer: B
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/csvguidelines.htm
NEW QUESTION # 146
Which of the following statements about Tableau Server site roles are correct? (Select all)
- A. In a multi-site environment, you can assign different site roles for 1 user (e.g. Explorer site role in one site, Viewer site role in another)
- B. In a multi-site environment on Tableau Server, a user's license applies to only the primary site the user is a member of
- C. In a multi-site environment on Tableau Server, a user's license applies to all sites the user is a member of
- D. In a multi-site environment, you assign site roles that need to be consistently applied on both sites
Answer: A,C
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/users_site_roles.htm
NEW QUESTION # 147
Which of the following backup assets require a manual process since they are not backed up by TSM? (Select all)
- A. Coordination Service deployment configuration
- B. Customization settings (e.g. custom headers, logos)
- C. The public certificate and private key for the internal PostgreSQL database
- D. Authentication-related assets such as certificate files, key files, keytab files
Answer: A,B,D
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server-linux/en-us/backup_restore.htm
NEW QUESTION # 148
Fill in the blanks: If you are adding Tableau Prep Conductor to your Tableau Server installation, it is recommended that you add a second node and dedicate this to running Tableau Server Prep Conductor. This node should have a minimum of ___ cores (8 vCPUs), and ___ GB of RAM
- A. 8 cores and 32 GB of RAM
- B. 8 cores and 64 GB of RAM
- C. 4 cores and 16 GB of RAM
- D. 4 cores and 32 GB of RAM
Answer: C
Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/server_hardware_min.htm
NEW QUESTION # 149
Which of the following capabilities are ALLOWED for a Viewer site role? (Select all)
- A. Can web-edit content
- B. Can see published views others have created
- C. Can set data-driven alerts
- D. Can subscribe to views and download as images or summary data
Answer: B,D
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/users_site_roles.htm
NEW QUESTION # 150
Which Tableau Server process is responsible for external directory synchronization?
- A. Backgrounder
- B. TSM Controller
- C. Client File Service
- D. Cluster Controller
- E. Data Server
Answer: A
Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/groups_globalsync.htm
NEW QUESTION # 151
......
Tableau SCA-C01 certification is a valuable credential for professionals who want to demonstrate their expertise in Tableau Server. By obtaining this certification, candidates will be able to enhance their skills and improve their job prospects in the competitive field of data visualization and business intelligence.
Ace Tableau SCA-C01 Certification with Actual Questions Dec 16, 2025 Updated: https://www.dumpexam.com/SCA-C01-valid-torrent.html
Tableau Desktop Certified Associate Certified Official Practice Test SCA-C01: https://drive.google.com/open?id=1vcp6Jmdgp-L3dNhLqHkjmFoOc42AUZL1
