The Salesforce Analytics-Admn-201 exam is the certification exam for the Salesforce Certified Tableau Server Administrator credential under Salesforce Certified Administrator. It is designed for professionals who manage Tableau Server environments and want to validate their ability to handle core administrative tasks. This exam matters because it confirms practical knowledge across setup, maintenance, troubleshooting, and migration activities that are essential for a stable Tableau Server deployment.
| # | Exam Topics | Sub-Topics | Approximate Weightage (%) |
|---|---|---|---|
| 1 | Connecting to and Preparing Data |
Data source connections Extract refresh basics Published data source preparation |
22% |
| 2 | Installation and Configuration |
Server installation steps Initial configuration settings Authentication and identity setup |
24% |
| 3 | Administration |
User and site management Permissions and governance Content and resource administration |
26% |
| 4 | Troubleshooting |
Log review and diagnostics Service and performance issues Access and permission problems |
16% |
| 5 | Migration & Upgrade |
Version upgrade planning Content migration approach Post-upgrade validation |
12% |
This exam tests both conceptual understanding and hands-on administrative ability. Candidates are expected to know how Tableau Server works in real environments, how to configure and maintain it, and how to solve common issues efficiently. Strong practical judgment, familiarity with administrative workflows, and the ability to apply knowledge under exam conditions are all important.
QA4Exam.com provides Exam PDF content with actual questions and answers, plus an Online Practice Test designed for the Salesforce Analytics-Admn-201 exam. The materials help you study with up-to-date questions, verified answers, and a format that mirrors real exam conditions. The practice test also helps you build time management skills and get comfortable with the pressure of answering within a limited timeframe. With focused preparation, you can review key areas faster and improve your confidence before the exam day. This combination is built to support candidates aiming to pass on the first attempt.
It is the exam for the Salesforce Certified Tableau Server Administrator certification, focused on Tableau Server administration, configuration, troubleshooting, and upgrades.
It is intended for candidates who work with Tableau Server and want to validate their skills in installation, administration, troubleshooting, and migration tasks.
It can be challenging because it tests practical knowledge, administrative understanding, and the ability to apply concepts in real scenarios rather than simple memorization.
Braindumps alone are not the best approach. They can help with familiarizing yourself with question styles, but you should also understand the topics and practice applying the concepts.
Hands-on experience is very helpful because the exam covers real administrative tasks. Practical exposure makes it easier to understand configuration, troubleshooting, and migration scenarios.
They help you study with actual questions and answers, verify your understanding, and practice in a timed environment so you can improve accuracy and exam pacing.
Yes, the Exam PDF and Online Practice Test are presented as up-to-date preparation resources with verified answers for the Salesforce Analytics-Admn-201 exam.
What are two intervals when Tableau Server verifies if data conditions for data-driven alerts are true? (Choose two.)
Data-driven alerts notify users when data meets conditions (e.g., sales > $10K). Let's examine when Tableau checks these:
Alert Mechanics:
Enabled per site (Settings > General > Data-Driven Alerts).
Backgrounder evaluates conditions against extract data.
Check Intervals: Configurable via tsm configuration set -k dataAlerts.checkIntervalInMinutes (default: 60 minutes).
Refresh Trigger: Also checks post-extract refresh for immediate updates.
Option A (Every 60 minutes): Correct.
Details: Default interval---Backgrounder polls every hour to evaluate alert conditions.
Config: Adjustable (e.g., -v 30 for 30 minutes).
Option D (Whenever extracts in the related workbook are refreshed): Correct.
Details: An extract refresh updates the data, triggering an immediate alert check to catch changes promptly.
Why: Ensures timely notifications without waiting for the next poll.
Option B (Every 10 minutes): Incorrect.
Why: Not the default---possible via config, but not standard.
Option C (Whenever a new extract is published): Incorrect.
Why: Publishing creates the extract; alerts trigger on refreshes or polling, not initial publication.
Why This Matters: Timing affects alert responsiveness---balancing frequency and server load is key.
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?
When an extract refresh fails on Tableau Server, troubleshooting requires identifying the root cause---e.g., connectivity issues, resource constraints, or configuration errors. The Backgrounder process handles extract refreshes, so it's a key focus, but the best diagnostic tool depends on granularity and context. Let's explore this thoroughly:
Extract Refresh Process:
An extract refresh pulls data from a source (e.g., database, file) into a .hyper file stored on Tableau Server.
The Backgrounder executes these tasks based on schedules or manual triggers.
Errors could stem from: database connectivity, credentials, file access, resource overload, or task misconfiguration.
Option B (Background Tasks for Extracts administrative view): Correct. This is the most direct and detailed method:
Location: In the Tableau Server web UI, go to Server > Status > Background Tasks for Extracts (or site-specific under Site > Status).
Details Provided:
Task name, schedule, and workbook/data source.
Start/end times and status (e.g., Failed, Success).
Error messages (e.g., 'Cannot connect to database,' 'Permission denied').
Why It's Best: It pinpoints the exact failure (e.g., 'timeout,' 'invalid credentials') for the specific refresh, offering actionable insights without needing to dig through logs manually. Server or site administrators can access this view to diagnose issues quickly.
Example: If the error is 'Database login failed,' you'd check credentials in the data source settings next.
Option A (Status of the Backgrounder process via tsm status -v): Partially useful but insufficient:
What It Shows: Running/stopped status of all processes (e.g., 'Backgrounder: RUNNING').
Limitation: It confirms if Backgrounder is operational but doesn't reveal why a specific task failed---no error details or task-level granularity.
Use Case: If Backgrounder is stopped or crashed, this might indicate a broader issue, but the question implies a single refresh error, not a server-wide failure.
Option C (The UNC path to the extract's data source): Relevant but secondary:
Context: If the data source is a file (e.g., CSV on a network share), the UNC path (e.g., \\server\share\file.csv) must be accessible.
Why Not First: The error could be unrelated (e.g., database issue, not file-based). The admin view (B) would reveal if it's a path issue first, guiding you to check the UNC path only if indicated (e.g., 'File not found').
Practical Note: Backgrounder needs share permissions and the Run As account must access it---checking this without context wastes time.
Option D (Whether project permissions are set to Locked): Unlikely cause:
Permissions Impact: Locked permissions restrict who can edit/view content, not whether an extract refresh runs---that's tied to the data source's connection settings and Backgrounder execution.
Exception: If the refresh user lacks 'Connect' permission to the data source, it might fail, but this is rare (owner/schedule typically has access). The admin view would flag this.
Why This Matters: The Background Tasks view is Tableau's purpose-built tool for extract diagnostics, saving time and reducing guesswork in production environments.
Which three data sources support Kerberos delegation with Tableau Server? (Choose three.)
Kerberos delegation allows Tableau Server to pass a user's Kerberos credentials to a data source for seamless authentication (SSO)---let's explore which sources support it:
Kerberos Overview:
Used with Active Directory (AD) for SSO in Windows environments.
Tableau Server delegates the user's ticket to the data source, avoiding embedded credentials.
Requires:
Data source support for Kerberos.
Proper configuration (e.g., SPN, constrained delegation).
Supported Data Sources: Per Tableau's documentation:
Option A (Teradata): Correct.
Details: Supports Kerberos delegation---common in enterprise data warehouses.
Config: Enable in TSM (tsm authentication kerberos configure) and set SPN for Teradata.
Option C (SQL Server): Correct.
Details: Fully supports Kerberos---widely used with AD-integrated SQL Server instances.
Config: Requires AD setup and 'Trustworthy' delegation in SQL Server.
Option D (SAP HANA): Correct.
Details: Supports Kerberos SSO via delegation---popular in SAP ecosystems.
Config: Needs HANA Kerberos setup (e.g., keytab) and Tableau Server integration.
Option B (PostgreSQL): Incorrect.
Why: Supports Kerberos authentication natively, but Tableau Server doesn't enable delegation to PostgreSQL---users must embed credentials or use other methods (e.g., OAuth).
Why This Matters: Kerberos delegation enhances security by avoiding stored passwords---knowing supported sources ensures SSO feasibility.
What event is most likely to cause problems for a Tableau Server?
Tableau Server's performance and stability depend on dedicated resources and proper configuration. Running additional software on the same server is the most likely to cause problems because:
Resource contention: Tableau Server requires significant CPU, RAM, and disk I/O. Other software (e.g., databases, web servers) can compete for these resources, leading to slowdowns, crashes, or failed tasks.
Port conflicts: Tableau uses specific ports (e.g., 80, 443, 8850), and other applications might interfere.
Security risks: Additional software increases the attack surface, potentially compromising Tableau Server.
Tableau recommends running the server on dedicated hardware without unrelated applications.
Option A (Running additional software on the server): Correct. This is a common cause of performance issues and is explicitly discouraged in Tableau's best practices.
Option B (Separating the Backgrounder and VizQL processes to different machines): Incorrect. This is a supported multi-node configuration that can improve performance, not cause problems, if properly set up via TSM.
Option C (Configuring the server to use a static IP address): Incorrect. A static IP is recommended for Tableau Server to ensure consistent network access, so it's unlikely to cause issues.
Option D (Using a non-default installation path): Incorrect. While not default, a custom path is supported (via TSM or installer options) and unlikely to cause problems if permissions and disk space are adequate.
Which two options can be configured by a server administrator per site? (Choose two.)
Tableau Server supports multi-tenancy via sites, each with customizable settings managed by server or site administrators. Let's analyze what's configurable per site:
Site Settings: Found in the web UI under Site > Settings > General. Server admins can override site admin settings.
Option B (Limitation on storage space): Correct.
Details: Server admins can set a storage quota per site (e.g., 100 GB) to cap disk usage for extracts and workbooks.
How: In TSM or site settings (if enabled)---e.g., tsm configuration set -k site.storage.quota -v 100000.
Impact: Prevents one site from monopolizing resources in multi-site deployments.
Option D (Language and locale): Correct.
Details: Each site can set its language (e.g., English, French) and locale (e.g., date/number formats).
How: Site settings UI---e.g., 'Language: French, Locale: France.'
Impact: Tailors the user experience per site's audience.
Option A (Ability to embed credentials): Incorrect.
Details: Embedding credentials (e.g., in data sources) is a server-wide setting (tsm data-access), not per-site. Site admins can't override it.
Option C (Limitation on number of users): Incorrect.
Details: User limits are tied to licenses (server-wide), not configurable per site. Site admins manage user assignments, not quotas.
Why This Matters: Site-specific settings enable tailored governance and resource allocation in multi-tenant environments.
Full Exam Access, Actual Exam Questions, Validated Answers, Anytime Anywhere, No Download Limits, No Practice Limits
Get All 55 Questions & Answers