The Salesforce Certified Tableau Server Administrator certification validates your ability to install, configure, and manage Tableau Server within a Salesforce environment. This exam, Analytics-Admn-201, is designed for administrators and technical professionals who oversee analytics infrastructure and ensure data accessibility across their organization. Earning this credential demonstrates expertise in connecting data sources, configuring user access, and maintaining system health. This page outlines the exam structure, core topics, and practical preparation strategies to help you pass with confidence.
Use this topic map to guide your study for Salesforce Analytics-Admn-201 (Salesforce Certified Tableau Server Administrator) within the Salesforce Certified Administrator path.
The Analytics-Admn-201 exam measures both conceptual knowledge and practical decision-making through varied question types that reflect real-world administration scenarios.
Questions progress in difficulty and emphasize practical application, ensuring candidates can handle both routine maintenance and complex troubleshooting in production environments.
Effective preparation requires a structured study plan that aligns with the five core topic areas and incorporates both conceptual review and hands-on practice. Dedicate time each week to a specific domain, then integrate concepts across installation, configuration, and troubleshooting workflows.
Explore other Salesforce certifications: view all Salesforce exams.
Strengthen your preparation with up-to-date resources from validexamdumps.com. These materials align to Analytics-Admn-201 and cover practical scenarios with clear explanations.
Visit the exam page to download the PDF, Online Practice Test or get Bundle Discount offer for both formats: Salesforce Certified Tableau Server Administrator.
Administration and Troubleshooting tend to represent a larger portion of the exam, as they test your ability to manage ongoing operations and resolve real-world issues. However, all five domains are essential; a strong foundation in Installation and Configuration ensures you understand how systems are set up before managing them, and data connectivity knowledge is critical for supporting end-user reporting needs.
In practice, these domains form a continuous cycle: you configure data connections during setup, monitor and maintain them during administration, and troubleshoot failures when performance or access issues arise. Understanding this workflow helps you see how configuration choices impact troubleshooting approaches and why proper initial setup prevents many common problems.
Hands-on experience is valuable but not mandatory if you study strategically. Prioritize labs covering user authentication setup, permission configuration, data source scheduling, and server restart procedures. If access is limited, focus on understanding the logical flow of these tasks through practice questions and documentation review.
Frequent errors include confusing user roles with permissions, overlooking extract refresh scheduling requirements, and misidentifying which configuration changes require a server restart. Additionally, candidates sometimes overlook security implications in migration scenarios or choose quick fixes instead of root-cause solutions in troubleshooting questions.
In your final week, shift from learning new content to reinforcing weak areas and building speed. Spend 60 percent of your time on high-weight topics like Administration and Troubleshooting, take at least one full-length timed practice test, and review explanations for every incorrect answer. On the day before the exam, do a light review of key definitions and workflows rather than cramming new material.
What should you do to disable table recommendations for popular data sources and tables to users?
Table recommendations in Tableau Server suggest popular tables and data sources to users when they create new content in the web authoring environment. This feature is enabled by default but can be disabled at the site level.
Option A (Disable the option using the site Settings page): Correct. A site administrator can disable table recommendations by navigating to the site's Settings > General page in the Tableau Server web interface and unchecking the option 'Enable table recommendations.' This prevents users on that site from seeing these suggestions, offering a straightforward UI-based solution.
Option B (Use the command: tsm configuration set -k recommendations.enabled -v false): Incorrect. There is no recommendations.enabled key in the TSM configuration settings. This feature is managed per site, not server-wide via TSM.
Option C (Publish data sources only to projects with permissions locked): Incorrect. Locking permissions restricts access but doesn't disable the recommendation feature itself. Users with access would still see recommendations.
Option D (Disable the option using the server Settings page): Incorrect. Table recommendations are a site-specific setting, not a server-wide setting. The server Settings page (via TSM) controls global configurations, not this feature.
Which two commands are valid and complete commands? (Choose two.)
TSM commands manage Tableau Server maintenance---let's validate their syntax:
Command Requirements:
Some need arguments (e.g., file paths); others are standalone.
Valid and Complete: Must work as-is without errors.
Option C (tsm maintenance cleanup): Correct.
Details: Removes temporary files and old logs---no arguments required (optional flags like -l exist).
Use: tsm maintenance cleanup---runs fully.
Option D (tsm maintenance ziplogs): Correct.
Details: Creates a zip of logs (e.g., tsm-logs.zip)---no arguments needed (optional -d for date range).
Use: tsm maintenance ziplogs---complete and valid.
Option A (tsm maintenance backup): Incorrect.
Why: Requires -f <filename>.tsbak (e.g., tsm maintenance backup -f backup.tsbak)---incomplete without it.
Option B (tsm maintenance restore): Incorrect.
Why: Needs -f <filename>.tsbak (e.g., tsm maintenance restore -f backup.tsbak)---not standalone.
Why This Matters: Correct syntax ensures maintenance tasks execute without errors---critical for server health.
You use Tableau Desktop 10.5 and plan to publish a visualization to a Tableau Server that runs version 2020.1. You are assigned the Creator site role, and Publisher permissions for a project. What statement correctly describes what happens when you attempt to publish the visualization?
Tableau Desktop and Tableau Server have versioning considerations when publishing content, particularly regarding compatibility between older Desktop versions (e.g., 10.5) and newer Server versions (e.g., 2020.1). Let's break this down step-by-step:
Publishing Process: With a Creator site role and Publisher permissions, you have the rights to publish workbooks to the specified project. Tableau Server accepts workbooks from older Desktop versions (e.g., 10.5) and upgrades them to the current Server version (2020.1) during publishing. This process is seamless for the workbook itself, but extracts require special handling.
Extract Handling: If the workbook contains embedded .tde extracts (stored within the .twb or .twbx file), Tableau Server 2020.1 converts these to .hyper format upon publishing. This conversion is necessary because .hyper replaced .tde as the default extract engine starting in Tableau 10.5 and beyond, offering better performance and scalability. During this process, Tableau Desktop or Server displays a warning to inform the user of the upgrade, as it's a one-way conversion (you can't revert to .tde on the Server).
Now, let's evaluate the options:
Option A (You will successfully publish without any errors or warnings): Incorrect. While the publishing succeeds, a warning about the .tde to .hyper conversion appears if the workbook contains embedded extracts. Without extracts, no warning occurs, but the question's context implies extracts are likely involved (common in visualizations).
Option B (Error message: unable to publish to a newer version): Incorrect. Tableau supports publishing from older Desktop versions to newer Server versions. There's no outright error blocking this; compatibility is maintained.
Option C (Warning: embedded .tde extracts will be upgraded to .hyper): Correct. This is the precise warning displayed when a workbook with .tde extracts is published to a Server version that uses .hyper. It ensures the user is aware of the format change, which might affect extract refresh schedules or performance expectations.
Option D (Warning: workbook will be upgraded to a new version): Partially correct but less specific. The workbook is upgraded to 2020.1 compatibility, but the warning focuses on the extract format change (.tde to .hyper), not the workbook version generically. Option C is more accurate.
Why This Matters: The .tde to .hyper shift improves query performance and supports larger datasets, but users need to know about it for planning (e.g., extract refresh schedules might need adjustment). The warning ensures transparency.
You need to ensure that Tableau Server requires the setup of a new administrator account the next time you attempt to log in. What should you do?
To force Tableau Server to require the setup of a new administrator account (e.g., resetting the server to an initial setup state), the tsm reset command is the appropriate tool. This command resets Tableau Server's administrative configuration, including the TSM administrator account, while preserving content like workbooks and data sources.
Option B (Run the tsm reset command): Correct. Running tsm reset clears the current TSM administrator credentials and configuration settings. The next time you access TSM (e.g., via the web interface or CLI), it prompts you to set up a new administrator account, mimicking the initial setup process. Command: tsm reset --username <new-username> --password <new-password>.
Option A (Edit tabsvc.yml): Incorrect. The tabsvc.yml file contains service configuration data, but manually editing it is not supported or recommended for resetting the administrator account. It could also corrupt the installation.
Option C (Run the tsm register command): Incorrect. The tsm register command is used to register Tableau Server with a new product key or identity store, not to reset the administrator account.
Option D (Reinstall Tableau Server): Incorrect. Reinstallation wipes the entire server, including content, and is overkill for this task. The tsm reset command achieves the goal without data loss.
What process enables you to access Tableau Services Manager (TSM) over HTTPS?
TSM is Tableau Server's management layer, accessible via CLI or web UI (port 8850). HTTPS secures this access---let's identify the responsible process:
TSM Architecture:
Administration Controller: Core TSM process, running on the initial node, handling configuration, UI, and CLI commands.
HTTPS: Enabled by default on port 8850 with a self-signed certificate (configurable to custom certs).
Option B (Administration Controller): Correct.
Details: Hosts the TSM web UI (https://<server>:8850) and processes CLI requests. It manages the HTTPS listener, serving the interface securely.
Why: It's the central hub for TSM operations, including secure access.
Option A (License Manager): Incorrect.
Why: Validates licenses, not responsible for HTTPS or UI access.
Option C (Administration Agent): Incorrect.
Why: Runs on additional nodes in multi-node setups to relay commands to the Controller---no direct HTTPS role.
Option D (Coordination Service): Incorrect.
Why: ZooKeeper manages cluster state, not TSM's web interface or HTTPS.
Why This Matters: Secure TSM access protects server administration---Administration Controller is the linchpin.