Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75only

Salesforce Analytics-DA-201 Salesforce Certified Tableau Data Analyst Exam Practice Test

Demo: 63 questions
Total 212 questions

Salesforce Certified Tableau Data Analyst Questions and Answers

Question 1

What does a Web Data Connector allow a Data Analyst to do?

Options:

A.

Connect to an API.

B.

Capture website traffic.

C.

Scrape data from an HTML table.

D.

Publish data to the company website.

Question 2

You use a quick table calculation lo calculate the moving average of a measure named Sales.

You need to calculate the moving averages of the last three years.

Which setting should you change in the Table Calculation dialog box? {Click the appropriate Option in the Answer Area)

Options:

Question 3

A Data Analyst has the following dataset that contains null values in the Profits field.

The analyst wants each null Profit value to appear as 0.

Which two formulas achieve this goal? Choose two.

Options:

A.

IFNULL([Profits], 0)

B.

ISNULL([Profits])

C.

IF [Profits] != NULL THEN [Profits] END

D.

ZN([Profits])

Question 4

In a dataset, you have a string field named Name that contains unnecessary semicolons.

Which function should you use to remove the semicolons from the Name field?

Options:

A.

TRIM

B.

CONTAINS

C.

REPLACE

D.

SPLIT

Question 5

You have a data source that contains the following columns.

You want to filter regions based on the highest sales. Users must be able to specify the number of regions shown.

Which three actions should you perform in order? (Place the three correct options in order. Use the arrows to move Options to Answer Area.

Use Answer Area arrows to re-order the options.)

Options:

Question 6

You have the Mowing dashboard.

Which two elements are floating? Choose two.

Options:

A.

The state filter

B.

The color legend

C.

The map

D.

The Rate of Obesity chart

E.

The little

Question 7

You have a database that includes field named sales, City and Region.

You have the following chart that shows the number of sales made in different cities.

You want to dynamically show the corresponding region when users hover their mouse over any of the bars.

What should you do?

Options:

A.

Right-click a in the chat, select Annotate and then select Mark.

B.

Right-click a bar in the chart select Mark Label and then select Always show.

C.

Edit the aliases for City.

D.

Drag Region to Tooltip on the Marks card

Question 8

You have the following view.

You want to filter the view lo show only records that have a movie name starting with the word. " The " . You must achieve the goal without writing any formulas.

Which type of filter should you use?

Options:

A.

Wildcard

B.

Condition

C.

General

D.

Top

Question 9

A Data Analyst has the following bar chart.

The analyst wants the chart to appear as shown in the following exhibit.

What should the analyst add?

Options:

A.

An average line

B.

A reference line

C.

A reference band

D.

A distribution band

Question 10

You have the following bar chart.

You want the chart to appear as shown in the Mowing exhibit.

What should you add?

Options:

A.

A reference band

B.

A reference line

C.

An average line

D.

A distribution band

Question 11

You have the following tiled dashboard that has one sheet.

You want to replace the sheet with Sheet2.

What should you do?

Options:

A.

Select Sheet3 and click the Swap Sheet button next to Sheet2.

B.

Right-click Sheet2 and select Add to Dashboard.

C.

From the context menu of Sheet3, select Deselect.

D.

Drag Sheet2 to the dashboard.

E.

From the context menu of Sheet3, select Remove Dashboard Item.

Question 12

A Data Analyst has the following view.

The analyst wants to filter the view to show only records that have a movie name starting with the word " The " . The analyst must achieve the goal without writing any formulas.

Which type of filter should the analyst use?

Options:

A.

Top

B.

General

C.

Condition

D.

Wildcard

Question 13

You have a data source that has two tables named Table1 and Table2. Table1 is the primary table and Table2 is the secondary table.

You want 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 you use?

Options:

A.

Left only

B.

Union

C.

Inner

D.

Left

E.

Full outer

Question 14

You have the following visualization.

You Create a table calculation named Rank_Score that has a formula of RANK(AVG([Score]), and you drag Rank_Score to Text on the Marks cards.

What is the Rank Score value for Student ID 4220?

Options:

A.

5

B.

4

C.

6

D.

3

Question 15

A Data Analyst has the following dashboard.

The analyst wants a specific web page to open in the default web browser when a user clicks the sheet.

What should the analyst do?

Options:

A.

Add a Go to URL action and set Run action on to Menu.

B.

Add a navigation button and set the dashboard as the destination.

C.

Add a Go to URL action and set Run action on to Select.

D.

Add a Go To Sheet action and set the dashboard as the destination.

E.

Add a web page object and enter the URL.

Question 16

You have a table that contains four columns named Order Date, Country, Sales, and Profit.

You need to add a column that shows the day of the week for each row. For example, orders placed on August 31, 2022, will show a day of

Wednesday.

How should you complete the formula? (Use the dropdowns in the Answer Area to select the correct options to complete the formula.)

Options:

Question 17

Which type of visualization interaction can a Data Analyst achieve using set actions?

Options:

A.

Filtering data across data sources

B.

Changing the color of marks in one view based on selections in another view

C.

Comparing the size of different datasets in a pie chart

D.

Highlighting proportions within a Gantt chart

Question 18

You have the following dataset.

You plan to create a dashboard that will be filtered to show only data that is relevant to a specific Tableau user based on the Tableau_User_Name field You need to create a boolean calculated field to place on the data source finer Which formula should you use for the filter?

Options:

A.

NAMEUSERNAME()

B.

ISFULLNAMETableu_USER_NAME))=USERNAME()

C.

NAME Tableau-USER-NAME)

D.

USERNAME()=(Tableau_USER_NAME)

Question 19

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

Options:

A.

Sellers of 2020

B.

Customers of 2020

C.

Top N Products

D.

Top N Customers

Question 20

What should a Data Analyst use to visualize the distribution and variability of measure values along an axis?

Options:

A.

Bullet Graph

B.

Box Plot

C.

Scatter Plot

D.

Histogram

Question 21

A Data Analyst has a data source that contains the following columns:

he analyst has the following FIXED Level of Detail (LOD) expression called Region Sales:

{ FIXED [Region] : SUM([Sales] ) }

The analyst has a view that has a dimension filter on the State column to exclude five states.

What should the analyst do to ensure the five states are also excluded from the LOD expression?

Options:

A.

Drag the LOD expression to the Filters shelf.

B.

Change the LOD expression to { FIXED [Region], [State] : SUM([Sales]) }.

C.

Right-click the State dimension filter, and then click Attribute.

D.

Right-click the State dimension filter, and then click Add to Context.

Question 22

A Data Analyst needs to add a custom color palette to Tableau Desktop for use across multiple workbooks. The palette must reflect the company ' s branding.

What should the analyst do?

Options:

A.

Define new shapes for the colors of the custom color palette and copy the shapes to the Shapes folder in My Tableau Repository.

B.

Select the colors from the color picker and click Add to Custom Colors.

C.

Select Worksheet Formatting from the Format menu for the worksheet. From the color picker, select Shading, and then select the colors.

D.

Modify the XML tags in the Preferences.tps file in My Tableau Repository.

Question 23

You have the following dashboard.

Currently the map is used as a filter that affects the data on the otter sheets of the dashboard

You need to configure the dashboard to ensure that selecting a data point on the map only tillers the Detail table

What should you do?

Options:

A.

From the context menu of Sales over time select Ignore Actions

B.

From the context menu of Sales over lime select Remove Dashboard Item

C.

From the context menu of Profits by Stale deselect Use as Filter

D.

From the context menu of Sales over time select Deselect

Question 24

You need the top 10 values to appear in a different color. The lop 10 values must be colored dynamically.

What should you do?

Options:

A.

Select the lop 10 bars, create a set. and then drag the set to Color on the Marks card.

B.

Create a group field that groups the top 10 values into one group and the rest of the values into another group. Drag the group field to Color on the Marks card.

C.

Select the top 10 bars, and then change the color by selecting Color on the Marks card.

D.

Create a set that has a top 10 condition, and then drag the set to Color on the Marks card.

Question 25

You have a blank dashboard.

You want to add two sheets to the dashboard. The sheets must support the Show/Hide button.

To which two objects can you add the sheets? (Click the two appropriate Options in the Answer Area.)

Options:

Question 26

When using the INCLUDE Level of Detail (LOD) calculation, where should the dimension referenced by the INCLUDE function be located on the sheet?

Options:

A.

Not in the View

B.

Marks Card

C.

Rows or Columns Shelf

D.

Filters Shelf

Question 27

You want to create the following dashboard.

The dashboard will contain two sheets that will connect to the same data source. The top sheet will be configured to filter the bottom sheet.

When you click a category on the top sheet, the sheets must resize as shown in the following exhibit.

How should you lay out the objects on the dashboard?

Options:

A.

Drag a horizontal container to the dashboard and add both sheets to the container. Set the Fit to Standard.

B.

Add both sheets to the dashboard. Set Fit to Fix width.

C.

Drag a blank object to the dashboard and add both sheets to the dashboard. Set Fit to Entire view.

D.

Drag a vertical container to the dashboard and add both sheets to the container. Set Fit to Entire view.

Question 28

You have a dashboard that contains confidential information about patients health. The data needs to always be up to date tor a team of healthcare workers How should you share me dashboard with the healthcare workers?

Options:

A.

Publish the dashboard to Tableau Public

B.

Print the dashboard to PDF

C.

Publish the dashboard to Tableau Server

D.

Export the dashboard as a .twbx

Question 29

In a worksheet, you have a calculated column named YTD Sales that uses the following formula.

[Order Date] < = TODAY () AND DATETBUNC {“year”, [Order Dace]) = DATETPUNC) " year " , TODAY(J)

You want to create a calculated column named Exclude Current Month that will be dragged to the Filters shell. Exclude Current Month will exclude the current month values from YTD Sales.

How should you complete the formula for Exclude Current Month? (Drag the appropriate Options to the Answer Area and drop into the correct locations.)

Options:

Question 30

You have the following two tables.

Table A is the primary table.

Which type of join is established when a blend is created by using the join key of Category?

Options:

A.

Left join

B.

Right join

C.

Inner join

D.

Outer join

Question 31

How should a Data Analyst implement row-level security to ensure secure access to a published data source for viewers and explorers?

Options:

A.

Set up a separate dashboard for each department.

B.

Leverage User Filters in the dimension filter.

C.

Leverage User Filters in the data source filter.

D.

Set up Data Source permissions.

Question 32

A Data Analyst needs to filter a view to include only events that have occurred year to date.

Which formula accomplishes this?

Options:

A.

[Event Date] < = TODAY()

AND DATETRUNC( " year " , [Event Date]) = DATETRUNC( " year " , TODAY())

B.

[Event Date] < = DATETRUNC( " year " , [Event Date])

C.

DATETRUNC( " year " , [Event Date]) = DATETRUNC( " year " , TODAY())

D.

[Event Date] > TODAY()

AND DATETRUNC( " year " , [Event Date]) = DATETRUNC( " year " , TODAY())

Question 33

You have a dataset that contains people and the awards they have won.

Which formula should you use to get the number of different types of awards that have been won?

Options:

A.

COVAR({Award})

B.

COUNTD({Award})

C.

COUNTD {(NAME])

D.

MAX {(Award})

E.

INDEX()

Question 34

What happens within Tableau Prep Builder when a Data Analyst selects Publish as Data Source for a flow output step?

Options:

A.

The flow output is saved locally as a Tableau Data Source.

B.

The flow output is saved to the database.

C.

The flow is published to the Tableau Server environment.

D.

The flow output is published as a data source on the server.

Question 35

You have the following dashboard that contains two sheets.

You want to minimize the whitespace between the sheets.

What should you configure?

Options:

A.

The background

B.

The position

C.

The padding

D.

The size

E.

The border

Question 36

You are the owner of an alert.

You receive an email notification that the alert was suspended

From where can you resume the suspended alert?

Options:

A.

The Data Source page of Tableau Desktop

B.

The Notification area of Tableau Prep

C.

The My Content area of Tableau web pages

D.

The Shared with Ma page

Question 37

A Data Analyst has the following dataset in Microsoft Excel.

The analyst is using Data Interpreter to cleanse the dataset. Data Interpreter provides the following results.

How many rows of data will be ingested into Tableau as values?

Options:

A.

20

B.

17

C.

15

D.

19

Question 38

A Data Analyst has the following dataset that contains sales for the month of May.

The analyst plans to create a data extract from the dataset. The analyst wants to extract data only from stores that have $500 or more in total sales.

What should the analyst do?

Options:

A.

Create an extract filter on Sales and set the At least value.

B.

Create an extract filter on Store Number and select Condition by field Sales.

C.

Create an extract filter on Store Number and select Top by field Sales.

D.

Create an extract filter on Store Number and select Top by field Store Number.

Question 39

A Data Analyst has the following primary data source that contairis a dimension named Dorm_Code.

The analyst receives the following secondary data source that contains updated dorm codes.

The analyst needs to bring the updated dorm codes into Tableau and use the codes in existing visualizations. The new dorm codes must use the existing field name of Dorm_Code.

What should the analyst do?

Options:

A.

Bring in the secondary table as a left join to the primary data source. From the Data Source page, select Create Calculated Field in the Dorm_Name field and enter [Dorm_Name_New] in the calculation window.

B.

Create a data blend and select Edit Primary Aliases to replace the primary data source alias values with values from the secondary data source.

C.

Bring in the secondary data source as a union.

D.

Bring in the secondary data source by using relationships. From the Data pane, right-click Dorm_Name, select Replace References, and then select Dorm Name New.

Question 40

When using Tableau Desktop to connect to a published data source on Tableau Cloud or Tableau Server, which data sources will be displayed to the user?

Options:

A.

Only the data sources the user has created themselves previously

B.

Only certified data sources

C.

Only the data sources the user has the Connect permission to

D.

Only data sources in the user ' s home directory

Question 41

You have the following dataset.

Yon need to calculate the ranking shown in the Rank field.

How should you complete the formula? (Use the dropdowns in the Answer Area to select the correct options to complete the formula ?

Options:

Question 42

You have the following dataset:

You want to create a parameter to dynamically filter the data to produce the following results.

Which two types of parameters can you use to produce the results? Choose two.

Options:

A.

Float

B.

Boolean

C.

Date

D.

Datetime

E.

String

F.

Integer

Question 43

You want to create the following dashboard that will contain two sheets.

What should you do?

Options:

A.

Drag both sheets to the dashboard and add a border to each sheet.

B.

Drag both sheets to the dashboard and add a background lo each sheet.

C.

Add both sheets lo a horizontal container and add a border to the container.

D.

Add a border to both sheets and add both sheets to a horizontal object.

Question 44

Which option must a Data Analyst enable to build the following table to add quarterly totals?

Options:

A.

Add All Subtotals

B.

Show Column Grand Totals

C.

Show Row Grand Totals

D.

Add Pane Totals

Question 45

You have two data sources that use the same schema One data source contains order data from 2019 and the other data source contains order data from 2020.

You have a worksheet that shows the orders from 2019.

You need to configure the worksheet to show the orders from 2020 without reloading the data.

Which option should you select?

Options:

Question 46

A Data Analyst is given the following table and asked to create a flow that adds a date field to the data. This field should automatically update as new dates (months) are added to the original table.

Which technique should the analyst use as the first step to achieve this in Tableau Prep?

Options:

A.

A wildcard search for multiple tables in the Input step

B.

An Aggregate step to reshape the data

C.

A Rows to Columns Pivot step

D.

A wildcard search to pivot in the Pivot step

Question 47

You have the following dashboard.

When a user selects a only on the map the data on the bar chart must show only the data for the selected city. The data in the bar chart must change only when the user selects a different city How should you configure the dashboard action? (Use the dropdowns in the Answers Area to select the correct options.)

Options:

Question 48

When using a Show/Hide button in Tableau, what happens if the object is in a Tiled layout container?

Options:

A.

The layout automatically adjusts to fill the space.

B.

The object disappears from the item hierarchy.

C.

The hidden object remains in the same position but is grayed out.

D.

The object gets deleted from the dashboard.

Question 49

A Data Analyst wants to create the following table in a view:

Which function should the analyst use to create the Position column?

Options:

A.

INDEX

B.

RANK

C.

FIRST

D.

LAST

Question 50

A Data Analyst is creating a new data source made up of multiple tables and decides to use relationships during the creation process.

What is the advantage of using a relationship?

Options:

A.

The join keys are not predetermined and can change with user interactions.

B.

The data is saved in an aggregated format to increase the performance for the user.

C.

The join type is dynamic and selected when querying the data.

D.

All data is merged into one virtual table to enable easier access to important measures.

Question 51

You create the following worksheet

The Pick Measure parameter contains the following list of values

Users can select a value from Pick Measure to change the visualization to show either the Sales measure or the Profit measure.

Which formula is used in the Selected Measure calculated field lo switch between measures?

Options:

A.

Case [Pick Measure]

WHEN 1 then ([Sales])

WHEN 2 then ([Profit])

END

B.

Case AVG([Pick Measure])

WHEN [Sales] then 1

WHEN [Profit] then 2

END

C.

Case [Pick Measure:

WHEN [Sales] then 1

WHEN [Profit] then 2 END

D.

Case STFMEPick Measure])

WHEN " Sales " then ([Sales])

WHEN " Profit " then ([Profit]) e::i

Question 52

You have two tables named Employeelnfo and DepartmentInfo. Employeelnfo contains four fields named Full Name, Department ID, Start Date, and Salary.

DepartmentInfo contains four fields named Department Name, Size, Department ID, and VP.

You want to combine the tables to meet the following requirements:

. Each record in Employeelnfo must be retained in the combined table.

. The records must contain the Department Name, Size, and VP fields.

· Every record must have a full name.

Which type of join should you use?

Options:

A.

Inner

B.

Left

C.

Full outer

D.

Union

Question 53

Which syntax should a Data Analyst use to find the first purchase date per customer when Customer is not in the view?

Options:

A.

{ FIXED [Customer ID] : MIN([Purchase Date] ) }

B.

MIN([Purchase Date])

C.

[Customer ID] : { [Purchase Date] }

D.

[Customer ID] : MIN([Purchase Date] )

Question 54

You create a worksheet named Sales by Region and hide the tide of the worksheet. You print the worksheet as a PDF and notice that the worksheet title appears. You need to prevent the title from appearing when you print the worksheet as a PDF. Which settings should configure from the File menu in Tableau Desktop?

Options:

A.

Page Setup

B.

Print

C.

Export As PowerPoint

D.

Share

E.

Export As Version

Question 55

A colleague provides a Data Analyst with access to a folder that has the following files:

    Sales.csv

    Book1.json

    Sales.tds

    Export.mdb

Which file can contain information for connecting to an external data source, such as an SQL Server database?

Options:

A.

Sales.csv

B.

Sales.tds

C.

Export.mdb

D.

Book1.json

Question 56

You create the following story that contains two story point.

You want to change the story point format to show the current story point number out of the total number of story points.

Which Layout option should you use?

Options:

A.

Dots

B.

Arrows only

C.

Caption boxes

D.

Numbers

Question 57

A Data Analyst has the following dataset:

The analyst wants to create a new calculated dimension field named Category that meets the following conditions:

When Subject is Computer Science or Science, the Category must be Sciences.

When Subject is English or Social Studies, the Category must be Humanities.

Which two logical functions achieve this goal? (Choose two.)

Options:

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 ' English ' THEN ' Humanities '

WHEN ' Social Studies ' THEN ' Humanities '

END

Question 58

A Data Analyst is the owner of an alert.

The analyst receives an email notification that the alert was suspended.

Where should the analyst go to resume the suspended alert?

Options:

A.

The Shared with Me page on Tableau Cloud or Server.

B.

The Notifications area in Tableau Prep.

C.

The My Content area on Tableau Cloud or Server.

D.

The Data Source page in Tableau Desktop.

Question 59

You plan to create a visualization that has a dual axis chart. The dual axis chart will contain a shape chart and a line chart will use the same measure named Population on the axis.

You need to configure be shapes to be much larger than the line.

What should you do?

Options:

A.

Duplicate Population Drag the duplicate to the second Marks card and configure the see of the marks independently

B.

Create a custom shape that is larger than the default shape and add the shape to the Shapes folder in My Repository

C.

For the second axis select Shape on the Marks card From Select Shape Palette select Custom and then select Reset

D.

Change Population to a discrete dimension

Question 60

A Data Analyst has the following worksheet, with Profit data for Categary and Sub-Categury.

The analyst executed the following calculated field at the Total level:

COUNTD( IF ( INCLUDE [Sub-Category]: SUM([Profit] ) < 0 THEN [Category] END )

What is the result?

Options:

A.

3

B.

2

C.

0

D.

1

Question 61

You have a dataset that contains sates data. The following is a sample of the data.

You need to return a value of true if a month has sales greater than $50 000. otherwise the formula must return a value of false.

Which two formulas achieve the goal Choose two

Options:

A.

SUM{[Sales]) IN (50000)

B.

IIF(SUM < [Sales] ) > 50000, TRUE, FALSE)

C.

MAX < [Sales], 50000)

D.

[Sales] > 50000

Question 62

You have the following worksheet.

You want to create a table calculation that shows sales growth over each year.

How should you complete the formula? (Use the dropdowns in the Answer Area to select the correct options to complete the formula.)

Options:

Question 63

When a Data Analyst needs to format workbook settings, which options are available in the Format Workbook panel?

Options:

A.

Fonts and Lines

B.

Fonts and Color Palette

C.

Number format and Shading

D.

Dashboard Height and Width pixel settings

Demo: 63 questions
Total 212 questions