Salesforce-Tableau-Architect Practice Test
Updated On 18-Sep-2025
105 Questions
After configuring Tableau Server on a Windows system, you notice that the server cannot connect to an external SMTP server for email notifications. What should be the first troubleshooting step?
A. Installing a new email client on the Tableau Server machine
B. Verifying the SMTP server details and network connectivity in the Tableau Server configuration
C. Increasing the server's RAM to improve its ability to handle external communications
D. Changing the email format settings in Tableau Server
Explanation:
Why B is Correct?
SMTP connection failures are most commonly caused by:
Incorrect server details (e.g., wrong hostname, port, or authentication credentials).
Network issues (e.g., firewall blocking port 25/587, DNS resolution failures).
Tableau’s Email Configuration Guide lists this as the first troubleshooting step.
Why Other Options Are Incorrect?
A.Installing an email client: Tableau Server communicates directly with SMTP servers—no local client is needed.
C.Increasing RAM: Unrelated to SMTP connectivity issues.
D.Changing email format: Affects message content, not delivery failures.
Reference:
Tableau’s SMTP Troubleshooting Guide.
Final Note:
Start with B—90% of SMTP issues stem from misconfiguration or network blocks. If unresolved, check firewall rules or SMTP server logs.
In developing a load testing strategy for Tableau Server, what aspect is important to include to ensure comprehensive testing?
A. Testing the server with a single, high-usage dashboard to see its performance under stress
B. Simulating a variety of user activities, such as viewing dashboards, publishing workbooks, and refreshing extracts
C. Exclusively testing the data source connection speeds to determine the overall server performance
D. Running the tests only with administrative users to evaluate the server's response to privileged activities
Explanation:
Why B is Correct?
A comprehensive load test must mimic real-world usage patterns, including:
Viewing dashboards (VizQL processes).
Publishing workbooks (Backgrounder/Repository).
Refreshing extracts (Backgrounder/Data Engine).
This reveals bottlenecks across all server components, not just one area.
Tableau’s Load Testing Guide emphasizes diverse user simulations.
Why Other Options Are Incomplete?
A. Single dashboard test: Only stresses VizQL, ignoring other services (e.g., Backgrounder).
C. Data source speeds alone: Measures external systems, not Tableau Server’s capacity.
D. Admin-only tests: Privileged tasks (e.g., user management) don’t reflect typical user load.
Key Elements of a Robust Load Test:
User concurrency: Ramp up from 100 to 1,000+ users.
Activity mix:
70% dashboard views, 20% extracts, 10% publishes.
Monitor metrics: CPU, memory, query latency, and error rates.
Reference:
NIST SP 800-146: Recommends simulating realistic workloads for accurate testing.
Final Note:
B is the only holistic approach. Options A/C/D test narrow scenarios, risking overlooked failures. Always model real user behavior.
A company using Tableau Cloud experiences intermittent performance issues, particularly during peak usage times. What should be the first step in troubleshooting these issues?
A. Increasing the number of Tableau Cloud instances without analyzing usage patterns
B. Analyzing user access patterns and resource utilization to identify bottlenecks
C. Immediately upgrading the company's internet connection
D. Reducing the number of dashboards available to users to decrease load
Explanation:
Why B is Correct?
Intermittent performance issues during peak times typically stem from resource bottlenecks (e.g., high concurrent users, inefficient queries, or large extracts).
Usage analysis helps pinpoint:
Peak traffic times (e.g., 9 AM–11 AM).
Resource-heavy dashboards (via Tableau Cloud’s Admin Insights or Usage Metrics).
Query latency from underlying data sources.
Tableau’s Performance Troubleshooting Guide recommends this as the first step.
Why Other Options Are Premature?
A. Adding instances blindly: Overprovisioning is costly and unnecessary if the issue is a single inefficient dashboard.
C. Upgrading internet: Rarely the cause—Tableau Cloud runs on AWS/Azure, and client-side internet speed affects only individual users.
D. Reducing dashboards: A last resort—optimization should come before removal.
Steps to Diagnose Performance Issues:
Review Admin Insights in Tableau Cloud:
Check "Content Performance" and "User Activity" tabs.
Identify slow dashboards:
Look for high-load workbooks (e.g., complex calculations, large extracts).
Optimize or schedule refreshes during off-peak hours.
Reference:
Tableau’s Admin Insights Documentation.
Final Note:
Start with B—data-driven decisions beat guesswork (A/C/D). If analysis reveals infrastructure limits, then consider scaling (A)
When implementing extract encryption in Tableau Server, what is a crucial step to secure the data extracts stored on the server?
A. Configuring a VPN tunnel for all data extract transfers to and from Tableau Server
B. Enabling at-rest encryption for data extracts within Tableau Server's configuration settings
C. Implementing a network intrusion detection system to monitor extract file accesses
D. Increasing the storage capacity of the server to accommodate the additional space required by encrypted extracts
Explanation:
Why B is Correct?
At-rest encryption ensures that data extracts (.tde or .hyper files) stored on Tableau Server’s disk are unreadable without a decryption key, protecting against unauthorized access (e.g., theft, breaches).
Tableau’s Extract Encryption Guide mandates this for compliance (e.g., HIPAA, GDPR).
Why Other Options Are Incorrect?
A. VPN for transfers: Secures data in transit, not at rest (extracts are already encrypted during transfer via HTTPS).
C. Intrusion detection: Useful for monitoring but doesn’t directly encrypt extracts.
D. Increasing storage: Irrelevant—encryption adds minimal overhead (~5-10% space).
Key Steps for Secure Extract Encryption:
Generate a strong encryption key (e.g., 256-bit AES).
Reference:
Tableau’s Security Hardening Guide prioritizes at-rest encryption.
Final Note:
B is the only direct solution for securing extracts at rest. Options A/C/D address peripheral concerns but not core encryption. Always back up the encryption key separately!
If you encounter an error related to dependency resolution while installing Tableau Server on Linux, what should be your initial troubleshooting step?
A. Temporarily disabling the firewall and antivirus software on the Linux server
B. Verifying that all required dependencies are installed and up-to-date on the Linux system
C. Configuring the network settings to allow unrestricted internet access to the Linux server
D. Changing the Linux server's hostname to ensure it's correctly recognized by Tableau Server
Explanation:
Why B is Correct?
Dependency resolution errors occur when Tableau Server’s prerequisites (e.g., libraries like libssl, libpq) are missing or outdated.
The first step is to check Tableau’s Linux Installation Requirements and ensure all dependencies are met.
Commands like ldd (to check missing libraries) or apt/yum (to install packages) resolve most issues.
Why Other Options Are Incorrect?
A. Disabling firewall/antivirus: Rarely affects dependency installation—focus on package management first.
C. Unrestricted internet access: Only needed if dependencies are fetched from online repos (but check local packages first).
D. Changing hostname: Irrelevant to dependency errors (hostname matters for clustering, not installation).
Reference:
Tableau’s Linux Dependency Guide.
Final Note:
Always start with B—dependency issues are common and fixable. Options A/C/D are tangential unless B fails.
Salesforce-Tableau-Architect Exam Questions - Home |
Page 2 out of 21 Pages |