10/365 questions · Unlock full access
Q1

A financial services firm is deploying a new Tableau Server environment and must adhere to a strict security policy requiring all inter-process communication on the server nodes to be encrypted. Which TSM command is used to enable this feature?

Q2Multiple answers

An administrator is setting up a new three-node Tableau Server cluster designed for high concurrency and background processing workloads. The goal is to isolate user-facing processes from extract refresh tasks. Which processes should be configured to run exclusively on a dedicated backgrounder node? (Select THREE)

Q3

True or False: By default, users assigned the Explorer (can publish) site role are able to publish new workbooks to projects where they have been granted the appropriate permissions.

Q4

An administrator needs to programmatically promote certified workbooks from a 'Development' site to a 'Production' site every week. The script must also remap the workbook's underlying data source connections during the process. Which Tableau tool is best suited for this multi-step automation task?

Q5

**Case Study:** A mid-sized hospital group is implementing Tableau Server to provide analytics to clinical and administrative staff. They have stringent data privacy requirements due to HIPAA regulations. **Company Background:** The hospital has 1,000 users categorized into three main groups: Data Scientists (Creators), Clinical Analysts (Explorers), and Hospital Management (Viewers). The data resides in an on-premises SQL Server database that contains Protected Health Information (PHI). **Technical & Security Requirements:** 1. All user authentication must be handled by the hospital's existing Active Directory. 2. All network traffic to and from the Tableau Server, including between server nodes, must be encrypted with SSL/TLS. 3. Data Scientists must be able to publish new data sources, but a specific 'PHI Certified' project must be governed by a data steward. Only the steward can publish or certify data sources in this project. 4. Clinical Analysts should be able to create and edit workbooks using only the data sources from the 'PHI Certified' project. 5. Hospital Management should only have read-only access to a specific set of dashboards in a 'Executive Dashboards' project. Which configuration plan best meets all of the hospital's requirements? ```mermaid graph TD subgraph "Tableau Server Configuration" Auth[Authentication: Active Directory] Encrypt[Encryption: External & Internal SSL] subgraph Projects A[PHI Certified Project] B[Clinical Analysis Project] C[Executive Dashboards Project] end end subgraph UserGroups UG1[Data Scientists] UG2[Clinical Analysts] UG3[Hospital Management] UG4[Data Steward] end UG1 --> A UG2 --> B UG3 --> C UG4 --> A ```

Q6

A Tableau workbook author has published a workbook containing a connection to a local CSV file that was on their desktop. What is the state of this CSV data on Tableau Server immediately after publishing?

Q7

A server administrator needs to change the port used by the primary gateway process from 80 to 8080 on `node1`. Complete the TSM command to achieve this: `tsm topology set-ports --node-name node1 --port-name gateway:primary --port-value _____`

Q8

After a database credential update, several critical extract refreshes begin to fail with authentication errors. The administrator has already updated the connection information for the published data sources on Tableau Server. What is the most likely remaining cause for the failures?

Q9

A project's permissions are locked to the project. An administrator assigns a user the role of Project Leader for that specific project. What is the result of this action regarding the user's ability to manage content permissions within that project?

Q10Multiple answers

Which of the following site roles are capable of publishing new, original content (either workbooks or data sources) to Tableau Server? (Select TWO)