2023 Realistic Desktop-Specialist Dumps are Available for Instant Access
Download Exam Desktop-Specialist Practice Test Questions with 100% Verified Answers
Who should take the Tableau Desktop-Specialist: Tableau Desktop Specialist Exam
The Architect-Professional Assessment of Tableau Accredited Solutions is designed for those with an architectural location and a reliable experience of one or more years constructing applicable, cost-effective and scalable Tableau systems. Tableau Desktop-Specialist practice exams effectively demonstrates how stable and practical Tableau application systems can be designed and implemented. Define a market approach utilizing architectural architecture principles Advice on delivery throughout the project life cycle, reflecting on best practices for the organisation.
The Tableau Desktop-Specialist: Tableau Desktop Specialist exam is designed for IT and organisation-level experts with standard Tableau framework expertise. The Tableau CCP credential validates prospective consumers' awareness of these concerns and their qualifications, requirements, main resources and their use and safety, and conformity with the Tableau model, paid versions and costs. Tableau Desktop-Specialist exam dumps is the right starting point for Tableau qualification and also an ideal resource for non-technical project enthusiasts.
NEW QUESTION # 15
True or False: A sheet cannot be used within a story directly. Either sheets should be used within a dashboard, or a dashboard should be used within a story.
- A. False
- B. rue
Answer: A
Explanation:
Explanation
It is possible in Tableau to use a sheet within a story directly.
Moreover, in Tableau, a story is a sequence of visualizations that work together to convey information. You can create stories to tell a data narrative, provide context, demonstrate how decisions relate to outcomes, or to simply make a compelling case.
At the same time, a story is also a collection of sheets, arranged in a sequence. Each individual sheet in a story is called a story point.
NEW QUESTION # 16
What is the one most important thing you should do after creating a Dual-axis chart?
- A. Synchronise the axis
- B. Change the colours
- C. Edit the labels
- D. Hide the axis
Answer: A
Explanation:
Explanation
After creating a dual axis chart, make sure to synchronise their axis since they both might not be having the same y-axis.
To align the two axes in a dual axes chart to use the same scale, right-click (control-click on Mac) the secondary axis, and select Synchronize Axis. This aligns the scale of the secondary axis to the scale of the primary axis.
In this example, the Sales axis is the secondary axis and the Profit axis is the primary axis.
If you would like to change which axis is the primary, and which axis is the secondary, select the field on the Columns or Rows shelf that is the secondary, and drag it in front of the primary field on the shelf until you see an orange triangle appear.
In this example, you can select the SUM(Sales) field on the Rows shelf, and drag it in front of the SUM(Profit) field. The Sales axis is now the primary and the Profit axis is the secondary.
NEW QUESTION # 17
Which of the following are valid ways to show Mark Labels in the visualisation?
- A. Click on Data in the Menu bar and Choose Show Mark Labels
- B. Drag the measure to the Text label in the Marks Card
- C. Click on Analysis in the Menu bar and choose Show Mark Labels
- D. Click on the Show mark labels icon in the Toolbar
Answer: B,C,D
Explanation:
Explanation
The following showcase how you can show mark labels. Using the Sample Superstore dataset:
1) Let's create a Bar chart showing the sales for each sub-category:
2) Now you can show labels by:
2.1) Click on Show Mark Labels Icon in the Toolbar ( easiest )


2.2) Drag Sales to the Text icon in the Marks Card:
2.3) Click on Analysis -> Show mark labels from the Tableau menu bar:
NEW QUESTION # 18
The View Data window displays as much of the data as possible by default, up to _______________ rows.
- A. 10,000
- B. 20,000
- C. 15,000
- D. 5,000
Answer: A
Explanation:
Explanation
The View Data window displays as much of the data as possible by default, up to 10,000 rows. This can be increased though, if you wish to.
Read more: https://help.tableau.com/current/pro/desktop/en-gb/inspectdata_viewdata.htm
NEW QUESTION # 19
Which of the following charts types always includes bars sorted in descending order?
- A. Pareto Chart
- B. Gantt Chart
- C. Pie Chart
- D. Stacked Bar Chart
Answer: A
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 # 20
Which of the following are valid ways to add Totals to a view?
- A. From the Analysis Tab in the Menu bar on top
- B. Using the Marks shelf
- C. Using the Data Pane
- D. Using the Analytics Pane
Answer: A,D
Explanation:
Explanation
To add totals to a view using the Analytics pane:
Also, you can add totals from the Analytics tab in the Menu above:
NEW QUESTION # 21
For a relative date filter, the default anchor is _________________
- A. The target date
- B. The date we specify
- C. The current time
- D. Today's date
Answer: A
Explanation:
Explanation
Relative date filters dynamically update to show a time period relative to when you open the view, such as the current week, the year to date, or the past 10 days. Relative date filters make it easy to create views that always show the most recent data.
Step 1: Drag a date field to the filter shelf
Right-click (control-click on Mac) and drag a date field from the Data window to the Filters shelf. In the Filter Field dialog box, click Relative Date, and then click Next.
Step 2: Select a time unit
In the Filter dialog box, click Relative dates, and then select the unit of time for the filter. For example, to show only the three most recent weeks, select Weeks.
Here, you can clearly see that the default date is TODAY
NEW QUESTION # 22
When you drop a continuous field on Color, Tableau displays a quantitative legend with a ___________ range of colors.
- A. Discrete
- B. Mixed
- C. Continuous
- D. Fading
Answer: B
Explanation:
Explanation
When you drop a discrete field on Color in the Marks card, Tableau displays a categorical palette and assigns a color to each value of the field.
When you drop a continuous field on Color, Tableau displays a quantitative legend with a continuous range of colors.
Web version:
Desktop Version:
For more information about color palettes, see Color Palettes and Effects.
NEW QUESTION # 23
Using the dataset, plot a Map showing all the countries, filtered by Market to only include LATAM. Which country in the LATAM Market has the highest shipping delay (sum of total number of days between the order date and the ship date)?
- A. Mexico
- B. Argentina
- C. Peru
- D. Brazil
Answer: A
Explanation:
Explanation
VERY IMPORTANT QUESTION FOR THE EXAM, PAY ATTENTION
1) To find the number of days between order date and shipping date, we will make use of a calculated field:
In the data pane, click on the dropdown arrow, and choose create calculated field.
Let's name this calculated field "ShippingDelay" (you can name it anything you want :) )
2) Use the DATEDIFF() function, and pass it the arguments as follows:
'day' depicts that we want to calculate the number of DAYS between the two dates. The first argument is
'start_date' which is the ORDER_DATE (day the order was placed), the second argument is 'end_date', which is the SHIP_DATE (date the order was shipped). So by subtracting as follows: SHIP_DATE - ORDER_DATE, we can find the delay in shipping.
Click OK.
3) You should now have a new measure as follows:
4) Phew! The hard part is done! Now let's filter by Market to include only LATAM:
5) Drag Country to the view, and the new calculated field 'ShippingDelay' to SIZE on the Marks Shelf as follows:
*You can also click on Show Text Labels to be sure that you're choosing the Largest value*
Clearly, Mexico has the highest Shipping Delay!
NEW QUESTION # 24
Yes or No: The number of marks will increase when you increase the number of Dimensions in a view
- A. Yes
- B. No
Answer: A
Explanation:
Explanation
Of course! As an example, see below:
1) Using the Sample Superstore data, let's plot a bar chart showing the Sales for each Category:
Observe that we have 3 marks - Each bar in a bar chart is called a mark. Similarly, each point in a scatter plot is also a mark , and so on for all charts.
1 row by 3 columns means that clearly on the y-axis (Sales), we have only a single mark - a single continous axis, but 3 different marks (Technology, Furniture and Office supplies ) on the x-axis.
2) Now let's add subcategory to the view as well (another dimension):
Observe that the number of marks has increased - i.e the number of Bars.
Also, notice we now have 1 row and 17 columns. Simply because 1 row = Sales (on the y-axis), and on the x-axis, we have 17 different columns (i.e product sub categories!!)
NEW QUESTION # 25
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 .twbx file
- B. Save it as a .twb file
- C. Save it as a .tds file
- D. Save it as a .twm 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 # 26
How would you calculate GDP per capita in Tableau?
- A. SUM([GDP]) / SUM([Population])
- B. SUM([Population]/[GDP]])
- C. SUM([GDP]/[POPULATION])
- D. SUM([GDP]*[POPULATION])
Answer: A
Explanation:
Explanation
GDP / Population = GDP Per Capita
Here Sum is a function, / and + are operators. On the bottom there are comments.
NEW QUESTION # 27
Which of the following 2 columns CANNOT be deleted in Tableau?
- A. Number of Records
- B. Measure Names
- C. Measure Values
- D. Calculated Fields
Answer: B,C
Explanation:
Explanation
Measure names and values CANNOT be deleted in Tableau like other columns can. These are auto-generated.
Calculated Fields, and Number of records can both be deleted.
NEW QUESTION # 28
What is a story point in Tableau?
- A. A single worksheet or dashboard
- B. A collection of dashboards
- C. A collection of both worksheets and dashboards
- D. A collection of worksheets
Answer: A
Explanation:
Explanation
In Tableau, a story is a sequence of visualizations that work together to convey information. You can create stories to tell a data narrative, provide context, demonstrate how decisions relate to outcomes, or to simply make a compelling case.
A story is a sheet, so the methods you use to create, name, and manage worksheets and dashboards also apply to stories (for more details, see Workbooks and Sheets). At the same time, a story is also a collection of sheets, arranged in a sequence. Each individual sheet (worksheet or dashboard) in a story is called a story point.
When you share a story -for example, by publishing a workbook to Tableau Public, Tableau Server, or Tableau Online-users can interact with the story to reveal new findings or ask new questions of the data.
NEW QUESTION # 29
If you have a dashboard and are displaying its filter, how can you rearrange it?
- A. By clicking on the filter title and dragging it.
- B. By clicking on the dropdown and dragging the filter
- C. By clicking anywhere inside the filter and dragging it.
- D. By clicking on the 2 lines on top and dragging the filter.
Answer: D
Explanation:
Explanation
You can drag the filter by clicking on the 2 lines on top, and then dragging the filter as shown:
NEW QUESTION # 30
......
Positive Aspects of Valid Dumps Desktop-Specialist Exam Dumps! : https://passguide.testkingpass.com/Desktop-Specialist-testking-dumps.html