Certification Practice Test | PDF Questions | Actual Questions | Test Engine | Pass4Sure
Tableau-Desktop-Specialist : Tableau Desktop Specialist Exam
Tableau Tableau-Desktop-Specialist Questions & Answers
Full Version: 100 Q&A
Latest Tableau-Desktop-Specialist Practice Tests with Actual Questions
Get Complete pool of questions with Premium PDF and Test Engine
Exam Code : Tableau-Desktop-Specialist
Exam Name : Tableau Desktop Specialist
Vendor Name :
"Tableau"
Tableau-Desktop-Specialist Dumps Tableau-Desktop-Specialist Braindumps Tableau-Desktop-Specialist Real Questions Tableau-Desktop-Specialist Practice Test
Tableau-Desktop-Specialist Actual Questions
Tableau
Tableau-Desktop-Specialist
Tableau Desktop Specialist
https://killexams.com/pass4sure/exam-detail/Tableau-Desktop-Specialist
Question: 90
In Tree maps, the size begins with the largest rectangle on the and the smallest rectangle on the
.
top left bottom left
top right, bottom right
top left, bottom right
top right, bottom left
Answer: D
Explanation:
Tree maps size begins from maximum in top left to smallest in bottom right.
See below to learn how to create a TreeMap and add colours to it:
Reference: https://help.tableau.com/current/pro/desktop/en-us/buildexamples_treemap.htm
Question: 91
When using a Blend, what is the color of tick-mark on the primary and secondary data sources respectively?
Red, Blue
Orange, Blue
Blue, Red
Blue, Orange
Answer: D
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:
Reference: https://www.tutorialspoint.com/tableau/tableau_data_blending.htm
Question: 92
Dates in Tableau are typically treated as
Dimensions
Measures
Answer: A
Explanation:
For relational data sources, dates and times are automatically placed in the Dimensions area of the Data pane and are identified by the date or date-time icon. For example, the Order Date and Ship Date dimensions from an Excel data source are shown below:
When you place a relational date on a shelf, the field name is automatically modified to reflect the default date level. Tableau defines the default date level to be the level at which there are multiple instances. For example, if the date field includes multiple years, the default level is year. However, if the date field contains data for just one year but includes multiple months, then the default level is month.
Reference: https://help.tableau.com/current/pro/desktop/en-us/dates.htm
Question: 93
True or False: It is possible to change the Geographic Role of a dimension
True
False
Answer: A
Explanation:
Explanation A geographic role associates each value in a field with a latitude and longitude value. Assigning a geographic role based on the type of location (such as state versus postcode) helps ensure that your data is plotted correctly on your map view. For example, you can assign the City geographic role to a field that contains a list of city names. To assign a geographic role to a field: In the Data pane, click the data type icon next to the field, select Geographic Role, and then select the geographic role you want to assign to the field.
When you assign a geographic role to a field, Tableau adds two fields to the Measures area of the Data pane: Latitude (generated) and Longitude (generated). These fields contain latitude and longitude values and are assigned the Latitude and Longitude geographic roles. If you double-click each of these fields, Tableau adds them to the Columns and Rows shelves and creates a map view using the Tableau background map.
Reference: https://help.tableau.com/current/pro/desktop/en-us/maps_geographicroles.htm
Question: 94
To use a quick table calculation, which of the following programming languages do you need to know?
ython
Java
Javascript
None of these
Answer: D
Explanation:
You don’t need to know ANY programming language to use quick table calculations!
Follow along with the steps below to learn how to apply a quick table calculation to a visualization:
Open Tableau Desktop and connect to the Sample-Superstore data source, which comes with Tableau.
Navigate to a new worksheet.
From the Data pane, under Dimensions, drag Order Date to the Columns shelf.
From the Data pane, under Dimensions, drag State to the Rows shelf.
From the Data pane, under Measures, drag Sales to Text on the Marks Card.
From the Data pane, under Measures, drag Profit to Color on the Marks Card.
On the Marks card, click the Mark Type drop-down and select Square.
The visualization updates to look like this:
Apply the quick table calculation
1) On the Marks card, right-click SUM(Profit) and select Quick Table Calculation > Moving Average.
Note: You can only perform quick table calculations on measures in the view. A delta symbol appears on the field to indicate that a quick table calculation is being applied to the field. The colors in the visualization update to show the moving average of profit across the years.
Reference: https://help.tableau.com/current/pro/desktop/enus/calculations_tablecalculations_quick.htm
Question: 95
How would you calculate GDP per capita in Tableau?
SUM([GDP]/[POPULATION])
SUM([Population]/[GDP]])
SUM([GDP]*[POPULATION])
SUM([GDP]) / SUM([Population])
Answer: D
Explanation:
GDP / Population = GDP Per Capita
Here Sum is a function, / and + are operators. On the bottom there are comments.
Question: 96
Which of the following are the options to export the data used to build the view / visualisations?
CSV file
PDF File
JSON format
MS Access Database
Answer: D
Explanation:
You can export the data in a Tableau data source, including all or part of the records from
your original data. Alternatively, you can export only the portion of data used to generate the view. Since the question mentions the data used to build the view, we’ll focus on that :
*Export data in the view to Microsoft Access or .csv* Export the data that is used to generate the view as an Access database (Windows only) or .csv file (Mac only).
In Tableau Desktop, select Worksheet > Export > Data.
Select a location and type a name for your Access database or .csv file.
Click Save.
If you’re on Windows, the Export Data to Access dialog box displays to give you the option to immediately use the new Access database and continue working in Access without interrupting your work flow.
Reference: https://help.tableau.com/current/pro/desktop/en-us/save_export_data.htm
Question: 97
True or False:
The Highlighting action can be disabled for the entire workbook.
True
False
Answer: A
Explanation:
Yes, it is possible to disable highlighting for the entire workbook.
For more information: https://help.tableau.com/current/pro/desktop/engb/actions_highlight.htm
Question: 98
Using the cwurData table, create a cross-tab showing the number of Publications per Country broken down by Institution, and filtered by Country to only show United Kingdown (UK).
For the University of Manchester, what percent of the total publications were contributed in 2014? A. 28.415%
B. 23.497%
C. 25.683%
D. 22.404%
Answer: D
Explanation:
Phew! Tricky one for sure. This question tests multiple concepts and will help you revise them. We’ll be using filters, as well as quick table calculations (percent of total) for this one.
1) Firstly, let’s drag Country and Institution to the Rows shelf, and year (discrete) to the Columns shelf. Then, drag Publications to the Text Icon in the Marks Shelf.
The following is our view:
Question: 99
Which of the following are benefits of using Data Extracts in Tableau?
Improved Performance
Ability to use the data offline
Working with freshest data at all times
Faster to work with
Answer: A,B,D
Explanation:
Explanation Extracts are advantageous for several reasons:
Supports large data sets: You can create extracts that contain billions of rows of data.
Fast to create: If you’re working with large data sets, creating and working with extracts can be faster than working with the original data.
Help improve performance: When you interact with views that use extract data sources, you generally experience better performance than when interacting with views based on connections to the original data.
Support additional functionality: Extracts allow you to take advantage of Tableau functionality that’s not available or supported by the original data, such as the ability to compute Count Distinct.
Provide offline access to your data: Extracts allow you to save and work with the data locally when the original data is not available. For example, when you are traveling.
To work with the MOST up-do-date data, use a live connection instead! Reference: https://help.tableau.com/current/pro/desktop/en-us/extracting_data.htm
Question: 100
True or False: A reference line cannot be added from the Analytics Pane
True
False
Answer: B
Explanation:
You can add a reference line to any continuous axis in the view. To add a reference line: Drag Reference Line from the Analytics pane into the view. Tableau shows the possible destinations. The range of choices varies depending on the type of item and the current view. In a simple case, the drop target area offers three options:
Reference: https://help.tableau.com/current/pro/desktop/en-us/reference_lines.htm
User: Natesha***** I am thrilled to share that thanks to the TABLEAU-DESKTOP-SPECIALIST exam practice test, I have finally achieved my TABLEAU-DESKTOP-SPECIALIST Certification. I had previously failed the exam but knew that this time, it was now or never. While I still used the official book, practicing with Killexams was a game-changer, and it helped me tremendously. Although I initially felt that they were giving too much attention to irrelevant questions, I was still able to pass the exam with a solid score. In hindsight, I appreciate their approach as it turned out to be exactly what I needed to prepare for the exam. |
User: Meera***** I recently passed my tableau-desktop-specialist exam and I owe my success to the reliable and accurate questions and answers provided by killexams.com. The majority of the exam questions came from this website, and I found that the answers were correct. I highly recommend using this site for your exam preparation needs. |
User: Ayra***** With only 12 days left to prepare for the tableau-desktop-specialist exam, I felt overwhelmed and in need of a quick and effective guide. Fortunately, I found Killexams and their Questions and Answers. Their concise answers were easy to complete within 15 days, and I was able to score 88% in the actual tableau-desktop-specialist exam. The practice tests they supplied were also very helpful, with 90% of the questions appearing on the actual exam. I owe my success to Killexams. |
User: Yeva***** Thanks to killexams.com, I am now one of the outstanding students in my class. The high-quality study program on killexams.com helped me join the ranks of other brilliant students. The precise and useful resources, including the TABLEAU-DESKTOP-SPECIALIST PDF, TABLEAU-DESKTOP-SPECIALIST practice tests, and TABLEAU-DESKTOP-SPECIALIST real questions, contributed greatly to my success. I am grateful to killexams.com for providing such excellent materials. |
User: Aaron***** Thanks to killexams.com, I passed the TABLEAU-DESKTOP-SPECIALIST exam in just weeks with 96% marks. I am very confident now that I can do better in my remaining three exams and certainly use your practice material and recommend it to my friends. The online practice engine product is extremely good, and I highly recommend it to all students. |
Features of iPass4sure Tableau-Desktop-Specialist Exam
- Files: PDF / Test Engine
- Premium Access
- Online Test Engine
- Instant download Access
- Comprehensive Q&A
- Success Rate
- Real Questions
- Updated Regularly
- Portable Files
- Unlimited Download
- 100% Secured
- Confidentiality: 100%
- Success Guarantee: 100%
- Any Hidden Cost: $0.00
- Auto Recharge: No
- Updates Intimation: by Email
- Technical Support: Free
- PDF Compatibility: Windows, Android, iOS, Linux
- Test Engine Compatibility: Mac / Windows / Android / iOS / Linux
Premium PDF with 100 Q&A
Get Full VersionAll Tableau Exams
Tableau ExamsCertification and Entry Test Exams
Complete exam list