SALESFORCE CERTIFICATION

Certified Tableau Server Administrator Practice Exam

Exam Number: 3780 | Last updated 14-Apr-26 | 655+ questions across 6 vendor-aligned objectives

The Certified Tableau Server Administrator exam validates your ability to install, configure, and manage Tableau Server for enterprise analytics deployments. It covers server installation, site configuration, user management, performance tuning, and the backup and disaster recovery procedures that keep analytics environments reliable and available.

Expect about 25% of exam content to cover server architecture, covering installation, node topology, processes, and high availability. Authentication and Security commands 20% of the blueprint, covering AD, SAML, Open ID Connect, permissions, and SSL. Nearly one-fifth of questions test site and user management, covering sites, projects, groups, and license management. Candidates who master these top-weighted areas position themselves well for the majority of exam questions.

Beyond the core areas, the exam also evaluates complementary skills. Roughly 20% of the questions address Performance and Maintenance, which spans monitoring, extract management, and performance tuning. Backup and Migration carries the heaviest weight at 15%, which spans backup/restore, upgrade planning, and Server-to-Cloud migration. These areas may carry less weight on paper, but they often underpin the complex scenarios that distinguish passing candidates.

 Server process configuration and node topology questions are common — know how backgrounder, VizQL, Data Server, and Gateway processes interact and how to allocate them across nodes for optimal performance. Practice configuring authentication and permissions in a test environment, since multi-tenant security is a recurring exam theme.

Every answer links to the source. Each explanation below includes a hyperlink to the exact Salesforce documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →

13

practice exam users

92.3%

satisfied users

92.3%

passed the exam

3.9/5

quality rating

Test your Tableau Server Admin knowledge

10 of 655+ questions

Question #1 - Transform and validate backup/restore, upgrade planning, and Server-to-Cloud migration to move data and metadata between environments with zero data loss and minimal downtime

A Tableau Server administrator is planning the installation of Tableau Server for an organization with 500 users.

What infrastructure planning considerations are most important?

A) Install on a single laptop for testing
B) Outsource all planning to the hardware vendor
C) Assess expected concurrent user load, extract refresh requirements, and data volume to determine the number and size of server nodes, process distribution (VizQL, Backgrounder, Data Engine), and storage requirements
D) Install the default configuration without any planning

 

Correct answers: C – Explanation:
Infrastructure planning for Tableau Server requires understanding concurrent usage patterns, background processing needs, and data volumes to properly size nodes and distribute processes. Source: Tableau Help: Server Hardware Min

An administrator needs to configure authentication for Tableau Server where employees use Active Directory credentials.

What authentication method should be configured?

A) No authentication — allow anonymous access
B) A shared username and password for all users
C) Local Tableau Server authentication with separate passwords
D) Configure Active Directory authentication during Tableau Server setup, which syncs user accounts and groups from AD and authenticates users against the domain controller

 

Correct answers: D – Explanation:
AD authentication integrates with the corporate directory, syncing users and groups while authenticating against the domain controller. This eliminates separate password management. Source: Tableau Help: Security Auth

A Tableau Server administrator needs to organize content for 10 departments while preventing each department from seeing other departments’ confidential dashboards.

What content organization should be implemented?

A) A single project with all content visible to everyone
B) Separate Tableau Server sites for each department
C) Individual workbook-level permissions for every piece of content
D) Create department-specific projects with project-level permissions, using group-based access control to restrict each department to their own project while maintaining a shared project for cross-departmental content

 

Correct answers: D – Explanation:
Project-based organization with group-level permissions provides structural isolation while shared projects enable cross-departmental collaboration. Groups simplify permission management. Source: Tableau Help: Permissions

A Tableau Server’s extract refresh jobs are failing during peak business hours, causing stale dashboards and user complaints.

What should the administrator do?

A) Disable extract refreshes to prevent failures
B) Analyze refresh schedules and distribute them to off-peak hours, add dedicated Backgrounder processes on worker nodes, optimize extract queries to reduce refresh duration, and set up monitoring alerts for refresh failures
C) Reduce the number of extracts by converting to live connections only
D) Tell users to accept stale data during business hours

 

Correct answers: B – Explanation:
Optimizing refresh schedules to off-peak hours, adding Backgrounder capacity, and query optimization address the root causes. Monitoring ensures failures are caught quickly. Source: Tableau Help: Perf Background

An administrator needs to implement a backup and disaster recovery strategy for Tableau Server.

What backup approach should be configured?

A) Configure TSM backup commands on a daily schedule with off-site storage of backup files, document the restoration procedure with tested RTO/RPO targets, and optionally maintain a standby server for reduced recovery time
B) Back up only the Tableau configuration files, not the data
C) No backup is needed since Tableau data comes from source databases
D) Rely on the VM snapshot capability of the hosting platform only

 

Correct answers: A – Explanation:
TSM backups capture the complete server state (content, configuration, users). Off-site storage protects against site failure. Tested recovery procedures ensure backups are actually restorable. Source: Tableau Help: Db Backup

An administrator wants to monitor Tableau Server health and performance proactively.

What monitoring should be configured?

A) Monitor only disk space usage
B) Deploy the Tableau Server Resource Monitoring Tool or use the Admin Views for real-time monitoring of server processes, VizQL load, backgrounder status, and configure alerts for threshold breaches (CPU, memory, disk, failed jobs)
C) Check the server manually once a week
D) Wait for users to report performance issues

 

Correct answers: B – Explanation:
Proactive monitoring with Resource Monitoring Tool and Admin Views provides real-time visibility into server health. Threshold alerts notify administrators before issues impact users. Source: Tableau Help: Adminview

An administrator needs to upgrade Tableau Server to the latest version with minimal downtime for a production deployment.

What upgrade approach should be followed?

A) Perform the upgrade in a test environment first, verify all content and functionality work correctly, plan a maintenance window for production upgrade, communicate the schedule to users, and have a rollback plan ready in case of issues
B) Upgrade production directly without testing
C) Upgrade during peak business hours for immediate verification
D) Skip several versions and upgrade directly to the latest

 

Correct answers: A – Explanation:
Test environment validation, planned maintenance windows, user communication, and rollback preparation minimize risk and downtime during production upgrades. Source: Tableau Help: Upgrade

An administrator needs to manage Tableau Server licenses for an organization transitioning from Creator to Explorer licenses for some users.

What license management approach should be used?

A) Let users select their own license type
B) Give everyone Creator licenses for simplicity
C) Remove licenses from inactive users without notification
D) Use the site role system to assign appropriate license levels (Creator, Explorer, Viewer) based on each user’s actual needs, conduct a usage audit to identify users who can be downgraded, and configure role-based automatic assignment for new users

 

Correct answers: D – Explanation:
Site roles control license consumption. Usage audits identify over-licensed users. Role-based automatic assignment streamlines onboarding. This optimizes license costs while meeting actual needs. Source: Tableau Help: Users Site Roles

An administrator is troubleshooting slow dashboard load times that affect multiple users during morning peak hours.

What diagnostic approach should be taken?

A) Analyze the VizQL Server process load in Admin Views, check for concurrent session counts, review performance workbook data for slow views, verify cache hit rates, and identify whether the bottleneck is VizQL rendering, data queries, or network bandwidth
B) Blame the users’ slow internet connections
C) Reduce the number of allowed concurrent users
D) Restart the server and hope performance improves

 

Correct answers: A – Explanation:
Systematic diagnosis examines VizQL load (rendering), cache efficiency (repeat vs fresh queries), data query performance, and network factors. Admin Views and performance workbooks provide the diagnostic data. Source: Tableau Help: Perf Extracts

An administrator needs to configure SSL/TLS encryption for Tableau Server to secure communication between clients and the server.

What SSL configuration is required?

A) Enable SSL only for the admin pages
B) Configure SSL on Tableau Server using a CA-signed certificate, enabling HTTPS for all client-server communication, optionally configure mutual SSL for Tableau Desktop connections, and ensure certificate renewal is scheduled before expiration
C) SSL is not necessary for internal deployments
D) Use a self-signed certificate for production

 

Correct answers: B – Explanation:
CA-signed certificates establish trusted encrypted connections. HTTPS for all communication protects data in transit. Certificate renewal scheduling prevents outages from expiration. Source: Tableau Help: Ssl

Get 655+ more questions with source-linked explanations

Every answer traces to the exact Salesforce documentation page — so you learn from the source, not just memorize answers.

Exam mode & learn mode · Score by objective · Updated 14-Apr-26

Learn more...

What the Tableau Server Admin exam measures

  • Handle and manage installation, node topology, and processes to deliver reliable platform solutions that meet real-world business demands
  • Enforce and audit AD, SAML, and OpenID Connect to safeguard sensitive data and enforce least-privilege access across the organization
  • Deliver and support sites, projects, and groups to deliver reliable platform solutions that meet real-world business demands
  • Tune and scale monitoring, extract management, and performance tuning to maintain fast response times and high availability even under peak traffic loads
  • Transform and validate backup/restore, upgrade planning, and Server-to-Cloud migration to move data and metadata between environments with zero data loss and minimal downtime

  • Review the official exam guide
  • Study the Tableau Server Administrator documentation and complete the server admin learning path
  • Install Tableau Server in a test environment and practice configuring multi-site setups with different authentication methods
  • Manage a Tableau Server deployment at your organization — even routine maintenance teaches valuable operational skills
  • Focus on Architecture and Security — they combine for 45% of the exam
  • Use PowerKram’s learn mode for server administration scenarios
  • Run timed exams in PowerKram’s exam mode

Tableau Server administrators maintain the analytics infrastructure:

  • Tableau Server Administrator — $90,000–$130,000 per year, managing enterprise analytics platforms (Glassdoor salary data)
  • BI Platform Administrator — $95,000–$135,000 per year, maintaining analytics infrastructure across tools (Indeed salary data)
  • Analytics Infrastructure Manager — $115,000–$160,000 per year, leading analytics platform operations (Glassdoor salary data)

Follow the Tableau Server Administrator Learning Path. The official exam guide covers every objective.

Related certifications to explore

Related reading from our Learning Hub