Free Salesforce-Tableau-Server-Administrator Practice Test Questions (2026)

Total 55 Questions


Last Updated On : 25-May-2026



Preparing with Salesforce-Tableau-Server-Administrator practice test 2026 is essential to ensure success on the exam. It allows you to familiarize yourself with the Salesforce-Tableau-Server-Administrator exam questions format and identify your strengths and weaknesses. By practicing thoroughly, you can maximize your chances of passing the Salesforce certification 2026 exam on your first attempt. Start with free Salesforce Certified Tableau Server Administrator sample questions or use the timed simulator for full exam practice.

Surveys from different platforms and user-reported pass rates suggest Salesforce Certified Tableau Server Administrator practice exam users are ~30-40% more likely to pass.

undraw-questions

Think You're Ready? Prove It Under Real Exam Conditions

Take Exam

Several Tableau Server users published workbooks that have large extracts. After several weeks of use, the users abandoned the workbooks. What should you do to identify the abandoned workbooks?



A. Use the Stale Content administrative view


B. Examine the extract files in ProgramData/Tableau/Tableau Server/data/tabsvc/dataengine/extract


C. Delete all extracts and allow them to be re-generated automatically if they are still in use


D. View all workbooks, and sort by the Modified date





A.
  Use the Stale Content administrative view

Explanation:

📈 Summary:
Identifying unused or "abandoned" content is a common administrative task for optimizing server performance and storage. Manually checking files or modification dates is inefficient. Tableau Server provides built-in administrative views specifically designed to help administrators monitor and manage content, including identifying workbooks that are no longer being accessed by users.

✅ Correct Option:

A. Use the Stale Content administrative view
🔹 The Stale Content administrative view is a dedicated tool for this exact purpose. It is part of Tableau's built-in monitoring capabilities.
🔹 It automatically tracks and displays workbooks, data sources, and flows that have not been accessed or viewed for a configurable period (e.g., 60 days).
🔹 This provides a data-driven, centralized report to identify abandoned workbooks with large extracts, allowing for informed decisions about archiving or deletion to free up server resources.

❌ Incorrect Options:

B. Examine the extract files in ProgramData/Tableau/Tableau Server/data/tabsvc/dataengine/extract
This is an inefficient and error-prone manual method. You cannot determine if a workbook is abandoned just by looking at extract files in the filesystem. This directory shows files that exist but gives no insight into their usage or which workbook they belong to without cross-referencing.

C. Delete all extracts and allow them to be re-generated automatically if they are still in use
This is a destructive and highly disruptive action. Deleting all extracts would break functionality for active workbooks, causing refresh failures and performance issues for users. It is not a method for identification but a risky cleanup action that should only be taken after identification.

D. View all workbooks, and sort by the Modified date
The "Modified" date indicates when the workbook was last edited or published, not when it was last viewed by a user. An abandoned workbook that no one views could still have a recent "Modified" date if its underlying extract was refreshed on a schedule, making this an unreliable metric for identifying abandonment.

📚 Reference:
Tableau Help Documentation: "Monitor Content" - This document explicitly describes the Stale Content administrative view, stating it helps you "find content that might be unused so you can archive it or delete it to free up space."

What type of information is stored in the tsm maintenance backup -f .tsbak command?



A. Notification settings


B. SMTP server settings


C. Repository data


D. Topology data





C.
   Repository data

Explanation:
tsm maintenance backup -f .tsbak creates a Tableau Server backup of data managed by the server—primarily the Tableau PostgreSQL repository (workbook/user metadata) and the File Store (extracts, etc.). It does not capture server configuration/topology settings. Those are exported separately with tsm settings export.

Eliminations:
A) Notification settings – part of configuration; not included in the .tsbak. Use tsm settings export.
B) SMTP server settings – also configuration; export with tsm settings export, not in the data backup.
D) Topology data – node/process topology is configuration, not included in .tsbak. Export settings separately.

References:
Tableau Help — Back up Tableau Server Data (“includes … data extract files and the Tableau PostgreSQL database”) and note to use tsm settings for configuration.
Tableau Help — Perform a Full Backup and Restore of Tableau Server (what’s in the .tsbak).

A user receives an error after attempting to run an extract refresh on the Tableau Server. What should you review to identify the cause of the problem?



A. The status of the Backgrounder process, as shown by the tsm status -v command


B. The Background Tasks for Extracts administrative view on the site status page


C. The UNC path to the extract’s data source


D. Whether the project permissions are set to Locked to the project





B.
  The Background Tasks for Extracts administrative view on the site status page

Explanation:

The Background Tasks for Extracts administrative view is the primary place to troubleshoot failed extract refreshes on Tableau Server. This built-in dashboard provides a detailed log of all extract refresh tasks, showing you the status (succeeded or failed), run time, and—most importantly—the specific error message for any failed tasks. This view is the fastest and most direct way to identify the root cause of the problem, such as database connection issues, incorrect credentials, or a malformed query.

Detailed Breakdown
A. The status of the Backgrounder process, as shown by the tsm status -v command: While the Backgrounder process is what performs the extract refresh, this command only tells you if the process is running or not. It does not provide any specific information about individual tasks or why they might have failed.

C. The UNC path to the extract's data source: This is a potential cause of the problem (e.g., the path is no longer accessible), but it is not a place you would review to identify the cause. The Background Tasks for Extracts view would tell you if there was an issue with the data source connection, which would then lead you to investigate the UNC path.

D. Whether the project permissions are set to Locked to the project: Permissions are a common source of issues, but the user would likely receive a permission-denied error when attempting to publish or schedule the refresh, not when the extract refresh itself is running. The Background Tasks for Extracts view would still be the place to find this specific error message.

A user named John publishes a workbook named Sales Quota to a project named Sales. The All Users group has the View and Download Workbook/Save As capabilities only to the Sales project. A user named Sandy has the Explorer (can publish) site role, on the Sales Quota workbook. No other users or groups have permissions to the Sales project. The Sales project is set to Managed by the owner. What are the effective rights for Sandy?



A. All of the capabilities associated with the Editor rule


B. View and Download Workbook/Save As


C. The same rights as John


D. No access





B.
   View and Download Workbook/Save As

Explanation:

A user’s site role (e.g., Explorer (can publish)) sets the maximum they could do, but it doesn’t grant access by itself. Actual access is determined by permissions (project/content rules). In this scenario, the only applicable permission on the Sales project is for the All Users group with View and Download Workbook/Save As. Since Sandy has no additional explicit permission on the project/workbook, her effective rights are exactly those group capabilities.

Eliminations:
A) Editor rule – Not granted anywhere here.
C) Same rights as John – John is the owner; owners can do everything on their content.
D) No access – She inherits View + Download/Save As from All Users.

Which two options can be configured by a server administrator per site? (Choose two.)



A. Ability to embed credentials


B. Limitation on storage space


C. Limitation on number of users


D. Language and locale





B.
   Limitation on storage space

D.
   Language and locale

Explanation:

In Tableau Server, site-level configuration allows server administrators to tailor settings for each site individually. Two such configurable options are:
Limitation on storage space (B): Server admins can set storage quotas per site to control how much disk space is used. This helps manage resources and prevent any single site from consuming excessive storage.
Language and locale (D): Each site can be configured with its own default language and locale settings, which affect date formats, number formats, and UI language for users within that site.

❌ Why not the others?
A. Ability to embed credentials: This is a data source-level or workbook-level setting, not configured per site.
C. Limitation on number of users: Tableau Server does not support setting a hard limit on the number of users per site. User access is managed through licensing and permissions, but not capped per site.

🔗 Reference:
You can find more details in Tableau’s documentation on Managing Sites and Site Settings

You have an installation of Tableau Server and a site that are configured to use default settings. What should you do to ensure that the users on the site can set up data-driven alerts?



A. Enable data-driven alerts on the Tableau Services Manager Configuration page


B. Run the tsm configuration set -k dataAlerts.checkIntervalInMinutes -v 60 command


C. Change the data-driven alerts setting on the new site's Settings page


D. No action is necessary: the default settings enable data-driven alerts for the site





C.
  Change the data-driven alerts setting on the new site's Settings page

Explanation:

Data-driven alerts in Tableau Server allow users to receive notifications when data in a visualization meets specific conditions. By default, a new Tableau Server installation and site may not have data-driven alerts enabled for user access. This question tests your knowledge of enabling this feature for a specific site, focusing on the correct configuration steps to allow users to create and manage these alerts effectively.

Correct Option:

✅ C. Change the data-driven alerts setting on the new site's Settings page
To enable data-driven alerts, administrators must navigate to the site’s Settings page in Tableau Server and explicitly enable the “Allow users to create and manage data-driven alerts” option. This setting is disabled by default for new sites, so enabling it ensures users can set up alerts for their visualizations. This is done per site, making it the precise action needed.

Incorrect Options:

❌ A. Enable data-driven alerts on the Tableau Services Manager Configuration page
The Tableau Services Manager (TSM) Configuration page manages server-wide settings, like topology or authentication, but does not control site-specific features like data-driven alerts. This option is incorrect because data-driven alerts are configured at the site level, not through TSM, which is more for server infrastructure settings.

❌ B. Run the tsm configuration set -k dataAlerts.checkIntervalInMinutes -v 60 command
This TSM command adjusts the frequency (in minutes) at which Tableau Server checks for data-driven alert conditions. While it fine-tunes alert behavior, it doesn’t enable the feature itself. Users still can’t create alerts unless the site’s Settings page enables them, making this option irrelevant for enabling user access.

❌ D. No action is necessary: the default settings enable data-driven alerts for the site
By default, data-driven alerts are disabled for new sites in Tableau Server. Assuming no action is needed is incorrect, as administrators must explicitly enable this feature on the site’s Settings page to allow users to create alerts. This option misleads by suggesting default settings are sufficient.

Reference:
Tableau Server Help: Enable Data-Driven Alerts for a Site
Tableau Server Help: Manage Site Settings

You attempt to delete a user who owns content on a Tableau Server. What is the result of the delete action?



A. The user is deleted, and the user’s content is reassigned to the server administrator


B. The user is deleted, and the user’s content is reassigned to the project leader


C. The user and all of the user’s content is deleted


D. The user is switched to an Unlicensed site role and is NOT deleted





D.
   The user is switched to an Unlicensed site role and is NOT deleted

Explanation:

Why D is Correct:
Tableau Server has a safeguard to prevent accidental data loss. If a user owns any content (such as workbooks, data sources, or projects), the system will not allow you to delete them. Instead, the delete action fails, and the user's site role is automatically changed to "Unlicensed". This effectively removes their access to the server without deleting their account or the content they own. To fully delete the user, an administrator must first reassign all of their content to another user.

Why A is Incorrect:
This does not happen automatically. While the server administrator has the permission to reassign content, they must do so manually before the user can be deleted. The delete action itself will not trigger an automatic reassignment to the admin.

Why B is Incorrect:
Reassignment to a project leader is not an automatic process in Tableau Server. Project leaders do not automatically inherit content from users being deleted. The administrator must explicitly manage the reassignment.

Why C is Incorrect:
This would be a dangerous default behavior, as it could lead to massive, unintended data loss. Tableau Server is designed to protect content by preventing the deletion of users who own it.

Reference:
Tableau Help: Delete Users - The documentation clearly states: "You can't delete a user who is the owner of content on the site... If the user owns content, Tableau Server changes the user's site role to Unlicensed. To delete the user, you must first assign ownership of the user's content to another user."

You are the server administrator of a single-node Tableau Server installation. The server hosts five schedules that each execute once a day: Weekday 3:00 PM Extract Refresh, Weekday 5:00 PM Subscription, Weekday 2:00 AM Extract Refresh, Weekday 7:00 AM Extract Refresh, and Weekday 8:00 AM Subscription. The schedules are scheduled to execute during periods when Tableau Server is least active. The busiest period for your server is immediately after the workday begins at 9:00 AM. The office of the CEO reports that every morning at 9:00 AM, they access the views in a particular workbook. The data for these views is refreshed by a task associated with the 7:00 AM schedule. The CEO reports that the data in the views is only being refreshed about 70% of the time. What should you do to attempt to resolve the CEO's problem?



A. Set the default priority of this schedule to 50


B. Set the priority for all other tasks to 50


C. Set the priority of this task to 1


D. Set the priority of this task to 100





C.
   Set the priority of this task to 1

Explanation:

Background jobs (extract refreshes, subscriptions, flows) are run by the Backgrounder in order of priority, where 1 is highest and 100 is lowest. Tasks inherit the schedule’s default priority (commonly 50) but you can override a specific task’s priority. Setting the CEO’s 7:00 AM extract task to priority 1 will move it to the front of the queue so it’s most likely finished before the 9:00 AM peak when the CEO opens the workbook.

Why not the others?
A) Set the default priority of this schedule to 50 — 50 is the usual default; it won’t help.
B) Set the priority for all other tasks to 50 — that’s already typical; it doesn’t ensure this task runs first.
D) Set the priority of this task to 100 — 100 is lowest priority and makes the problem worse.

Which two tasks always require a server administrator? (Choose two.)



A. Creating a schedule


B. Adding a site


C. Locking project permissions


D. Adding users





B.
   Adding a site

D.
   Adding users

Explanation:

A Tableau Server Administrator has the highest level of administrative privileges. They manage the entire Tableau Server instance, including all sites, users, and server-level configurations. A Site Administrator, on the other hand, is limited to managing content, users, and settings within a specific site.

B. Adding a site:
Only a server administrator can create new sites on a Tableau Server. This is a fundamental, server-wide architectural task that defines the multi-tenancy structure of the environment.
D. Adding users:
While site administrators can add users to their own site, they can only do so if the server administrator has explicitly granted them that permission. A server administrator, by default, has the ability to add and manage users across all sites on the server. The tsm command-line utility, which is a server-administrator tool, is used for advanced user management tasks, such as bulk imports.

Why the other options are incorrect:
A. Creating a schedule:
Both site administrators and server administrators can create schedules for tasks like extract refreshes and subscriptions. This is a common, day-to-day task that is not exclusive to the server admin role.
C. Locking project permissions:
Both site administrators and server administrators can lock project permissions. This task is a site-level administrative function, but it is one that both roles are capable of performing.

What two types of users can sign in to Tableau Server and edit the permissions for a workbook in a project, when permissions are NOT set to Locked to the project? (Choose two.)



A. Users that have the project and workbook Viewer role


B. Users that have the workbook Interactor role


C. The workbook’s owner


D. Users set to Project Leader for the workbook’s project





C.
   The workbook’s owner

D.
   Users set to Project Leader for the workbook’s project

Explanation:

When permissions for a workbook in a Tableau Server project are not set to Locked to the project, permissions can be managed at the workbook level. The following user types can edit workbook permissions in this scenario:

C. The workbook’s owner:
The owner of a workbook (the user who published it or was assigned ownership) has full control over the workbook, including the ability to edit its permissions, regardless of project-level settings, as long as permissions are not locked.
D. Users set to Project Leader for the workbook’s project:
Users assigned the Project Leader role for a project can manage permissions for all content (workbooks, data sources, etc.) within that project, including editing workbook permissions, when permissions are not locked to the project.

Why not the other options?
A. Users that have the project and workbook Viewer role:
The Viewer role allows users to view content but does not grant permissions to edit workbook permissions, as it is a read-only role.
B. Users that have the workbook Interactor role:
The Interactor role allows users to interact with workbooks (e.g., filtering, drilling down), but it does not include the ability to edit permissions for the workbook.

Reference:
Tableau Help: Permissions in Tableau Server explains that workbook owners and Project Leaders can manage permissions for workbooks when not locked to the project.
For exam prep, review the Trailhead module on Tableau Server Administration, focusing on permissions management.

Page 1 out of 6 Pages
Next
12

Experience the Real Exam Before You Take It

Our new timed 2026 Salesforce-Tableau-Server-Administrator practice test mirrors the exact format, number of questions, and time limit of the official exam.

The #1 challenge isn't just knowing the material; it's managing the clock. Our new simulation builds your speed and stamina.



Enroll Now

Ready for the Real Thing? Introducing Our Real-Exam Simulation!


You've studied the concepts. You've learned the material. But are you truly prepared for the pressure of the real Salesforce Certified Tableau Server Administrator exam?

We've launched a brand-new, timed Salesforce-Tableau-Server-Administrator practice exam that perfectly mirrors the official exam:

✅ Same Number of Questions
✅ Same Time Limit
✅ Same Exam Feel
✅ Unique Exam Every Time

This isn't just another Salesforce-Tableau-Server-Administrator practice questions bank. It's your ultimate preparation engine.

Enroll now and gain the unbeatable advantage of:

  • Building Exam Stamina: Practice maintaining focus and accuracy for the entire duration.
  • Mastering Time Management: Learn to pace yourself so you never have to rush.
  • Boosting Confidence: Walk into your Salesforce-Tableau-Server-Administrator exam knowing exactly what to expect, eliminating surprise and anxiety.
  • A New Test Every Time: Our Salesforce Certified Tableau Server Administrator exam questions pool ensures you get a different, randomized set of questions on every attempt.
  • Unlimited Attempts: Take the test as many times as you need. Take it until you're 100% confident, not just once.

Don't just take a Salesforce-Tableau-Server-Administrator test once. Practice until you're perfect.

Don't just prepare. Simulate. Succeed.

Take Salesforce-Tableau-Server-Administrator Practice Exam
Salesforce Certified Tableau Server Administrator examination is now documented under the exam code Analytics-Admn-201. This administrative-level code will govern all examination scheduling, infrastructure management curriculum, and operational credential verification within the Tableau server certification framework. Analytics-Admn-201 doesnt just qualify you to administer a server; it certifies you to engineer the resilient, secure, and performant foundation for an entire organizations analytical capability.

Top 5 Mistakes to Avoid for Your Tableau Server Admin Exam (Analytics-Admn-201)


Preparing for the Tableau Server Administrator exam (Analytics-Admn-201) is about more than just memorizing facts. Its about understanding how the pieces fit together in a real-world environment. Steer clear of these common pitfalls to boost your confidence and your score.

1. Ignoring the "Why" Behind Commands


Many candidates memorize TSM (Tableau Services Manager) commands but fail to grasp their purpose. The exam tests your understanding, not just your memory. You need to know when to use a specific command and what problem it solves. Focus on the logic behind tasks like configuring identity pools or applying a SSL certificate, rather than just the syntax.

2. Underestimating User Management & Permissions


Its easy to get caught up in server architecture and overlook the daily core of administration: users. A deep understanding of the interplay between sites, projects, groups, and roles is non-negotiable. Be prepared to untangle complex permission scenarios that mimic real-life requests from business users.

3. Overlooking the "What-If" of Disaster


Everyone learns the steps for a backup, but can you articulate the precise restore process for a failed server upgrade? Or recover a single workbook? The Analytics-Admn-201 exam will probe your knowledge of recovery strategies. Dont just know how to back up; know how to successfully bring things back online.

4. Treating Security as an Afterthought


Security is not just one topic; its woven into every part of the exam. From configuring internal vs. external SSL to managing repository database access, a surface-level understanding wont suffice. Think like a security-conscious admin who must protect data at every layer.

5. Sticking Only to Your Own Environment


If your hands-on experience is limited to a single, simple deployment, you are at a disadvantage. The exam presents diverse scenarios. Make an effort to study different authentication methods (Local, Active Directory, SAML) and topologies, even if you have not used them personally. Broad exposure is key to success.

Put Your Knowledge to the Test


Knowing what to avoid is half the battle. The other half is validating your readiness in a realistic setting. Our SalesforceExams Tableau Server Admin practice test is designed to mirror the style and difficulty of the real exam. They will challenge your understanding with scenario-based Analytics-Admn-201 exam questions, help you identify your weak spots, and build the speed and confidence you need to pass with flying colors.