[UPDATED] Tableau SCA-C01 Certification Exam Questions [Q92-Q115]

Share

[UPDATED] Tableau SCA-C01 Certification Exam Questions

Quickly and Easily Pass Tableau Exam with SCA-C01 real Dumps

NEW QUESTION # 92
Which Tableau Server process is being described?
* Creates data extracts and processes queries
* Tableau's in-memory Data Engine technology

  • A. Search and Browse
  • B. Ask Data
  • C. Data Engine
  • D. Application Server
  • E. Backgrounder

Answer: C

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/processes.htm


NEW QUESTION # 93
True or False:
Schedules that run in parallel run on only one backgrounder process, while a schedule that is run on serial mode run using all available backgrounder processes

  • A. TRUE
  • B. FALSE

Answer: B

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/publish.htm


NEW QUESTION # 94
What event is most likely to cause problems for a Tableau Server?

  • A. Configuring the server to use a static IP address
  • B. Separating the Backgrounder and VizQL processes to different machines
  • C. Using a non-default installation path
  • D. Running additional software on the server

Answer: D

Explanation:
Tableau Server's performance and stability depend on dedicated resources and proper configuration. Running additional software on the same server is the most likely to cause problems because:
* Resource contention: Tableau Server requires significant CPU, RAM, and disk I/O. Other software (e.
g., databases, web servers) can compete for these resources, leading to slowdowns, crashes, or failed tasks.
* Port conflicts: Tableau uses specific ports (e.g., 80, 443, 8850), and other applications might interfere.
* Security risks: Additional software increases the attack surface, potentially compromising Tableau Server.
Tableau recommends running the server on dedicated hardware without unrelated applications.
* Option A (Running additional software on the server): Correct. This is a common cause of performance issues and is explicitly discouraged in Tableau's best practices.
* Option B (Separating the Backgrounder and VizQL processes to different machines): Incorrect.
This is a supported multi-node configuration that can improve performance, not cause problems, if properly set up via TSM.
* Option C (Configuring the server to use a static IP address): Incorrect. A static IP is recommended for Tableau Server to ensure consistent network access, so it's unlikely to cause issues.
* Option D (Using a non-default installation path): Incorrect. While not default, a custom path is supported (via TSM or installer options) and unlikely to cause problems if permissions and disk space are adequate.


NEW QUESTION # 95
True or False: If your web server uses SSPI (Security Support Provider Interface), you do not need to setup Trusted Authentication

  • A. TRUE
  • B. FALSE

Answer: A

Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/trusted_auth.htm


NEW QUESTION # 96
Select the correct Tableau Server monitoring tool that is being described:
* A "point-and-run" load and performance testing tool specifically designed to work easily with Tableau Server
* Used to inform scalability and capacity needs for Tableau Server
* Used to establish a baseline for server performance and test deployments before pushing them to production environments

  • A. Replayer
  • B. Scout
  • C. TabJolt
  • D. TabMon

Answer: C

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/perf_resources.htm


NEW QUESTION # 97
Which of the following capabilities are ALLOWED for a Viewer site role? (Select all)

  • A. Can subscribe to views and download as images or summary data
  • B. Can see published views others have created
  • C. Can set data-driven alerts
  • D. Can web-edit content

Answer: A,B

Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/users_site_roles.htm


NEW QUESTION # 98
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. TRUE
  • B. FALSE

Answer: B

Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/distrib_ha.htm


NEW QUESTION # 99
Which three types of authentications can you use to implement single-sign-on (SSO) authentication to Tableau Server? (Choose three.)

  • A. Local Authentication
  • B. OpenID Connect
  • C. Security Assertion Markup Language (SAML)
  • D. Kerberos with Active Directory

Answer: B,C,D

Explanation:
Single Sign-On (SSO) allows users to authenticate once (e.g., via a corporate identity provider) and access Tableau Server without re-entering credentials. Tableau Server supports several SSO methods:
* OpenID Connect (OIDC): An OAuth 2.0-based protocol for SSO, configured via Tableau's SAML settings with an OIDC-compatible IdP (e.g., Google, Okta).
* Kerberos with Active Directory: A ticket-based SSO protocol, widely used in Windows environments with AD integration.
* SAML: A flexible SSO standard using XML assertions, supporting various IdPs (e.g., ADFS, PingFederate).
Let's evaluate:
* Option A (OpenID Connect): Correct. OIDC is an SSO method, implemented as a SAML variant in Tableau Server, enabling seamless login.
* Option C (Kerberos with Active Directory): Correct. Kerberos provides SSO in AD environments, delegating authentication to the domain controller.
* Option D (Security Assertion Markup Language - SAML): Correct. SAML is a core SSO method in Tableau, widely adopted for enterprise integrations.
* Option B (Local Authentication): Incorrect. Local Authentication uses Tableau's internal user database, requiring manual credential entry-no SSO support.
Why This Matters: SSO enhances user experience and security by leveraging existing identity systems, reducing password fatigue.


NEW QUESTION # 100
If you want to generate a list of licenses that are activated on your Tableau Server deployment, which TSM command should you run?

  • A. tsm licenses list
  • B. tsm licenses get
  • C. tsm list-licenses

Answer: A


NEW QUESTION # 101
What is the maximum number of tasks that a single Backgrounder process can execute simultaneously?

  • A. Unlimited (based on server resources)
  • B. Two
  • C. One
  • D. Three

Answer: C

Explanation:
TheBackgrounderprocess in Tableau Server handles tasks like extract refreshes and subscriptions-let's explore its concurrency:
* Backgrounder Behavior:
* Each instance is single-threaded for task execution-one task at a time per Backgrounder.
* Multiple Backgrounders (e.g., in multi-node setups) increase parallelism, but a single Backgrounder is limited to1 concurrent task.
* Queue: Additional tasks wait in the queue, prioritized by their priority (1-100).
* Option A (One): Correct.
* Details: A single Backgrounder executes one task (e.g., an extract refresh) until completion before starting the next.
* Config: Add more Backgrounders via TSM (tsm topology set-process -n node1 -pr backgrounder
-c 2) for more concurrency.
* Option B (Two): Incorrect.
* Why: Not natively supported-a single Backgrounder doesn't multi-thread tasks.
* Option C (Three): Incorrect.
* Why: Exceeds the single-threaded design.
* Option D (Unlimited): Incorrect.
* Why: Concurrency is fixed at 1 per instance-resources affect queue processing speed, not simultaneous tasks.
Why This Matters: Understanding Backgrounder limits guides scaling-more instances mean more parallel tasks, critical for heavy workloads.


NEW QUESTION # 102
A user has been added to a site as an EXPLORER, however the site has already met its role limit set by the Server Administrator for Explorers. There are still available licenses at the higher tier. What will happen?

  • A. The user will be added to the site as an Unlicensed user
  • B. The user will be added to the site with an Explorer role, but will consume and count towards a Creator license

Answer: B

Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/site_role_limit.htm


NEW QUESTION # 103
If you want to generate a list of licenses that are activated on your Tableau Server deployment, which TSM command should you run?

  • A. tsm licenses list
  • B. tsm licenses get
  • C. tsm list-licenses

Answer: A

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/cli_licenses_tsm.htm#tsm-licenses-list


NEW QUESTION # 104
Select all the ways in which extracts can be refreshed manually in Tableau Server:

  • A. From the command line, using the tsm refreshextracts command
  • B. From the command line, using the tabcmd refreshextracts command
  • C. In the Tableau Server web UI, on the Schedules page, by clicking Actions > Run Now
  • D. From the command line, using the tsm refreshextractnow command

Answer: B,C

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/publish.htm


NEW QUESTION # 105
True or False:
The Overwrite capability allows a user to save over an existing piece of content. When the user does this, they become the NEW owner of the content.

  • A. TRUE
  • B. FALSE

Answer: A

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/online/en-us/permissions.htm


NEW QUESTION # 106
The TSM Status Page in the TSM UI shows you the state of server processes. Which two processes can be found here but are not located in the Tableau Server Status Page?

  • A. License Server
  • B. Gateway
  • C. TSM Controller
  • D. Cache Server
  • E. Data Server

Answer: A,C

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/service_viewstatus.htm#tableau-services-manager-tsm-status-page


NEW QUESTION # 107
What are two intervals when Tableau Server verifies if data conditions for data-driven alerts are true? (Choose two.)

  • A. Whenever a new extract is published
  • B. Every 10 minutes
  • C. Whenever extracts in the related workbook are refreshed
  • D. Every 60 minutes

Answer: C,D

Explanation:
Data-driven alerts notify users when data meets conditions (e.g., sales > $10K). Let's examine when Tableau checks these:
* Alert Mechanics:
* Enabled per site (Settings > General > Data-Driven Alerts).
* Backgrounder evaluates conditions against extract data.
* Check Intervals: Configurable via tsm configuration set -k dataAlerts.checkIntervalInMinutes (default: 60 minutes).
* Refresh Trigger: Also checks post-extract refresh for immediate updates.
* Option A (Every 60 minutes): Correct.
* Details: Default interval-Backgrounder polls every hour to evaluate alert conditions.
* Config: Adjustable (e.g., -v 30 for 30 minutes).
* Option D (Whenever extracts in the related workbook are refreshed): Correct.
* Details: An extract refresh updates the data, triggering an immediate alert check to catch changes promptly.
* Why: Ensures timely notifications without waiting for the next poll.
* Option B (Every 10 minutes): Incorrect.
* Why: Not the default-possible via config, but not standard.
* Option C (Whenever a new extract is published): Incorrect.
* Why: Publishing creates the extract; alerts trigger on refreshes or polling, not initial publication.
Why This Matters: Timing affects alert responsiveness-balancing frequency and server load is key.


NEW QUESTION # 108
Which of the following logging levels are listed in DECREASING order in terms of amount of information logged?

  • A. trace, debug, info
  • B. off, error, debug
  • C. trace, fatal, info

Answer: A

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/logs_debug_level.htm


NEW QUESTION # 109
Which of the following are situations where a user can be assigned the Unlicensed role? (Select all)

  • A. You import users from a CSV file and their license level is set to unlicensed
  • B. A product key(s) has expired
  • C. You remove a user who owns content on the site. The user will still own the content but not be able to do anything with it
  • D. The user assigning the role is just a Site Administrator and not a Server Administrator
  • E. The number of available licenses is reached at the time you add or import users

Answer: A,B,C,E

Explanation:
Explanation
Link to Tableau Server documentation: https://help.tableau.com/current/online/en-us/users_site_roles.htm


NEW QUESTION # 110
You need to verify the status of the Coordination Service ensemble in a high-availability (HA) Tableau Server cluster. What should you do?

  • A. Examine the Tableau Server Status page
  • B. Examine the Tableau Services Manager (TSM) web client Status page
  • C. Run the command tsm maintenance ziplogs
  • D. Run the command tsm status -v

Answer: D

Explanation:
In an HA Tableau Server cluster, theCoordination Service(ZooKeeper ensemble) maintains cluster state-let' s find the best way to check it:
* Coordination Service:
* Runs on multiple nodes (3 or 5 in HA) to ensure quorum and failover.
* Status indicates if it's running and synced-critical for cluster health.
* Option C (Run tsm status -v): Correct.
* Details: tsm status --verbose lists all processes across nodes, including Coordination Service (e.
g., "Coordination Service: RUNNING").
* Why Best: Provides detailed, node-specific status in the CLI-e.g., "Node 1: RUNNING, Node
2: RUNNING."
* Use: Run on the initial node; -v ensures full output.
* Option A (TSM web client Status page): Incorrect.
* Why: The TSM UI (Server > Status) shows process counts (e.g., "Coordination Service: 3 instances"), but not detailed per-node status-less granular than CLI.
* Option B (tsm maintenance ziplogs): Incorrect.
* Why: Generates log archives for troubleshooting, not a real-time status check.
* Option D (Tableau Server Status page): Incorrect.
* Why: The Server Status page (Server > Statusin the web UI) monitors application processes (e.
g., VizQL), not TSM's Coordination Service.
Why This Matters: Coordination Service health ensures HA stability-tsm status -v is the admin's go-to for precision.


NEW QUESTION # 111
True or False:
Data-driven alerts in Tableau Server / Tableau Online can be configured based on dimensional criteria (e.g.
send an email alert whenever sales category is equal to Furniture)

  • A. TRUE
  • B. FALSE

Answer: B

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/pro/desktop/en-us/data_alerts.htm


NEW QUESTION # 112
An admin came across this error in Windows Event Viewer: "Error sending email. Can't send command to SMTP host." - what is a potential solution to this problem?

  • A. Upgrade the users to an Explorer license so that they can receive notifications
  • B. Configure your SMTP server to use encrypted (SSL) sessions
  • C. Change your SMTP connections setting to unencrypted

Answer: C

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/subscribe_trouble.htm


NEW QUESTION # 113
Which of the following IS NOT a correct strategy to maximize backup efficiency in Tableau Server?

  • A. Co-locating the repository (pgsql) with the Administration Controller node
  • B. Co-locating File Store on the same node as the Administration Controller
  • C. Co-locating the Data Server with the Administration Controller node

Answer: C

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/db.htm


NEW QUESTION # 114
True or False:
Schedules for the same workbook will always run serially, even if you set this option to parallel.

  • A. TRUE
  • B. FALSE

Answer: A

Explanation:
Explanation
Link to Tableau Server documentation:
https://help.tableau.com/current/server/en-us/schedule_manage_create.htm


NEW QUESTION # 115
......

Start your SCA-C01 Exam Questions Preparation: https://exam-labs.itpassleader.com/Tableau/SCA-C01-dumps-pass-exam.html

0
0
0
0