Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

A client has a dashboard that uses a bar chart to visualize sales by Sub-Category and a detail table that has all the orders for the products within Sub-

Category. The table has more than 10,000 rows of data and is slow to load.

A consultant plans to add an action so when the client interacts with the bar chart, only the relevant data appears in the table.

What will provide the fastest rendering of the dashboard?

A.

Add a filter action, set "Run action on" to Select, and set "Clearing the selection will" to Exclude all values.

B.

Add a highlight action and set Target Highlighting to Sub-Category.

C.

Add a highlight action and set Target Highlighting to All Fields.

D.

Add a filter action, set "Run action on" to Menu, and set "Clearing the selection will" to Show all values.

A client wants to see data for only the last day in a dataset and the last day is always yesterday. The date is represented with the field Ship Date.

The client is not concerned about the daily refresh results. The volume of data is so large that performance is their priority. In the future, the client will be able

to move the calculation to the underlying database, but not at this time.

The solution should offer the best performance.

Which approach should the consultant use to produce the desired results?

A.

Filter MONTH/DAY/YEAR on [Ship Date] field and use an option to filter to the latest date value when the workbook opens.

B.

Filter on calculation [Ship Date]=TODAY()-1.

C.

Filter on Ship Date field using the Yesterday option.

D.

Filter on calculation [Ship Date]={MAX([Ship Date])}.

A client currently has a workbook with the table shown below.

Which method will produce the output for the Total Sales Value field for all the categories shown in the table?

A.

Quick Table Calculation

B.

A Window Function

C.

Level of Detail (LOD) Calculation

D.

MAX() Function

A client wants guidance for Creators to build efficient extracts from large data sources.

What are three Tableau best practices that the Creators should use? Choose three.

A.

Keep only the data required for analysis by using extract filters.

B.

Use aggregate data for visible dimensions, whenever possible.

C.

Use only live connections as they are always faster than extracts.

D.

Include all the data from the original data source in the extract.

E.

Hide all unused fields.

A client is working in Tableau Prep and has a field named Orderld that is compiled by country, year, and an order number as shown in the following table.

What should the consultant use to transform the table in the most efficient manner?

A.

A calculated field that uses the TRIM function

B.

A calculated field that uses the LEFT function

C.

The Split option

D.

The Aliases option

A client wants to flag orders that have sales higher than the regional average.

Which calculated field will produce the required result?

A.

[Sales]

>

{ FIXED [Order ID] : SUM([Sales]) }

B.

{ FIXED [Order ID] : SUM([Sales]) }

>

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

C.

{ FIXED [Order ID] : SUM([Sales]) }

>

{ FIXED [Region] : AVG({ FIXED [Order ID] : SUM([Sales]) }) }

D.

{ FIXED [Order ID] : SUM([Sales]) }

>

{ INCLUDE [Region] : AVG({ FIXED [Order ID] : SUM([Sales]) }) }

A Tableau Cloud client has requested a custom dashboard to help track which data sources are used most frequently in dashboards across their site.

Which two actions should the client use to access the necessary metadata? Choose two.

A.

Connect directly to the Site Content data source within the Admin Insights project.

B.

Query metadata through the GraphiQL engine.

C.

Access metadata through the Metadata API.

D.

Download metadata through Tableau Catalog.

A consultant creates a histogram that presents the distribution of profits across a client's customers. The labels on the bars show percent shares. The consultant

used a quick table calculation to create the labels.

Now, the client wants to limit the view to the bins that have at least a 15% share. The consultant creates a profit filter but it changes the percent labels.

Which approach should the consultant use to produce the desired result?

A.

Use a calculation with TOTAL() function instead of a quick table calculation.

B.

Add the [Profit] filter to the context.

C.

Filter with a table calculation WINDOW_AVG(MIN([Profit]), first(), last())

D.

Filter with the table calculation used to create labels.

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?

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])}

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?

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.