Summer Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: wrap60

Salesforce Analytics-Con-301 Dumps

Salesforce Certified Tableau Consultant Questions and Answers

Question 1

A stakeholder has multiple files saved (CSV/Tables) in a single location. A few files from the location are required for analysis. Data transformation (calculations)

is required for the files before designing the visuals. The files have the following attributes:

. All files have the same schema.

. Multiple files have something in common among their file names.

. Each file has a unique key column.

Which data transformation strategy should the consultant use to deliver the best optimized result?

Options:

A.

Use join option to combine/merge all the files together before doing the data transformation (calculations).

B.

Use wildcard Union option to combine/merge all the files together before doing the data transformation (calculations).

C.

Apply the data transformation (calculations) in each require file and do the wildcard union to combine/merge before designing the visuals.

D.

Apply the data transformation (calculations) in each require file and do the join to combine/merge before designing the visuals.

Question 2

A client has many published data sources in Tableau Server. The data sources use the same databases and tables. The client notices different departments

give different answers to the same business questions, and the departments cannot trust the data. The client wants to know what causes data sources to return

different data.

Which tool should the client use to identify this issue?

Options:

A.

Tableau Prep Conductor

B.

Ask Data

C.

Tableau Catalog

D.

Tableau Resource Monitoring Tool

Question 3

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.

as

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 4

A client has a large data set that contains more than 10 million rows.

A consultant wants to calculate a profitability threshold as efficiently as possible. The calculation must classify the profits by using the following specifications:

. Classify profit margins above 50% as Highly Profitable.

. Classify profit margins between 0% and 50% as Profitable.

. Classify profit margins below 0% as Unprofitable.

Which calculation meets these requirements?

Options:

A.

IF [ProfitMargin]>0.50 Then 'Highly Profitable'

ELSEIF [ProfitMargin]>=0 Then 'Profitable'

ELSE 'Unprofitable'

END

B.

IF [ProfitMargin]>=0.50 Then 'Highly Profitable'

ELSEIF [ProfitMargin]>=0 Then 'Profitable'

ELSE 'Unprofitable'

END

C.

IF [ProfitMargin]>0.50 Then 'Highly Profitable'

ELSEIF [ProfitMargin]>=0 Then 'Profitable'

ELSEIF [ProfitMargin] <0 Then 'Unprofitable'

END

D.

IF([ProfitMargin]>=0.50,'Highly Profitable', 'Profitable')

ELSE 'Unprofitable'

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 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 7

A company has a sales team that is segmented by territory. The team's manager wants to make sure each sales representative can see only data relevant to

that representative's territory in the team Sales Dashboard.

The team is large and has high turnover, and the manager wants the mechanism for restricting data access to be as automated as possible. However, the

team does not have a Tableau Data Management license.

What should the consultant recommend to meet the company's requirements?

Options:

A.

Create one group for each territory and assign sales representatives to the appropriate groups. Map each group to a territory in the Sales

Dashboard. Publish this dashboard to the Sales Dashboard project and ensure all users have permissions to view the dashboard.

B.

Create separate workbooks for each territory. Publish each dashboard to the same Sales Dashboard project, and set permissions so each

sales representative can see only the dashboards for their territories.

C.

Create a data source by joining the sales data table to an entitlements data table. Add a data source filter to restrict access and publish the

data source. Connect the Sales Dashboard to this published data source.

D.

Create a user filter in the Sales Dashboard workbook and map each sales representative to the territories they are responsible for. Publish

this dashboard to the Sales Dashboard project and ensure all users have permissions to view the dashboard.

Question 8

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

as

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

Options:

A.

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

B.

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

C.

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

D.

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

Question 9

A client is searching for ways to curate and document data in order to obtain data lineage. The client has a data source connected to a data lake.

Which tool should the consultant recommend to meet the client's requirements?

Options:

A.

Tableau Catalog without Tableau Data Management Add-on

B.

Tableau Catalog with Tableau Data Management Add-on

C.

Tableau Prep Conductor

D.

Tableau Catalog with Tableau Server Management Add-on

Question 10

A client has a published dashboard. They change the dashboard and then republish it. Now, users report that their web browser bookmarks to the dashboard

are broken.

What are two possible causes for this issue? Choose two.

Options:

A.

New credentials were embedded into the data source.

B.

The dashboard was published to a different project.

C.

Tableau Server was upgraded.

D.

The dashboard was published with a new name.

Question 11

A client requests a published Tableau data source that is connected to SQL Server. The client needs to leverage the multiple tables option to create an

extract. The extract will include partial data from the SQL Server data source.

Which action will reduce the amount of data in the extract?

Options:

A.

Use an extract filter.

B.

Aggregate the extract to the visible dimensions.

C.

Define the filters by using custom SQL.

D.

Set up the extract as an incremental refresh.

Question 12

A multi-national company wants to have a Tableau dashboard that will provide country-level information for both its forecast summaries and year-on-year

metrics. The company wants to toggle between these two views while leaving main key performance indicators (KPIs) visible on the main dashboard.

Which method is the most efficient in achieving the company's requirements?

Options:

A.

Create a dashboard with the sheets containing the main KPIs and the forecast summary worksheet.

. Duplicate this dashboard and replace the forecast view worksheet with the year-on-year metrics worksheet.

. Add navigation buttons to both dashboards.

B.

Create a parameter that accepts values from a list that contains "Forecast View" and "Year-on-Year View."

. Right-click the parameter and select Add to Sheet for both worksheets.

. Navigate back to the dashboard and to the upper corner of the two worksheets.

. Enable the Use as Filter option.

C.

Create a single worksheet with all the measures required for both the forecast summary and the year-on-year views.

. Create a Boolean parameter and a corresponding calculated field with the following calculation: True.

. Add a blank dashboard object and in the Layout tab, check the box for "Control visibility using value" and select the parameter you

created.

D.

Create a Boolean parameter with the two names of the views as aliases and a corresponding calculated field with the following

calculation: True.

. Add the forecast summary sheet to the dashboard and add the year-on-year metrics sheet to the same dashboard as a Floating

dashboard object.

. Add the calculated fields as a Detail under the Marks card of the floating view, create a "Change Parameter" action, and set the

Question 13

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 14

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.

as

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:

Question 15

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 16

as

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:

Page: 1 / 6
Total 55 questions