Salesforce-Tableau-Server-Administrator Exam Questions With Explanations

The best Salesforce-Tableau-Server-Administrator practice exam questions with research based explanations of each question will help you Prepare & Pass the exam!

Over 15K Students have given a five star review to SalesforceKing

Why choose our Practice Test

By familiarizing yourself with the Salesforce-Tableau-Server-Administrator exam format and question types, you can reduce test-day anxiety and improve your overall performance.

Up-to-date Content

Ensure you're studying with the latest exam objectives and content.

Unlimited Retakes

We offer unlimited retakes, ensuring you'll prepare each questions properly.

Realistic Exam Questions

Experience exam-like questions designed to mirror the actual Salesforce-Tableau-Server-Administrator test.

Targeted Learning

Detailed explanations help you understand the reasoning behind correct and incorrect answers.

Increased Confidence

The more you practice, the more confident you will become in your knowledge to pass the exam.

Study whenever you want, from any place in the world.

Salesforce Salesforce-Tableau-Server-Administrator Exam Sample Questions 2025

Start practicing today and take the fast track to becoming Salesforce Salesforce-Tableau-Server-Administrator certified.

2554 already prepared
Salesforce Spring 25 Release
55 Questions
4.9/5.0

Which Tableau Server process performs the role of a database for metadata?

A. Data Engine

B. Repository

C. Backgrounder

D. File Store

B.    Repository

Explanation:

The Repository process in Tableau Server—also known as PostgreSQL or pgsql—acts as the database for metadata. It stores critical information about:

Users and groups
Workbooks and data sources
Permissions and schedules
Extract refresh history
Site configurations and usage metrics

This metadata is essential for Tableau Server’s operation, administration, and auditing. The Repository enables features like administrative views, licensing, and user activity tracking.

❌ Why not the others?
A. Data Engine: Handles query execution and extract storage, not metadata.
C. Backgrounder: Executes tasks like extract refreshes and subscriptions.
D. File Store: Manages storage and replication of extracts across nodes.

🔗 Reference:
See Tableau’s official documentation on Tableau Server Processes for a full breakdown.

What should you do to disable table recommendations for popular data sources and tables to users?

A. Disable the option using the site Settings page

B. Use the command: tsm configuration set -k recommendations.enabled -v false

C. Publish data sources only to projects with permissions locked to the project

D. Disable the option using the server Settings page

A.   Disable the option using the site Settings page

Explanation:

This question focuses on how to disable table and data source recommendations in Tableau Server or Tableau Cloud. Recommendations suggest popular tables or data sources based on usage patterns, improving user discovery. However, administrators may choose to turn this feature off to limit exposure to certain data sources or reduce server overhead. The correct approach depends on whether the setting applies to a site or server level.

✅ Correct Option: A. Disable the option using the site Settings page ⚙️
You can disable table and data source recommendations at the site level from the Site Settings page in Tableau Server or Tableau Cloud. Administrators can turn off “Recommendations for data” to stop Tableau from suggesting popular data sources or tables to users of that site. This provides precise control per site without affecting other sites on the same server.

❌ Incorrect Option: B. Use the command: tsm configuration set -k recommendations.enabled -v false 🚫
This TSM command disables the entire recommendation system server-wide, including view and workbook recommendations. It’s broader than required here, which only asks about table recommendations. Using this command would remove recommendations globally, not just for popular tables or data sources.

❌ Incorrect Option: C. Publish data sources only to projects with permissions locked to the project 🚫
Locking permissions restricts access but does not disable the recommendation feature. Users with access to those data sources could still see recommendations based on usage. Permission locking manages visibility, not recommendation logic.

❌ Incorrect Option: D. Disable the option using the server Settings page 🚫
The server Settings page controls global configurations, but table recommendations are managed at the site level. Server-level settings affect all sites, while this question specifies disabling recommendations for users, implying site-specific control.

📚 Reference:
Tableau Help – Turn off recommendations for data

What two events must occur for Tableau Server to recompute queries for a workbook cache after a scheduled refresh? (Choose two.)

A. The workbook was published in the last month

B. The workbook has upcoming scheduled refresh tasks

C. The All Users group has a permission rule allowing access to the workbook

D. The workbook has been viewed recently

B.    The workbook has upcoming scheduled refresh tasks
D.    The workbook has been viewed recently

Explanation:

Tableau Server's caching mechanism is designed to balance performance with data freshness. By default, it will recompute queries and refresh the cache for a workbook only when certain conditions are met to avoid unnecessary load on the server.

The workbook has upcoming scheduled refresh tasks (B): This is the trigger. Tableau Server knows that the underlying data for the workbook is being updated, so it needs to prepare new, fresh data for a user to view.

The workbook has been viewed recently (D): Tableau Server is smart about managing resources. It will only "warm the cache" for workbooks that users are actually interacting with. The definition of "recently viewed" is a configurable threshold (backgrounder.externalquerycachewarmup.view_threshold). If a workbook hasn't been viewed in a while, Tableau Server won't spend resources on re-computing the cache because it's unlikely a user will access it soon.

Which two types of content can you include in comments on a visualization? (Choose two.)

A. Interactive snapshots of a view

B. Text

C. @mentions

D. Images (jpg, png)

B.    Text
C.    @mentions

Explanation:

Comments in Tableau are designed for collaborative discussion directly on a view (workbook or dashboard). Their functionality is focused on text-based communication and user notification.

Why B is Correct: The primary content of any comment is text. You type a message to provide context, ask a question, or share an insight.
Why C is Correct: @mentions are a key feature within comments. By typing the '@' symbol followed by a username, you can tag another user. This sends them a notification, directing their attention to the specific comment and view. This is a supported and integral type of content within a comment.

Why A is Incorrect: Comments do not contain interactive snapshots. When you add a comment, Tableau does capture a static image of the current state of the view (filters, highlights, etc.) to provide context for the discussion. However, this snapshot is not interactive; it is a static picture that is automatically attached to the comment thread.

Why D is Incorrect: You cannot attach or embed external image files (like JPG or PNG) into a Tableau comment. The comment system does not support this type of rich media upload.

Reference:

Tableau Help: Add Comments to a View - The documentation describes the commenting feature, highlighting the ability to add text and use @mentions to notify other users. It confirms that a static image of the view is captured for context but does not list image file attachments as a capability.

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.

Prep Smart, Pass Easy Your Success Starts Here!

Transform Your Test Prep with Realistic Salesforce-Tableau-Server-Administrator Exam Questions That Build Confidence and Drive Success!