お手軽に合格させる 最新Tableau TDA-C01日本語問題集には122問があります
最新のTDA-C01日本語学習ガイド2024年最新の- 提供するのはテストエンジンとPDF
質問 # 42
次のデータセットがあります。
[ランク] フィールドに表示されるランキングを計算する必要があります。
式をどのように完成させる必要がありますか? (回答エリアのドロップダウンを使用して正しいオプションを選択し、式を完成させますか?
正解:
解説:
Explanation:
To calculate the ranking shown in the Rank field, you need to use the RANK_UNIQUE function, which returns the unique rank of each value in a partition. You need to specify the expression as SUM([Sales]), which calculates the total sales for each product. You also need to specify the order as descending, which means that the highest sales will have the lowest rank. Finally, you need to specify the restart as every
[Category], which means that the ranking will reset for each category. References:
https://help.tableau.com/current/pro/desktop/en-us/functions_functions_tablecalculation.htm
https://help.tableau.com/current/pro/desktop/en-us/calculations_calculatedfields_lod_rank.htm
質問 # 43
デスクトップにある Book1 へのリンクを開きます。分野ワークシートを開きます。
テーブルをフィルター処理して、Top10 セットのメンバーと Bottom10 セットのメンバーを表示します。合計 20 行になるはずです。
正解:
解説:
Send us your feedback on it
質問 # 44
デスクトップにある Book1 へのリンクを開きます。規律ワークシートを開きます。
テーブルをフィルターして、獲得したメダル数に基づいてトップ 10 の NOC を表示します。
正解:
解説:
check the steps below in explanation
Explanation:
To filter the table to show the Top 10 NOC based on the number of medals won, you need to do the following steps:
Open the link to Book1 found on the desktop. This will open the Tableau workbook that contains the Disciplines worksheet.
Click on the Disciplines tab at the bottom of the workbook to open the worksheet. You will see a table that shows the NOC, discipline, and medals for each country.
Drag Medals from the Measures pane to the Filters shelf. This will open a dialog box that allows you to filter by different criteria.
Select Top from the dialog box. This will show you options to filter by the top or bottom values of a field.
Enter 10 in the text box next to By field. This will filter by the top 10 values of Medals.
Select NOC from the drop-down list next to By field. This will filter by the top 10 values of NOC based on Medals.
Click OK to apply the filter. You will see that the table now shows only 10 rows, one for each NOC with the highest number of medals.
質問 # 45
Microsoft Excel に次のデータセットがあります。
インタープリターを使用してデータセットをクリーンアップしています。データ インタープリターは、次の結果を提供します。
何行のデータが値として Tableau に取り込まれますか?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
質問 # 46
次の図に示すように、下書きの透かしをダッシュボードに追加したいと考えています。
どのタイプのオブジェクトを使用する必要がありますか?
- A. イメージ
- B. ヨコ
- C. シート
- D. ウェブページ
正解:C
解説:
To add a draft watermark to a dashboard, you should use a sheet as a type of object. A sheet is a worksheet that contains a chart or a table that you can add to your dashboard. You can create a sheet that shows the word "Draft" as a text mark and format it with transparency, size, and color. Then you can drag the sheet to your dashboard and position it behind your other sheets as a floating element. You can also adjust the opacity and layering of the sheet to make it look like a watermark. Reference: https://help.tableau.com/current/pro/desktop/en-us/dashboards.htm https://help.tableau.com/current/pro/desktop/en-us/dashboards_create_layouts.htm https://help.tableau.com/current/pro/desktop/en-us/dashboards_create_watermarks.htm
質問 # 47
次のようなビジュアライゼーションが得られます。
返品数を表の最初の年のみ表示したいとします。
計算フィールドに式をどのように入力すればよいでしょうか? (回答領域のドロップダウンを使用して正しいオプションを選択し、数式を完成させてください。)
正解:
解説:
質問 # 48
次のボックス プロットは、すべての州の地域別の平均利益の分布を示しています。
利益の分布が最も小さいのはどの地域ですか?
- A. キャスト
- B. ウエスト
- C. 中央
- D. 南
正解:D
質問 # 49
次のデータセットがあります。
5 つの名前すべてを自動的にグループ化するには、Tableau Prep でどのグループ化オプションを使用する必要がありますか?
- A. 一般的な文字
- B. 発音
- C. スペル
- D. 手動選択
正解:A
解説:
Common Characters: Find and group values that have letters or numbers in common. This option uses the ngram fingerprint algorithm that indexes words by their unique characters after removing punctuation, duplicates, and whitespace. This algorithm works for any supported language. This option isn't available for data roles. For example, this algorithm would match names that are represented as "John Smith" and "Smith, John" because they both generate the key "hijmnost". Since this algorithm doesn't consider pronunciation, the value "Tom Jhinois" would have the same key "hijmnost" and would also be included in the group.
質問 # 50
次のようなビジュアライゼーションが得られます。
RANK(AVG([スコア]) という式を持つ Rank_Score という名前の表計算を作成し、Rank_Score をマーク カードのテキストにドラッグします。
学生 ID 4220 のランク スコア値は何ですか?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
解説:
the rank function returns the rank of each row within the partition of a result set. The rank of a row is one plus the number of ranks that come before the row in question.
To answer your question, we need to apply the rank function to the Avg Score column and sort it in descending order. Then we can find the rank score value for Student ID 4220 by looking at the corresponding row.
Here is how the table would look like after applying the rank function and sorting:
As you can see, the rank score value for Student ID 4220 is 1.
質問 # 51
データベースに接続するワークブックがあります。データベースには認証が必要です。
ワークブックを公開し、データを毎日更新するようにスケジュールすることを計画しています。
更新をスケジュールするには、どの 2 つの条件を満たす必要がありますか? 2 つ選択してください。
- A. データを抽出する必要があります。
- B. 資格情報を埋め込む必要があります。
- C. データ ソースはハイパー ファイルとして保存する必要があります。
- D. データ ソースはライブ接続を使用する必要があります。
正解:A、B
解説:
To schedule a refresh of the data, you need to ensure that Tableau Server or Tableau Online can access the database without prompting for credentials. This can be done by embedding the credentials in the workbook or the published data source. You also need to extract the data from the database and publish it as a separate data source or as part of the workbook. A live connection would not allow you to refresh the data on a schedule, as it would always query the database directly. A hyper file is a format for storing extracted data, but it is not a requirement for scheduling a refresh. Reference:
Tableau Certified Data Analyst Exam Prep Guide, page 10, section "Publishing and Scheduling Data Refreshes" Tableau Help: Embedding Database Credentials Tableau Help: Extract Your Data
質問 # 52
ダッシュボードを公開すると、attract が使用されます。抽出は毎週月曜日の 10:00 に更新されます。
抽出が月の最終日の 18:00 にも更新されるようにする必要があります。
あなたは何をするべきか?
- A. Tableau Server から。スケジュールを選択し、既存のスケジュールの優先度を変更します
- B. Tableau Desktop から [ワークブックのパブリッシュ] ダイアログ ボックスを開き、スケジュールを構成します。
- C. Tableau Server から。[スケジュール] を選択して抽出のスケジュールを見つけ、頻度を月の最終日に変更します。
- D. Tableau Server からワークブックを選択し、[抽出の更新] を選択してから、新しい抽出の更新を追加します。
正解:C
質問 # 53
Dorm_Code という名前のディメンションを含む次のプライマリ データ ソースがあります。
更新された寮コードを含む次のセカンダリ データ ソースを受け取ります。
更新された寮コードを Tableau に取り込み、そのコードを既存のビジュアライゼーションで使用する必要があります。新しい寮コードでは、既存のフィールド名 Dorm_Code を使用する必要があります。
あなたは何をするべきか?
- A. セカンダリ データ ソースをユニオンとして取り込みます。
- B. セカンダリ テーブルをプライマリ データ ソースへの左結合として取り込みます。[データ ソース] ページから、[Dorm_Name] フィールドで [計算フィールドの作成] を選択し、計算ウィンドウに [Dcrm_Name_New] と入力します。
- C. リレーションシップを使用してセカンダリ データ ソースを取り込みます。[データ] ペインで、[Dorm_Name] を右クリックし、[参照の置換] を選択して、[Dorm_Name_New] を選択します。
- D. データ ブレンドを作成し、[プライマリ エイリアスの編集] を選択して、プライマリ データ ソースのエイリアス値をセカンダリ データ ソースの値に置き換えます。
正解:C
解説:
Using relationships: You can use relationships to link the secondary data source with the primary data source based on a common field. This will allow you to use fields from both data sources in your visualization without creating new fields or duplicating data. You can then replace references to update the dimension values. For example, you can use relationships to link the updated dorm codes with the primary data source and then replace Dorm_Code with Dorm_Code_New in your visualization.
https://community.tableau.com/s/question/0D54T00000C5ldZSAR/update-data-view-based-on-dimension
質問 # 54
患者の健康に関する機密情報を含むダッシュボードがあります。データは医療従事者のチームにとって常に最新である必要があります。ダッシュボードを医療従事者とどのように共有すればよいですか?
- A. ダッシュボードを .twbx としてエクスポートします。
- B. ダッシュボードを Tableau Server にパブリッシュします
- C. ダッシュボードを PDF に印刷します
- D. ダッシュボードを Tableau Public に公開します。
正解:B
解説:
To share a dashboard that contains confidential information about patients health and needs to always be up to date for a team of healthcare workers, you should publish it to Tableau Server. This will allow you to control who can access and interact with your dashboard, as well as schedule automatic refreshes of your data source or extract. Publishing to Tableau Public would expose your data to anyone on the internet, printing to PDF would not update your data, and exporting as a .twbx would require sending a large file that might not be compatible with other versions of Tableau. References:
https://help.tableau.com/current/pro/desktop/en-us/publish_workbooks_share.htm
https://help.tableau.com/current/pro/desktop/en-us/publish_workbooks_tableauserver.htm When sharing sensitive and confidential information that needs to be kept up-to-date, such as patient health data for a team of healthcare workers, the best practice is to publish the dashboard to Tableau Server. Tableau Server is designed for secure, controlled access and can be configured to ensure that data is refreshed as needed. Publishing to Tableau Public is not secure for confidential data, printing to PDF or exporting as a
.twbx does not allow for live data updates.
質問 # 55
タブ区切りのデータ ファイル名 sales.tsv を受け取ります。
ファイルに接続する必要があります。
Tableau Desktop ではどのオプションを選択する必要がありますか?
正解:
解説:
質問 # 56
Sales、Profit、および Quantity という名前の 3 つの列を含むデータ セットがあります。
次の散布図を作成する必要があります。

正解:
解説:
Explanation:
To build the scatter plot shown in the image, you need to place the Profit measure on the Rows shelf and the Sales measure on the Columns shelf. This will create a Cartesian chart with Profit as the y-axis and Sales as the x-axis. Then, you need to change the mark type to Circle on the Marks card. This will display the data points as circles that vary in size according to the Quantity measure. You can also add color or shape encoding to the marks to show additional dimensions or measures in the view. References:
Build a Scatter Plot
Understanding and Using Scatter Plots
Scatter plot in Tableau
質問 # 57
Microsoft SQL Server データベースに接続しました
ベルリン市の学生のみの学生が返される必要があるという名前のテーブルから行を取得するカスタム SQL クエリを作成する必要があります。クエリをどのように完了する必要がありますか? (適切なオプションを回答領域にドラッグし、正しい場所にドロップします。)
正解:
解説:
質問 # 58
Sheet1 Sheet2 および Sheet3 という 3 つのワークシートを含む Tableau ワークブックがあります。
いくつかのフィルターを作成します。
[データ ソース] ページから、データ ソース フィラーを追加する予定です
[データ ソース フィルターの編集] ダイアログ ボックスにフィルターの種類が表示されるのはいつですか?
- A. すべてのシートの寸法フィルター
- B. 次元 m Sheet3 のコンテキストフィラー
- C. シートで使用される表計算フィルター
- D. シート 1 とシート 2 のディメンションの上位 N 条件フィルタ
正解:A
解説:
A data source filter is a filter that applies to all the worksheets that use the same data source. It filters the data before any other filters or calculations are applied. You can add a data source filter from the Data Source page by clicking on the Add button next to Filters.
The type of filter that will appear in the Edit Data Source Filters dialog box is a dimension filter on all the sheets. This means that you can choose a dimension from your data source and filter it by values, range, condition, or top/bottom. The filter will affect all the worksheets that use that dimension.
The other types of filters are not data source filters and will not appear in the Edit Data Source Filters dialog box. A table calculation filter is a filter that applies to a table calculation, such as percent of total or running total. A top N condition filter is a filter that shows only the top or bottom N values of a measure or dimension based on a condition. A context filter is a filter that creates a subset of data that other filters can use.
References: https://help.tableau.com/current/pro/desktop/en-us/filtering_datasource.htm
https://help.tableau.com/current/pro/desktop/en-us/filtering.htm
https://help.tableau.com/current/pro/desktop/en-us/filtering_tablecalculations.htm
https://help.tableau.com/current/pro/desktop/en-us/filtering_topn.htm
https://help.tableau.com/current/pro/desktop/en-us/filtering_context.htm Data source filters in Tableau apply to the entire data source, affecting all sheets that use that data source. The Edit Data Source Filters dialog box allows you to add filters that operate at the data source level, which is different from context filters, top N filters, or table calculation filters that are applied at the worksheet level.
質問 # 59
......
TDA-C01日本語問題集と試験テストエンジン:https://www.jpntest.com/shiken/TDA-C01-JPN-mondaishu