All Practice Exams

100+ Free Tableau Server Admin Practice Questions

Pass your Salesforce Certified Tableau Server Administrator exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
Salesforce/Tableau does not publish a public pass rate. Pass Rate
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which Tableau Server process is responsible for coordinating activity across all nodes in a multi-node cluster and electing a leader?

A
B
C
D
to track
2026 Statistics

Key Facts: Tableau Server Admin Exam

55 questions

Multi-choice / multi-select

Salesforce Trailhead Academy

90 minutes

Time limit

Salesforce Trailhead Academy

64%

Passing score

Salesforce Trailhead Academy

$200 USD

Exam fee (retake $100)

Salesforce Trailhead Academy

Active in 2026

Winter '26 maintenance module

Trailhead Academy

5 domains

Prep 20% / Install 26% / Admin 36% / Trouble 12% / Migrate 6%

Tableau Server Administrator exam guide

Analytics-Admn-201 is a 90-minute, 55-question multiple-choice/multi-select exam with a 64% passing score and a $200 fee ($100 retake). Salesforce/Tableau does not publish an official pass rate. The credential remains active as of Winter '26 per Trailhead Academy. Audience: Tableau Server administrators responsible for production server operations.

Sample Tableau Server Admin Practice Questions

Try these sample questions to test your Tableau Server Admin exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which Tableau Server process is responsible for coordinating activity across all nodes in a multi-node cluster and electing a leader?
A.Cluster Controller
B.Coordination Service (ZooKeeper)
C.Gateway
D.Application Server
Explanation: The Coordination Service is built on Apache ZooKeeper. It maintains cluster state, elects a leader, and coordinates configuration across nodes. A quorum (majority) of Coordination Service instances must be available, which is why HA clusters need an odd number (typically 3 or 5) deployed across nodes.
2Which two processes work together as the data engine to handle extract storage and high-performance analytical queries on Tableau Server?
A.File Store and Hyper
B.VizQL Server and Backgrounder
C.Data Server and Cache Server
D.Gateway and Repository
Explanation: File Store manages extract (.hyper) files and replicates them across nodes, while Hyper (the Data Engine) executes analytical queries against those extracts. Together they form the extract storage and query layer of Tableau Server.
3What is the role of the Tableau Server Repository?
A.It stores extract data files (.hyper)
B.It is a PostgreSQL database storing users, permissions, workbook metadata, and content history
C.It caches query results to improve dashboard load times
D.It serves Tableau Server's web UI and REST API
Explanation: The Repository is the PostgreSQL database that stores all of Tableau Server's metadata: user/group definitions, content listings (workbooks, data sources, projects), permissions, schedules, subscription state, and historical event data used for Admin Views.
4An administrator is sizing hardware for a Tableau Server installation that will host roughly 200 active users with heavy extract-based dashboards. Which guideline aligns with Tableau's published minimum and recommended specifications?
A.At least 4 cores and 16 GB RAM total for all use cases
B.8 cores and 32 GB RAM minimum, with 64 GB+ RAM recommended for production
C.32 cores and 256 GB RAM minimum on every node regardless of user count
D.Tableau does not publish specific hardware sizing recommendations
Explanation: Tableau's published guidance lists 8 physical cores and 32 GB RAM as a production minimum per node, and 64 GB or more is recommended for typical production workloads. Heavy extract use raises RAM and CPU pressure, so administrators should plan above the minimum.
5Which operating systems are supported for installing Tableau Server (current supported platforms)?
A.Windows Server only
B.Linux (RHEL/CentOS/Ubuntu/Amazon Linux variants) and Windows Server
C.macOS Server and Linux only
D.Any 64-bit Linux distribution including Debian Stretch
Explanation: Tableau Server is supported on 64-bit Windows Server and on specific 64-bit Linux distributions (RHEL/CentOS-derived, Ubuntu LTS, and Amazon Linux 2). macOS Server is not supported; only listed Linux distributions are supported, not arbitrary ones.
6What is the purpose of the Tableau Server Gateway process?
A.It runs scheduled extract refreshes
B.It proxies HTTP/HTTPS requests and load-balances them across other Tableau processes
C.It stores extract data on disk
D.It manages cluster leader election
Explanation: Gateway is the Apache-based reverse proxy that listens on the public port (default 80/443), terminates HTTPS, and routes requests to internal processes such as VizPortal, VizQL, and Data Server. In a multi-node cluster, multiple Gateways can sit behind an external load balancer.
7Which Tableau Server process accelerates dashboard loads by storing pre-computed query results in memory?
A.Cache Server
B.Backgrounder
C.Search & Browse
D.Messaging Service
Explanation: Cache Server is the Redis-based in-memory cache that stores query results so views can be rendered without re-executing queries against the underlying data source or Hyper engine, significantly improving response time.
8An administrator wants to plan for high availability so that the failure of any one node does not cause Tableau Server to go down. What is the minimum supported HA cluster topology?
A.A single node with two repositories
B.Two nodes with mirrored repositories
C.Three nodes with three Coordination Service instances forming a quorum
D.Four nodes regardless of process placement
Explanation: Tableau's reference HA architecture uses three nodes so that the Coordination Service quorum (an odd number, typically 3) can survive one node failure, the Repository can be mirrored with failover, and File Store can be replicated. Two nodes cannot form a fault-tolerant ZooKeeper quorum.
9Which Tableau Server process renders visualizations (the actual dashboards and views) for end users in a browser?
A.VizQL Server
B.Application Server
C.Data Server
D.File Store
Explanation: VizQL Server compiles VizQL queries, fetches data, and produces the rendered images and interactive elements that users see when they open a workbook or dashboard in the browser. Scaling VizQL is the most common lever for improving dashboard responsiveness.
10What is the role of the Tableau Server Backgrounder process?
A.It serves the web interface for end users
B.It executes scheduled tasks: extract refreshes, subscriptions, flow runs, and notifications
C.It controls process restarts on failures
D.It stores user accounts and permissions
Explanation: Backgrounder runs all asynchronous, non-interactive workloads on a schedule: extract refreshes, encryption/decryption of extracts, subscriptions, alert evaluation, and Tableau Prep flow runs. Sizing Backgrounder capacity directly affects how quickly extracts can refresh.

About the Tableau Server Admin Exam

The Salesforce Certified Tableau Server Administrator (Analytics-Admn-201, also known as TSA201) is the active credential for Tableau Server administrators. It validates the ability to install, configure, secure, monitor, troubleshoot, and migrate Tableau Server. The exam covers the Tableau Server process architecture (Coordination Service, Cluster Controller, Application Server, Repository, File Store, Hyper, VizQL, Backgrounder, Data Server, Gateway, Cache Server, Search & Browse, Messaging Service), TSM CLI/web UI, identity store and authentication options (Local, Active Directory, SAML server-wide and site-specific, Trusted Authentication, Kerberos, OpenID Connect, MFA at IdP), permissions and site roles, schedules and tasks, monitoring (Admin Views, Admin Insights, Custom Admin Views, RMT), backup/restore, and HA cluster topology.

Questions

55 scored questions

Time Limit

90 minutes

Passing Score

64%

Exam Fee

$200 USD (retake $100) (Salesforce / Pearson VUE (online-proctored or test center))

Tableau Server Admin Exam Content Outline

20%

Preparation

Tableau Server architecture and process diagram (Coordination Service, Cluster Controller, Application Server / VizPortal, Repository, File Store, Hyper, VizQL Server, Backgrounder, Data Server, Gateway, Cache Server, Search & Browse, Messaging Service); hardware sizing and minimum specs; supported OS (Windows Server, RHEL/CentOS, Ubuntu LTS, Amazon Linux 2); ports and prerequisites; licensing models (role-based and legacy core).

26%

Installation and Configuration

Manual and automated install via TSM CLI + config.json; identity store choice (Local / Active Directory / LDAP) at install; authentication: server-wide and site-specific SAML, Trusted Authentication, Kerberos, OpenID Connect, MFA enforced at IdP; external SSL/TLS configuration; encrypted extracts; HA cluster topology with 3+ Coordination Service quorum; locked vs customizable projects.

36%

Administration

Site roles (Server Admin, Site Admin Creator, Creator, Explorer / Explorer Can Publish, Viewer, Unlicensed); permission rules (project, workbook, view, data source) and effective-permission evaluation; schedules (priority, parallel/serial, suspend), extract refresh tasks, subscriptions, data-driven alerts; Admin Views, Admin Insights, Custom Admin Views, Resource Monitoring Tool; scaling Backgrounder and VizQL; REST API, tabcmd, tableauserverclient; row-level security via USERNAME() / ISMEMBEROF() / entitlements tables.

12%

Troubleshooting

tsm status -v interpretation; per-process logs (vizportal, backgrounder, vizqlserver, dataserver, tabadmincontroller); tsm maintenance ziplogs with --minimumdate; gateway 503 diagnosis; port conflicts; refresh-credential failures; performance recordings on slow views; Search & Browse / Solr issues; Coordination Service quorum loss recovery.

6%

Migration

Backup/restore: tsm maintenance backup (.tsbak) + tsm settings export; host migration steps (re-establish licenses, certificates, SAML/AD/SMTP); single-node to multi-node HA migration; in-place vs blue-green upgrades using upgrade-tsm; Tableau Server to Tableau Cloud migration considerations including Bridge for on-prem data; RPO/RTO planning.

How to Pass the Tableau Server Admin Exam

What You Need to Know

  • Passing score: 64%
  • Exam length: 55 questions
  • Time limit: 90 minutes
  • Exam fee: $200 USD (retake $100)

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

Tableau Server Admin Study Tips from Top Performers

1Memorize the Tableau Server process diagram and what each process does — questions test which process handles what (e.g., Backgrounder runs scheduled tasks; VizQL renders views; Hyper executes extract queries).
2Know the difference between TSM CLI and web UI; both can perform configuration, topology, and backup operations, and they listen on port 8850 by default.
3Practice the standard backup/DR pair: `tsm maintenance backup` for .tsbak data and `tsm settings export` for configuration — neither is sufficient alone.
4Understand identity-store finality: Local vs Active Directory / LDAP is set at install and cannot be changed in place.
5Drill site roles and permission evaluation — user-specific rules override group rules; Denied beats Allowed when conflict at the same scope; site role caps capability.
6Memorize the HA minimum: 3 Coordination Service instances on 3 nodes, mirrored Repository, File Store on 2+ nodes, multiple Gateways behind an external load balancer.
7Know `tsm status -v` for cluster health and `tsm maintenance ziplogs --minimumdate <date>` for support bundles.
8Distinguish Subscriptions (time-based snapshots) from Data-Driven Alerts (threshold-based) — they are commonly confused on exam questions.

Frequently Asked Questions

Is the Salesforce Certified Tableau Server Administrator exam still active in 2026?

Yes. Despite outdated rumors of retirement, the Analytics-Admn-201 credential remains active per Trailhead Academy, and Salesforce publishes a Winter '26 'Enhance Your Skills as a Tableau Server Administrator' maintenance module that highlights current responsibilities for active credential holders.

How many questions, how long, and what is the passing score?

The exam has 55 multiple-choice and multiple-select questions, a 90-minute time limit, and a 64% passing score. It is delivered online-proctored or at Pearson VUE test centers via Salesforce.

How much does the Tableau Server Administrator exam cost?

The exam fee is USD $200 (plus applicable tax). The retake fee if you do not pass is USD $100 (plus tax). There is no formal prerequisite, though hands-on Tableau Server administration experience is strongly recommended.

What domains does the exam cover and how are they weighted?

Preparation (~20%), Installation and Configuration (~26%), Administration (~36%), Troubleshooting (~12%), and Migration (~6%). Use these weights to allocate your study time and to interpret your practice-exam scores by domain.

Tableau Server vs Tableau Cloud — does this cert apply to Cloud admins?

This certification covers Tableau Server, not Tableau Cloud. Many concepts (sites, permissions, schedules, content management) overlap, but server-only topics like TSM, hardware sizing, HA topology, and Coordination Service quorum recovery are specific to Server. Cloud administrators typically do not need this exam.

How should I prepare for the Tableau Server Administrator exam?

Plan 60-100 hours of study. Follow Trailhead Academy's TSA201 class outline, study the Tableau Server help docs (architecture, TSM, authentication, security, performance, backup/restore), set up a single-node Tableau Server in a VM to practice TSM commands and topology changes, and run timed practice exams targeting 80%+ before sitting.