Specialist Domain 1 Connecting To Preparing Data
Specialist Domain 1 Connecting To Preparing Data
[1.1.2 Explain the differences between using live connections versus extracts]
What Is The Difference Between Live And Extract Connections. (Multiple Possible Answers)
a) Live allows real-time data while extracts are kind of batch which needs to be refreshed from time
to time to get the updated data.
b) Live Connection takes more time to load data than Extract Connection.
c) Live Connection does not slow down operational queries which results in fetching data quickly.
d) Both the connection takes same time to work with and they do not have any functional
difference.
While in case of extracting any changes made in the data source won't reflect in the report
immediately. It will be reflected when the extract will be refreshed. Also, we need to apply an
aggregation that takes too long when using a live connection which results in delaying working with
the dataset. Live connection might slow down operational queries too much, so having Tableau only
query at scheduled extract refresh times is preferable.
Tables stored in the extract use special naming to guarantee name uniqueness, and it may not be
human-readable. We cannot refresh the extract. When connecting directly to an extract, Tableau
treats that file as the true source, as opposed to a clone of underlying data. So, it's not possible to
relate it back to your source data. The data model and relationships will be lost. The data model and
relationships between the tables is stored in the .tds file and not in the .hyper file, so this
information is lost when connecting directly to the .hyper file.
a) .doc
b) .tdsx
c) .tds
d) .pbix
Explanation: .doc is the file format for word document which the Tableau does not use as it’s default
format. Also, .pbix is the file format for Power BI. Tableau uses only .tds and .tdsx file format as
default to save the files.
a) Two
b) Three
c) Four
d) Five
Explanation: The two sources involved in data blending are referred as primary and secondary data
sources. A left join is created between the primary data source and the secondary data source with
all the data rows from primary and matching data rows from secondary data source.
[1.2 Create and manage the data model]
[1.2.1 Add relationships to a data source]
a) Inner Join
b) Left Join
c) Right Join
d) It is not required to define a join type in a relationship
Explanation: In a relationship in Tableau it does not require to select any join type.
a) Aggregate
b) Group by
c) Grouped Fields
d) Extract
Explanation: To adjust the granularity of the data, we use the Aggregate option to create a step to
aggregate or group data.
a) Makes it easier to change the key fields used to combine the tables
b) Make it easier to analyse data across multiple tables at different levels of granularity
c) Makes it easier to combine rows from one table with rows from another
d) Tables are only queried when fields from the tables are added to the viz.
Correct answer: b, d.
Explanation: Changing the key fields is a similar process with relationships and joins.
Relationships do not combine rows from one table with rows from another. They do have the
other benefits listed: duplication is avoided when tables are combined with different levels of
granularity and tables are only queries when required in the worksheet.
[1.3 Manage data properties]
[1.3.1 Rename a data field]
a) Data Menu -> Select a Data source -> Edit Data Source
b) Data Menu -> Select a Data source -> Extract Data
c) Data Menu -> Select a Data source -> View Data
d) Data Menu -> Select a Data source -> Edit Data Source Filters
Correct answer: a.
Explanation: On the Data menu, select a data source, and then select Edit Data Source. And, then on
the data source page, make the changes to the data source.
a) Discrete dimension
b) Continuous dimension
c) Measures
d) Dates
Correct answer: b, c, d.
Explanation: In Tableau aliases can be created for the members of discrete dimensions only. They
cannot be created for continuous dimensions, dates, or measures.
While assigning geographic role to a field, Tableau adds two fields to the Measures area of the Data
pane:
Correct answer: a.
Explanation: In Tableau while assigning geographic role to a field, Tableau adds two fields to
the Measures area of the Data pane: Latitude (generated) and Longitude (generated). While
Meridian an imaginary line from the North Pole to the South Pole.
[1.3.4 Change data type for a data field (number, date, string, Boolean, etc.)]
Choose the correct path to change the data type for a field in the view -
a) Right click the field in the Data pane -> Change Data Type -> Data Types -> Choose the appropriate
data type
b) Right click the field in the Data pane -> Change Data Type -> Choose the appropriate data type
c) Right click the field in the Data pane -> Data Types -> Choose the appropriate data type
d) Right click the field in the Data pane -> Choose the appropriate data type
Correct answer: b.
Explanation: To change a field's data type in a view, right-click (control-click on a Mac) the field in
the Data pane, choose Change Data Type, and then select the appropriate data type from the drop-
down list.
[1.3.5 Change default properties for a data field (number format, aggregation, colour, date format,
etc.)]
Correct answer: a.
Explanation: Right-click (control-click on a Mac) a field in the Data pane and select Default Properties
> Comment. Write a comment in the subsequent dialog box. Comments support rich text formatting
that will be represented in the tooltip.