0% 6642 Specialist – Free Exam 1 This Tableau Specialist Free practice exam is real like exam simulation with Questions which need to be completed in 60 minutes. Passing score is 75%. 1 / 45 SP-F-T-1305 – Highlight actions allow you to call attention to marks of interest by coloring specific marks and dimming all others. You can highlight marks in the view using which of the following (select the correct option) All given options 1, 2 and 3 are valid options Option 3 – Create an advanced highlight action. Option 2 – Use the legend to select related marks Option 1 – You can manually select the marks you want to highlight Your given answer is wrong Your given answer is correct Solution Options 1, 2 and 3 above Answer Explanation: Highlight actions allow you to call attention to marks of interest by coloring specific marks and dimming all others. You can highlight marks in the view using a variety of tools. For example, you can manually select the marks you want to highlight, use the legend to select related marks, use the highlighter to search for marks in context or create an advanced highlight action. 2 / 45 SP-F-T-DM-11 – You are working on a financial dashboard for a client. This dashboard has a view with two columns ‘Invoice Amount’ and ‘Discount Amount’. Both columns are of ‘Number’ data types and have number values in them. The client asks you to show the $ symbol along with its values. What action should you take to meet this requirement? Right-click a dimension in the view and select Format. Then in the Format pane, click the Numbers drop-down menu and select Alpha-Currency option Right-click on the measure or at the axis in the view and select Format. Then in the Format pane, click the Numbers drop-down menu to select the type Currency Right-click on the Sheet name and select Format. Then in the Format pane, click the Numbers drop-down menu to select the type Currency Right-click on the data source used in the view and select Format. Then in the Format pane, click the Numbers drop-down menu and select $ to append along with values Your given answer is wrong Your given answer is correct Solution The correct option for this is Right-click on the measure or at the axis in the view and select Format. Then in the Format pane, click the Numbers drop-down menu to select the type Currency. For reference, see the link 3 / 45 SP-F-T-DM-27 – What is the following icon in the data pane used to do? It is an option to view Data as a spreadsheet It is new option introduced to sort the data It is an option to view and extract the data It shows the data and provides option to clean the data Your given answer is wrong Your given answer is correct Solution It is an option to view Data as a spreadsheet Reference Link 4 / 45 SP-F-T-DM-33 – Identify the correct statements about the file types In Tableau version 2018, Tableau introduced the .hyper format for Tableau extracts to replace the old .tde format. A .twb file holds one or more worksheets, plus zero or more dashboards and stories. A .twbx is a single zip file that contains a workbook along with any supporting local file data and background images. This format is the best way to package your work for sharing with others who don’t have access to the original data A .tbm file contains a single worksheet or multiple worksheets and is an easy way to quickly share your work. Your given answer is wrong Your given answer is correct Solution It is recommended to go through these links as some combinations of questions can be expected from this material Reference URL 1 Reference URL 2 5 / 45 SP-F-T-DM-35 – While working with a client, you encounter an issue with the sorting order of the data, user needs sorting of the countries data in a specific order and expects that no matter how the data changes, the countries should be displayed in the order they want. What do you think about the most feasible solution for the given scenario? You can go ahead for a Manual sort, no matter how the data changes, the values will always stay in the sort order you will make It is all about user management and guidance, you can handle the situation by telling the user that such an option is not available in Tableau, and data will be displayed as per alphabetic order Tableau has a special sort called Topological sort to handle such scenarios where you want to set the order as per your choice and keep it intact You should introduce a new field in the data source that would tell the order, this way it will be permanently solved Your given answer is wrong Your given answer is correct Solution This is a very common requirement and can be handled by Manual Sort. You can expect many variations of such questions in the exam, we suggest you to go through the link given below and cover all aspects related to different sort and how they work. For reference see the following link 6 / 45 SP-F-T-1336 – When connecting to a database, you can specify an initial SQL command that will not run in which of the following? (Select the correct option) Publish to Tableau Server Sign in to Tableau Server Refresh your view Open the workbook Refresh an extract Your given answer is wrong Your given answer is correct Solution Refresh your view When connecting to some databases, you can specify an initial SQL command that will run when a connection is made to the database, for example, when you open the workbook, refresh an extract, sign in to Tableau Server, or publish to Tableau Server. Initial SQL is not run when you refresh your view. Note that this initial SQL is different than a custom SQL connection. A custom SQL connection defines a relation (or table) to issue queries against. 7 / 45 SP-F-T-DM-10 – Which of the following is the correct formula to calculate Profit Ratio in Tableau? Sales / Profit SUM(Sales)/SUM(Profit) Profit / Sales SUM(Profit) / SUM(Sales) Your given answer is wrong Your given answer is correct Solution In the question, they have asked to calculate the Profit Ration which suggests we need to divide Profit by Sales. Since the default aggregation of Tableau is Sum, so we need to sum the measures individually and then use in the calculated field to find their respective ratio. Correct formula will be sum (Profit) divided by Sum(Sales) 8 / 45 SP-F-T-DM-14 – You are working on a project with your manager and he asks you if there is any technique in Tableau that can Identify the marks with similar characteristics. Identify the correct technique that you should tell him. Aggregation is a technique in Tableau which will identify marks with similar characteristics Data Assembling is a newly introduced technique in Tableau which will identify marks with similar characteristics Grouping is a technique in Tableau which will identify marks with similar characteristics Clustering is a technique in Tableau which will identify marks with similar characteristics Your given answer is wrong Your given answer is correct Solution Clustering is a technique in Tableau which will identify marks with similar characteristics Clustering techniques consider data tuples as objects. They partition the objects into groups, or clusters, so that objects within a cluster are “similar” to one another and “dissimilar” to objects in other clusters. See the following article for reference 9 / 45 SP-F-T-DM-12 – Which statement about disaggregation is true ? Disaggregation works well when you are connected with extract We cannot disaggregate the data, to see all of the marks in the view at the most detailed level of granularity. In order to disaggregate the data, to see all of the marks in the view at the most detailed level of granularity, you need to be connected with Live data source We can disaggregate the data, to see all of the marks in the view at the most detailed level of granularity. Your given answer is wrong Your given answer is correct Solution We can disaggregate the data, to see all of the marks in the view at the most detailed level of granularity. For more details, see the link 10 / 45 SP-F-T-DM-37 – You are in a Tableau Summit where you met with a group of our people (John, Ali, Syed, and Aaiza) who are discussing how to arrange the filters on a dashboard.Each one of them is telling a different way of arranging a filter on the dashboard, can you identify who among them is correct? As per John, you can rearrange the filters on the dashboard, by clicking on the 2 lines on top of the filter and dragging the filter. As per Aaiza, you can rearrange the filters on the dashboard, by clicking anywhere inside the filter and dragging it. As per Ali, you can rearrange the filters on the dashboard, by clicking on the dropdown and dragging the filter As per Syed, you can rearrange the filters on the dashboard, by clicking on the filter title and dragging it. Your given answer is wrong Your given answer is correct Solution The correct answer is As per John, you can rearrange the filters on the dashboard, by clicking on the 2 lines on top of the filter and dragging the filter. Further Explanation Once you click on the filter, it shows you double bar at the top of the filter as shown below User take the mouse to double bar and can drag the filter on the needed place. 11 / 45 SP-F-T-DM-15 Which of these are type of Quick Filters available in Tableau (select all that apply)? Wildcard Match Tableau Quick Match Multiple Values (list) Regex Match Single Value (slider) Multiple Values (dropdown) Your given answer is wrong Your given answer is correct Solution Reference URL 12 / 45 SP-F-T-DM-23 – You have a bar chart that looks like this You have a requirement to show Papers and Pencils as a single group called stationary, how you can achieve this, select the answer that can be an option to meet this requirement. This is possible only in case you are using sets This option is not possible as data belonging to separate categories cannot be clubbed Labels in the view can be grouped. By grouping labels, a new mark (bar) is created, which consolidates all members of the group. Later you can rename the newly created group as stationary. The best option to do is to change the category of the data at the database level so that it reflects in the same category. Your given answer is wrong Your given answer is correct Solution Labels in the view can be grouped. By grouping labels, a new mark (bar) is created, which consolidates all members of the group. Later you can rename the newly created group as stationary. Hold Ctrl key and Click on the categories to select both Pencil and Papers as shown below Just mouse hover on the selected area and select the Group Icon This will create a new bar that you can rename later. 13 / 45 SP-F-T-1352 – In one of the charts, we want to show the countries in a specific order and want to make sure that this order remains intact irrespective of changes in the data, what type of sort should be used in this scenario? Manual Sort Country Sort Hierarchical Sort Random Sort Database Sort Your given answer is wrong Your given answer is correct Solution Manual Sort is the correct answer For a manual sort, no matter how the data changes, the values will always stay in the sort order you have created. 14 / 45 SP-F-T-DM-17 – You developed a dashboard and published it on the Tableau Server hosted on-prem. You have a meeting with the client to present the next day but when you open the dashboard, it gives an error. You investigated and debugged but could not find the solution, you think, it is some issue related to the product, what you should do in this case? You should open a support ticket using the customer portal option on the Tableau website You can find the solution on the Tableau Learn website Using the Developer Community Forum, open a discussion so anybody could respond you. You should Contact Salesforce team using their website and start explaining the issue to them Your given answer is wrong Your given answer is correct Solution For the given scenario, since there is an urgency and you cannot wait, so for the given option, opening the support ticket seems the best choice so you can have a chance to directly communicate with the technical team of the Tableau and get the solution. Support Information Page Customer Portal Login Page Link Note: Answer of this question is based on the rational that user thinks it is a product related issues and since he is in urgency to present to his client, so he can not take the chance to wait and should talk with the product specialist from the Product Owner 15 / 45 SP-F-T-DM-02 – Identify the correct statements about interactive elements for a dashboard from the following – (select four applicable) URL Actions is an interactive element that can be added to a dashboard for users Change Parameters is not an interactive elements that can be added to a dashboard for users Edit Tooltip Actions is interactive element that can be added to a dashboard for users Highlight Actions is interactive element that can be added to a dashboard for users Filter Actions is interactive element that can be added to a dashboard for users Go to Sheet is an interactive element that can be added to a dashboard for users Your given answer is wrong Your given answer is correct Solution Go to Sheet, URL Actions, Filter Actions, and Highlight Actions are correct statements and they bring interactivity. Change Parameters is also an option to bring interactivity in the dashboard, in the question it is mentioned that it does not bring interactivity so it is wrong option Edit Tooltip Actions does not exist in tableau, so it is also wrong For reference see the link 16 / 45 SP-F-T-DM-40 – Identify the correct statement about the data Data granularity refers to the level of detail for a piece of data, wherever you are looking. Data Cleanliness refers to the level of detail for a piece of data, wherever you are looking. Data connectivity refers to the level of detail for a piece of data, wherever you are looking. Data LOD refers to the level of detail for a piece of data, wherever you are looking. Your given answer is wrong Your given answer is correct Solution The correct answer to this question is following Data granularity refers to the level of detail for a piece of data, wherever you are looking. For more details on the topic, refer the link 17 / 45 SP-F-T-DM-26 – If you see the following Filter, then you’re working with what type of data? Select the correct option Date Functions Date Values Date Parts Grouped Dates Your given answer is wrong Your given answer is correct Solution This screen comes for the filter when you are dealing with dates that are continuous so from the choices given in the question the most appropriate answer is Date Values. Date values behave like a continuous measure. Click to see the reference link 18 / 45 SP-F-T-DM-25 – You are working for a company that sells motorbikes, while working in Tableau for a dashboard, you come across a field that contains the data for the daily sales of the motor bikes. When you put this field on the rows shelf, it shows you a blue color. What does this mean to you? It is a discrete field and cannot be used as dimension as data in it contains number It is continuous field It is a discrete field and can be used as dimension It is a measure field as it contains the numbers Your given answer is wrong Your given answer is correct Solution It is a discrete field and can be used as dimension Discrete fields can be used as dimension irrespective of the fact that reflect numbers as their data 19 / 45 SP-F-T-DM-22 – You have the following worksheet in your workbook that shows the year, month, and value columns in your view. In case you want to achieve the column totals for the value column, what options you can take to add the column total in the same view? Column total to a view can be added by selecting the column and enabling total using the Data Pane From the Analysis Tab in the Menu bar on top, we can enable the column totals Using the Analytics Pane, we can add the column total option for the view Using the Marks shelf, we can enable the column total in the view Your given answer is wrong Your given answer is correct Solution Analytics Pane provides you option to drag total to the view And select the needed option to enable the totals After you select the option, it looks like this Alternatively you can achieve the same result from the analysis menu 20 / 45 SP-F-T-DM-18 – While explaining the tableau feature to a junior Tableau developer, he tells you valid ways to trigger actions for a Dashboard, Can you identify which of his three statements are correct ? Select is a dashboard action, it works when you click on a mark in the view to run the action. This option works well for all types of actions. Double Click is a dashboard action, it works when you double-click on a mark in the view to run the action. This option works well for all types of actions. Menu is a dashboard action, you can use it in Tableau Desktop by right-click (control-click on Mac) a selected mark in the view and then select an option on the context menu. On Tableau Server or Tableau Cloud, left-click (click on Mac) a selected mark in the view to see the context menu. This option works well for filter and URL actions. Hover is a dashboard action, It works when you rest the pointer over a mark in the view to run the action. This option works well for highlight and filter actions within a dashboard. Click is a dashboard action, it works when you click on a mark in the view to run the action. This option works well for all types of actions. Your given answer is wrong Your given answer is correct Solution Reference URL 21 / 45 SP-F-T-DM-34 – You are working on a workbook (having extract-based data source) that was developed by someone in your team, while working on a requirement to plot a chart based on the geo location, you are facing difficulty with the country field as it is not displaying the countries on the map chart in the Tableau. What could be the possible issue and how to fix this issue? A geographic role might be missing on the country field, to assign a geographic role, ensure that the country field has valid ISO codes along with the country names Maps work fine when you are connected live, change the connection type to Live from Extract, and it will solve the problem The geographic role is not assigned to the country field, simply assign the geographic role of the country to the country field and retry It is not possible to change the Geographic Role of a dimension, since the country field is a dimension, so the issue cannot be fixed Your given answer is wrong Your given answer is correct Solution The issue is related to the Country data field because it is missing the geographic role. When you will assign the geographic role to the country field, it will start plotting the map properly To enhance the grip on the subject, refer the URL 22 / 45 SP-F-T-DM-39 – You are visiting a new client and the client shares with you a requirement to build a dashboard, the client also explains to you the four database tables to be used for this requirement. To meet the requirement, you need to connect to all four tables in the single data source at once to build the dashboard. Which technique do you think you can use for the given scenario? Blending of tables is perfect for the given scenario Creating a set having matching data from all four tables will be sufficient for all types of requirement A Join can work to connect all four tables and meet the expectation A Cross Database Join of tables can be created to club all tables and develop the dashboard Your given answer is wrong Your given answer is correct Solution This was a tricky question checking your conceptual understanding of handling the database tables. Join is the right answer to this question, there were two main key points to identify the correct answer. The first one was that all tables are in the same database and the second was to connect at once. Based on these two factors, we can quickly identify that Join is the best option for this. Cross database joins works well when you are dealing with two different data bases or data sources and you want to join them Blending work when you are dealing with different data sources and you want to join but the difference is that it gives the aggregated results For more information, refer the following link1 and link2 23 / 45 SP-F-T-1358 – Identify the correct statement We can convert a Dimension to continuous field provided that the data of the dimension is not of Date type. We can convert a Dimension to continuous field provided that the data of the dimension is not of Boolean type or String type. We can convert a Dimension to continuous field provided that the data of the dimension is not of String type. We can convert a Dimension to continuous field provided that the data of the dimension is not of Date and Time type. Your given answer is wrong Your given answer is correct Solution Only correct statement here is We can convert a Dimension to continuous field provided that the data of the dimension is not of Boolean type or String type. 24 / 45 SP-F-T-DM-01 – Identify the correct name for the following images Image A represents a Data pane Image A represents Analytics Pane Image B represents Analytics Pane Image B Distribution Pane Image A represents Summary Pane Image B represents Data Pane Your given answer is wrong Your given answer is correct Solution Image A represents a Data pane Image B represents Analytics Pane Following link 1 and link 2 will further elaborate the concept 25 / 45 SP-F-T-DM-05. The calculation [Last Working Date] – [Hire Date] will return _______________ It will give us the exact number of days an employees has worked Formula should be [Hire Date] – [Last Working Date] in order to get the exact number of days an employee has worked 2 days less than the actual number of days an employee has worked 1 day less than the actual number of days an employee has worked Your given answer is wrong Your given answer is correct Solution The correct answer is that it will give us 1 day less than the exact no of days an employee has worked. For example Employee Hire Date: Sep 18 Employee Last Working Date: Sep 20 As per formula it will return the following results [Last Working Date] – [Hire Date] 20 – 18 2 This calculation has given us an answer of 2 let us calculate it manually He has actually worked on dates 18, 19 and 20. Which makes a total of 3 days. It means that the calculation given in the question will give 1 day less than the actual days an employee has worked. 26 / 45 SP-F-T-DM-20 – You are trying to delete the column ‘Measure Names’ available in the Data Pane but despite all your efforts you are unable to delete the column, What is the possible reason that you are not able to delete it? Identify the correct reason. Measure Names might being used in any of the sheets in the workbook and that is stopping to delete it. Measure Names column can be deleted only if you try using the Explorer Can role. Measure Names are used for sheet name, if you rename a sheet name, you cannot delete it. Measure names CANNOT be deleted in Tableau like other columns can. This is an auto-generated field. Your given answer is wrong Your given answer is correct Solution Measure names and Measure Values CANNOT be deleted in Tableau like other columns can. This is an auto-generated field. Reference URL 27 / 45 SP-F-T-DM-07. You have been called to a meeting where two tableau developers are arguing on the point that sets can be created on the basis of a measure field. They want you to give your expert opinion. As an expert what will be your answer? A Set in Tableau is created on the basis of a Dimension Field when it is connected with LIVE data source A Set in Tableau can be created on the basis of a Measure Field A Set in Tableau can be created on the basis of both Dimension and Measure fields A Set in Tableau is created on the basis of a Dimension Field Your given answer is wrong Your given answer is correct Solution For your reference see the link 28 / 45 SP-F-T-DM-31 – Identify the correct statement about the Tree maps In Tree maps, the size begins with the largest rectangle on the top left and the smallest rectangle on the bottom left In Tree maps, the size begins with the largest rectangle on the top left and the smallest rectangle on the bottom right In Tree maps, the size begins with the largest rectangle on the top right and the smallest rectangle on the bottom left In Tree maps, the size begins with the largest rectangle on the top right and the smallest rectangle on the bottom right Your given answer is wrong Your given answer is correct Solution This is the sample of a tree map in Tableau In Tree maps, the size begins with the largest rectangle on the top left and the smallest rectangle on the bottom right Reference URL 29 / 45 SP-F-T-DM-21 – You are working on a histogram chart to show the products sold based on the age group. For this, you have created a histogram showing the fixed groups of age brackets of the 10-year gap. But your client asks you to control this age bracket dynamically so they can explore sales behavior based on different age groups, can this requirement be achieved in Histogram, and if yes, how? (select the correct option) Yes, but we have to create a new histogram with the dynamic behavior option Yes, it is achievable by creating variable sized bins using calculated fields in the same histogram. Histograms are created only for fixed size bins Yes, it is achievable by creating variable sized bins using Sets and applying to the same histogram. Your given answer is wrong Your given answer is correct Solution Yes, it is achievable by creating variable sized bins using calculated fields in the same histogram. Following link shows the step by step solution to create it 30 / 45 SP-F-T-DM-04 – Tableau makes adding custom shapes to your dashboard as easy as downloading an image to your computer and saving it in a particular folder. The only tricky part is finding the right folder (to save your custom shape image files). What this folder is called and where is it located? It's called "my Tableau repository." And is located in the following location => My Documents -> My Tableau Repository -> Shapes It's called "my Tableau custom shapes repository." And is located in the following location => In Downloads -> My Tableau custom Shapes Repository -> Shapes It's called "my Tableau shapes repository." And is located in the following location => My Documents -> My Tableau Shapes Repository -> Shapes It's called "my Tableau custom shapes repository." And is located in the following location => In Downloads -> My Tableau custom Shapes Repository -> Shapes Your given answer is wrong Your given answer is correct Solution It is located in my documents folder as shown in the above screenshot. For more details see the following link for reference See the URL for further details 31 / 45 SP-F-T-DM-30 – While working with one of your clients, your client asks you the method to copy the worksheet visualization as an image. What you can advise him? Identify the two correct answers from the options given below By right-clicking on the worksheet visualization and selecting Copy->Image Using the Marks shelf and choosing Copy->Image By simply select the view and pressing Control + V on the keyboard By clicking on Worksheet in the Tableau Main Menu above, and choosing Copy->Image Your given answer is wrong Your given answer is correct Solution First Option Second Option 32 / 45 SP-F-T-DM-19 – You are working on a Time Series table that contains the sales data, you have created a chart that shows the percentage difference in sales for each year and quarter. Your data is starting from Jan 2023 to December 2024. When you present this dashboard showing the quarterly percentage difference of sales to your client, how many quarters value he will see in the dashboard. Select the correct option. Client will see the percentage difference values for 4 quarters for year 2023 and 4 quarters for year 2024 Client will see the percentage difference values as given data does not contain data for all the months Client will see the percentage difference values for 2 quarters for year 2023 and 2 quarters for year 2024 Client will see the percentage difference values for 3 quarters for year 2023 and 4 quarters for year 2024 Your given answer is wrong Your given answer is correct Solution This is your original data When you apply a quick table calculation for percentage difference as shown below The screen shows the percentage difference among the quarters as shown in the figure below. It is clearly visible that for Year 2023, it is showing the % Difference values for 3 quarters for 2023 whereas For year 2024, we can see the % Difference for all the Quarters. 33 / 45 SP-F-T-DM-06 . Does Tableau provide an option to use measures in the same view multiple times and if we use it what is the impact on the view? No, Tableau does not provide an option to use a measure multiple times in the view Yes, we can use the same measure multiple times in the same view. The view treats the second measure as a separate chart in the same view In order to use the same measure multiple times, you need to enable the option "Allow Duplicate Measures Usage" at the workbook level Yes, we can use the same measure multiple times while we are connected with Live data source. Your given answer is wrong Your given answer is correct Solution Yes, we can use the same measure multiple times in the same view. The view treats the second measure as a separate chart in the same view 34 / 45 SP-F-T-1321 – Identify the correct sequence for Order of Operations for Filters Processing. (Select the two correct options) Extract Filters -> Data Source Filters -> Context Filters -> Set Filters -> Measures Filters -> Table Calc Filters Table Calc Filters -> Extract Filters -> Data Source Filters -> Context Filters -> Measures Filters Extract Filters -> Data Source Filters -> Context Filters -> Measures Filters -> Table Calc Filters Extract Filters -> Context Filters -> Data Source Filters -> Measures Filters -> Table Calc Filters Your given answer is wrong Your given answer is correct Solution Extract Filters -> Data Source Filters -> Context Filters -> Measures Filters -> Table Calc Filters Extract Filters -> Data Source Filters -> Context Filters -> set Filters -> Measures Filters -> Table Calc Filters Answer Explanation: Order of operation is explained in the following link 35 / 45 SP-F-T-DM-38 – Tableau Packaged Workbook (.twbx) contains the visualizations, info needed to build the visualizations, and a copy of the data source. Please identify the file types that can be included in packaged workbooks • Data base files • Custom shapes • Background images • Microsoft Excel files • Tableau extract files (.hyper) • Custom geocoding • Data warehousing files • Microsoft Access files • Local cube files • Text files (.csv, .txt, etc.) Your given answer is wrong Your given answer is correct Solution All file types are correct except database files and data warehousing files. This question is very important as in the exam there could be different variations of this content. They may ask the similar question in a different way. We suggest you to have very good understanding for the file types in the Tableau especially the obsolete type .tde For Example, some other variations of the same content could be like this _____________ contains the visualizations, info needed to build the visualizations, and a copy of the data source _________________ are 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. Answers to above questions are Tableau Packaged Workbook (.twbx) and .tde / .Hyper files respectively Better to have walk through of article1 and article2 on the same topic 36 / 45 SP-F-T-DM-13 – Identify the correct statement related to the Tableau tools mentioned below We can use Tableau Online as a static tool to open and interact with packaged workbooks with extracted data sources that have been created in Tableau Desktop. We can use Tableau Reader as a static tool to open and interact with packaged workbooks with extracted data sources that have been created in Tableau Desktop. We can use Tableau Server as a static tool to open and interact with packaged workbooks with extracted data sources that have been created in Tableau Desktop. We can use Tableau Prep as a static tool to open and interact with packaged workbooks with extracted data sources that have been created in Tableau Desktop. Your given answer is wrong Your given answer is correct Solution We can use Tableau Reader as a static tool to open and interact with packaged workbooks with extracted data sources that have been created in Tableau Desktop. Tableau Reader is a free product that was created in the early days of Tableau to allow analysts and content creators to distribute content they built in Tableau Desktop. This was before Tableau Server was made available to organizations to govern the sharing and distribution of analytics content. At the time, Tableau Reader was the only option to share interactive content with other users in an organization without access to Tableau Desktop. 37 / 45 SP-F-T-1353 – Identify the incorrect statements about Quick Filter Types in Tableau (select all which apply) Wildcard Match is type of a Quick Filter in the Tableau Regex Match is type of a Quick Filter in the Tableau Multiple Values Dropdown is type of a Quick Filter in the Tableau Single Value Match is type of a Quick Filter in the Tableau Your given answer is wrong Your given answer is correct Solution Correct statements are following Wildcard Match is type of a Quick Filter in the TableauMultiple Values Dropdown is type of a Quick Filter in the Tableau Further Explanation Upon clicking on a filter, we see the following options: 38 / 45 SP-F-T-DM-09 – Which statement about reference line is correct? To add a reference line, you can drag Reference Line from the Analytics pane into the view A Reference line needs a bar graph to be added from the analytics pane A Reference Line can only be added in the view when you have used the analytical functions in your worksheet A reference line cannot be added from the Analytics Pane Your given answer is wrong Your given answer is correct Solution Reference URL 39 / 45 SP-F-T-DM-16 – While working with a customer, you are provided with two database tables with the same structure, and you can reach to correct results by appending values (rows) from one table to another. Which technique do you think should be used in the given scenario? Join is the perfect technique to join both tables and get the desired result Concatenate should be used to append values from one table to another Blend can work in this situation as these are two independent tables Union is the perfect option to append rows from one table to another Your given answer is wrong Your given answer is correct Solution To union your data in Tableau data source, the tables must come from the same connection. See the link for more details 40 / 45 SP-F-T-DM-24 – Suppose you have a bar chart. When we group by labels in a view, which of the following happens? A new mark (bar) is created, which consolidates all members of the group. Nothing changes in the view, but a group is created in the Dimensions shelf. It is not possible to group by labels. The colors of the members selected are now the same, and different for the rest of the members. Your given answer is wrong Your given answer is correct Solution A new mark (bar) is created, which consolidates all members of the group. Example shown below Hold Ctrl key and Click on the categories to select both Pencil and Papers as shown below Just mouse hover on the selected area and select the Group Icon This will create a new bar that you can rename later. 41 / 45 SP-F-T-DM-36 – You are working on a workbook that has various dashboards. You are enabling animation and get a requirement to animate a particular sheet with a speed of 0.5 seconds which is different from all other worksheets in the workbook that have default animation speed (that is 0.3 seconds). What do you think, is it a doable task? It is fairly possible, you can set the animation speed of a particular sheet in the workbook. Tableau provides an override animation speed option. It was possible to override the animation speed of a sheet only if this workbook had only one dashboard. In order to override this animation speed, Your Site level configuration ‘Override Animation Speed’ has to be enabled by the Tableau Admin There is no override option for animation speed for a worksheet, you have to go ahead with the default animation speed set at the workbook level. Your given answer is wrong Your given answer is correct Solution It is fairly possible, you can set the animation speed of a particular sheet in the workbook. Tableau provides an override animation speed option. Tableau provides such option to override. Note: In the specialist exam, Tableau expects that you should have a basic understanding of these concepts and therefore we strongly recommend you to have a detailed walkthrough of the article link given below. Default timing of animation, difference in animation and their usages are important to understand. See the Reference URL 42 / 45 SP-F-T-DM-28 – Your client is asking to have an option within the dashboard to click on a URL to open a Web Page within the same dashboard rather than opening the system’s web browser. Can you help to find the right answer to this? Tableau is still working on this option but as of now it opens the URL in the system browser It is possible and we can do it by using a Tableau recommended third party plugin called ‘Open a Web Page’ It is possible to deploy a URL action on a dashboard object to open a Web Page, we can do this with the help of a Web-Page object It is possible to deploy a URL action on a dashboard object to open a Web Page, we can do this with the help of a Web-URL object Your given answer is wrong Your given answer is correct Solution Reference URL 43 / 45 SP-F-T-DM-32 – Which statement related to distinct color and gradient seems correct? Dragging a Spatial value to color creates distinct colors for each item whereas dragging a Discrete value to color creates a gradient Dragging a Discrete value to color creates distinct colors for each item whereas dragging a Continuous value to color creates a gradient Dragging a Geographic value to color creates distinct colors for each item whereas dragging a Discrete value to color creates a gradient Dragging a Continuous value to color creates distinct colors for each item whereas dragging a Discrete value to color creates a gradient Your given answer is wrong Your given answer is correct Solution Dragging a Discrete value to color creates distinct colors for each item whereas dragging a Continuous Value to color creates a gradient It is recommended to study this Tableau article in full as we have seen questions in the from this area Reference URL 44 / 45 SP-F-T-DM-29 – Identify the correct statements related to marks Tableau displays data using marks, where every mark corresponds to a row (or a group of rows) in your data source. Increase the level of detail and control the number of marks in the view by including or excluding data. The number of marks will increase when you increase the number of Dimensions in a view There is no relation between the number of marks versus dimension in the view Your given answer is wrong Your given answer is correct Solution The following are the correct statement The number of marks will increase when you increase the number of Dimensions in a view Increase the level of detail and control the number of marks in the view by including or excluding data. Tableau displays data using marks, where every mark corresponds to a row (or a group of rows) in your data source. Following link contains more details on the Marks 45 / 45 SP-F-T-DM-08. Identify the chart based on the following properties This 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. Pareto Chart Histogram with Lines Pie Chart Gantt Chart Stacked Bar Chart with Lines Your given answer is wrong Your given answer is correct Solution These are the properties of the Pareto chart For further reference, see the following link Your score is 0% Restart quiz Rate this Quiz It will help us to improve Send feedback 5 Reason why people fail in Tableau Exams In this short video, we are sharing you five reason why people in Tableau exms. Additionally, we are sharing the tips how you can avoid. Back to the Free Exams Page Know more about our Paid practice exams for Tableau Specialist