True or False: The Explorer site role can browse and interact with views and open the web authoring environment to implement changes in the view, but they cannot save their work
Correct Answer: B
Explanation Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/users_site_roles.htm
Question 2
Which protocol does the Tableau Server REST API use to manage and change Tableau Server resources programmatically?
Correct Answer: C
Explanation Link to Tableau Server documentation: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_fundamentals.htm
Question 3
Prior to sending Tableau Desktop log files to Tableau Technical Support, an essential first step is to create clean logs. Which option below best describes the correct course of action for this initial step?
Correct Answer: B
Explanation Link to Tableau Server documentation: https://kb.tableau.com/articles/howto/sending-desktop-logs
Question 4
Which Tableau Server process is being described? This is a web server that handles all requests to Tableau Server from browsers, Tableau Desktop, and other clients.
Correct Answer: A
Explanation Link to Tableau Server documentation: https://help.tableau.com/current/server/en-us/processes.htm
Question 5
What account should you use to run the Tableau Server installation program?
Correct Answer: C
Installing Tableau Server on Windows requires an account with sufficient privileges to configure services, write to the file system, and manage registry settings. Let's analyze this in depth: * Installation Requirements: * The installer creates services (e.g., Tableau Server Gateway), writes to Program Files and ProgramData, and configures TSM. * It needslocal administrative privilegeson the machine to perform these tasks. * Post-install, a "Run As" account can be set for services (e.g., NT AUTHORITY\NetworkService), but this is separate from the install account. * Option C (An account in the local administrator group): Correct. * Why: The account must be in the local Administrators group to: * Install software (UAC elevation). * Configure services and ports. * Write to protected directories (e.g., C:\Program Files\Tableau). * Examples: A local admin (e.g., Administrator) or a domain user added to the Administrators group (e.g., DOMAIN\AdminUser). * Process: Log in as this account, run the installer, and provide TSM admin credentials during setup. * Option A (A local user account): Incorrect. * A standard local user (not in Administrators) lacks permissions-installation would fail with "Access Denied" errors. * Option B (A domain user account): Incorrect unless clarified. * A domain user without local admin rights can't install. If it's in the Administrators group, it qualifies, but C is more specific. * Option D (NT AUTHORITY\NetworkService): Incorrect. * This is a built-in service account for running services (default "Run As" post-install), not for executing the installer-an interactive user account is required. Why This Matters: Using the right account prevents install failures and ensures secure configuration- critical for production setups.