[完全版]2023年最新のJPNTest TDS-C01のPDFで最近更新された問題です [Q119-Q136]

Share

[完全版]2023年最新のJPNTest TDS-C01のPDFで最近更新された問題です

TDS-C01試験には保証が付きます。更新されたのは270問があります


Tableau TDS-C01認定試験は、個人がTableauデスクトップで習熟度を示すための優れた方法です。幅広いトピックをカバーする挑戦的な試験ですが、適切な準備と研究により、候補者は試験に合格して認定を取得できます。認証の利点は重要であり、業界でのキャリアの機会と認知度の向上につながる可能性があります。


Tableau TDS-C01 (Tableau Desktop Specialist) 認定試験は、Tableau Desktop のスキルを測定するグローバルに認められた認定試験です。この試験は、Tableau Desktop を使用してデータ分析と可視化を実行するために必要な知識とスキルをテストするよう設計されています。TDS-C01 試験は、候補者の Tableau Desktop とその機能に対する基本的な理解を検証する入門レベルの認定試験です。データ分析またはデータ可視化のキャリアを追求したい人に最適です。


Tableau TDS-C01 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Configure a dashboard layout and create device-specific dashboards
  • Add relationships to a data source
トピック 2
  • Explain how continuous fields are displayed
  • Explain the default aggregation for measures
トピック 3
  • Add interactive elements for consumers
  • Explain the differences between using live connections versus extracts
トピック 4
  • Explain what kind of information measures usually contain
  • Assign a geographic role to a data field
トピック 5
  • Explain what kind of information dimensions usually contain
  • Create sets by using marks and the data pane
トピック 6
  • Use color from the marks card
  • Connecting to & Preparing Data
  • Create live connections and extracts
トピック 7
  • Change data type for a data field
  • Create a map using geographic data

 

質問 # 119
In Tree maps, the size begins with the largest rectangle on the ________________ and the smallest rectangle on the ________________.

  • A. top left bottom left
  • B. top right, bottom right
  • C. top right, bottom left
  • D. top left, bottom right

正解:D

解説:
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:


質問 # 120
What are three geographic roles that you can assign to a field? Choose three.

  • A. Time zone
  • B. Country
  • C. Address
  • D. Airport
  • E. City

正解:B、D、E

解説:
According to the Tableau Desktop Specialist Exam Guide, city, country, and airport are three geographic roles that you can assign to a field. Address and time zone are not geographic roles in Tableau.


質問 # 121
Our use case states that we need to create a set showing the Bottom 10 products by Profit in each Region. Which of the following filter types should you apply on Region?

  • A. Dimension Filters
  • B. Extract Filters
  • C. Measure Filters
  • D. Context Filters

正解:D

解説:
The beauty of context filters is that according to Tableau's Order of Operations, they are executed before Sets.

This means that based on what Region's you've selected - Tableau will first only preserve the rows for those Regions. THEN, after this it will compute the Set , i.e , Bottom 10 products in each Region.
1) First let's create a set to compute the Bottom 10 Products by Profit.

2) Next, take region on the Rows Shelf followed by the Set we just created. Drag Region and the Set to the Filters Shelf as well.

3) Now, try to only visualize the data for the South Region:

4) The problem right now is that Tableau is computing the Set first (Bottom 10 Products), and then applying the Dimension Filter - South Region and hence these values are incorrect. Note how these aren't even 10 products, but rather just 8. To fix this, simply add Region to Context:

Upon doing this, we get the correct answer as :

Reference:
https://help.tableau.com/current/pro/desktop/en-us/filtering_context.htm


質問 # 122
What are two correct methods to change the data type of a field? Choose two.

  • A. From the Data Source tab, click the data type icon of the field.
  • B. From the Data pane, click on the drop-down menu of the field.
  • C. From the Data pane, select and hold the field.
  • D. From the Data Source tab, click on the drop-down menu of the field.

正解:A、D

解説:
you can change the data type of a field from the Data Source tab by clicking on the drop-down menu of the field or by clicking the data type icon of the field. You cannot change the data type of a field from the Data pane or by selecting and holding the field.


質問 # 123
Broadly speaking, when users connect to Tableau, the data fields in their data set are automatically assigned a ____________ and a ____________.

  • A. Data type, Value
  • B. role, type
  • C. type, role
  • D. dimension, measure

正解:B

解説:
When users connect to Tableau, the data fields in their data set are automatically assigned a role and a type.
Role can be of the following two types:
1) Dimension
2) Measure
Type can be of the following :
1) String
2) Number
3) Geographic
4) Boolean
5) Date
6) Date and Time


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

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

正解:B

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


質問 # 125
The View Data window displays as much of the data as possible by default, up to _______________ rows.

  • A. 10,000
  • B. 20,000
  • C. 15,000
  • D. 5,000

正解:A

解説:
Explanation
The View Data window displays as much of the data as possible by default, up to 10,000 rows. This can be increased though, if you wish to.

Read more: https://help.tableau.com/current/pro/desktop/en-gb/inspectdata_viewdata.htm


質問 # 126
Which of the following charts types always includes bars sorted in descending order?

  • A. Gantt Chart
  • B. Pie Chart
  • C. Stacked Bar Chart
  • D. Pareto Chart

正解:D

解説:
Explanation
A Pareto chart 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.
On the primary axis, bars are used to show the raw quantities for each dimension member, sorted in descending order.
On the secondary axis, a line graph is used to show the cumulative total in percent format.


質問 # 127
By default, measures placed in a view are aggregated by ______________

  • A. AVERAGE
  • B. COUNT
  • C. SUM
  • D. MEDIAN

正解:C

解説:
Explanation
By default, measures placed in a view are aggregated by SUM, which means that the data for that field in all of the rows is combined. Measures can also be aggregated as average, median, count, or count distinct.


質問 # 128
Which of the following can you use to create a Histogram?

  • A. 2 measures
  • B. 2 dimensions
  • C. 1 dimension
  • D. 1 measure

正解:D

解説:
Explanation
A histogram is a chart that displays the shape of a distribution. A histogram looks like a bar chart but groups values for a continuous measure into ranges, or bins.
The basic building blocks for a histogram are as follows:


Demo :


質問 # 129
Which of the following chart type makes use of 'binned' data?

  • A. Gantt Chart
  • B. Bullet chart
  • C. Treemaps
  • D. Histogram

正解:D

解説:
A histogram is a chart that displays the shape of a distribution. A histogram looks like a bar chart but groups values for a continuous measure into ranges, or bins.


質問 # 130
Suppose you create a bar chart by dragging a dimension to the Column shelf and a measure to the Rows shelf. Which of the following would create a stacked bar chart?

  • A. By dragging another measure to Color on the Marks card
  • B. By dragging another dimension to Color on the Marks card
  • C. By dragging another measure to the Columns shelf
  • D. By dragging another dimension to the Rows shelf

正解:B

解説:
Very important question for the exam and appears quite a lot too.
The correct answer is - By dragging another dimension to Color on the Marks card.

This is what the question says we have already created. Now to convert this into a Stacked bar chart, we will drop another dimension on Color in the Marks card.

The rest won't create stacked bar charts, and hence are incorrect choices. The best way to answer such questions on the real exam is to quickly do what the options say and see if they satisfy the requirements in the question.


質問 # 131
Which of the following are valid ways to show Mark Labels in the visualisation?

  • A. Click on Analysis in the Menu bar and choose Show Mark Labels
  • B. Drag the measure to the Text label in the Marks Card
  • C. Click on Data in the Menu bar and Choose Show Mark Labels
  • D. Click on the Show mark labels icon in the Toolbar

正解:A、B、D

解説:
Explanation
The following showcase how you can show mark labels. Using the Sample Superstore dataset:
1) Let's create a Bar chart showing the sales for each sub-category:

2) Now you can show labels by:
2.1) Click on Show Mark Labels Icon in the Toolbar ( easiest )



2.2) Drag Sales to the Text icon in the Marks Card:
2.3) Click on Analysis -> Show mark labels from the Tableau menu bar:


質問 # 132
Which of the following lets you group related dashboard items together so you can quickly position them?

  • A. Layout Extensions
  • B. Layout Blanks
  • C. Layout positioners
  • D. Layout Containers

正解:D

解説:
Layout containers let you group related dashboard items together so you can quickly position them. As you change the size and placement of items inside a container, other container items automatically adjust


質問 # 133
What do the colours Blue and Green represent in Tableau?

  • A. Continuous and Discrete
  • B. Dimensions and Measures
  • C. Discrete and Continuous
  • D. Measures and Dimensions

正解:C

解説:
Important question! If you selected Dimension and Measure, don't worry! It is a very common mistake. But we're here to learn aren't we?
When you connect to a new data source, Tableau assigns each field in the data source as dimension or measure in the Data pane, depending on the type of data the field contains. You use these fields to build views of your data.




質問 # 134
True or False: To concatenate fields, they must be of same data type

  • A. True
  • B. False

正解:A

解説:
Yes! To concatenate fields, they must be of same data type. However, there is a workaround which we can use - Type casting. See below:

Here, State and City are Strings, but Postal Code? Nope. It's an Integer. So we can simply use the STR() function to convert it into a String, and hence the entire equation becomes valid!


質問 # 135
By definition, Tableau displays measures over time as a ____________

  • A. Line
  • B. Bar
  • C. Stacked Bar
  • D. Packed Bubble

正解:A

解説:
Line charts connect individual data points in a view. They provide a simple way to visualize a sequence of values and are useful when you want to see trends over time, or to forecast future values.
Please refer to the images below:


質問 # 136
......

最新のTDS-C01合格保証付き試験問題集の認定サンプル問題:https://www.jpntest.com/shiken/TDS-C01-mondaishu

TDS-C01更新された試験問題集で[2023年最新] 練習には有効な試験問題集:https://drive.google.com/open?id=1KZ2CjFhYn3jubfl-zNittXjAYrtXtah8

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡