[2025年10月] ベストTableau Certified学習ガイドはTDA-C01日本語試験問題集
TDA-C01日本語認定ガイド問題と解答トレーニング
質問 # 90
次のデータセットがあります。
5 つの名前をすべて自動的にグループ化するには、Tableau Prep でどのグループ化オプションを使用する必要がありますか?
- A. 手動選択
- B. 発音
- C. スペル
- D. 共通文字
正解:C
解説:
Tableau Prep's Grouping feature includes various methods to group similar data. The Spelling option is used when the data has small variations in spelling, such as capitalization differences or common typos. Given that the names in the dataset vary in capitalization and punctuation but are spelled correctly, the Spelling grouping option would be the most appropriate choice to automatically group all five names.
質問 # 91
抽出されたデータ ソースを使用するワークブックがあります。
ワークブックを Tableau Server にパブリッシュします。
Tableau Server の抽出更新ページから実行できる 3 つのアクションはどれですか? 3つ選んでください。
- A. 更新の優先順位を変更します。
- B. 更新の頻度を変更します。
- C. リフレッシュを削除します。
- D. 更新を実行します。
- E. 更新を完全更新から増分更新に変更します。
正解:A、C、D
質問 # 92
Sheet 1 と Sheet 2 という 2 つのシートを含むダッシュボードがあります。
ユーザーがクリックしてワークブック内の別のダッシュボードに切り替えることができるオブジェクトをダッシュボードに追加したいと考えています。
どのオブジェクトをダッシュボードに追加する必要がありますか?
正解:
解説:
質問 # 93
次の 2 つのデータセットがあります。
* 従業員名と部門という名前の 2 つの列がある Microsoft Excel ワークシート
* 従業員名という名前の 3 つの列を持つ Microsoft SQL Server テーブル。給与グレードとチームサイズ。
Tableau Prep を使用して 2 つのデータセットを結合したいと考えています。
どの 3 つのアクションを順番に実行する必要がありますか? (正しい 3 つの選択肢を順番に並べてください。)
正解:
解説:
Explanation:
The correct order of the three actions is:
From the connections pane, connect to both data sources
Join both datasets and select the join type
Specify Employee Name as the join key
The first action is to connect to both data sources from the connections pane in Tableau Prep. The connections pane is where you can access and add data sources to your flow. You can connect to various types of data sources, such as Excel, SQL Server, or Tableau Server. In this case, you want to connect to an Excel worksheet and a SQL Server table.
The second action is to join both datasets and select the join type. A join is a way of combining data from two or more tables based on a common field. You can join datasets by dragging one table to the canvas and dropping it on top of another table. This will create a join step in your flow. You can select the join type from the drop-down list on the join step. The join type determines which rows are returned from the tables.
The third action is to specify Employee Name as the join key. A join key is a field that is used to match rows from different tables. You can specify the join key by clicking on the field name in each table and dragging it to the center of the join step. This will create a join clause that shows the field name and the operator. In this case, you want to use Employee Name as the join key, because it is a common field between the two datasets.
The other options are not relevant for this scenario. Specifying Department and Team Size as a join condition will not work, because they are not common fields between the two datasets. Opening both data sources in Tableau Desktop will not help you join them in Tableau Prep. Adding a step to aggregate the data in the SQL Server table will not affect the join, but it may change the level of detail of your data. References:
https://help.tableau.com/current/prep/en-us/prep_connect.htm
https://help.tableau.com/current/prep/en-us/prep_join.htm
https://help.tableau.com/current/prep/en-us/prep_join_types.htm
質問 # 94
次のデータセットがあります。
Tableau_User_Name フィールドに基づいて、特定の Tableau ユーザーに関連するデータのみを表示するようにフィルターされるダッシュボードを作成する予定です。データ ソースに配置するブール計算フィールドを作成する必要があります。フィルターにはどの数式を使用する必要がありますか?
- A. ISFULLNAMETableu_USER_NAME))=USERNAME()
- B. ユーザー名() = (Tableau_USER_NAME)
- C. NAME Tableau ユーザー名)
- D. 名前ユーザー名()
正解:B
解説:
To create a boolean calculated field to place on the data source filter, you should use the formula USERNAME() = [Tableau_user]. This formula will return TRUE if the current Tableau user name matches the value in the Tableau_user field, and FALSE otherwise. You can use this formula as a data source filter by dragging it to the Filters shelf and selecting TRUE from the menu. This will filter the data to show only the rows that are relevant to the specific Tableau user.
The other options are not correct for this scenario. NAME([Tableau_user]) is not a valid function in Tableau.
ISFULLNAME([Tableau_user]) = USERNAME() is not a valid expression in Tableau. 'S' + STR([Sales]
/1000) is not a boolean expression, but a string expression that converts sales to thousands with a prefix of
"S". References: https://help.tableau.com/current/pro/desktop/en-us/filtering_datasource.htm https://help.
tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#USERNAME https://help.tableau.
com/current/pro/desktop/en-us/calculations_calculatedfields.htm
In Tableau, the USERNAME() function returns the username of the user who is currently logged in. To create a filter that only shows data relevant to the logged-in Tableau user, a boolean calculated field can be created to compare the current username with the usernames listed in the Tableau_User_Name field of the dataset. Therefore, the correct formula for this filter is USERNAME() = [Tableau_USER_NAME], which will return true for rows where the Tableau_User_Name matches the current user's username.
質問 # 95
次のデータセットがあります。
次のワークシートを作成する必要があります。
テーブルは、パラメータ 1 メニューからの選択に基づいて、利益または売上のいずれかを表示する必要があります。
注文で行うべき 3 つのアクションはどれですか
(3 つの正しい選択肢を順番に配置します。矢印を使用して選択肢を移動します。回答エリアへ移動します。回答エリアの矢印を使用して、選択肢を並べ替えます)
正解:
解説:
1 - Create a parameter that has list string values of profit and sales. Select Show Parameter.
2 - Create a calculated field that uses the following formula,,,,,,
3 - Drag the calculated field to Detail on the Marks card and add Region to the Columns sheif.
質問 # 96
Category という名前の 4 つのフィールドを持つデータセットがあります。利益率と顧客名。次のビジュアライゼーションを作成する必要があります。

正解:
解説:
質問 # 97
2017 年から現在までのビジネス セグメントごとの毎日の売上を含むデータセットがあります 月次の履歴トレンドを使用して、将来のセグメントごとの売上を予測したい 注文時に実行する必要がある 3 つのアクションはどれですか?
(3 つの正しい選択肢を順番に配置するには、矢印を使用して選択肢を回答エリア I 回答エリア内に移動し、選択肢を並べ替えます。)
正解:
解説:
1 - Add the date to the Columns shelf. Add the segment and the sales to the Rows shelf.
2 - Aggregate the date to month and year.
3 - From the Analytics pane, drag Forecast to the worksheet.
質問 # 98
次のデータセットがあります。

ワークシートでデータセットを使用する場合、次の表に示すように、Sales が自動的に表示されるようにします。
あなたは何をするべきか?
- A. 売上高の既定の数値形式を変更する
- B. 'S' * str (Round((sales],2)) + 'k' の数式を使用する計算フィールドを作成します。
- C. Sates フィールドのデータ型を Siring に変更します。
- D. 'S' + stri < (Sales)/1000)) の数式を使用する計算フィールドを作成します。
正解:C
質問 # 99
次のダッシュボードを作成したいとします。
ダッシュボードには、同じデータ ソースに接続する 2 つのシートが含まれます。上のシートは下のシートをフィルターするように構成されます。
一番上のシートのカテゴリをクリックすると、次の図に示すようにシートのサイズが変更される必要があります。
ダッシュボード上にオブジェクトをどのように配置すればよいでしょうか?
- A. 垂直コンテナをダッシュボードにドラッグし、両方のシートをコンテナに追加します。「フィット」を「ビュー全体」に設定します。
- B. 空のオブジェクトをダッシュボードにドラッグし、両方のシートをダッシュボードに追加します。「フィット」を「ビュー全体」に設定します。
- C. 両方のシートをダッシュボードに追加します。「フィット」を「幅を固定」に設定します。
- D. 水平コンテナをダッシュボードにドラッグし、両方のシートをコンテナに追加します。フィットを標準に設定します。
正解:A
解説:
To create the dashboard as shown in the image, you need to use a vertical layout container that will adjust the height of the sheets according to the window size. You also need to set the Fit to Entire view option for both sheets so that they will resize proportionally when you click a category on the top sheet. This way, you can achieve the desired effect of having the bottom sheet expand to fill the space left by the top sheet when it filters out some categories. Reference:
Size and Lay Out Your Dashboard - Tableau
Create a Dashboard - Tableau
Format Dashboard Layout in Tableau - GeeksforGeeks
質問 # 100
2 つの視覚化を含む次のダッシュボードがあります。
一度に 1 つの視覚エフェクトのみを表示したい場合、ユーザーが視覚エフェクトを切り替えることができる必要があります。
私に何をすればいいですか?
- A. パラメータと計算フィールド
- B. ボタンの表示/非表示
- C. ワークシートアクション
- D. ダッシュボードアクション
正解:A
解説:
In Tableau, you can manage the visibility of different visualizations on a dashboard using various techniques.
Among the options provided, the most straightforward method to allow users to switch between two visualizations is to use show/hide buttons.
Here's why each option is or isn't suitable for the requirement:
A). A parameter and a calculated field: While it's possible to use a parameter and a calculated field to control which visualization is displayed, it requires creating a calculated field that responds to a parameter and then using that field to filter the view. This method can become complex and is not as user-friendly for simply showing and hiding visualizations.
B). Worksheet actions: Worksheet actions in Tableau typically allow users to interact with the data within a visualization, such as filtering data or highlighting related data points when clicking or hovering. They are not designed to control the visibility of entire visualizations on a dashboard.
C). Show/hide buttons: Show/hide buttons are a feature specifically designed to manage the visibility of dashboard elements. When you create a show/hide button, it can be configured to display or hide a particular visualization, container, or any other dashboard element when clicked. This provides a very intuitive interface for users to switch between visualizations.
D). Dashboard actions: Dashboard actions, like worksheet actions, are used to create interactions between sheets, such as filtering data or navigating to other sheets or URLs based on user interactions. They are not intended for toggling the visibility of visualizations.
Therefore, the correct answer is C. Show/hide buttons as they provide a user-friendly way to switch between visualizations on a dashboard without the need for complex calculations or actions that aren't meant for this purpose. The show/hide button feature is specifically designed for toggling visibility and offers a simple and effective solution for the requirement.
質問 # 101
sales、City、および Region という名前のフィールドを含むデータベースがあります。
さまざまな都市での販売数を示す次のグラフがあります。
ユーザーがいずれかの棒の上にマウスを置いたときに、対応する領域を動的に表示したいとします。
あなたは何をするべきか?
- A. グラフのバーを右クリックし、[ラベルをマーク] を選択してから、[常に表示] を選択します。
- B. [領域] を [マーク] カードのツールヒントにドラッグします。
- C. チャットで a を右クリックし、[注釈] を選択してから [マーク] を選択します。
- D. City のエイリアスを編集します。
正解:B
解説:
To show the corresponding region when users hover their mouse over any of the bars, you need to drag Region to Tooltip on the Marks card. This will add Region as a field in the tooltip text that appears when users hover over a mark. You can also customize the tooltip text by editing it in the Tooltip dialog box. Reference: https://help.tableau.com/current/pro/desktop/en-us/buildmanual_shelves.htm https://help.tableau.com/current/pro/desktop/en-us/formatting_tooltips.htm
質問 # 102
データ アナリストには次のデータセットがあります。
アナリストは、次の条件を満たす「カテゴリ」という名前の新しい計算ディメンション フィールドを作成したいと考えています。
科目がコンピュータサイエンスまたは科学の場合、カテゴリは科学でなければなりません。
科目が英語または社会科の場合、カテゴリは人文科学でなければなりません。
どの 2 つの論理関数がこの目的を達成しますか? (2 つ選択してください。)
- A. CASE [件名]
「コンピュータサイエンス」の次は「科学」
「英語」の次に「人文科学」
「社会科」が終わると「人文科学」が終わる - B. IF ENDSWITH([科目], 'コンピュータサイエンス') THEN '科学' ELSE '人文科学' END
- C. IF [科目] = '科学' THEN '科学'
ELSEIF [科目] = '英語' THEN '人文科学'
ELSEIF [科目] = '社会科' THEN '人文科学'
ELSEIF [科目] = 'コンピュータサイエンス' THEN '科学'
終わり - D. IIF((CONTAINS([科目], '理科') = TRUE), '人文科学', '理科')
正解:A、C
質問 # 103
Global Indicators という名前のデータセットを Price Indices という名前のデータセットに結合する Tableau Prep フローがあります。
どのステップで月次データの行を年次データの行に変換できますか?
正解:
解説:
質問 # 104
Tableau ワークブックを Microsoft Excel スプレッドシートのデータセットに接続したいと考えています。
Tableau Desktop から何をすべきですか?
- A. [データ] メニューから [データ ソースの置換] を選択します。
- B. [データ] メニューから [新しいデータ ソース] を選択します。
- C. [ファイル] メニューから [新規] を選択します。
- D. [ファイル] メニューから [ワークブックのインポート] を選択します。
正解:B
解説:
To connect a Tableau workbook to a dataset in a Microsoft Excel spreadsheet, you need to select New Data Source from the Data menu. This will open the Connect pane, where you can choose Microsoft Excel as your data source and browse for your spreadsheet file. You can then drag and drop your sheets or tables to join or union them in the data source page. References: https://help.tableau.com/current/pro/desktop/en-us
/connect_basic.htm https://help.tableau.com/current/pro/desktop/en-us/connect_excel.htm When connecting to a dataset in Tableau Desktop, you would go to the 'Data' menu and select 'New Data Source'. This allows you to connect to various types of data sources, including Microsoft Excel spreadsheets, where you can then select the specific file you wish to connect to.
質問 # 105
次のデータセットがあります。
すべての地域の総合計を計算するには、どの詳細レベル (LOD) 式を使用する必要がありますか?
- A. {FIXED: SUM Sales}
- B. {FIXED: [Region] SUM Sales}
- C. {FIXED: TOTAL (Sales)}
- D. {Fixed: [Region]: TOTAL Sales}
正解:D
質問 # 106
患者の健康に関する機密情報を含むダッシュボードがあります。医療従事者チームのために、データは常に最新の状態にしておく必要があります。ダッシュボードを医療従事者とどのように共有すればよいでしょうか?
- A. ダッシュボードを.twbxとしてエクスポートします。
- B. ダッシュボードを Tableau Public に公開する
- C. ダッシュボードをPDFに印刷する
- D. ダッシュボードをTableau Serverに公開する
正解:D
解説:
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.
質問 # 107
次のようなビジュアライゼーションが得られます。
RANK(AVG([スコア]) という式を持つ Rank_Score という名前の表計算を作成し、Rank_Score をマーク カードのテキストにドラッグします。
学生 ID 4220 のランク スコア値は何ですか?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
解説:
To determine the Rank Score value for Student ID 4220, we look at the visualization provided and apply the table calculation of RANK(AVG([Score])). This function will rank the average scores in ascending order by default, with the lowest score receiving the rank of 1.
Based on the provided visualization, the scores for the students are as follows (from lowest to highest average score):
Student ID 4183: 39 (Rank 1)
Student ID 4220: 71 (Rank 6)
Student ID 4247: 71 (Rank 6, same score as ID 4220 so they share the same rank) Student ID 4124: 75.5 Student ID 4050: 64 Student ID 4205: 67 Student ID 4056: 66 Since Student ID 4220 has an average score of 71, which is the third-highest score, it shares the rank with Student ID 4247. However, since Tableau ranks without gaps, the actual rank assigned is 6, considering that there are two students with a rank of 4 (due to the same average score being the second lowest), making the next rank number 6.
Note: The actual ranks for the highest scores are not provided, but they are not needed to determine the rank for Student ID 4220.
https://help.tableau.com/current/prep/en-us/prep_calculations.htm
質問 # 108
次のダッシュボードがあります。
ユーザーがマップ上でのみを選択した場合、棒グラフのデータは選択した都市のデータのみを表示する必要があります。棒グラフのデータは、ユーザーが別の都市を選択した場合にのみ変更する必要があります ダッシュボード アクションをどのように構成する必要がありますか? (回答エリアのドロップダウンを使用して、正しいオプションを選択してください。)
正解:
解説:
質問 # 109
米国のすべての都市のデータを含むデータ ソースがあります。以下はデータのサンプルです。
都市ディメンションを使用して、人口 100 万人を超える都市に雪が降る動的フィルターを作成する必要があります。どのタイプのフィルターを使用する必要がありますか?
- A. 一般フィルター
- B. 条件フィルター
- C. 上部フィルター
- D. ワイルドカードフィルター
正解:B
解説:
To use the City dimension to create a dynamic filter that shows the cities that have a population greater than one million, you should use a condition filter. A condition filter is a type of filter that shows only the values that meet a specified condition based on a measure or a calculation. You can create a condition filter by dragging a dimension to the Filters shelf and selecting Condition from the dialog box. Then you can enter a formula or choose an option that defines your condition.
In this case, you want to create a condition filter based on Population, which is a measure. You can drag City to the Filters shelf and select Condition from the dialog box. Then you can choose By field from the tab and select Population > Sum > Greater than > 1000000 from the drop-down lists. This will create a condition filter that shows only the cities that have a sum of population greater than one million.
The other options are not correct for this scenario. A general filter is not a specific type of filter, but a term that refers to any type of filter in Tableau. A wildcard filter is a type of filter that shows only the values that match a specified pattern or string, such as "New*" or "*ton". A top filter is a type of filter that shows only the top or bottom N values of a measure or dimension based on a ranking or an aggregation. Reference: https://help.tableau.com/current/pro/desktop/en-us/filtering.htm https://help.tableau.com/current/pro/desktop/en-us/filtering_condition.htm https://help.tableau.com/current/pro/desktop/en-us/filtering_wildcard.htm https://help.tableau.com/current/pro/desktop/en-us/filtering_topn.htm
質問 # 110
ビューに次のテーブルを作成したいとします。
Position 列を作成するにはどの関数を使用する必要がありますか?
- A. INDKX
- B. 最初
- C. 最後
- D. ランク
正解:B
解説:
To create the Position column, you should use the FIRST () function. The FIRST () function returns the number of rows from the current row to the first row in the partition. For example, the first row in a partition will return 0, the second row will return -1, and so on. In this question, the partition is defined by the Segment field, and the table is sorted by the Sales field in descending order. Therefore, the Position column shows the offset of each row from the first row in each segment, based on the sales ranking. References:
* Tableau Certified Data Analyst Exam Prep Guide, page 11, section "Creating Calculated Fields"
* Tableau Help: FIRST Function
質問 # 111
......
ベストTableau TDA-C01日本語学習ガイドと問題集は2025年に更新されました:https://www.passtest.jp/Tableau/TDA-C01-JPN-shiken.html