Total 65 Questions
Last Updated On :
Preparing with Salesforce-Tableau-Data-Analyst practice test is essential to ensure success on the exam. This Salesforce SP25 test allows you to familiarize yourself with the Salesforce-Tableau-Data-Analyst exam questions format and identify your strengths and weaknesses. By practicing thoroughly, you can maximize your chances of passing the Salesforce certification spring 2025 release exam on your first attempt. Surveys from different platforms and user-reported pass rates suggest Salesforce-Tableau-Data-Analyst practice exam users are ~30-40% more likely to pass.
From Tableau Desktop you sign in lo a Tableau Server site. What appears in the list of available data sources when you search for a published data source?
A. All the data sources published to the site
B. All the data sources published to the Tableau Server
C. All the data sources published to the site within the folders to which you have access
D. All the data sources published to the Tableau Server within the folders to which you have access
Explanation:
✅ When you sign in to a Tableau Server site from Tableau Desktop and search for a published data source, the list of available data sources is filtered based on your permissions. Specifically, Tableau Server restricts visibility to only those data sources that are published to the site and located within projects (or folders) where you have been granted access. This is a key aspect of Tableau’s permission model, which ensures users only see content they are authorized to view or interact with.
Here’s why the other options are incorrect:
A. All the data sources published to the site: This is incorrect because it does not account for permissions. Even if a data source is published to the site, you won’t see it unless you have access to the project or folder containing it.
B. All the data sources published to the Tableau Server: This is incorrect because it refers to the entire Tableau Server, which may host multiple sites. You are signed into a specific site, so only data sources on that site (and within accessible folders) are relevant.
D. All the data sources published to the Tableau Server within the folders to which you have access: This is incorrect because it references the entire Tableau Server rather than the specific site you are signed into. Tableau Server can have multiple sites, and data sources are scoped to a specific site.
ℹ️ Reference:
➡️ Tableau Help Documentation: The Tableau Server Help page on “Permissions” explains that access to content, including data sources, is controlled by permissions set at the project or folder level within a site. Only data sources in projects where a user has view or connect permissions will appear when searching from Tableau Desktop (Tableau Server Help: Permissions).
➡️ Salesforce Tableau Data Analyst Exam Guide: The section on “Publish and Manage Content” (10% of the exam) covers managing and accessing published data sources, emphasizing the role of permissions in determining visibility (Tableau Certified Data Analyst Exam Guide, October 2024).
➡️ Trailhead Module: The Tableau Data Analyst Certification Prep Guide (Unit 4: Publish and Manage Content) includes scenarios on accessing published data sources, reinforcing that visibility is limited to projects with granted permissions.
A Data Analyst has a data source that has two tables named Table1 and Table2. Table1 is the primary table and Table2 is the secondary table. The analyst wants to combine the tables by using Tableau Prep. The combined table must include only values from Table1 that do not match any values in Table2. The field values from Table2 must appear as null values. Which type of join should the analyst use?
A. Inner
B. Left only
C. Left
D. Full outer
E. Union
Explanation:
In Tableau Prep, the "Left only" join returns all the rows from the primary (left) table (Table1 in your case) that do not have matching values in the secondary (right) table (Table2). The result includes these exclusive values from Table1, and any columns from Table2 in the joined output will appear as nulls for these rows—since there is no matching data in Table2 to populate them.
This differs from a standard "Left" join (Option C), which includes all rows from the left table but also brings in any that have matches in the right table. The "Left only" join isolates only those rows from Table1 that have no match in Table2, which is exactly what your scenario asks for.
➡️ "Inner" join (Option A) keeps only matching rows.
➡️ "Left" join (Option C) keeps all from the primary and fills non-matches with nulls but also includes matches.
➡️ "Full outer" (Option D) brings all rows from both tables, matched and unmatched.
➡️ "Union" (Option E) stacks rows and is not a join in the context of matching fields.
Reference:
➡️ Tableau Prep's own documentation and tutorials clarify that "Left only" is the join type to get just the non-matching records from the primary table with nulls in the secondary fields.
How should a Data Analyst sort data by Sales across multiple dimensions in Tableau?
A. Use the Sets feature to combine dimensions and then sort one of the fields.
B. Use the Group feature to combine dimensions and then sort the grouped field.
C. Right-click on the rightmost dimension, choose Sort, then select nested in the options.
D. Right-click on each dimension, choose Sort, then select data source order in the options.
Explanation:
✅ Correct Answer: C. Right-click on the rightmost dimension, choose Sort, then select nested in the options.
This is the correct approach when you want to sort values like Sales across multiple dimensions in Tableau (e.g., Region → Category → Sub-Category). In Tableau, sorting is hierarchical when multiple dimensions are placed on Rows or Columns. To preserve this hierarchy while sorting based on a measure like Sales, you must sort within each level rather than globally. This is done through a nested sort, which means Tableau will sort each instance of the lower-level dimension (the rightmost one on the shelf) within the context of the higher-level dimensions. You apply this by right-clicking on the last dimension in the hierarchy (e.g., Sub-Category), choosing Sort, then selecting Field, choosing Sales as the sorting field, and enabling Nested sort. This maintains the proper grouping structure while ordering values correctly within each group.
❌ Option A: Use the Sets feature to combine dimensions and then sort one of the fields.
Sets in Tableau are used primarily for comparing subsets of data or creating dynamic groups based on conditions or selections. While they are powerful tools for filtering and segmenting data, they are not intended for sorting purposes. Sets can define which data is in or out of focus, but not how that data is ordered across a hierarchical structure. Trying to combine multiple dimensions into a set and then sort one of the fields would not produce the desired nested or contextual sort needed across multiple dimensions. Furthermore, sets are binary in nature (i.e., a value is either in the set or not), which makes them unsuitable for ranking or ordering operations across a complex hierarchy.
❌ Option B: Use the Group feature to combine dimensions and then sort the grouped field.
Groups in Tableau are used to manually combine members of a dimension into higher-level categories. For example, you might group several states into a region. While this can simplify a view or reduce the number of members in a dimension, it is not a sorting mechanism. Grouping changes the data structure by altering categories but doesn't provide dynamic control over sorting based on a measure like Sales. Also, once dimensions are grouped, the ability to sort within the original granular levels is lost, defeating the purpose of sorting "across multiple dimensions." Using groups might even mask useful variations in data that you'd want to highlight with a proper sort.
❌ Option D: Right-click on each dimension, choose Sort, then select data source order in the options.
Sorting each dimension individually and selecting data source order simply preserves the original order from the data source, which is not necessarily meaningful or useful for analytical sorting. This method does not allow for sorting based on any measure (such as Sales), nor does it consider the hierarchical relationships between dimensions. If you're dealing with multi-level data and want to see, for example, the highest-grossing Sub-Categories within each Category and Region, sorting by data source order on each field will not produce that result. Instead, it may give a confusing or inconsistent view of the data because it ignores the context needed for nested sorting.
📘 Summary:
To sort data across multiple dimensions based on a measure like Sales, you must use nested sorting on the rightmost dimension in the visual hierarchy. This ensures the sort respects the structure and context of the data. Sets and Groups are used for categorization and filtering—not sorting—and data source order does not reflect analytical priorities.
🔗 Reference:
ℹ️ Tableau Official Docs – Sorting Data
ℹ️ Tableau Video – Sorting Data
Open the link to Book1 found on the desktop. Open the Histogram worksheet and use the Superstone data source. Create a histogram on the Quantity field by using bin size of 3.
Explanation:
To create a histogram on the Quantity field by using bin size of 3, you need to do the following steps:
➡️ Open the link to Book1 found on the desktop. This will open the Tableau workbook that uses the Superstore data source.
➡️ Click on the Histogram tab at the bottom of the workbook to open the Histogram worksheet. You will see a blank worksheet with no marks.
➡️ Right-click on Quantity in the Measures pane and select Create Bins from the menu. This will open a dialog box that allows you to create bins for the Quantity field. Bins are groups of values that are treated as one unit in a histogram.
➡️ Enter 3 in the Size of bins text box. This will set the bin size to 3, which means that each bin will contain values that are 3 units apart. For example, one bin will contain values from 0 to 2, another bin will contain values from 3 to 5, and so on.
➡️ Click OK to create the bins. You will see a new field named Quantity (bin) in the Measures pane with a # sign next to it.
➡️ Drag Quantity (bin) from the Measures pane to Columns on the worksheet. This will create a histogram that shows the distribution of Quantity by bins. You will see bars that represent the frequency or count of values in each bin.
Optionally, you can adjust the width, color, and labels of the bars by using the options on the Marks card. You can also add filters, tooltips, or annotations to enhance your histogram.
🔗 Reference:
➡️ Create Bins from a Continuous Measures
You are subscribed to several views.
You need to unsubscribe from the views.
What should you use?
A. The My Content area of Tableau web pages
B. The Notifications area of Tableau Prep
C. The Data Source page of Tableau Desktop
D. The Shared with Me page
Explanation:
In Tableau Server or Tableau Cloud, when you are subscribed to views (e.g., workbooks, dashboards, or reports) and wish to unsubscribe, you manage your subscriptions through the My Content area of the Tableau web interface. This section allows you to view and manage all content you own or are subscribed to, including the ability to unsubscribe from views that send you email notifications or scheduled updates.
Here’s how it works:
➡️ Navigate to the My Content page on Tableau Server or Tableau Cloud.
➡️ Locate the Subscriptions section, which lists all the views you are subscribed to.
➡️ Select the view(s) you want to unsubscribe from and choose the option to unsubscribe, typically by clicking an unsubscribe link or button next to the subscription.
This process ensures you no longer receive notifications or scheduled snapshots for those views.
❌ Why the other options are incorrect:
B. The Notifications area of Tableau Prep: Tableau Prep is used for data preparation and transformation, not for managing subscriptions to views. It does not have a notifications area for managing view subscriptions, making this option incorrect.
C. The Data Source page of Tableau Desktop: The Data Source page in Tableau Desktop is used for connecting to and configuring data sources, not for managing subscriptions to views published on Tableau Server or Cloud.
D. The Shared with Me page: The Shared with Me page displays content that others have shared with you, but it is not the primary location for managing subscriptions. While you might see shared views, the unsubscribe action is performed in the My Content area under the subscriptions section.
🔗 Reference:
➡️ Tableau Help Documentation: The Tableau Server/Cloud Help page on “Manage Subscriptions” explicitly states that users can manage their subscriptions (including unsubscribing from views) in the My Content area of the web interface.
➡️ Salesforce Tableau Data Analyst Exam Guide: The “Publish and Manage Content” section (10% of the exam) covers managing content, including subscriptions, on Tableau Server or Cloud. It emphasizes using the My Content area for tasks like unsubscribing from views.
➡️ Trailhead Module: The Tableau Data Analyst Certification Prep Guide (Unit 4: Publish and Manage Content) includes scenarios on managing subscriptions, confirming that the My Content area is used for unsubscribing from views.
You have the following dataset. You want to create a new calculated dimension field named Category that meets the following conditions:
➡️ When Subject is Computer Science or Science, Category must be Sciences.
➡️ When Subject is English or Social Studies, Category must be Humanities.
Which two logical functions achieve the goal? Choose two.
A. IF [Subject]- 'Science' THEN 'Sciences'
ELSEIF [Subject]='English' THEN 'Humanities'
ELSEIF [Subject]-'Social Studies' THEN 'Humanities'
ELSEIF [Subject]= 'Computer Science' THEN 'Sciences'
END
B. IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')
C. IF ENDSWITH ( [Subject], 'Computer Science') THEN 'Sciences' ELSE 'Humanities' END
D. CASE [Subject]
WHEN 'Computer Science' THEN 'Sciences'
WHEN 'Science' THEN 'Sciences'
WHEN 'English' THEN 'Humanities'
WHEN 'Social Studies' THEN 'Humanities'
End
Explanation:
To create a new calculated dimension field named Category in Tableau that assigns "Sciences" to subjects "Computer Science" or "Science" and "Humanities" to subjects "English" or "Social Studies," you need logical functions that accurately evaluate these conditions. Let’s analyze each option to determine which two achieve the goal.
Option A:
This uses the IF function with multiple ELSEIF clauses to check the value of the [Subject] field. If [Subject] is "Science" or "Computer Science," it assigns "Sciences." If [Subject] is "English" or "Social Studies," it assigns "Humanities." The logic is clear, precise, and covers all specified conditions correctly.
Why it’s correct: It explicitly checks each subject and assigns the appropriate category, meeting all requirements.
Note: The syntax in the question has a minor typo ([Subject]- instead of [Subject]= for the first condition), but assuming this is a formatting error, the logic is valid.
Option B:
The IIF function evaluates a condition and returns one value if true and another if false. Here, it checks if [Subject] contains the string "Science." If true, it assigns "Humanities"; if false, it assigns "Sciences." This logic is incorrect because:
For "Science" or "Computer Science," it would return "Humanities" (since CONTAINS finds "Science" in both), which contradicts the requirement to assign "Sciences."
For "English" or "Social Studies," it would return "Sciences," which is also incorrect.
Why it’s incorrect: The output is reversed, and CONTAINS does not distinguish between "Science" and "Computer Science" accurately, leading to wrong categorizations.
Option C:
The ENDSWITH function checks if [Subject] ends with "Computer Science." If true, it assigns "Sciences"; otherwise, it assigns "Humanities." This is incorrect because:
It only correctly assigns "Sciences" to "Computer Science."
For "Science," it would assign "Humanities" (since "Science" does not end with "Computer Science"), which violates the requirement.
For "English" and "Social Studies," it correctly assigns "Humanities," but it fails to handle "Science" properly.
Why it’s incorrect: It does not account for "Science" as part of the "Sciences" category, missing one of the required conditions.
Option D:
The CASE function evaluates [Subject] and assigns a value based on exact matches. It assigns "Sciences" to "Computer Science" and "Science," and "Humanities" to "English" and "Social Studies." This directly matches the requirements and is a clean, efficient way to handle categorical assignments.
Why it’s correct: It explicitly maps each subject to the correct category, covering all conditions accurately.
Why A and D are the correct choices:
Both A (IF/ELSEIF) and D (CASE) explicitly evaluate each subject and assign the correct category ("Sciences" for "Computer Science" and "Science," "Humanities" for "English" and "Social Studies").
They are precise and handle all specified cases without ambiguity.
The IF function in Option A is more verbose but achieves the same result as the CASE function in Option D, which is more concise for this type of categorical mapping.
References:
1. Tableau Help Documentation:
🧩 IF Function: Tableau’s documentation on logical functions explains that IF and ELSEIF are used to evaluate conditions and return values based on those conditions (Tableau Help: Logical Functions).
🧩 CASE Function: The CASE function is described as a shorthand for multiple IF statements, ideal for mapping specific field values to outputs (Tableau Help: Logical Functions).
2. Salesforce Tableau Data Analyst Exam Guide: The “Explore and Analyze Data” section (41% of the exam) includes creating calculated fields using logical functions like IF and CASE to transform data for analysis.
3. Trailhead Module: The Tableau Data Analyst Certification Prep Guide (Unit 2: Explore and Analyze Data) covers creating calculated fields with IF and CASE functions, with examples of categorizing data based on conditions.
You plan to create a Tableau subscription for several users. Which two formats can you use?
(Choose two)
A. PDF
B. Image
C. Microsoft Excel
D. Microsoft PowerPoint
Explanation:
When you create a subscription in Tableau, you are scheduling a view or dashboard to be automatically sent to one or more users on a regular basis. These subscriptions can be delivered via email, and the content is sent in a non-editable, snapshot format that ensures users see the same version of the data, regardless of their Tableau access level.
As of current Tableau Server and Tableau Cloud functionality:
✅ A. PDF
Tableau supports sending dashboards or views as PDF attachments in subscriptions. This is commonly used for sharing static, printable reports. The PDF preserves formatting and is widely accessible.
➡️ Ideal for executives or stakeholders who prefer printable versions.
➡️ Subscription setup allows choosing PDF as the output format.
🔗 Reference:
Tableau Docs – Subscribe to Views
“When you subscribe to a view, Tableau can send you an image or a PDF of that view.”
✅ B. Image
You can also subscribe users to receive an inline image (PNG) of the view in the email body. This allows users to get a quick glance at the dashboard without opening any attachments.
➡️ Very useful for quick updates.
➡️ The image is generated based on the view as it looks at the time the subscription is triggered.
❌ C. Microsoft Excel
Excel export is not supported as a subscription format. While users can manually export data from a view into Excel (using "Export Crosstab"), this cannot be automated through subscriptions. Excel export is reserved for interactive sessions and on-demand use, not for scheduled delivery.
❌ D. Microsoft PowerPoint
PowerPoint is not a supported subscription format either. While Tableau supports exporting dashboards to PowerPoint manually (via the “Export as PowerPoint” option), it does not allow scheduled delivery of dashboards in PowerPoint format through subscriptions.
You have the Mowing two tables that contains data about the books in a library. Both tables are incomplete so there are books missing from the tables. You need to combine the tables. The solution must ensure that all the data is retained. Which type of join should you use?
A. Full outer join
B. Right join
C. left join
D. Inner join
Explanation:
In this scenario, you are working with two incomplete tables, each containing partial data about books in a library. Since some books exist only in one table and not in the other, and your goal is to retain all data from both tables (no matter where the data resides), you need to use a join that captures everything.
A full outer join is the only join type that ensures:
➡️ All rows from Table A are included
➡️ All rows from Table B are included
➡️ When there's a match on a key (e.g., Book ID), data from both tables is combined
➡️ When there’s no match, rows from one table are still included, with null values for the missing columns from the other
This guarantees nothing is excluded—making it perfect when you’re combining incomplete datasets and need full coverage.
❌ Why other options are incorrect:
B. Right join: Only retains all rows from the right table, and matching rows from the left table. If the left table has unique records, they will be lost.
C. Left join: Retains all rows from the left table, and matching rows from the right. Records unique to the right table are excluded.
D. Inner join: Only includes rows where there is a match in both tables. Any unmatched rows in either table will be dropped—not acceptable if you want full data retention.
📘 Tableau Reference:
"A full outer join combines the results of both left and right outer joins. All records from both tables are included in the result set, with matches where possible and NULLs where no match is found."
🔗 Tableau Docs – Join Types
You want to add a comment to March 2020 as shown in the following visualization.
You have the following sets in a Tableau workbook:
➡️ Top N Customers
➡️ Customers of 2020
➡️ Top N Products
➡️ Sellers of 2020
Which two sets can you combine?
(Choose two)
A. Sellers of 2020
B. Customers of 2020
C. Top N Products
D. Top N Customers
Explanation:
To determine which two sets in a Tableau workbook can be combined, we need to understand Tableau’s set combination functionality and the context of the given sets: Top N Customers, Customers of 2020, Top N Products, and Sellers of 2020. In Tableau, sets can only be combined if they are based on the same dimension. Combining sets creates a new set that represents the intersection, union, or difference of the members in the original sets. Let’s analyze the sets and options.
Understanding the Sets:
➡️ Top N Customers: Likely based on the Customer dimension, containing a subset of customers (e.g., top N by sales, orders, or another measure).
➡️ Customers of 2020: Also likely based on the Customer dimension, containing customers who made purchases or had activity in the year 2020.
➡️ Top N Products: Likely based on the Product dimension, containing a subset of products (e.g., top N by sales or quantity).
➡️ Sellers of 2020: Likely based on a Seller or Salesperson dimension, containing sellers who were active or made sales in 2020.
The key requirement for combining sets in Tableau is that both sets must be derived from the same dimension. For example, two sets based on the Customer dimension can be combined, but a set based on Customer cannot be combined with a set based on Product.
Analyzing the Options:
➡️ A. Sellers of 2020: Based on the Seller dimension.
➡️ B. Customers of 2020: Based on the Customer dimension.
➡️ C. Top N Products: Based on the Product dimension.
➡️ D. Top N Customers: Based on the Customer dimension.
To choose two sets that can be combined:
B (Customers of 2020) and D (Top N Customers) can be combined because both are based on the Customer dimension. For example, you could create a new set representing the intersection (customers who are both in the top N and active in 2020) or union (all customers who are either in the top N or active in 2020).
Other combinations fail because they involve different dimensions:
➡️ A (Sellers of 2020) and B (Customers of 2020): Cannot combine because Seller and Customer are different dimensions.
➡️ A (Sellers of 2020) and C (Top N Products): Cannot combine because Seller and Product are different dimensions.
➡️ A (Sellers of 2020) and D (Top N Customers): Cannot combine because Seller and Customer are different dimensions.
➡️ B (Customers of 2020) and C (Top N Products): Cannot combine because Customer and Product are different dimensions.
➡️ C (Top N Products) and D (Top N Customers): Cannot combine because Product and Customer are different dimensions.
Context of the Visualization:
The question mentions adding a comment to “March 2020” in a visualization, which suggests a time-based analysis (e.g., a time series chart). However, the task of combining sets is independent of the visualization’s time component. The sets are defined by dimensions (Customer, Product, Seller), and the combination logic depends solely on whether the sets share the same dimension.
Why B and D are Correct:
➡️ Customers of 2020 and Top N Customers are both based on the Customer dimension, allowing Tableau to combine them using operations like intersection, union, or difference.
➡️ Combining these sets could, for example, identify customers who are both in the top N by sales and active in 2020, which might be useful for annotating a visualization (e.g., highlighting key customers in March 2020).
References:
1. Tableau Help Documentation:
➡️ Sets in Tableau: The documentation explains that sets can be combined only if they are based on the same dimension. Combining sets creates a new set using operations like union or intersection.
➡️ Combine Sets: Specific guidance on combining sets notes that both sets must reference the same dimension for the operation to be valid (Tableau Help: Combine Sets).
2. Salesforce Tableau Data Analyst Exam Guide: The “Explore and Analyze Data” section (41% of the exam) covers creating and using sets, including combining sets to filter or segment data.
3. Trailhead Module: The Tableau Data Analyst Certification Prep Guide (Unit 2: Explore and Analyze Data) includes scenarios on creating and combining sets, emphasizing that sets must share the same dimension for combination.
You have a line chart on a worksheet. You want to add a comment to March 2020 as shown in the following visualization. What should you do?
A. Drag the growth rate to Text on the Marks card
B. Enable captions
C. Annotate March 2020
D. Add a tooltip
Explanation:
To add a specific comment to a data point—like March 2020 on a line chart—you use annotations in Tableau. An annotation allows you to call out important events, outliers, or milestones directly on the chart. In this case, you might want to highlight something significant that happened in March 2020 (e.g., a drop in sales due to COVID-19).
To do this:
➡️ Right-click on the data point for March 2020 in the line chart.
➡️ Select "Annotate" → choose "Mark", "Point", or "Area" depending on the context.
➡️ Enter your comment in the annotation box that appears.
This will visually anchor the note to that specific part of the chart, making it clear and informative for viewers.
❌ Why the other options are incorrect:
A. Drag the growth rate to Text on the Marks card: This would display numerical values as labels on the chart, not explanatory comments. It’s for data labeling, not annotation.
B. Enable captions: Captions add a description below the chart for the whole worksheet—not for a specific data point. This wouldn’t help you comment on just March 2020.
D. Add a tooltip: Tooltips appear on hover, not as visible comments on the chart. Also, they don’t persist unless the user interacts with the chart.
📘 Tableau Reference:
"You can annotate a point, an area, or a mark to help explain data in your view."
🔗 Tableau Docs – Annotate Views
Page 1 out of 7 Pages |