2024年更新のTDS-C01問題集合格保証付きで合格できます! [Q39-Q62]

Share

2024年更新のTDS-C01問題集合格保証付きで合格できます!

TDS-C01試験問題集を試そう!ベストTDS-C01試験問題トレーニングを提供しています

質問 # 39
Question 30: Skipped
Using the CoffeeChain table, create a scatter plot of Profit (x-axis) vs Sales (y-axis) broken down by State.
Add a Linear trend line to the view. What is its R-squared value?

  • A. 0.748472
  • B. 0.739284
  • C. 0.759329
  • D. 0.783262

正解:D

解説:
Trend lines have become popular questions in recent Tableau examinations. Follow along:
1) First drag Sales to the Rows shelf and Profit to the Columns shelf:

c
You will only see a single mark since the view is aggregated.
2) Now, break down this view by state. Drag State into Detail on the Marks shelf ( or directly to the view):

3) Finally, move to the Analytics pane, and drag Trend line to the view. When you drag it, select the Linear option!:


4) The following is our view. Hover over the trend line to see the R-squared value:


質問 # 40
You can _______________ your data to combine two or more tables by appending values (rows) from one table to another

  • A. blend
  • B. union
  • C. concatenate
  • D. join

正解:B

解説:
You can union your data to combine two or more tables by appending values (rows) from one table to another.
To union your data in Tableau data source, the tables must come from the same connection.
For example, suppose you have the following customer purchase information stored in three tables, separated by month. The table names are "May2016," "June2016," and "July2016."

A union of these tables creates the following single table that contains all rows from all tables.


質問 # 41
What is the minimum amount of RAM recommended for any production use of Tableau Server?

  • A. 8GB
  • B. 32GB
  • C. 64GB
  • D. 16GB

正解:D

解説:
The computer on which you are installing or upgrading Tableau Server must meet the minimum hardware requirements. If the Setup program determines that your computer does not meet the following requirements, you will not be able to install Tableau Server.
These minimum requirements are appropriate for a computer that you use for prototyping and testing of Tableau Server. They apply to single-node installations and to each computer in a distributed installation.


質問 # 42
Using the CoffeeChain table, create a chart to see the monthly Percent difference change in Profit, from the beginning of 2012 to the end of 2013. How many months saw a Negative percent difference in Profit?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C

解説:
Follow along to reach the correct answer:
1) First, drag Date to the Column shelf and Profit to the Rows shelf. We need to see the 2 consecutive months over this two year period (2012-2013) so this tells us we need to work with continuous dates:
Click on Date in the Column shelf and convert it to continuous month :

2) Now, click on the Profit pill in the Rows shelf, go to quick table calculation and choose Percent difference:

3) Finally, click on the Show mark Labels icon:

4) We finally have our view, and clearly, 10 Months have a NEGATIVE percent difference:


質問 # 43
What will the following function return?
LEFT("Tableau", 3)

  • A. An error
  • B. Tab
  • C. ble
  • D. eau

正解:B

解説:
The following is the official documentation for the String function LEFT:


質問 # 44
Which of the following is NOT a valid official data source in Tableau Desktop?

  • A. Google Firebase
  • B. Amazon Redshift
  • C. SAP HANA
  • D. PostgreSQL

正解:A

解説:
Presently, there is no official way to connect your data in Firebase directly with Tableau Desktop.
A workaround however can be to export your Firebase data into Google BigQuery, and then connect it to Tableau Desktop.
But then again, it is a workaround and not an official out-of-the-box solution.
The following are the available Data sources available as of now:
1) Server

2) File


質問 # 45
Which of the following are valid Dashboard size options?

  • A. Scaled
  • B. Fixed Size
  • C. Automatic
  • D. Range

正解:B、C、D

解説:
Scaled is NOT a valid size options when creating Dashboards in Tableau!
After you create a dashboard, you might need to resize and reorganize it to work better for your users.


質問 # 46
A _____________ action is a hyperlink that points to a web page, file, or other web-based resource outside of Tableau.

  • A. Go to Sheet
  • B. Go to Web page
  • C. Go to Hyperlink
  • D. Go to URL

正解:D

解説:
Tricky options! Go to hyperlink and Go to Web page are not valid Actions in Tableau.

A URL action is a hyperlink that points to a web page, file, or other web-based resource outside of Tableau.
You can use URL actions to create an email or link to additional information about your data. To customize links based on your data, you can automatically enter field values as parameters in URLs.
Graphical user interface, text, application, Word Description automatically generatedGraphical user interface, text, application, email Description automatically generatedGraphical user interface, text, application, Word Description automatically generatedText, letter Description automatically generated




質問 # 47
What does the following icon do in Tableau?
Larger image

  • A. Create a Story and Dashboard both
  • B. Create a Story
  • C. Create a Worksheet
  • D. Create a Dashboard

正解:D

解説:
Explanation
The icon shown is used to add a new Dashboard! From the official documentation:


質問 # 48
If you are working with a huge dataset, which of the following are strong reasons to use a context filter?

  • A. To help clean the data
  • B. To include only the data of interest
  • C. Improve query performance
  • D. To make the context filter a dependent filter

正解:B、C

解説:
By default, all filters that you set in Tableau are computed independently. That is, each filter accesses all rows in your data source without regard to other filters. However, you can set one or more categorical filters as context filters for the view. You can think of a context filter as being an independent filter (Option stating - To create a dependent filter eliminated here). Any other filters that you set are defined as dependent filters because they process only the data that passes through the context filter.
You may create a context filter to:
1) Improve performance - If you set a lot of filters or have a large data source, the queries can be slow. You can set one or more context filters to improve performance.
2) Create a dependent numerical or top N filter - You can set a context filter to include only the data of interest, and then set a numerical or a top N filter.
For example, suppose you're in charge of breakfast products for a large grocery chain. Your task is to find the top 10 breakfast products by profitability for all stores. If the data source is very large, you can set a context filter to include only breakfast products. Then you can create a top 10 filter by profit as a dependent filter, which would process only the data that passes through the context filter.


質問 # 49
Which of the following calculations DO NOT need a quick table calculation?

  • A. Standard Deviation
  • B. Moving Average
  • C. Rank
  • D. Variance

正解:A、D

解説:
For Standard Deviation and Variance, we don't need to use quick table calculations, since they are available by default. See below:

However, as seen in the types of quick table calculations available in Tableau, Rank and Moving Average belong to only this category.


質問 # 50
The option to create bins is available for which type of field?

  • A. Numeric
  • B. Boolean
  • C. Date
  • D. String

正解:A

解説:
The option to create bins in Tableau is available for numeric fields. Bins allow you to group a series of numeric values into larger segments, which can simplify analysis and help in creating histograms or other visualizations that show the distribution of data. For example, you can create bins to group ages into categories like 0-10, 11-20, etc.


質問 # 51
What are two methods for renaming a field in a visualization? Choose two.

  • A. From the Data pane, right-click the field and select Replace References.
  • B. From the Format menu, select Field Labels.
  • C. From the Data pane, use the field's drop-down menu and select Rename.
  • D. From the Data pane, click and hold on the field until the name is editable.

正解:C、D

解説:
In Tableau, you can rename a field directly in the Data pane by clicking and holding on the field name until it becomes editable, allowing you to type a new name. Alternatively, you can use the drop-down menu associated with the field in the Data pane and select the "Rename" option. Both methods provide a quick and easy way to change the name of a field without affecting the underlying data structure. The "Format menu" and "Replace References" option do not apply to renaming fields.


質問 # 52
Is it possible to use measures in the same view multiple times (e.g. SUM of the measure and AVG of the measure)?

  • A. No
  • B. Yes

正解:B

解説:
Explanation
Yes, it is very much possible to use measures in the same view multiple times. For example, refer to the image below:

We are using BOTH the Sum of the revenue and the AVG of the revenue in the same view!


質問 # 53
Which of the following is a compelling reason to export a sheet in Tableau to a PDF?

  • A. If we want to dynamically enter parameters to the visualisation.
  • B. If we want a static view of the visualisation.
  • C. If we want to interact with the visualisation.
  • D. If we want to use filters in the visualisation.

正解:B

解説:
Exporting the visualisation gives us a static view of the visualisation.
It is NOT possible to interact with it, use filters, or dynamically enter anything in a visualisation exported PDF.
In Tableau Desktop, you can save views as PDF files rather than printing them as hard copies. You do not need to have Adobe Acrobat installed on your computer.
When you print an individual sheet to PDF, filters in the view are not included. To show filters, create a dashboard containing the sheet and export the dashboard to PDF. (IMPORTANT)


質問 # 54
Which of the following represent a valid method to create a Bullet Graph with the LEAST number of fields possible?

  • A. using 1 measure
  • B. using 2 dimensions
  • C. using 2 dimensions and 3 measures
  • D. using 2 measures

正解:D

解説:
A bullet graph is a variation of a bar graph developed to replace dashboard gauges and meters. A bullet graph is useful for comparing the performance of a primary measure to one or more other measures. Below is a single bullet graph showing how actual sales compared to estimated sales.
We can create a Bullet graph with just 2 measures! This method requires the LEAST number of fields possible to create this type of chart.
The best way to tackle such questions in the exam is to click the "SHOW ME" button on top right, and hover over the chart we want to create.
In our case, it is a Bullet graph.


Therefore, we need 2 measures at least to create this chart, and 0 or more dimensions.


質問 # 55
What are two outcomes when you drag a continuous date value to the Rows shelf? Choose two,

  • A. The pill on the Rows shelf is blue.
  • B. The date part Is displayed as labels.
  • C. A quantitative axis is shown.
  • D. The pill on the Rows shelf is green.

正解:C、D

解説:
Dragging a continuous date value to the Rows shelf in Tableau results in a green pill on the Rows shelf, indicating a continuous field. It also results in a quantitative axis being displayed on the visualization.
Continuous fields are used to create axes on charts and can represent a range of values smoothly. This is opposed to discrete date values, which would be represented by a blue pill and typically show headers or labels rather than a continuous axis.


質問 # 56
The row and column shelves contain ___________________

  • A. Grand Totals
  • B. Pills
  • C. Filters
  • D. Parameters

正解:B

解説:
We can drag fields from the Data pane to create the structure for your visualizations.
The Columns shelf creates the columns of a table, while the Rows shelf creates the rows of a table. You can place any number of fields on these shelves.
These FIELDS are also referred to as PILLS. See below:


質問 # 57
Which of the following shapes does a Heat Map use by default?

  • A. Line
  • B. Circle
  • C. Square
  • D. Text

正解:C

解説:
By default, the shape that a Heap map uses is a "Square". See below:


質問 # 58
How can you set the default properties of a field to Currency?

  • A. From the Format menu, configure the Font settings
  • B. From the Format menu, configure the Field Labels settings.
  • C. From the Data pane, configure the data type of the field.
  • D. From the Data pane, configure the number format of the field.

正解:D

解説:
To set the default properties of a field to Currency in Tableau, you need to configure the number format of the field from the Data pane. This can be done by right-clicking the field in the Data pane and selecting Default Properties, then choosing the appropriate number format (in this case, Currency).


質問 # 59
We can use ______________ as a static tool to open and interact with packaged workbooks with extracted data sources that have been created in Tableau Desktop.

  • A. Tableau Online
  • B. Tableau Desktop
  • C. Tableau Server
  • D. Tableau Reader

正解:D

解説:
The word 'static tool' gives it away.
According to the official website :


質問 # 60
What does the following icon do in Tableau?
Larger image

  • A. Create a Story and Dashboard both
  • B. Create a Story
  • C. Create a Worksheet
  • D. Create a Dashboard

正解:D

解説:
The icon shown is used to add a new Dashboard! From the official documentation:


質問 # 61
What does the box in a box plot represent?

  • A. The median of the middle half of the data points
  • B. The interquartile range
  • C. Minimum value of the data
  • D. Maximum value of the data

正解:B

解説:
Explanation
In a box and whisker plot:
1) The ends of the box are the upper and lower quartiles, so the box spans the interquartile range
2) The median is marked by a vertical line inside the box
3) The whiskers are the two lines outside the box that extend to the highest and lowest observations.


質問 # 62
......

最新100%合格率保証付きの素晴らしいTDS-C01試験問題PDF:https://jp.fast2test.com/TDS-C01-premium-file.html

実践サンプルと問題集指導には2024年最新のTDS-C01有効なテスト問題集:https://drive.google.com/open?id=1EZEKGuVrzRmNL5nxXJ1rS_iizgJkTwYK


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어