Tableau Certified Data Analyst (TDA-C01日本語版) - TDA-C01日本語 FREE EXAM DUMPS QUESTIONS & ANSWERS

データ アナリストには、次の列を含むデータ ソースがあります。

アナリストは、Region Sales と呼ばれる次の FIXED 詳細レベル (LOD) 式を持っています。
{ FIXED [地域] : SUM([売上]) }
アナリストには、5 つの州を除外するための「州」列のディメンション フィルターを持つビューがあります。
5 つの州も LOD 表現から除外されるようにするには、アナリストは何をする必要がありますか?
Correct Answer: B Vote an answer
次の列を含むデータ ソースがあります。
売上高の高い地域をフィルタリングしたい場合、表示する地域の数をユーザーが指定できるようにする必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? (3 つの正しいオプションを順番に配置します。矢印を使用してオプションを回答領域に移動します。
オプションの順序を変更するには、回答エリアの矢印を使用します。
Correct Answer:
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
データ アナリストは、さまざまな都市での売上の合計を示す次のグラフを持っています。

アナリストは、ユーザーがいずれかのバーの上にマウスを移動したときに、都市の平均売上額を表示したいと考えています。
アナリストは何をすべきでしょうか?
Correct Answer: A Vote an answer
開始日という名前のパラメータを含むダッシュボードがあります。
Microsoft Excel ファイルから抽出を作成する必要があります。抽出は開始日に基づいてフィルタリングする必要があります。
あなたは何をするべきか?
Correct Answer: B Vote an answer
次の 2 つのテーブルがあります。


テーブル A はプライマリ テーブルです。
カテゴリの結合キーを使用してブレンドを作成する場合、どのタイプの結合が確立されますか?
Correct Answer: A Vote an answer
次のような見方があります。

ビューをフィルタリングして、その単語で始まる映画名を持つレコードのみを表示したいとします。 「ザ」。数式を書かずに目標を達成する必要があります。
どのタイプのフィルターを使用する必要がありますか?
Correct Answer: B Vote an answer
人物と彼らが受賞した賞を含むデータセットがあります。
獲得したさまざまな種類の賞の数を取得するには、どの式を使用すればよいですか?
Correct Answer: E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
データアナリストは、1,000万行を超える大規模なデータソースを所有しています。ユーザーは、「Animal」というフィールドで行をフィルタリングできます。
以下はデータのサンプルです。

アナリストは、特定の種類の動物のみを含めることですべての計算が影響を受けるようにしたいと考えています。
アナリストはワークシートにどのタイプのフィルターを作成する必要がありますか?
Correct Answer: B Vote an answer
次の棒グラフがあります。
芝刈り展示に示されているようにチャートが表示されるようにします。
何を追加すればいいでしょうか?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
デスクトップにある Book1 へのリンクを開きます。スーパーストア データ ソースを使用します。
「顧客名」フィールドを「名」と「姓」という名前の 2 つのフィールドに分割します。
Correct Answer:
check the steps below in explanation.
Explanation:
To split the Customer Name field into two fields named First Name and Last Name, you need to do the following steps:
* Open the link to Book1 found on the desktop. This will open the Tableau workbook that uses the Superstore data source.
* 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 Superstore data source.
* Right-click on Customer Name in the table and select Split from the menu. This will split the field into two fields based on a separator, which is a space by default. You will see two new fields named Customer Name - Split 1 and Customer Name - Split 2 in the table.
* Right-click on Customer Name - Split 1 and select Rename from the menu. Type First Name as the new name and press Enter. This will rename the field as First Name.
* Right-click on Customer Name - Split 2 and select Rename from the menu. Type Last Name as the new name and press Enter. This will rename the field as Last Name.
References: https://help.tableau.com/current/pro/desktop/en-us/datasource_prepare.htm https://help.tableau.com/current/pro/desktop/en-us/split.htm https://help.tableau.com/current/pro/desktop/en-us/renamefield.htm
次の視覚化に示すように、2020 年 3 月にコメントを追加します。
Tableau ワークブックに次のセットがあります
* 上位 N 人の顧客
※2020年のお客様
* 上位 N 製品
* 2020年の販売者
どの2セットを組み合わせることができますか? 2 つ選択してください
Correct Answer: C,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
草刈りダッシュボードがあります。

浮遊している 2 つの要素はどれですか? 2つ選んでください。
Correct Answer: B,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10