
|
|||||||||||||||||||||||||||
Exam Code: ADM-201
Name: Salesforce Certified Administrator Exam
Number of Questions: 60
Question Format: Multiple-choice and multiple-select
Time Allotted: 105 minutes
Passing Score: 65%
Exam Fee: USD $200
Retake Fee: USD $100
Prerequisites: No mandatory prerequisites, but Salesforce recommends hands-on
experience and knowledge of core features.
Analytics-Admn-201
Exam Title Salesforce Certified Tableau Server Administrator Exam
The Salesforce Certified Administrator exam (officially ADM-201) is a
60-question, 105-minute, multiple-choice and multiple-select exam with a 65%
passing score, costing $200 USD. It assesses core Salesforce configuration,
management, and administration skills, covering topics like user setup,
security, objects, and automation. While no mandatory prerequisites exist,
hands-on experience is highly recommended, and preparation can include official
Salesforce Trailhead materials and practice exams.
Key Topics Covered
The exam evaluates expertise in core Salesforce administration tasks,
including:
Security & Access: Managing user permissions and data visibility.
Salesforce Objects: Understanding and customizing standard and custom
objects.
Automation: Implementing workflow rules, process automation, and Flows.
Data Management: Skills for importing, exporting, updating, and validating data.
Reports & Dashboards: Creating and modifying reports and dashboards.
Sales, Marketing, and Service: Managing core applications for these departments.
How to Prepare
Salesforce Trailhead: Utilize the official platform for training materials,
trail mixes, and a free practice exam.
Hands-on Experience: At least six months of experience with Salesforce
administration tasks is recommended.
Practice Exams: Use practice tests to familiarize yourself with the exam format
and identify knowledge gaps.
Study Guides: Consult exam guides from reputable sources to cover all exam
objectives.
Analytics-Admn-201 Salesforce Certified Tableau Server
Administrator Exam
If instead you meant ADM-201 (Salesforce Certified Administrator), here are its
topics (common, better documented):
Configuration & Setup
Object Manager & Lightning App Builder
Sales & Marketing Applications
Service & Support Applications
Productivity & Collaboration
Data & Analytics Management
Workflow / Process Automation
This list is drawn from community guides and official Salesforce learning
modules.
From a 2025 practice exam site, the domains are listed as:
Connecting to and Preparing Data
Installation & Configuration
Administration
Troubleshooting
Migration & Upgrade
Additionally, practice-question sites include sub-topics such as:
Permissions & Security (locking project permissions, effective permissions)
Data source connections & credential management (embedded vs. published, OAuth,
prompt, run as)
Hardware / system requirements & processes (coordination service, TSM,
backgrounder)
Monitoring & logging (using TSM commands like tsm status -v, tsm maintenance
ziplogs)
Server upgrades, migration, restoring backups & failed extract schedules
Performance & caching, live vs extract connections, browser embedding issues
Administrative views, background tasks, subscription/email reports
Licensing, identity store / authentication (AD, SAML, local)
Analytics-Admn-201 Brain Dumps Exam + Online / Offline and Android Testing Engine & 4500+ other exams included
$50 - $25 (you save $25)
Buy Now
QUESTION 1
What should you use to set a preferred active repository?
A. A tsm configuration set command
B. A tabcmd set command
C. The TSM browser client's Maintenance page
D. The TSM browser client's Configuration Topology page
Answer: A
Explanation:
Tableau Server uses a PostgreSQL database as its repository to store metadata,
user information, and
permissions. In a high-availability (HA) setup with multiple nodes, there are
typically two repository
instances: one active and one passive. The "preferred active repository" refers
to designating which
repository instance should take priority as the active one. This is managed
through Tableau Services
Manager (TSM).
The correct method to set the preferred active repository is by using the tsm
configuration set
command. Specifically, you would use a command like:
tsm configuration set -k pgsql.preferred_host -v <hostname>
This command allows an administrator to specify the preferred host for the
active repository,
ensuring control over which node takes precedence in an HA environment.
Option B (tabcmd set command) is incorrect because tabcmd is a command-line
utility primarily used
for administrative tasks like managing users, groups, and content (e.g.,
publishing workbooks), not
for configuring server topology or repository settings.
Option C (TSM browser client's Maintenance page) is incorrect because the
Maintenance page in the
TSM web interface is used for tasks like backups, restores, and cleanup, but it
does not provide an
option to set the preferred active repository.
Option D (TSM browser client's Configuration Topology page) is partially
relevant since the Topology
page displays the current configuration of services across nodes, including the
repository. However, it
does not allow direct modification of the preferred active repository; this must
be done via the tsm command line.
Reference: Tableau Server Documentation - "Configure Tableau Server Repository"
QUESTION 2
What type of information is stored in the tsm maintenance backup -f <filename>.tsbak
command?
A. Notification settings
B. SMTP server settings
C. Repository data
D. Topology data
Answer: C
Explanation:
The tsm maintenance backup command creates a backup file (with a .tsbak
extension) that captures
critical data needed to restore Tableau Server in case of failure or migration.
This backup primarily includes:
Repository data: This encompasses the PostgreSQL database, which stores metadata
such as
workbooks, data sources, user information, permissions, schedules, and
subscriptions.
Configuration data: This includes server settings like authentication methods,
port configurations,
and service layouts, but it does not include topology data as a separate entity
(topology is part of the configuration).
The command does not back up the following:
Extract files (stored in the File Store), which must be backed up separately if
needed.
Log files, which are archived using tsm maintenance ziplogs.
Option A (Notification settings) is incorrect because while notification
settings are part of the
configuration data stored in the repository, they are not the primary focus of
the backup. The broader
category is "repository data."
Option B (SMTP server settings) is also incorrect for the same reason”SMTP
settings are
configuration data within the repository, but the backup is not limited to just
these settings.
Option D (Topology data) is incorrect because topology data (e.g., how services
are distributed across
nodes) is part of the configuration included in the backup, but its not stored
as a standalone item.
The .tsbak file is centered on the repository database.
Reference: Tableau Server Documentation - "Back Up Tableau Server Data"
QUESTION 3
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
Answer: B, D
Explanation:
In Tableau Server, roles and permissions dictate who can perform specific
administrative tasks. A
"server administrator" has full control over the entire Tableau Server
deployment, while site
administrators manage specific sites. Some tasks are restricted to server
administrators due to their
server-wide impact.
Option B (Adding a site): Creating a new site in a multi-site Tableau Server
environment is a serverlevel
task that only a server administrator can perform. Sites are logical partitions
within the server,
and adding a site affects the overall server structure. Site administrators
cannot create new sites;
they can only manage existing ones.
Option D (Adding users): Adding users to Tableau Server (e.g., via the TSM
interface or tabcmd) is a
server administrator task when it involves adding users at the server level or
assigning them to the
default site. While site administrators can add users to their specific site in
a multi-site environment,
the initial addition of users to the server requires server administrator
privileges. The questions
phrasing (oealways require ) suggests a server-wide context, making this a
correct choice.
Option A (Creating a schedule): This is incorrect because both server
administrators and site
administrators can create schedules for tasks like extract refreshes or
subscriptions within their
scope. Its not exclusive to server administrators.
Option C (Locking project permissions): This is incorrect because locking
project permissions can be
done by a site administrator or project leader with appropriate permissions. Its
a project-level
action, not a server-level task requiring a server administrator.
Reference: Tableau Server Documentation - "Administrative Tasks"
QUESTION 4
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
Answer: C
Explanation:
Data-driven alerts in Tableau Server allow users to receive notifications when
data in a view meets
certain conditions (e.g., a sales metric exceeds a threshold). By default, this
feature is disabled for a
site unless explicitly enabled by an administrator.
Option C (Change the data-driven alerts setting on the new site's Settings
page): This is the correct
answer. In the Tableau Server web interface, a site administrator can navigate
to the sites Settings >
General page and enable the option "Let users create data-driven alerts." This
must be done
manually because the default setting for a new site is disabled. Once enabled,
users with appropriate
permissions (e.g., Viewer, Explorer, or Creator roles) can create alerts on
views they have access to.
Option A (Enable data-driven alerts on the TSM Configuration page): This is
incorrect because the
TSM Configuration page (accessed via the TSM web UI or CLI) manages server-wide
settings like
ports, authentication, and processes, not site-specific features like
data-driven alerts.
Option B (Run the tsm configuration set -k dataAlerts.checkIntervalInMinutes -v
60 command): This
is incorrect. The dataAlerts.checkIntervalInMinutes key controls how frequently
Tableau Server
checks alert conditions (default is 60 minutes), but it does not enable the
feature itself. The feature
must first be turned on at the site level.
Option D (No action is necessary): This is incorrect because the default setting
for data-driven alerts
is off for new sites, requiring explicit action to enable it.
Reference: Tableau Server Documentation - "Configure Data-Driven Alerts"
QUESTION 5
To which site role can you associate the Viewer user-based license level?
A. Creator
B. Explorer (can publish)
C. Viewer
D. Explorer
Answer: C
Explanation:
Tableau Server uses a role-based licensing model with three primary license
levels: Creator, Explorer,
and Viewer. Each license level corresponds to specific site roles that define
what users can do on the server.
Viewer License: This is the most restrictive license, allowing users to view and
interact with published
content (e.g., dashboards and visualizations) but not to create or publish new
content.
Site Role: The Viewer license can only be associated with the Viewer site role.
This role restricts users
to viewing capabilities, aligning with the licenses purpose.
Option A (Creator): Incorrect. The Creator license is for users who can create,
edit, and publish
content using Tableau Desktop and the web interface. It corresponds to the
Creator site role, not Viewer.
Option B (Explorer (can publish)): Incorrect. This is a variation of the
Explorer license, which allows
Students Feedback / Reviews/ Discussion
Mahrous Mostafa Adel Amin 1 week, 2 days ago - Abuhib- United Arab
Emirates
Passed the exam today, Got 98 questions in total, and 2 of them weren’t from
exam topics. Rest of them was exactly the same!
upvoted 4 times
Mbongiseni Dlongolo - South Africa2 weeks, 5 days ago
Thank you so much, I passed Analytics-Admn-201 today! 41 questions out of 44 are from
Certkingdom
upvoted 2 times
Kenyon Stefanie 1 month, 1 week ago - USA State / Province = Virginia
Thank you so much, huge help! I passed Analytics-Admn-201 Salesforce today! The big majority
of questions were from here.
upvoted 2 times
Danny 1 month, 1 week ago - United States CUSTOMER_STATE_NAME: Costa Mesa =
USA
Passed the exam today, 100% points. Got 44 questions in total, and 3 of them
weren’t from exam topics. Rest of them was exactly the same!
MENESES RAUL 93% 2 week ago - USA = Texas
was from this topic! I did buy the contributor access. Thank you certkingdom!
upvoted 4 times
Zemljaric Rok 1 month, 2 weeks ago - Ljubljana Slovenia
Cleared my exam today - Over 80% questions from here, many thanks certkingdom
and everyone for the meaningful discussions.
upvoted 2 times