New (2026) Download free Analytics-Admn-201 PDF for Salesforce Practice Tests [Q25-Q42]

Share

New (2026) Download free Analytics-Admn-201 PDF for Salesforce Practice Tests

100% Free Analytics-Admn-201 Files For passing the exam Quickly

NEW QUESTION # 25
Which two operating systems are supported for a Tableau Server installation? (Choose two.)

  • A. Windows Server 2019
  • B. Windows 7
  • C. Windows Server 2016
  • D. Windows 10

Answer: A,C

Explanation:
Tableau Server is designed for production environments and is supported only on server-class operating systems, not desktop operating systems. As of the latest documentation (aligned with knowledge up to March
21, 2025), the supported operating systems for Tableau Server on Windows are:
Windows Server 2016
Windows Server 2019
Windows Server 2022 (added in later versions, but relevant as of 2025).
Desktop operating systems like Windows 7 or Windows 10 are not supported for production installations due to stability, security, and performance requirements.
Option A (Windows 7): Incorrect. Windows 7 is a desktop OS and is not supported for Tableau Server. It's also end-of-life as of January 2020.
Option B (Windows 10): Incorrect. Windows 10 is a desktop OS and not supported for production Tableau Server deployments, though it may be used for testing in non-production scenarios.
Option C (Windows Server 2019): Correct. This is a supported server OS for Tableau Server.
Option D (Windows Server 2016): Correct. This is also a supported server OS for Tableau Server.
Reference: Tableau Server Documentation - "System Requirements for Tableau Server" (https://help.tableau.
com/current/server/en-us/requirements.htm).


NEW QUESTION # 26
When you use trusted tickets in Tableau Server, users can:

  • A. Encrypt database connections
  • B. Access embedded views without being prompted for credentials
  • C. Embed database credentials
  • D. Save and edit workbooks

Answer: B

Explanation:
Trusted Tickets is an authentication method in Tableau Server for embedding views in external applications (e.g., portals) without requiring users to log in manually. Here's how it works:
* A trusted application (e.g., a web server) authenticates with Tableau Server using a trusted IP or username/password.
* Tableau Server issues a temporary ticket (a unique string).
* The ticket is embedded in a view URL (e.g., /trusted/<ticket>/views/...), granting access to the view for a short period (configurable, default 5 minutes).
* Option A (Access embedded views without being prompted for credentials): Correct. Trusted tickets enable SSO-like behavior for embedded content, bypassing the login prompt if the ticket is valid. This is ideal for seamless integration into external systems.
* Option B (Encrypt database connections): Incorrect. Encryption is handled by data source configurations (e.g., SSL), not trusted tickets, which focus on user authentication.
* Option C (Save and edit workbooks): Incorrect. Trusted tickets grant view access, not edit permissions-those depend on the user's site role and permissions.
* Option D (Embed database credentials): Incorrect. Trusted tickets authenticate users to Tableau Server, not databases-database credentials are managed separately in the data source.
Why This Matters: Trusted tickets simplify embedding Tableau content securely in custom applications, enhancing user experience.
Reference: Tableau Server Documentation - "Trusted Authentication" (https://help.tableau.com/current/server
/en-us/trusted_auth.htm).


NEW QUESTION # 27
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?

  • A. Edit tabsvc.yml
  • B. Run the tsm reset command
  • C. Run the tsm register command
  • D. Reinstall Tableau Server

Answer: B

Explanation:
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.
Reference: Tableau Server Documentation - "TSM Reset Command" (https://help.tableau.com/current/server
/en-us/cli_reset.htm).


NEW QUESTION # 28
You activate the same Tableau Server product key on three installations for Dev, Test, and Production. You plan to move the Test environment to new hardware. What is the recommended workflow for managing the product key?

  • A. Install and activate Tableau Server on the new hardware, and then run the following script in the old environment: tableau-server-obliterate.cmd -y -y -y
  • B. Deactivate the product key on the existing Test environment, and then install and activate Tableau Server on the new hardware
  • C. Install and activate Tableau Server on the new hardware and keep the existing Test environment as a backup
  • D. Install and activate Tableau Server on the new hardware, and then deactivate it on the old hardware

Answer: B

Explanation:
Tableau Server's licensing ties product keys to specific machines. Moving an environment requires managing activations to stay compliant. Let's break this down:
* Licensing Rules:
* A product key can be activated on multiple machines (e.g., Dev, Test, Prod), but only up to the licensed limit (typically 3 for such setups).
* Deactivation frees the key for reuse elsewhere.
* Recommended Workflow:
* Deactivate first: Use tsm licenses deactivate on the old Test machine to release the key.
* Then activate: Install on the new hardware and activate with tsm licenses activate -k <key>.
* Why: Ensures compliance and avoids activation conflicts (e.g., exceeding the key's limit).
* Option B (Deactivate on Test, then install/activate on new hardware): Correct.
* Steps:
* On old Test: tsm licenses deactivate.
* Install Tableau Server on new hardware.
* On new Test: tsm licenses activate -k <key>.
* Benefit: Clean, compliant transfer-preserves license integrity.
* Option A (Activate new, then deactivate old): Incorrect.
* Risk: If the key's limit is reached (e.g., 3 activations), the new activation fails until deactivation occurs. Order matters.
* Option C (Activate new, keep old as backup): Incorrect.
* Issue: Exceeds license limit (4 activations) and risks non-compliance. Backup requires deactivation or a separate key.
* Option D (Activate new, obliterate old): Incorrect.
* Details: tableau-server-obliterate.cmd wipes the entire install (data, config)-overkill and doesn't formally deactivate the key via TSM, potentially leaving licensing inconsistent.
Why This Matters: Proper license management prevents activation errors and ensures legal use across environments.
Reference: Tableau Server Documentation - "Manage Product Keys" (https://help.tableau.com/current/server
/en-us/license_manage.htm).


NEW QUESTION # 29
Which three methods should an administrator use to create a Tableau Server group or project? (Choose three.)

  • A. REST API
  • B. tsm customize
  • C. Tableau Server browser interface
  • D. tabcmd

Answer: A,C,D

Explanation:
Tableau Server provides multiple methods to create groups (collections of users) and projects (content containers), catering to UI, CLI, and programmatic needs. Let's dissect each option with depth:
* Option B (Tableau Server browser interface): Correct.
* Groups: Go to Users > Groups > Add Group, name it, and optionally sync with Active Directory.
* Projects: Go to Content > Projects > New Project, set name, description, and permissions.
* Details: The web UI is intuitive, requiring server/site administrator rights. It's ideal for manual, ad-hoc creation with immediate visibility.
* Permissions: For projects, you can set default permissions or lock them here.
* Option C (tabcmd): Correct.
* Groups: tabcmd creategroup "GroupName" creates a local group. Add users with tabcmd addusers "GroupName" --users "user1,user2".
* Projects: tabcmd createproject -n "ProjectName" -d "Description" creates a project.
* Details: tabcmd is a command-line tool for batch operations or scripting (e.g., automating group
/project setup). It requires a server admin login (tabcmd login).
* Limitation: No AD sync via tabcmd-that's UI or REST API territory.
* Option D (REST API): Correct.
* Groups: Use the POST /api/api-version/sites/site-id/groups endpoint with a payload (e.g.,
{"group": {"name": "GroupName"}}). Supports AD import too.
* Projects: Use POST /api/api-version/sites/site-id/projects (e.g., {"project": {"name":
"ProjectName", "description": "Desc"}}).
* Details: The REST API is programmatic, ideal for integration with external systems or bulk automation. Requires authentication via a token and server/site admin rights.
* Power: Offers full control, including nested projects and custom permissions.
* Option A (tsm customize): Incorrect.
* Purpose: tsm customize modifies TSM UI branding (e.g., logos, colors) via commands like tsm customize --logo "path/to/logo.png".
* Why Wrong: It's unrelated to creating groups or projects-it's for cosmetic server configuration, not content/user management.
Why This Matters: Offering UI, CLI, and API options ensures flexibility-manual for small tasks, automation for scale-critical in enterprise deployments.
Reference: Tableau Server Documentation - "Manage Groups" (https://help.tableau.com/current/server/en-us
/groups_create.htm), "Manage Projects" (https://help.tableau.com/current/server/en-us/projects_create.htm),
"tabcmd Commands" (https://help.tableau.com/current/server/en-us/tabcmd_cmd.htm), "REST API Reference" (https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm).


NEW QUESTION # 30
Which two statements are advantages of published data sources in comparison to embedded data sources?
(Choose two.)

  • A. Centralized data management is easier
  • B. Storage space is conserved and resource usage during data refreshes is optimized
  • C. Drivers are automatically installed on each client's machine
  • D. Data is protected so that it is only available in one workbook

Answer: A,B

Explanation:
In Tableau, data sources can be embedded (stored within a workbook) or published (stored separately on Tableau Server). Let's define these and analyze the advantages:
* Embedded Data Source: The connection details and any extract are bundled in the .twb or .twbx file.
Each workbook manages its own copy.
* Published Data Source: The connection or extract is hosted on Tableau Server, reusable across multiple workbooks.
Now, let's evaluate the options:
* Option C (Centralized data management is easier): Correct. Published data sources allow:
* Single source of truth: One data source can serve multiple workbooks, ensuring consistency.
* Unified updates: Refresh schedules, permissions, and metadata (e.g., calculated fields) are managed in one place via the Server UI.
* Governance: Administrators can control access and monitor usage centrally.In contrast, embedded data sources require individual updates per workbook, leading to duplication and management overhead.
* Option D (Storage space is conserved and resource usage during data refreshes is optimized):
Correct. With published data sources:
* Storage: A single extract on the Server (e.g., a .hyper file) is shared across workbooks, avoiding redundant copies stored in each embedded workbook.
* Refreshes: One refresh job updates the shared extract, reducing CPU and memory usage compared to multiple refreshes for duplicate embedded extracts.Embedded data sources replicate extracts, increasing disk space and refresh load.
* Option A (Data is protected so that it is only available in one workbook): Incorrect. This describes embedded data sources, not published ones. Published data sources are shared, not restricted to one workbook-permissions control access, not exclusivity.
* Option B (Drivers are automatically installed on each client's machine): Incorrect. Drivers (e.g., for SQL Server, PostgreSQL) must be installed on the Server hosting the published data source, not client machines. This is unrelated to the published vs. embedded distinction.
Why This Matters: Published data sources enhance scalability and efficiency in enterprise deployments, making them a cornerstone of Tableau Server's data strategy.
Reference: Tableau Server Documentation - "Published Data Sources" (https://help.tableau.com/current/server
/en-us/datasource_publish.htm).


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

  • A. Text
  • B. Images (jpg, png)
  • C. @mentions
  • D. Interactive snapshots of a view

Answer: A,C

Explanation:
Comments on Tableau Server visualizations facilitate collaboration. Let's explore what's supported:
* Comments Feature: Enabled per site (Settings > General > Allow Comments). Users with "Add Comment" permission can post on views.
* Option B (Text): Correct.
* Details: The primary content type-users type free-form text in the comment box.
* Use: Notes, questions, or feedback (e.g., "Sales spiked here-why?").
* Option C (@mentions): Correct.
* Details: Typing @username notifies the mentioned user via email or the UI (if notifications are enabled).
* Use: Directs comments to specific people (e.g., "@John, check this trend").
* Option A (Interactive snapshots of a view): Incorrect.
* Details: Snapshots (static images) aren't supported in comments-users must take screenshots externally and can't embed them interactively.
* Option D (Images - jpg, png): Incorrect.
* Details: No attachment or image embedding in comments-text and mentions only. Workaround:
Link to an image hosted elsewhere.
Why This Matters: Comments enhance teamwork, but their simplicity (text + mentions) keeps the interface lightweight and focused.
Reference: Tableau Server Documentation - "Comment on a View" (https://help.tableau.com/current/server
/en-us/comment.htm).


NEW QUESTION # 32
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. The same rights as John
  • B. All of the capabilities associated with the Editor rule
  • C. View and Download Workbook/Save As
  • D. No access

Answer: C


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

  • A. Use the command: tsm configuration set -k recommendations.enabled -v false
  • B. Disable the option using the site Settings page
  • C. Disable the option using the server Settings page
  • D. Publish data sources only to projects with permissions locked to the project

Answer: B

Explanation:
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.
Reference: Tableau Server Documentation - "Manage Site Settings" (https://help.tableau.com/current/server/en-us/site_settings.htm).


NEW QUESTION # 34
Your deployment of Tableau Server uses Active Directory authentication. What statement correctly describes the process of importing a group from Active Directory?

  • A. New users created as a result of importing a group are assigned the site role specified during the import
  • B. You can change the name of a group during import, although this will not change the group's name in Active Directory
  • C. Importing a group from Active Directory requires a .csv file that lists user IDs
  • D. If an imported group contains any users that have Tableau Server accounts, their site role will be changed to match the site role specified during the import

Answer: A

Explanation:
Importing an AD group into Tableau Server syncs user management-let's analyze the process and options:
* AD Group Import Process:
* How: In the UI (Users > Groups > Add Group > Active Directory), enter the AD group name, set a site role, and sync.
* Behavior:
* Existing Users: If a user is already in Tableau Server, their site role remains unchanged unless manually adjusted-sync applies the minimum role only if it upgrades access.
* New Users: Added to Tableau with the site role specified during import.
* Config: Requires AD authentication enabled in TSM.
* Option D (New users created are assigned the site role specified during import): Correct.
* Details: When importing (e.g., "SalesTeam" group, site role: Explorer):
* New users get Explorer.
* Existing users keep their role unless it's below Explorer (e.g., Unlicensed # Explorer).
* Why: Ensures consistent onboarding-new users align with the group's intended access.
* Option A (Existing users' roles change to match import): Incorrect.
* Why: Existing roles persist unless lower than the minimum-e.g., Viewer stays Viewer if import sets Explorer, but Unlicensed upgrades. Not a full overwrite.
* Option B (Requires a .csv file): Incorrect.
* Why: AD import uses live sync via LDAP-no .csv needed (that's for local auth imports).
* Option C (Change group name during import): Incorrect.
* Why: The AD group name is fixed-you can't rename it in Tableau during sync (it mirrors AD).
Post-import renaming is possible but not part of the process.
Why This Matters: Accurate AD sync ensures seamless user management-missteps can disrupt access or licensing.
Reference: Tableau Server Documentation - "Synchronize Active Directory Groups" (https://help.tableau.com
/current/server/en-us/groups_sync.htm).


NEW QUESTION # 35
What command should you run to update the automatically-generated secrets that are created during a Tableau Server installation?

  • A. tsm security validate-asset-keys
  • B. tsm data-access caching set -r 1
  • C. tsm security regenerate-internal-tokens
  • D. tsm licenses refresh

Answer: C

Explanation:
Tableau Server uses internal secrets (tokens) for secure communication between its processes (e.g., Repository, File Store). These are automatically generated during installation and can be regenerated if compromised or for security maintenance. The command to update these is:
* tsm security regenerate-internal-tokens: This regenerates the internal security tokens, ensuring all processes use the new tokens after a restart.
* Option C (tsm security regenerate-internal-tokens): Correct. This is the documented command for updating internal secrets.
* Option A (tsm data-access caching set -r 1): Incorrect. This command configures caching behavior, not security tokens.
* Option B (tsm licenses refresh): Incorrect. This refreshes license data, unrelated to internal secrets.
* Option D (tsm security validate-asset-keys): Incorrect. This validates encryption keys for assets, not internal tokens.
Reference: Tableau Server Documentation - "Regenerate Internal Tokens" (https://help.tableau.com/current/server/en-us/cli_security.htm#regenerate-internal-tokens).


NEW QUESTION # 36
Which three items can be contained in a project? (Choose three.)

  • A. Workbooks
  • B. Nested Projects
  • C. Groups
  • D. Data Sources

Answer: A,B,D

Explanation:
In Tableau Server, projects are containers for organizing and securing content. They help manage permissions and structure content hierarchically. Let's define what can be contained:
* Workbooks: Visualizations and dashboards published to the Server.
* Data Sources: Published connections or extracts reusable across workbooks.
* Nested Projects: Sub-projects within a parent project, introduced in later versions (e.g., 2018.2) for deeper organization.
* Option B (Workbooks): Correct. Workbooks are the primary content type in projects, containing views and dashboards.
* Option C (Nested Projects): Correct. Nested projects allow hierarchical structuring (e.g., a "Sales" project with "Q1" and "Q2" sub-projects), with inherited or custom permissions.
* Option D (Data Sources): Correct. Published data sources reside in projects, providing reusable data connections.
* Option A (Groups): Incorrect. Groups are collections of users managed at the site or server level, not stored within projects. Projects contain content, not user entities.
Why This Matters: Projects are key to content governance-knowing what they hold helps administrators organize and secure assets effectively.
Reference: Tableau Server Documentation - "Projects" (https://help.tableau.com/current/server/en-us/projects.
htm).


NEW QUESTION # 37
You need to verify the status of the Coordination Service ensemble in a high-availability (HA) Tableau Server cluster. What should you do?

  • A. Run the command tsm maintenance ziplogs
  • B. Run the command tsm status -v
  • C. Examine the Tableau Services Manager (TSM) web client Status page
  • D. Examine the Tableau Server Status page

Answer: B

Explanation:
In an HA Tableau Server cluster, the Coordination Service (ZooKeeper ensemble) maintains cluster state- let's find the best way to check it:
* Coordination Service:
* Runs on multiple nodes (3 or 5 in HA) to ensure quorum and failover.
* Status indicates if it's running and synced-critical for cluster health.
* Option C (Run tsm status -v): Correct.
* Details: tsm status --verbose lists all processes across nodes, including Coordination Service (e.
g., "Coordination Service: RUNNING").
* Why Best: Provides detailed, node-specific status in the CLI-e.g., "Node 1: RUNNING, Node
2: RUNNING."
* Use: Run on the initial node; -v ensures full output.
* Option A (TSM web client Status page): Incorrect.
* Why: The TSM UI (Server > Status) shows process counts (e.g., "Coordination Service: 3 instances"), but not detailed per-node status-less granular than CLI.
* Option B (tsm maintenance ziplogs): Incorrect.
* Why: Generates log archives for troubleshooting, not a real-time status check.
* Option D (Tableau Server Status page): Incorrect.
* Why: The Server Status page (Server > Status in the web UI) monitors application processes (e.
g., VizQL), not TSM's Coordination Service.
Why This Matters: Coordination Service health ensures HA stability-tsm status -v is the admin's go-to for precision.
Reference: Tableau Server Documentation - "Check Server Status" (https://help.tableau.com/current/server/en- us/tsm_status.htm).


NEW QUESTION # 38
What is the minimum hardware recommendation for a single-node production installation of Tableau Server?

  • A. 8-Core CPU (2.0 GHz or higher), 32 GB RAM, 50 GB free disk space
  • B. 4-Core CPU (2.0 GHz or higher), 64 GB RAM, 50 GB free disk space
  • C. 2-Core CPU (1.8 GHz or higher), 8 GB RAM, 15 GB free disk space
  • D. 4-Core CPU (2.0 GHz or higher), 16 GB RAM, 50 GB free disk space

Answer: A

Explanation:
Tableau Server's minimum hardware recommendations for a production single-node deployment ensure reliable performance for small to medium workloads. As of the latest documentation:
* CPU: 8 cores (2.0 GHz or higher) to handle concurrent users, rendering, and background tasks.
* RAM: 32 GB to support in-memory processing (e.g., VizQL, Data Engine) and caching.
* Disk Space: 50 GB free for installation, logs, extracts, and temporary files.
Let's break it down:
* Option C (8-Core CPU, 32 GB RAM, 50 GB free disk space): Correct. This matches Tableau's official minimum for production:
* 8 cores ensure sufficient parallelism for processes like Backgrounder and VizQL.
* 32 GB RAM supports multiple users and extract refreshes.
* 50 GB disk space accommodates growth (initial install is ~1-2 GB, but logs and extracts expand).
* Option A (4-Core, 16 GB RAM, 50 GB): Incorrect. Too low for production-4 cores and 16 GB RAM are below the threshold for reliable performance under load.
* Option B (2-Core, 8 GB RAM, 15 GB): Incorrect. This is for non-production (e.g., trial) setups, insufficient for production stability.
* Option D (4-Core, 64 GB RAM, 50 GB): Incorrect. 4 cores are inadequate, though 64 GB RAM exceeds the minimum (32 GB).
Why This Matters: Under-spec hardware can lead to slow performance, failed refreshes, or crashes in production-adhering to the minimum ensures stability.
Reference: Tableau Server Documentation - "Minimum Hardware Recommendations" (https://help.tableau.
com/current/server/en-us/requirements.htm).


NEW QUESTION # 39
A new engineer reports that he is unable to log on to Tableau Services Manager (TSM) from the initial node of a Windows test cluster. Which account credentials should you instruct the engineer to use?

  • A. An account for the Tableau Server administrator
  • B. An account with a Creator site role
  • C. An account with administrative rights to the computer
  • D. An account with a Site Administrator role

Answer: C

Explanation:
Tableau Services Manager (TSM) is the administrative tool for managing Tableau Server's configuration, processes, and topology. To log in to TSM (via the web UI at https://<server>:8850 or CLI), you need:
* TSM administrator credentials: These are distinct from site roles and are set during installation or reset via tsm reset.
* Local administrative rights: On Windows, the account used to access TSM must be in the local Administrators group on the initial node, as TSM interacts with system-level services.
In a test cluster, the engineer's inability to log in suggests they lack either the correct TSM credentials or sufficient OS-level permissions. Since the question focuses on a Windows environment and "initial node," the most immediate requirement is local administrative rights to run TSM commands or access the UI.
* Option C (An account with administrative rights to the computer): Correct. The engineer must use an account in the local Administrators group on the initial node to authenticate to TSM. After that, they' ll need the TSM admin username/password set during installation.
* Option A (An account with a Creator site role): Incorrect. Site roles (e.g., Creator) apply to content access within Tableau Server, not TSM administration.
* Option B (An account with a Site Administrator role): Incorrect. Site Administrators manage site content, not server-level TSM functions.
* Option D (An account for the Tableau Server administrator): Partially correct but incomplete. This likely refers to the TSM admin account, but without local admin rights on the machine, login will fail.
Option C is more precise.
Reference: Tableau Server Documentation - "TSM Authentication" (https://help.tableau.com/current/server
/en-us/tsm_overview.htm#authentication).


NEW QUESTION # 40
What file format should you use to register Tableau Server from the command line?

  • A. JSON
  • B. YML
  • C. XML
  • D. HTTP

Answer: A

Explanation:
Registering Tableau Server from the command line involves providing configuration details (e.g., identity store, license) via the tsm register command. Let's explore this fully:
* Registration Process:
* Run during initial setup or to update settings (e.g., after changing AD/LDAP config).
* Uses a configuration file to pass parameters to TSM.
* Command: tsm register --file <path-to-file>.
* File Format:
* Tableau Server uses JSON for configuration files in TSM commands like tsm register.
* Example:
json
CollapseWrapCopy
{
"identityStore": {
"type": "local",
"domain": "example.com"
}
}
* JSON is structured, machine-readable, and aligns with Tableau's modern CLI design.
* Option C (JSON): Correct.
* Official format for tsm register, per documentation and practical use.
* Option A (YML): Incorrect.
* While tabsvc.yml exists internally, it's not for registration-tsm register uses JSON.
* Option B (XML): Incorrect.
* Older Tableau configs used XML (e.g., workgroup.yml pre-TSM), but TSM standardized on JSON.
* Option D (HTTP): Incorrect.
* HTTP is a protocol, not a file format-irrelevant here.
Why This Matters: Correct file format ensures seamless registration, avoiding CLI errors in setup or migrations.
Reference: Tableau Server Documentation - "tsm register" (https://help.tableau.com/current/server/en-us
/cli_register.htm).


NEW QUESTION # 41
What type of information is stored in the tsm maintenance backup -f <filename>.tsbak command?

  • A. SMTP server settings
  • B. Topology data
  • C. Repository data
  • D. Notification settings

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 it's not stored as a standalone item. The .tsbak file is centered on the repository database.
Reference: Tableau Server Documentation - "Back Up Tableau Server Data" (https://help.tableau.com/current
/server/en-us/backup_restore.htm).


NEW QUESTION # 42
......


Salesforce Analytics-Admn-201 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Connecting to and Preparing Data: This section of the exam measures the skills of Tableau Administrators and covers the basic understanding of Tableau Server’s interface, navigation, and overall topology. Candidates are expected to recognize both client and server components, understand how these interact, and know where to find information about versions, releases, and updates. It also focuses on system requirements, including hardware, operating systems, browsers, email configurations, cloud considerations, and licensing models. Additionally, it examines knowledge of server processes, data source types, network infrastructure, and ports needed for a stable deployment.
Topic 2
  • Troubleshooting: This section of the exam measures the skills of Support Specialists and covers resolving common Tableau Server issues. Candidates must know how to reset accounts, package logs, validate site resources, rebuild search indexes, and use analysis reports. It also includes understanding the role of browser cookies and creating support requests when needed.
Topic 3
  • Administration: This section of the exam measures the skills of Tableau Administrators and covers the day-to-day tasks of maintaining Tableau Server. Candidates should understand how to create and manage schedules, subscriptions, backups, and restores, as well as how to use tools such as TSM, Tabcmd, and REST API. It emphasizes monitoring, server analysis, log file usage, and embedding practices. It also includes managing projects, sites, and nested structures, while contrasting end-user and administrator abilities. Knowledge of publishing, web authoring, sharing views, caching, and data source certification is also tested.
Topic 4
  • Installation and Configuration: This section of the exam measures the skills of Server Engineers and covers the process of installing Tableau Server, understanding installation paths, identity store options, SSO integrations, SSL setup, and silent installs. Candidates also need to demonstrate the ability to configure Tableau Server by setting cache, distributing processes, customizing sites, and configuring user quotas. It further includes adding users, managing their roles and permissions, and applying Tableau’s security model at different levels from sites to workbooks.
Topic 5
  • Migration & Upgrade: This section of the exam measures the skills of System Engineers and covers the process of upgrading and migrating Tableau Server environments. Candidates should understand how to carry out clean reinstalls, migrate servers to new hardware, and maintain backward compatibility during the process.

 

Analytics-Admn-201 Premium Exam Engine - Download Free PDF Questions: https://www.exams-boost.com/Analytics-Admn-201-valid-materials.html