[Q73-Q95] Best Quality Tableau Desktop-Specialist Exam Questions DumpsKing Realistic Practice Exams [2021]

Share

Best Quality Tableau Desktop-Specialist Exam Questions DumpsKing Realistic Practice Exams [2021]

Critical Information To Tableau Desktop Specialist Exam Pass the First Time

NEW QUESTION 73
True or False: LEFT JOIN returns all rows from the left table, with the matching rows in the right table

  • A. True
  • B. False

Answer: A

Explanation:
Explanation
This is true, indeed!
The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right table (table2). The result is NULL from the right side, if there is no match.

 

NEW QUESTION 74
When using a Blend, what is the color of tick-mark on the primary and secondary data sources respectively?

  • A. Blue, Red
  • B. Orange, Blue
  • C. Blue, Orange
  • D. Red, Blue

Answer: C

Explanation:
Explanation
When using a Blend, the primary data source appears with a BLUE tick-mark and the secondary data source appears with a ORANGE tick-mark.
See below:

 

NEW QUESTION 75
Question 45: Skipped
You have just created a histogram and now want to be able to change the size of bins dynamically. Using which of the following will easily satisfy your requirement?

  • A. Sets
  • B. Groups
  • C. Calculation
  • D. Parameters

Answer: D

Explanation:
Explanation
A parameter is a global placeholder value such as a number, date, or string that can replace a constant value in a calculation, filter, or reference line.
For example, you may create a calculated field that returns True if Sales is greater than $500,000 and otherwise returns False. You can replace the constant value of "500000" in the formula with a parameter.
Then, using the parameter control, you can dynamically change the threshold in your calculation.
For example -

 

NEW QUESTION 76
_________________ is useful when you need to change how the data source is configured on a sheet-by-sheet basis, and when you want to combine databases that don't allow relationships or joins

  • A. Data Joining
  • B. Data Blending
  • C. Union
  • D. Data segregation

Answer: B

Explanation:
Explanation
Data blending is performed on a sheet-by-sheet basis and is established when a field from a second data source is used in the view. To create a blend in a workbook already connected to at least two data sources, bring a field from one data source to the sheet-it becomes the primary data source.
Switch to the other data source and use a field on the same sheet-it becomes a secondary data source. An orange linking icon will appear in the data pane, indicating which field(s) are being used to blend the data sources.

According to the official Tableau Documentation:

To read more about Data Blending, click on THIS link.

 

NEW QUESTION 77
How can you add color to marks in the view in Tableau?

  • A. From the Analytics pane, drag a model to Color on the Marks card.
  • B. In the column/row shelf, right click the field and click on edit in shelf to select the color.
  • C. From the Data pane, drag a field to Color on the Marks card.
  • D. Click on Data in the main menu above, and click on choose color.

Answer: C

Explanation:
Explanation
To assign a color to marks in the view, do the following:
From the Data pane, drag a field to Color on the Marks card.
Tableau applies different colors to marks based on the field's values and members. For example, if you drop a discrete field (a blue field), such as Category, on Color, the marks in the view are broken out by category, and each category is assigned a color.

If you drop a continuous field, such as SUM(sales), on Color, each mark in the view is colored based on its sales value.

 

NEW QUESTION 78
Which of the following are valid ways to trigger actions for a Dashboard?

  • A. Click
  • B. Menu
  • C. Hover
  • D. Select
  • E. Double click

Answer: B,C,D

Explanation:
Explanation
Whenever we want to add actions to a Dashboard, we can trigger then in the following 3 ways:
1) Select
2) Hover
3) Menu
Hover is best for highlighting, select for filtering. Menu action is added to the tooltip and user can decide whether to run that action or not (best for URL actions)

 

NEW QUESTION 79
By default, measures placed in a view are aggregated by ______________

  • A. SUM
  • B. COUNT
  • C. AVERAGE
  • D. MEDIAN

Answer: A

Explanation:
Explanation
By default, measures placed in a view are aggregated by SUM, which means that the data for that field in all of the rows is combined. Measures can also be aggregated as average, median, count, or count distinct.

 

NEW QUESTION 80
Using the Time-series table, create a cross tab showing the Sales for each Item Number-ID, broken down by Assortments, then add Grand totals to the view. Which Item Number ID made the maximum sales across all assortments?

  • A. 0
  • B. Correct)
  • C. 1
  • D. 2
  • E. 3

Answer: A

Explanation:
Explanation
Follow along the steps below:
* Drag Assortment and Year ID to the column shelf, and Item Number ID to the row shelf. Next, drag Sales to the Text label to create a cross-tab as below:

 

NEW QUESTION 81
Which Sub-Category had the least Profit in the Office Supplies category?

  • A. Binders
  • B. Labels
  • C. Envelopes
  • D. Fasteners

Answer: D

Explanation:
Explanation
To reach the correct answer, follow the steps below:

1) Drag Category, and sub-category to the row shelf. Drag Profit to the Column shelf
2) Click the Sort-ascending icon as shown above, to sort the profits from least to greatest as shown:
Click the 'Show mark labels icon'

As we can see, Fasteners has the least Profit in the Office Supplies Category, and hence is our correct answer!

 

NEW QUESTION 82
Which of the following charts types always includes bars sorted in descending order?

  • A. Pie Chart
  • B. Gantt Chart
  • C. Pareto Chart
  • D. Stacked Bar Chart

Answer: C

Explanation:
Explanation
A Pareto chart is a type of chart that contains both bars and a line graph, where individual values are represented in descending order by bars, and the ascending cumulative total is represented by the line.
On the primary axis, bars are used to show the raw quantities for each dimension member, sorted in descending order.
On the secondary axis, a line graph is used to show the cumulative total in percent format.

 

NEW QUESTION 83
Using the Time Series Table, create a Line chart showing the Monthly Year over Year Growth for the Sales, broken down by Assortment. For the Electronics assortment, which Month had the most NEGATIVE value of Year over Year Growth?
Using the Time Series Table, create a Line chart showing the Monthly Year over Year Growth for the Sales, broken down by Assortment. For the Electronics assortment, which Month had the most NEGATIVE value of Year over Year Growth?

  • A. July
  • B. September
  • C. October
  • D. June

Answer: C

Explanation:
Explanation
Follow along:
1) Drag Assortment and Year ID (choose Discrete Month) to Columns shelf, and Sales to the Columns Shelf.
For sales, click on the pill -> choose Quick Table calculation -> Year over Year growth.
The view should now look like:

It is clear that October with -55.3% had the lowest Year on Year growth.

 

NEW QUESTION 84
For Bullet Graphs we need at least ____________ measures

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C

Explanation:
Explanation
A bullet graph is a variation of a bar graph developed to replace dashboard gauges and meters. A bullet graph is useful for comparing the performance of a primary measure to one or more other measures.
Therefore, we need at least 2 measures for creating bullet graphs.

 

NEW QUESTION 85
You have cleaned a data source properly, created some calculated fields and renamed some columns. You want to save these changes for future use cases. Which of the following would BEST satisfy this requirement?

  • A. Save it as a .twm file
  • B. Save it as a .twb file
  • C. Save it as a .tds file
  • D. Save it as a .twbx file

Answer: C

Explanation:
Explanation
After making changes to Data, we can save that new data source as a .tds file. To do so, go to data menu on top and then choose your current connected data source. Then next click on Add to Saved Data sources. This will save all calculated fields, changes to fields etc. It will be saved in My Tableau Repository -> Mydatasources. This will then also appear on Tableau Home Page under saved data sources like SampleSuperStore.
Note: Data source files do not contain the actual data but rather the information necessary to connect to the actual data as well as any modifications you've made on top of the actual data such as changing default properties, creating calculated fields, adding groups, and so on.
twb and .twbx are not the BEST solutions since the questions nowhere mentions that we need to store our workbooks as well.
twm is a bookmark which contains a single worksheet and are an easy way to quickly share your work.

 

NEW QUESTION 86
Is it possible to add both a Dashboard and a Worksheet at the same time to a Story Point in Tableau?

  • A. No
  • B. Yes

Answer: A

Explanation:
Explanation
This is a tricky question. We are talking about story POINTS, and not entire stories in the question.
To create a story, lets say I have a blank story with 1 dashboard and 1 worksheet.
I can simply drag the dashboard into the view to create a new story point.

Now, if I try to adjust the worksheet beside it in this same view, I cannot. See below:

The only option available is to replace the existing view. Therefore, the answer is NO since they both cannot be added.
Read more about stories in Tableau: https://help.tableau.com/current/pro/desktop/en-us/story_create.htm

 

NEW QUESTION 87
Which of the following are interactive elements that can be added to a dashboard for users?

  • A. Highlight Action
  • B. URL Action
  • C. Edit Tooltip Action
  • D. Filter Action

Answer: A,B,C

Explanation:
Explanation
We can perform filter, URL and highlight actions out of the above given choices on a dashboard. Please refer to the image below:

 

NEW QUESTION 88
Using the Time Series table, create a cross-tab showing sales for each Assortment broken down by Year and Quarter. In Q4 of October 2017, what was the Average sales amount for the Hardware assortment?

  • A. 1,461
  • B. 112,256
  • C. 111,060
  • D. 1,222

Answer: B

Explanation:
Explanation
If you chose 111,060 you were SO close to the correct answer but made a small mistake - you didn't change the aggregation to AVERAGE! This is one of the common mistakes many test takers make, so keep this in mind.
To reach the correct answer, follow the steps below:
1) Draw Assortment to the Column shelf, and drag Year to the Rows Shelf. Then Drill down further on Year to accomodate Quarters and Months as well!
Although this seems enough, DON'T FORGET to change the aggregation like in the next step, which will completely change the values!


* The correct answer as you can see is 1,461 - Sales for Harware Assortment in 2017 Q4, October

 

NEW QUESTION 89
Broadly speaking, when users connect to Tableau, the data fields in their data set are automatically assigned a
____________ and a ____________.

  • A. dimension, measure
  • B. Data type, Value
  • C. role, type
  • D. type, role

Answer: C

Explanation:
Explanation
When users connect to Tableau, the data fields in their data set are automatically assigned a role and a type.
Role can be of the following two types:
1) Dimension
2) Measure
Type can be of the following :
1) String
2) Number
3) Geographic
4) Boolean
5) Date
6) Date and Time

 

NEW QUESTION 90
True or False: To concatenate fields, they must be of same data type

  • A. True
  • B. False

Answer: A

Explanation:
Explanation
Yes! To concatenate fields, they must be of same data type. However, there is a workaround which we can use
- Type casting. See below:

Here, State and City are Strings, but Postal Code? Nope. It's an Integer. So we can simply use the STR() function to convert it into a String, and hence the entire equation becomes valid!

 

NEW QUESTION 91
Which of the following is a benefit of using a Tableau Data Source (.tds)?

  • A. To create a single zip file that contains a workbook along with any supporting local file data and background images. This is great for sharing your work with others who don't have access to the original data.
  • B. To hold one or more worksheets, plus zero or more dashboards and stories.
  • C. To not contain the actual data but rather the information necessary to connect to the actual data as well as any modifications you've made on top of the actual data such as changing default properties, creating calculated fields etc
  • D. To create a local copy of a subset or entire data set that you can use to share data with others, when you need to work offline, and improve performance.

Answer: C

Explanation:
Explanation
The following are the official definitions from the Tableau documentation for the various file types:
1) .tds (Tableau Data Source) - To not contain the actual data but rather the information necessary to connect to the actual data as well as any modifications you've made on top of the actual data such as changing default properties, creating calculated fields etc. (CORRECT ANSWER)
2) .twbx ( Tableau packaged workbook) - To create a single zip file that contains a workbook along with any supporting local file data and background images. This is great for sharing your work with others who don't have access to the original data.
3) Extract (.hyper or .tde) - To create a local copy of a subset or entire data set that you can use to share data with others, when you need to work offline, and improve performance.
3) (.twb) Workbooks - To hold one or more worksheets, plus zero or more dashboards and stories.

 

NEW QUESTION 92
Using the CoffeeChain table, create a chart to see the monthly Percent difference change in Profit, from the beginning of 2012 to the end of 2013. How many months saw a Negative percent difference in Profit?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C

Explanation:
Explanation
Follow along to reach the correct answer:
1) First, drag Date to the Column shelf and Profit to the Rows shelf. We need to see the 2 consecutive months over this two year period (2012-2013) so this tells us we need to work with continuous dates:
Click on Date in the Column shelf and convert it to continuous month :

2) Now, click on the Profit pill in the Rows shelf, go to quick table calculation and choose Percent difference:

3) Finally, click on the Show mark Labels icon:

4) We finally have our view, and clearly, 10 Months have a NEGATIVE percent difference:

 

NEW QUESTION 93
Which of the following can you use to create a Histogram?

  • A. 1 dimension
  • B. 1 measure
  • C. 2 measures
  • D. 2 dimensions

Answer: B

Explanation:
Explanation
A histogram is a chart that displays the shape of a distribution. A histogram looks like a bar chart but groups values for a continuous measure into ranges, or bins.
The basic building blocks for a histogram are as follows:


Demo :

 

NEW QUESTION 94
When you want to first apply a filter and THEN show the Top N or Bottom N elements, which of the following filters would you use?

  • A. Extract Filter
  • B. Context Filter
  • C. None of the these
  • D. Data source Filter

Answer: B

Explanation:
Explanation
IMPORTANT QUESTION, PAY ATTENTION
By default, all filters that you set in Tableau are computed independently. That is, each filter accesses all rows in your data source without regard to other filters. However, you can set one or more categorical filters as context filters for the view. You can think of a context filter as being an independent filter. Any other filters that you set are defined as dependent filters because they process only the data that passes through the context filter.
You may create a context filter to:
1) Improve performance - If you set a lot of filters or have a large data source, the queries can be slow. You can set one or more context filters to improve performance.
2) Create a dependent numerical or top N filter - You can set a context filter to include only the data of interest, and then set a numerical or a top N filter.

 

NEW QUESTION 95
......

Desktop-Specialist EXAM DUMPS WITH GUARANTEED SUCCESS: https://www.dumpsking.com/Desktop-Specialist-testking-dumps.html

Best Quality Tableau Desktop-Specialist Exam Questions: https://drive.google.com/open?id=1bXWKK5Nd50CfhWT1N6bRrZL_9gBfWfjL