Tableau Certified Data Analyst (TDA-C01日本語版) - TDA-C01日本語 模擬練習
データ アナリストには、次の列を含むデータ ソースがあります。

アナリストは、Region Sales と呼ばれる次の FIXED 詳細レベル (LOD) 式を持っています。
{ FIXED [地域] : SUM([売上]) }
アナリストには、5 つの州を除外するための「州」列のディメンション フィルターを持つビューがあります。
5 つの州も LOD 表現から除外されるようにするには、アナリストは何をする必要がありますか?

アナリストは、Region Sales と呼ばれる次の FIXED 詳細レベル (LOD) 式を持っています。
{ FIXED [地域] : SUM([売上]) }
アナリストには、5 つの州を除外するための「州」列のディメンション フィルターを持つビューがあります。
5 つの州も LOD 表現から除外されるようにするには、アナリストは何をする必要がありますか?
正解: B
動的ゾーン可視性を使用してオブジェクトを非表示または表示するために使用されるフィールドにはどの属性が必要ですか?
正解: B
次のような視覚化が得られます。
Last() 計算は、Table (across) を使用して計算するように設定されています。
コンピューティングを Oder Dale を使用するように変更すると、2018 年の Consumer セグメントのクロス集計にはどの値が表示されますか?
Last() 計算は、Table (across) を使用して計算するように設定されています。
コンピューティングを Oder Dale を使用するように変更すると、2018 年の Consumer セグメントのクロス集計にはどの値が表示されますか?
正解: A
解説: (PassTest メンバーにのみ表示されます)
次の列を含むデータ ソースがあります。
売上高の高い地域をフィルタリングしたい場合、表示する地域の数をユーザーが指定できるようにする必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? (3 つの正しいオプションを順番に配置します。矢印を使用してオプションを回答領域に移動します。
オプションの順序を変更するには、回答エリアの矢印を使用します。
売上高の高い地域をフィルタリングしたい場合、表示する地域の数をユーザーが指定できるようにする必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? (3 つの正しいオプションを順番に配置します。矢印を使用してオプションを回答領域に移動します。
オプションの順序を変更するには、回答エリアの矢印を使用します。
正解:
To filter regions based on the highest sales and allow users to specify the number of regions shown, you should perform these actions in order:
Answer area:
* Create an integer data type parameter named Param1.
* Drag Region to the Filters shelf.
* Configure a Top filter by field. Use Param1 and filter by the sum of Sales.
To create a dynamic filter that lets users choose the number of regions to display, you need to use a parameter and a top filter. A parameter is a user-defined variable that can be used in calculations, filters, and reference lines. A top filter is a type of filter that shows only the top or bottom N values based on a specified field or expression.
In this question, you want to filter regions based on the highest sales. You also want users to be able to specify the number of regions shown. To achieve this, you need to follow these steps:
* First, you need to create an integer data type parameter named Param1. This parameter will allow users to enter a number that will determine how many regions to show. You can create a parameter by right- clicking on the Data pane and selecting Create Parameter. Then, you need to specify the name, data type, current value, and allowable values for the parameter. In this case, you can choose Integer as the data type, 10 as the current value, and All as the allowable values. You also need to show the parameter control by right-clicking on the parameter and selecting Show Parameter Control. This will display a slider or a text box where users can enter or adjust the parameter value.
* Next, you need to drag Region to the Filters shelf. This will open the Filter dialog box, where you can choose how to filter the Region field. You can filter by general, wildcard, condition, or top. In this case, you want to filter by top, so you need to select the Top tab.
* Finally, you need to configure a top filter by field. Use Param1 and filter by the sum of Sales. This will filter the Region field by showing only the top N regions based on the sum of Sales, where N is the value of the parameter Param1. You can configure a top filter by field by selecting By field in the Top tab, then choosing the parameter Param1 from the drop-down list, and selecting the aggregation function Sum and the field Sales from the other drop-down lists. This will create a filter expression that looks like this: Top Param1 by SUM(Sales).
By following these steps, you will create a filter that shows only the regions with the highest sales, and allows users to change the number of regions shown by adjusting the parameter value.
References:
Tableau Certified Data Analyst Exam Prep Guide, page 10, section "Filtering Data" Tableau Help: Parameters Tableau Help: Top Filters
Answer area:
* Create an integer data type parameter named Param1.
* Drag Region to the Filters shelf.
* Configure a Top filter by field. Use Param1 and filter by the sum of Sales.
To create a dynamic filter that lets users choose the number of regions to display, you need to use a parameter and a top filter. A parameter is a user-defined variable that can be used in calculations, filters, and reference lines. A top filter is a type of filter that shows only the top or bottom N values based on a specified field or expression.
In this question, you want to filter regions based on the highest sales. You also want users to be able to specify the number of regions shown. To achieve this, you need to follow these steps:
* First, you need to create an integer data type parameter named Param1. This parameter will allow users to enter a number that will determine how many regions to show. You can create a parameter by right- clicking on the Data pane and selecting Create Parameter. Then, you need to specify the name, data type, current value, and allowable values for the parameter. In this case, you can choose Integer as the data type, 10 as the current value, and All as the allowable values. You also need to show the parameter control by right-clicking on the parameter and selecting Show Parameter Control. This will display a slider or a text box where users can enter or adjust the parameter value.
* Next, you need to drag Region to the Filters shelf. This will open the Filter dialog box, where you can choose how to filter the Region field. You can filter by general, wildcard, condition, or top. In this case, you want to filter by top, so you need to select the Top tab.
* Finally, you need to configure a top filter by field. Use Param1 and filter by the sum of Sales. This will filter the Region field by showing only the top N regions based on the sum of Sales, where N is the value of the parameter Param1. You can configure a top filter by field by selecting By field in the Top tab, then choosing the parameter Param1 from the drop-down list, and selecting the aggregation function Sum and the field Sales from the other drop-down lists. This will create a filter expression that looks like this: Top Param1 by SUM(Sales).
By following these steps, you will create a filter that shows only the regions with the highest sales, and allows users to change the number of regions shown by adjusting the parameter value.
References:
Tableau Certified Data Analyst Exam Prep Guide, page 10, section "Filtering Data" Tableau Help: Parameters Tableau Help: Top Filters
データ アナリストには、人物と受賞した賞が含まれるデータセットがあります。

アナリストは、獲得したさまざまな種類の賞の数を取得するためにどの式を使用する必要がありますか?

アナリストは、獲得したさまざまな種類の賞の数を取得するためにどの式を使用する必要がありますか?
正解: A
簡単な表計算を使用して、Sales という名前のメジャーの移動平均を計算します。
過去 3 年間の移動平均を計算する必要があります。
[表計算] ダイアログ ボックスでどの設定を変更する必要がありますか? {回答エリアで適切なオプションをクリックします)

過去 3 年間の移動平均を計算する必要があります。
[表計算] ダイアログ ボックスでどの設定を変更する必要がありますか? {回答エリアで適切なオプションをクリックします)

正解:

Explanation:

次のような視覚化が得られます。
RANK(AVG([Score]) という式を持つ Rank_Score という名前の表計算を作成し、Rank_Score をマーク カードのテキストにドラッグします。
学生ID 4220のランクスコア値は何ですか?
RANK(AVG([Score]) という式を持つ Rank_Score という名前の表計算を作成し、Rank_Score をマーク カードのテキストにドラッグします。
学生ID 4220のランクスコア値は何ですか?
正解: D
解説: (PassTest メンバーにのみ表示されます)
抽出を使用するダッシュボードを公開します。抽出は毎週月曜日 10:00 に更新されます。
抽出も月の最終日の 18:00 に更新されるようにする必要があります。
あなたは何をするべきか?
抽出も月の最終日の 18:00 に更新されるようにする必要があります。
あなたは何をするべきか?
正解: C
解説: (PassTest メンバーにのみ表示されます)
同じスキーマを使用する 2 つのデータ ソースがあります。1 つのデータ ソースには 2019 年の注文データが含まれ、もう 1 つのデータ ソースには 2020 年の注文データが含まれています。
2019 年の注文を示すワークシートがあります。
データをリロードせずに 2020 年の注文を表示するようにワークシートを構成する必要があります。
どのオプションを選択する必要がありますか?

2019 年の注文を示すワークシートがあります。
データをリロードせずに 2020 年の注文を表示するようにワークシートを構成する必要があります。
どのオプションを選択する必要がありますか?

正解:

Explanation:
Replace Data Source
Replace Data Source is a feature that allows you to replace one data source with another one that has the same or similar fields and structure. It updates all the worksheets that use the original data source with the new one, without reloading the data. In this case, you want to replace the data source that contains order data from 2019 with the one that contains order data from 2020.
To replace the data source, you need to do the following steps:
* Go to the Data Source tab at the bottom of the workbook to see the data source page. You will see a table that shows the fields and values from the original data source.
* Click on the drop-down arrow next to the data source name at the top of the page and select Replace Data Source from the menu. This will open a dialog box that allows you to replace your data source with another one.
* Select the data source that contains order data from 2020 from the list of available data sources and click OK. This will replace your original data source with the new one and update your worksheet accordingly. You may need to fix any broken fields or calculations that result from the replacement.
References: https://help.tableau.com/current/pro/desktop/en-us/datasource_replace.htm https://help.tableau.
com/current/pro/desktop/en-us/datasource_replace_workbook.htm
データアナリストは次のグラフを持っています。

アナリストは、次のグラフに示すように、カテゴリからサブカテゴリへのドリルダウンを有効にする必要があります。

アナリストは何を作成すべきでしょうか?

アナリストは、次のグラフに示すように、カテゴリからサブカテゴリへのドリルダウンを有効にする必要があります。

アナリストは何を作成すべきでしょうか?
正解: B
データ アナリストには、Dorm_Code という名前のディメンションを含む次のプライマリ データ ソースがあります。

アナリストは、更新された寮コードを含む次のセカンダリ データ ソースを受け取ります。

アナリストは、更新された寮のコードを Tableau に取り込み、既存の視覚化でそのコードを使用する必要があります。
新しい寮コードには、既存のフィールド名 Dorm_Code を使用する必要があります。
アナリストは何をすべきでしょうか?

アナリストは、更新された寮コードを含む次のセカンダリ データ ソースを受け取ります。

アナリストは、更新された寮のコードを Tableau に取り込み、既存の視覚化でそのコードを使用する必要があります。
新しい寮コードには、既存のフィールド名 Dorm_Code を使用する必要があります。
アナリストは何をすべきでしょうか?
正解: D
各州が購入した製品の数によって州を並べ替えた次のグラフがあります。
各地域内の各州の位置を示す数字を含めるには、どの数式を使用すればよいですか?
各地域内の各州の位置を示す数字を含めるには、どの数式を使用すればよいですか?
正解: B
解説: (PassTest メンバーにのみ表示されます)
データ アナリストは Tableau ワークブックに次のセットを保持しています。
* 上位Nの顧客
* 2024年の顧客
* トップN製品
* 2024年の売り手
アナリストはどの 2 つのセットを組み合わせることができますか? (2 つ選択してください。)
* 上位Nの顧客
* 2024年の顧客
* トップN製品
* 2024年の売り手
アナリストはどの 2 つのセットを組み合わせることができますか? (2 つ選択してください。)
正解: C,D
次の棒グラフがあります。
芝刈り展示に示されているようにチャートが表示されるようにします。
何を追加すればいいでしょうか?
芝刈り展示に示されているようにチャートが表示されるようにします。
何を追加すればいいでしょうか?
正解: B
解説: (PassTest メンバーにのみ表示されます)
次のような 1 つのシートを持つタイル化されたダッシュボードがあります。
シートを Sheet2 に置き換えます。
何をすべきでしょうか?
シートを Sheet2 に置き換えます。
何をすべきでしょうか?
正解: C
解説: (PassTest メンバーにのみ表示されます)