Career upgrade: Learn practical AI skills for better jobs and higher pay.
Level up
All Practice Exams

100+ Free Tableau Architect Practice Questions

Pass your Salesforce Certified Tableau Architect (Analytics-Arch-201) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which approach implements least-privilege at the project level using groups?

A
B
C
D
to track
2026 Statistics

Key Facts: Tableau Architect Exam

40-45

Knowledge Questions

Tableau Certified Architect exam guide

6-8

Hands-on Lab Tasks

Tableau Certified Architect exam guide

120 min

Exam Window

Tableau Certified Architect exam guide

$400

Exam Fee

Salesforce Trailhead Academy 2026 pricing

750

Passing Score (of 1000)

Tableau Certified Architect exam guide

24 mo

Credential Validity

Salesforce/Tableau certification policy

Analytics-Arch-201 is a 120-minute Salesforce/Tableau exam combining 40-45 knowledge questions with 6-8 hands-on lab tasks across three domains: Design a Tableau Infrastructure (33%), Deploy Tableau Server (39%), and Monitor and Maintain a Tableau Deployment (28%). The exam fee is $400 USD with a $200 USD retake. The passing score is 750 of 1000. Tableau recommends 2+ years operating Tableau Server or Tableau Cloud at enterprise scale before attempting the exam.

Sample Tableau Architect Practice Questions

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

1An enterprise plans a 5-node Tableau Server cluster targeting high availability. How many nodes should run the Coordination Service ensemble?
A.1 node, on the initial node only
B.2 nodes, split across the cluster
C.3 nodes, distributed across separate hosts
D.5 nodes, one on every cluster node
Explanation: The Coordination Service (ZooKeeper) requires an odd-numbered ensemble to maintain quorum. Tableau supports ensembles of 1, 3, or 5 nodes. For HA, three nodes on three separate hosts is the standard recommendation; the ensemble can survive the loss of one node and still maintain quorum (majority of 2 of 3).
2An architect is designing a 3-node Tableau Server cluster for high availability. Which placement of the Repository process is correct?
A.Active Repository on node 1, no passive instance required
B.Active Repository on one node and a passive Repository on a different node for failover
C.Active and passive Repositories on the same node
D.Three active Repositories, one per node
Explanation: The Repository must run as one active instance and one passive instance on different nodes. The passive becomes active during failover. Multiple active repositories are not supported, and co-locating active and passive defeats redundancy.
3An architect must size hardware for a Tableau Server with predominantly extract-heavy workloads. Which subsystem most directly drives extract refresh throughput?
A.VizQL Server
B.Backgrounder
C.Gateway
D.Index and Search Server
Explanation: Extract refreshes, subscriptions, and flow runs all execute as Backgrounder jobs. Concurrent throughput is bound by the number of Backgrounder processes and the CPU/RAM/disk on the hosts running them. Sizing extract-heavy environments centers on Backgrounder slots.
4Which Tableau Server topology is appropriate for a workload with 1,000 concurrent interactive viewers and minimal extract refreshes?
A.Increase Backgrounder process counts on all nodes
B.Add VizQL Server processes and CPU cores on dedicated viewing nodes
C.Expand File Store storage capacity
D.Add additional Coordination Service ensemble members
Explanation: Concurrent interactive viewing scales with VizQL sessions. Add VizQL Server processes and CPU cores on dedicated worker nodes that handle viewing traffic. Backgrounder, File Store, and Coordination Service do not relieve interactive load.
5An architect must support a multi-region disaster recovery design with an RPO of one hour. Which Tableau Server backup approach is most aligned to this RPO?
A.Weekly full TSM backup with monthly off-site copy
B.Daily full TSM backup using tsm maintenance backup
C.Hourly TSM backups replicated to the DR region's storage with documented restore runbooks
D.Continuous replication of the PostgreSQL Repository only
Explanation: An hourly TSM backup, replicated to the DR site with tested restore procedures, can meet a one-hour RPO. Weekly or daily backups exceed the RPO; replicating the Repository alone misses File Store extracts and configuration.
6Which port must be open between Tableau Server nodes for the Coordination Service ensemble to function?
A.TCP 80 only
B.Dynamic ports configured per node only
C.Specific Coordination Service ports such as 12000 (client) and 12001/12002 (peer/leader election)
D.Only the Gateway port (default 80/443)
Explanation: The Coordination Service uses dedicated ports for client connections (around 12000) and peer/leader election (around 12001/12002 by default). Inter-node firewall rules must allow these in addition to other internal ports such as Cluster Controller and message bus.
7An architect plans the File Store on a 3-node cluster where File Store will be co-located with other processes. Which design ensures extract availability if any single node fails?
A.Run File Store on only the initial node
B.Run File Store on two nodes so extracts are replicated between them
C.Run File Store on a single dedicated SAN volume only
D.Disable File Store and rely on the Repository to store extracts
Explanation: Tableau replicates extract files between File Store instances. Two or more File Store instances on different nodes enable replication so that loss of one node does not cause loss of extract content. Single-node File Store is a single point of failure.
8Which design pattern best supports zero downtime gateway failover for client connections?
A.Direct DNS pointing to a single node's IP
B.An external load balancer (hardware or software) fronting the Tableau Gateway processes on multiple nodes
C.Round-robin DNS only with no health checks
D.Letting clients fall back to a secondary URL on error
Explanation: An external load balancer with health checks fronting Gateway processes on multiple nodes enables transparent failover. Round-robin DNS lacks failure detection. Single DNS targets do not survive a node outage. Client-side fallback URLs are not transparent.
9Which authentication option requires a separate Identity Provider that issues SAML assertions?
A.Local Tableau authentication
B.Active Directory (Kerberos) integration
C.SAML SSO with an external IdP such as Okta or Azure AD
D.Trusted authentication with a backend application
Explanation: SAML SSO uses an external IdP (Okta, Azure AD, ADFS, Ping) that issues SAML assertions for Tableau Server to consume. Local accounts and trusted authentication do not rely on an IdP. AD integration uses Kerberos/LDAP rather than SAML assertions.
10An architect is sizing CPUs for a Tableau Server. Which licensing approach controls how cores are counted on a multi-socket host?
A.Tableau licensing always counts only physical sockets, regardless of cores
B.Tableau core-based licensing counts physical cores across the cluster against the licensed count
C.Hyperthreaded logical processors are licensed individually
D.Cores in disabled or offline VMs are licensed at 50%
Explanation: Core-based licensing counts physical cores across all Tableau Server nodes; hyperthreaded logical processors are not licensed separately. Architects must total physical cores across all nodes when planning a core-licensed deployment.

About the Tableau Architect Exam

The Salesforce Certified Tableau Architect (Analytics-Arch-201) exam validates the ability to design, deploy, and operate enterprise Tableau Server and Tableau Cloud platforms. It targets architects who lead multi-node deployments, plan high availability and disaster recovery, integrate identity and security, automate content operations, and monitor production environments at scale.

Assessment

40-45 multiple-choice/multi-select questions plus 6-8 hands-on lab tasks

Time Limit

120 minutes

Passing Score

750 of 1000 (scaled)

Exam Fee

$400 USD (Salesforce / Tableau / Trailhead Academy)

Tableau Architect Exam Content Outline

33%

Design a Tableau Infrastructure

Plan multi-node topology (3, 5, 9 nodes), coordination service ensembles (3 or 5), repository active/passive failover, file store replication, gateway load balancing, capacity planning for VizQL/Backgrounder, security and identity (SAML, AD, SSO, RLS, KMS), Tableau Bridge pools, and Tableau Cloud regional pod placement.

39%

Deploy Tableau Server

Install on supported Linux/Windows platforms, drive TSM via initialize-tsm, settings export, topology configuration, pending changes, REST API automation, Content Migration Tool promotion pipelines, embedding with Connected Apps and JWT, Trusted Authentication, SCIM provisioning, and OAuth/run-as service accounts.

28%

Monitor and Maintain a Tableau Deployment

Operate the Resource Monitoring Tool (RMT), use Admin Views and Admin Insights, integrate metrics with Prometheus/Grafana and logs with Splunk, troubleshoot extract refresh failures, plan disaster recovery with documented RPO/RTO, run upgrades with rollback, and govern stale content with REST API automation.

How to Pass the Tableau Architect Exam

What You Need to Know

  • Passing score: 750 of 1000 (scaled)
  • Assessment: 40-45 multiple-choice/multi-select questions plus 6-8 hands-on lab tasks
  • Time limit: 120 minutes
  • Exam fee: $400 USD

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 Architect Study Tips from Top Performers

1Drill multi-node topology decisions: when to choose 3-node, 5-node, or 9-node and how processes (VizQL, Backgrounder, Repository active/passive, File Store) place across nodes.
2Memorize coordination service ensemble rules: ensembles must be odd (1, 3, 5) and HA designs use 3 nodes on separate hosts.
3Practice TSM CLI hands-on (initialize-tsm, settings export, pending-changes apply, topology set-process, maintenance backup) so the lab tasks feel routine.
4Build a working REST API script for users, groups, projects, and permissions so the automation domain is muscle memory.
5Walk through one full disaster recovery drill end to end: backup, restore to clean DR environment, validate logins, content, and refreshes.
6Map Tableau Cloud architecture (pods, sites, capacity tiers, Bridge pools) against on-prem Tableau Server so migration questions are easy.

Frequently Asked Questions

How many questions are on the Tableau Architect exam?

The exam includes 40-45 multiple-choice and multiple-select questions plus 6-8 hands-on lab tasks. The total exam window is 120 minutes including NDA review and tutorial time.

What is the passing score for Analytics-Arch-201?

Salesforce uses a scaled 100-1000 score. The published passing score for the Tableau Architect exam is 750.

How much does the exam cost?

The exam fee is $400 USD. Retake attempts are $200 USD each under current Salesforce/Tableau pricing.

Are there prerequisites for the exam?

There is no formal prerequisite, but Salesforce/Tableau recommends 2+ years operating Tableau Server or Tableau Cloud at enterprise scale, including hands-on topology, security, and performance work.

Which languages is the exam offered in?

Analytics-Arch-201 is offered in English and Japanese through Salesforce Trailhead Academy.

How is the certification renewed?

The credential is valid for 24 months. Renewal requires retaking and passing the current Tableau Architect exam.