Which two analytics options are available for a scatter plot view? Choose two.
Answer : C, D
For a scatter plot view in Tableau, you can add reference lines and trend lines as part of the analytics options. Reference lines can be added to a visualization to mark certain values or to provide context, such as an average line across a scatter plot. Trend lines, on the other hand, are used to show the relationship between two variables in the view, indicating the general direction or pattern of the data points in a scatter plot.
Which type of filter affects a fixed Level of Detail (LOD) expression?
Answer : D
In Tableau, a Fixed Level of Detail (LOD) expression calculates values at a specific level of granularity, regardless of the dimensions in the view. The computation of a fixed LOD expression can be influenced by a context filter. A context filter serves as a primary filter, setting the context for the rest of the filters in the view. When a context filter is applied, it effectively changes the level at which the fixed LOD expression is computed, thereby affecting its outcome. Other types of filters, such as table calculation, measure, and dimension filters, do not have this influence on fixed LOD expressions.
You have the following string value: Sales Data.
Which calculated field produces an output of Sales?
Answer : B
The calculated field formula LEFT('Sales Data', 5) will correctly produce the output 'Sales' from the string value 'Sales Data'. The LEFT function in Tableau returns the specified number of characters from the start of the string. Here, the first 5 characters of 'Sales Data' are 'Sales'.
You need to display the complete list of potential data connections when you connect to a server. What action should you perform?
Answer : C
To display the complete list of potential data connections when connecting to a server in Tableau, you should select 'More' under the 'To a Server' option. This action will provide a comprehensive list of server types and data sources that Tableau can connect to.
You have a continuous numeric measure named Sales.
Which chart type is created when you double-click the Sales measure?
Answer : D
When you double-click a continuous numeric measure named Sales in Tableau, it automatically creates a bar chart. Tableau's default behavior for a single measure is to display it as a bar chart, with the measure values represented on the Y-axis and an automatic range on the X-axis.
Which action describes the process for changing a measure so that it automatically aggregates an average instead of a sum?
Answer : A
To change a measure so that it automatically aggregates as an average instead of a sum, you should right-click the field in the Data pane and select Default Properties. In the Default Properties menu, you can set the default aggregation for the measure, such as setting it to calculate an average by default when added to a view.
What statement correctly describes a requirement to create a reference line in Tableau?
Answer : B
In Tableau, to create a reference line, one of the axes in the view must contain an aggregated measure. Reference lines are typically used to add context or additional information to the data in a view, and they are often based on some form of aggregate such as the average, median, sum, etc., of a measure.