Winter Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

Salesforce Analytics-Con-301 Salesforce Certified Tableau Consultant Exam Practice Test

Page: 1 / 10
Total 100 questions

Salesforce Certified Tableau Consultant Questions and Answers

Question 1

A company has a data source for sales transactions. The data source has the following characteristics:

. Millions of transactions occur weekly.

. The transactions are added nightly.

. Incorrect transactions are revised every week on Saturday.

· The end users need to see up-to-date data daily.

A consultant needs to publish a data source in Tableau Server to ensure that all the transactions in the data source are available.

What should the consultant do to create and publish the data?

Options:

A.

Publish an incremental extract refresh every day and perform a full extract refresh every Saturday.

B.

Publish a live connection to Tableau Server.

C.

Publish an incremental refresh every Saturday.

D.

Publish an incremental extract refresh every day and publish a secondary data set containing data revisions.

Question 2

A client has a published data source in Tableau Server and they want to revert to the previous version of the data source. The solution must minimize the impact

on users.

What should the consultant do to accomplish this task?

Options:

A.

Request that a server administrator restore a Tableau Server backup.

B.

Delete and recreate the data source manually.

C.

Select a previous version from Tableau Server, download it, and republish that data source.

D.

Select a previous version from Tableau Server, and then click Restore.

Question 3

A client builds a dashboard that presents current and long-term stock measures. Currently, the data is at a daily level. The data presents as a bar chart that

presents monthly results over current and previous years. Some measures must present as monthly averages.

What should the consultant recommend to limit the data source for optimal performance?

Options:

A.

Limit data to current and previous years and leave data at daily level to calculate the averages in the report.

B.

Limit data to current and previous years, move calculating averages to data layer, and aggregate dates to monthly level.

C.

Move calculating averages to data layer and aggregate dates to monthly level.

D.

Limit data to current and previous years as well as to the last day of each month to eliminate the need to use the averages.

Question 4

A consultant wants to improve the performance of reports by moving calculations to the data layer and materializing them in the extract.

Which calculation should the consultant use?

Options:

A.

ZN([Sales])*(1 - ZN([Discount]))

B.

CASE [Sector Parameter]

WHEN 1 THEN "green"

WHEN 2 THEN "yellow"

C.

SUM([Profit])/SUM([Sales])

D.

POWER(ZN(SUM([Sales]))/

LOOKUP(ZN(SUM([Sales])), FIRST()),ZN(1/(INDEX()-1)))

- 1

END

Question 5

An executive-level workbook leverages 37 of the 103 fields included in a data source. Performance for the workbook is noticeably slower than other workbooks

on the same Tableau Server.

What should the consultant do to improve performance of this workbook while following best practice?

Options:

A.

Split some visualizations on the dashboard into many smaller visualizations on the same dashboard.

B.

Connect to the data source via a custom SQL query.

C.

Use filters, hide unused fields, and aggregate values.

OD. Restrict users from accessing the workbook to reduce server load.

Question 6

A client notices that while creating calculated fields, occasionally the new fields are created as strings, integers, or Booleans. The client asks a consultant if

there is a performance difference among these three data types.

What should the consultant tell the customer?

Options:

A.

Strings are fastest, followed by integers, and then Booleans.

B.

Integers are fastest, followed by Booleans, and then strings.

C.

Strings, integers, and Booleans all perform the same.

D.

Booleans are fastest, followed by integers, and then strings.

Question 7

A client creates a report and publishes it to Tableau Server where each department has its own user group set on the server. The client wants to limit visibility of

the report to the sales and marketing groups in the most efficient manner.

Which approach should the consultant recommend?

Options:

A.

Grant access to the report on the Tableau Server only to the members of sales and marketing user groups.

B.

Prepare a row-level security (RLS) entitlement table to define limitations of the access and use it to build user filters in the report's data

source.

C.

Add user filters from Tableau Server to each worksheet and select only sales and marketing user groups.

D.

Use user groups defined on Tableau Server to build user filters in the report's data source.

Question 8

A client collects information about a web browser customers use to access their website. They then visualize the breakdown of web traffic by browser version.

The data is stored in the format shown below in the related table, with a NULL BrowserID stored in the Site Visitor Table if an unknown browser version

accesses their website.

Question # 8

The client uses "Some Records Match" for the Referential Integrity setting because a match is not guaranteed. The client wants to improve the performance of

the dashboard while also getting an accurate count of site visitors.

Which modifications to the data tables and join should the consultant recommend?

Options:

A.

Continue to use NULL as the BrowserID in the Site Visitor Table and leave the Referential Integrity set to "Some Records Match."

B.

Add an "Unknown" option to the Browser Table, reference its BrowserID in the Site Visitor Table, and change the Referential Integrity to "All

Records Match."

C.

Add an "Unknown" option to the Browser Table, reference its BrowserID in the Site Visitor Table, and leave the Referential Integrity set to

"Some Records Match."

D.

Continue to use NULL as the BrowserID in the Site Visitor Table and change the Referential Integrity to "All Records Match."

Question 9

A client wants to see the average number of orders per customer per month, broken down by region. The client has created the following calculated field:

Orders per Customer: {FIXED [Customer ID]: COUNTD([Order ID])}

The client then creates a line chart that plots AVG(Orders per Customer) over MONTH(Order Date) by Region. The numbers shown by this chart are far higher

than the customer expects.

The client asks a consultant to rewrite the calculation so the result meets their expectation.

Which calculation should the consultant use?

Options:

A.

{INCLUDE [Customer ID]: COUNTD([Order ID])}

B.

{FIXED [Customer ID], [Region]: COUNTD([Order ID])}

C.

{EXCLUDE [Customer ID]: COUNTD([Order ID])}

D.

{FIXED [Customer ID], [Region], [Order Date]: COUNTD([Order ID])}

Question 10

A client notices that several groups are sharing content across divisions and are not complying with their data governance strategy. During a Tableau Server

audit, a consultant notices that the asset permissions for the client's top-level projects are set to "Locked," but that "Apply to Nested Projects" is not checked.

The consultant recommends checking "Apply to Nested Projects" to enforce compliance.

Which impact will the consultant's recommendation have on access to the existing nested projects?

Options:

A.

Current custom access will be maintained, but new custom permissions will not be granted.

B.

Access will be automatically rolled back to the top-level project permissions immediately.

C.

Users will be prompted to manually update permissions for all nested projects.

D.

Users will be notified that they will automatically lose access to content after 30 days.

Question 11

A client wants to use a bar chart to visualize the trend in profit per quarter for the last 5 years. They want each bar's color to be determined by whether the profit during that quarter was greater than the median profit for the past four quarters, including the current quarter.

For example, if a bar represents profit for 2020 Q4, they want to visually see whether the profit for 2020 Q4 is greater than the median profit for 2020 Q1–2020 Q4.

Which table calculation should produce the desired result?

Options:

A.

SUM([Profit]) > WINDOW_MEDIAN(SUM([Profit]), INDEX(), INDEX() + 3)

B.

SUM([Profit]) > WINDOW_MEDIAN(SUM([Profit]), FIRST(), FIRST() + 3)

C.

SUM([Profit]) > WINDOW_MEDIAN(SUM([Profit]), 3, 0)

D.

SUM([Profit]) > WINDOW_MEDIAN(SUM([Profit]), LAST()-3, LAST())

Question 12

A client's dashboard has two sections dedicated to their shops and warehouses shown when a viewer chooses either shops or warehouses with a parameter.

There are a few quick filters that apply to both, while others apply to only shops or only warehouses.

Currently, the quick filters are all shown at the left side of the dashboard. The client wants to hide all filters, but when shown, make it easy for the viewer to

find the quick filters that work for only shops or only warehouses.

Which solution should the consultant recommend that meets the client's needs and is most user-friendly?

Options:

A.

Divide the quick filters into three groups: General, for shops. Place the general filters on the left of dashboard for warehouses. Place other

filters next to the sections to which they apply.

B.

Use Dynamic Zone Visibility to inform viewers which quick filters apply to warehouses or shops.

C.

Hide container with all quick filters with a Show/Hide Button.

D.

Use Dynamic Zone Visibility to show only the quick filters that apply with the chosen parameter value and a Show/Hide Button to hide

container with all the filters.

Question 13

A client has a database that stores widget inventory by day and it is updated on a nonstandard schedule as shown below.

Question # 13

They want a data visualization that shows widget inventory daily, however their business unit does not have the ability to modify the data warehouse

structure.

What should the client do to achieve the desired result?

Options:

A.

Create a temporary table in the database.

B.

Use Tableau Desktop to visualize null values.

C.

Update the Widget Inventory Table to be a daily snapshot.

D.

Use Tableau Prep to add new rows.

Question 14

A client has a sales dataset that contains fields named Customer ID, Region, Item, and Sales Amount. Each row represents a single sale. There may be multiple sales for each Customer ID.

The client wants to visualize the average total customer sales by region.

Which Level of Detail (LOD) expression should a consultant recommend?

Options:

A.

AVG({EXCLUDE [Region]: SUM([Sales Amount])})

B.

{FIXED [Region]: AVG([Sales Amount])}

C.

AVG({FIXED [Customer ID], [Region]: SUM([Sales Amount])})

D.

{FIXED [Customer ID], [Region]: AVG([Sales Amount])}

Question 15

A performance recording of a workbook shows that a query to an extracted data source is taking too long.

Which area should the consultant focus on optimizing if "Executing Query" is taking a long time?

Options:

A.

The number of VizQL processes

B.

The use of filters on the Tableau dashboard

C.

Replacing nested calculations and Levels of Detail (LODs)

D.

The database's underlying data structure

Question 16

A client has a data source that stores a time stamp for each time a user interacts with a product feature. They visualize 3 years of data at the daily level. As adoption has grown over the last 6 months, the dashboard performance has steadily decreased, despite connecting via a data extract that is set to refresh every hour.

A Tableau consultant needs to improve performance of the dashboard with the least impact to the visualization.

Which option meets these requirements without additional cost?

Options:

A.

Add extract filters to limit the number of product features visualized.

B.

Invest in an extract, transform, load (ETL) tool to aggregate the data to a daily level.

C.

Decrease the extract refresh to once a day.

D.

Leverage Tableau Prep to aggregate the data to the daily product level.

Question 17

A client wants to count all the distinct orders placed in 2010. They have written the following calculation, but the result is incorrect.

IF YEAR([Date])=2010 THEN COUNTD ([OrderID]) END

Which calculation will produce the correct result?

Options:

A.

IF MIN(YEAR([Date]))=2010 THEN WINDOW_COUNTD([OrderID]) END

B.

IF YEAR([Date])=2010 THEN {COUNTD ([OrderID])} END

C.

COUNTD(IF YEAR([Date])=2010 THEN [OrderID] END)

D.

COUNT(IF YEAR([Date])=2010 THEN [OrderID] END)

Question 18

A client wants to view stores serviced by delivery drivers on a map. The have the information provided in the table below:

Question # 18

What does the client need to do to plot exact street addresses on the map?

Options:

A.

Custom geocode the street addresses.

B.

Change the data type of Street Address 1 and Street Address 2 to the Geographic role.

C.

Establish a hierarchy of State > City > Street Address 1 > Street Address 2.

D.

Add a Map layer to the visualization.

Question 19

A consultant has a view using a table calculation to calculate percent of total Sales by Category. The consultant would like to filter out particular categories, but wants the percent of total calculation to remain steady even as they filter items in or out.

What should the consultant do to achieve the desired impact?

Options:

A.

Filter Category by using a Context Filter instead of a Dimension Filter.

B.

Filter Category by using a Data Source Filter instead of a Dimension Filter.

C.

Create an aggregate expression, and then use that instead of the table calculation.

D.

Create a FIXED Level of Detail (LOD) expression, and then use that instead of the table calculation.

Question 20

A client calculates the percent of total sales for a particular region compared to all regions.

Question # 20

The Sales percentage is inadvertently recalculated each time the filter is applied to the Region.

Question # 20

Which calculation should fix the automatic recalculation on the % of total field?

Options:

A.

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

B.

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

C.

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

D.

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

Question 21

From the desktop, open the CC workbook.

Open the City Pareto worksheet.

You need to complete the Pareto chart to show the percentage of sales compared to the percentage of cities. The chart must show references lines to visualize how the data compares to the Pareto principle.

From the File menu in Tableau Desktop, click Save.

Options:

Question 22

From the desktop, open the CC workbook.

Open the Manufacturers worksheet.

The Manufacturers worksheet is used to

analyze the quantity of items contributed by

each manufacturer.

You need to modify the Percent

Contribution calculated field to use a Level

of Detail (LOD) expression that calculates

the percentage contribution of each

manufacturer to the total quantity.

Enter the percentage for Newell to the

nearest hundredth of a percent into the

Newell % Contribution parameter.

From the File menu in Tableau Desktop, click

Save.

Options:

Question 23

From the desktop, open the CC workbook.

Open the Incremental worksheet.

You need to add a line to the chart that

shows the cumulative percentage of sales

contributed by each product to the

incremental sales.

From the File menu in Tableau Desktop, click

Save.

Options:

Question 24

From the desktop, open the CC workbook. Use the US Population Estimates data source.

You need to shape the data in US Population Estimates by using Tableau Desktop. The data must be formatted as shown in the following table.

Question # 24

Open the Population worksheet. Enter the total number of records contained in the data set into the Total Records parameter.

From the File menu in Tableau Desktop, click Save.

Options:

Question 25

Question # 25

From the desktop, open the NYC

Property Transactions workbook.

You need to record the performance of

the Property Transactions dashboard in

the NYC Property Transactions.twbx

workbook. Ensure that you start the

recording as soon as you open the

workbook. Open the Property

Transactions dashboard, reset the filters

on the dashboard to show all values, and

stop the recording. Save the recording in

C:\CC\Data\.

Create a new worksheet in the

performance recording. In the worksheet,

create a bar chart to show the elapsed

time of each command name by

worksheet, to show how each sheet in

the Property Transactions dashboard

contributes to the overall load time.

From the File menu in Tableau Desktop,

click Save. Save the performance

recording in C:\CC\Data\.

Options:

Question 26

Use the following login credentials to sign in

to the virtual machine:

Username: Admin

Password:

The following information is for technical

support purposes only:

Lab Instance: 40201223

To access Tableau Help, you can open the

Help.pdf file on the desktop.

Question # 26

From the desktop, open the CC workbook.

Open the Categorical Sales worksheet.

You need to use table calculations to

compute the following:

. For each category and year, calculate

the average sales by segment.

. Create another calculation to

compute the year-over-year

percentage change of the average

sales by category calculation. Replace

the original measure with the year-

over-year percentage change in the

crosstab.

From the File menu in Tableau Desktop, click

Save.

Options:

Page: 1 / 10
Total 100 questions