Last Updated On : 20-May-2026
Salesforce Certified Tableau Architect Practice Test
Prepare with our free Salesforce Certified Tableau Architect sample questions and pass with confidence. Our Salesforce-Tableau-Architect practice test is designed to help you succeed on exam day.
Salesforce 2026
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)
You notice that Tableau Server on a Windows system is experiencing slow performance issues when accessed through a web proxy. What should be the initial step to address this performance issue?
A. Disabling the web proxy to see if performance improves without it
B. Checking the web proxy settings for any bandwidth limits or filtering rules that might be affecting performance
C. Reinstalling Tableau Server to ensure it's properly configured for proxy usage
D. Configuring Tableau Server to use an alternative port that bypasses the web proxy
Explanation
When Tableau Server performance is slow through a web proxy, the first troubleshooting step is to examine the proxy configuration.
Why B is correct:
1. Web proxies can impose bandwidth throttling, content filtering, or caching rules that impact performance.
2. Checking and adjusting these settings is a non-disruptive initial step and can quickly identify if the proxy is the bottleneck.
3. Disabling the proxy or reinstalling the server should be done only after confirming whether the proxy itself is responsible.
Why not the others?
A. Disabling the web proxy
This might help identify the cause, but it’s more intrusive than first checking settings. If the proxy is needed for security/compliance, disabling it might not be possible.
C. Reinstalling Tableau Server
Reinstallation is not an initial troubleshooting step. Performance issues through a proxy are rarely due to the Tableau Server installation itself.
D. Configuring Tableau Server to use an alternative port
Changing ports is not the standard first step unless the issue is clearly port-specific. This is more of a targeted fix after isolating the problem.
Reference
Tableau Help: Configure Proxies and Load Balancers
Key point from docs: "If users experience delays or slow load times when connecting through a proxy, check proxy settings such as caching, bandwidth limits, and filtering."
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 |