[2024年03月]更新のTableau TDA-C01日本語問題集とリアルな試験問題
2024年最新のTDA-C01日本語のPDF最近更新された問題
質問 # 40
[ワークシート] メニューからワークシートをエクスポートできる形式はどれですか? 3つ選ぶ
- A. .png
- B. .html
- C. .csv
- D. .txt
- E. .pptx
- F. .xlsx
正解:B、C、D
質問 # 41
Microsoft SQL Server データベースに接続しました
ベルリン市の学生のみの学生が返される必要があるという名前のテーブルから行を取得するカスタム SQL クエリを作成する必要があります。クエリをどのように完了する必要がありますか? (適切なオプションを回答領域にドラッグし、正しい場所にドロップします。)
正解:
解説:
質問 # 42
患者の健康に関する機密情報を含むダッシュボードがあります。医療従事者のチームにとって、データは常に最新の状態である必要があります ダッシュボードを医療従事者とどのように共有すればよいですか?
- A. ダッシュボードを PDF に印刷
- B. ダッシュボードを Tableau Public に発行する
- C. ダッシュボードを Tableau Server にパブリッシュする
- D. ダッシュボードを .twbx としてエクスポートします
正解:A
質問 # 43
Order Date、 Country、Sales、Profit という名前の 4 つの列を含むテーブルがあります。
各行の曜日を示す列を追加する必要があります。例えば8月のご注文の場合
2022 年 31 日は、
水曜日。
式をどのように完成させるべきでしょうか? (回答領域のドロップダウンを使用して正しいオプションを選択し、数式を完成させてください。)
正解:
解説:
Explanation:
To add a column that shows the day of the week for each row, you should complete the formula as follows:
DATENAME
(
'weekday'
, [Order Date])
The DATENAME function in Tableau returns the name of a specified part of a date or datetime value, such as the year, month, or day. It takes two arguments: the date part and the date. In this question, you want to return the name of the weekday, such as Monday, Tuesday, or Wednesday, for each order date. Therefore, you need to use 'weekday' as the date part and [Order Date] as the date. The formula will return a string value that represents the name of the weekday for each order date.
References:
Tableau Help: DATENAME Function
Tableau Help: Date Functions
To add a column that shows the day of the week for each row, you should complete the formula as follows:
DATENAME
(
'weekday'
, [Order Date])
The DATENAME function in Tableau returns the name of a specified part of a date or datetime value, such as the year, month, or day. It takes two arguments: the date part and the date. In this question, you want to return the name of the weekday, such as Monday, Tuesday, or Wednesday, for each order date. Therefore, you need to use 'weekday' as the date part and [Order Date] as the date. The formula will return a string value that represents the name of the weekday for each order date.
References:
Tableau Help: DATENAME Function
Tableau Help: Date Functions
質問 # 44
次の図に示すように、下書きの透かしをダッシュボードに追加したいと考えています。
どのタイプのオブジェクトを使用する必要がありますか?
- A. ウェブページ
- B. シート
- C. イメージ
- D. ヨコ
正解:C
解説:
References: 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 To add a draft watermark to a Tableau dashboard, you would use an image object. You can overlay this image across your dashboard, possibly with some transparency, to achieve the watermark effect without interfering with the readability of the dashboard content.
質問 # 45
次のデータセットには、[利益] フィールドに null 値が含まれています。
データを次の表のように表示したいとします。
目標を達成できる 2 つの公式はどれですか? 2 つ選択してください。
- A. IFNULL [(profits] ,0)
- B. ZN ([Profits])
- C. ISNULL ([Profits])
- D. IF [Profits] != null then [Profits] END
正解:A、B
解説:
Both the ZN and IFNULL functions in Tableau can be used to replace NULL values with zeros. The ZN function converts NULL to zero directly, while the IFNULL function allows you to specify that NULL should be replaced with zero. Both will result in showing zero for any NULL values in the Profits field.
References: https://help.tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#IFNULL
https://help.tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#IF
https://help.tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#ZN
https://help.tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#ISNULL
質問 # 46
次のような 1 つのシートを持つタイル状のダッシュボードがあります。
シートを Sheet2 に置き換えたいとします。
あなたは何をするべきか?
- A. Sheet3 のコンテキスト メニューから、[ダッシュボード項目の削除] を選択します。
- B. Sheet2 を右クリックし、[ダッシュボードに追加] を選択します。
- C. Sheet2 をダッシュボードにドラッグします。
- D. Sheet3 を選択し、Sheet2 の横にある [シートの交換] ボタンをクリックします。
- E. Sheet3 のコンテキスト メニューから [選択解除] を選択します。
正解:D
解説:
Reference:
Create a Dashboard - Tableau
Tableau Certified Data Analyst Study Guide
質問 # 47
次の列を含むデータ ソースがあります。
最も高価な注文に基づいて顧客を並べ替えたいと考えています。
式をどのように完成させるべきでしょうか? (回答領域のドロップダウンを使用して正しいオプションを選択し、数式を完成させてください。)
正解:
解説:
質問 # 48
[ワークシート] メニューからワークシートをエクスポートできる 3 つの形式はどれですか? 3つ選ぶ
- A. .png
- B. .xlsx
- C. .csv
- D. .txt
- E. .html
- F. .pptx
正解:A、B、C
解説:
A) .png C) .xlsx F) .csv
The Worksheet menu is a menu that appears at the top of the Tableau window when you are working on a worksheet. It contains various options and commands that you can use to work with your worksheet, such as formatting, sorting, filtering, and exporting.
The Export option is a sub-menu that allows you to export your worksheet to different formats, such as image, data, or cross tab. You can access the Export option by clicking on Worksheet > Export from the menu.
The .png format is an image format that you can use to export a worksheet as an image file. An image file is a file that contains a picture of your worksheet, such as a chart or a table. You can use an image file to share your worksheet with others or insert it into other documents or applications. You can export a worksheet as an image file by selecting Worksheet > Export > Image from the menu. This will open a dialog box where you can choose a file name, location, and resolution for your image.
The .xlsx format is an Excel format that you can use to export a worksheet as an Excel workbook. An Excel workbook is a file that contains one or more worksheets in a spreadsheet application, such as Microsoft Excel. You can use an Excel workbook to work with your data in Excel or import it into other applications or databases. You can export a worksheet as an Excel workbook by selecting Worksheet > Export > Data from the menu. This will open a dialog box where you can choose a file name and location for your workbook.
The .csv format is a comma-separated values format that you can use to export a worksheet as a text file with values separated by commas. A text file is a file that contains plain text without any formatting or graphics. You can use a text file to store or transfer your data in a simple and universal format. You can export a worksheet as a text file by selecting Worksheet > Export > Crosstab to Excel from the menu. This will open a dialog box where you can choose a file name and location for your text file.
The other options are not correct for this scenario. The .html format is a web page format that you can use to export a dashboard or a story as a web page file. A web page file is a file that contains HTML code that defines the structure and content of a web page. You can use a web page file to view your dashboard or story in a web browser or embed it into other web pages or applications. However, you cannot export a worksheet as a web page file from the Worksheet menu. You have to use the Dashboard menu or the Story menu instead.
The .txt format is another text format that you can use to export data as a text file with values separated by tabs. However, you cannot export data as a .txt file from the Worksheet menu. You have to use the Data Source menu instead.
The .pptx format is a PowerPoint format that you can use to export one or more worksheets as PowerPoint slides. A PowerPoint slide is a page that contains graphics and text that are part of a presentation in Microsoft PowerPoint. You can use PowerPoint slides to present your worksheets to others or insert them into other presentations or documents. However, you cannot export worksheets as PowerPoint slides from the Worksheet menu. You have to use the File menu instead. Reference: https://help.tableau.com/current/pro/desktop/en-us/export.htm https://help.tableau.com/current/pro/desktop/en-us/export_image.htm https://help.tableau.com/current/pro/desktop/en-us/export_data.htm https://help.tableau.com/current/pro/desktop/en-us/export_crosstab.htm https://help.tableau.com/current/pro/desktop/en-us/export_web.htm https://help.tableau.com/current/pro/desktop/en-us/export_datasource.htm https://help.tableau.com/current/pro/desktop/en-us/export_powerpoint.htm Explanation:
The three formats that you can export a worksheet from the Worksheet menu are:
質問 # 49
デスクトップにある Book1 へのリンクを開きます。分野ワークシートを開きます。
テーブルをフィルター処理して、Top10 セットのメンバーと Bottom10 セットのメンバーを表示します。合計 20 行になるはずです。
- A. フィードバックをお送りください。
- B. をお送りください
正解:A
質問 # 50
図書館の本に関するデータを含む Mowing の 2 つのテーブルがあります。

両方の表が不完全であるため、表から欠落している本があります。
テーブルを組み合わせる必要があります。ソリューションでは、すべてのデータが確実に保持されるようにする必要があります。どのタイプの結合を使用する必要がありますか?
- A. 完全外部結合
- B. 左結合
- C. 右結合
- D. 内部結合
正解:D
質問 # 51
次のボックス プロットは、すべての州の地域別の平均利益の分布を示しています。
利益の分布が最も小さいのはどの地域ですか?
- A. 南
- B. 中央
- C. キャスト
- D. ウエスト
正解:A
質問 # 52
Tableau Desktop から Tableau Server サイトにサインインします。
パブリッシュされたデータ ソースを検索すると、利用可能なデータ ソースのリストに何が表示されますか?
- A. アクセス権のあるフォルダー内の Tableau Server にパブリッシュされたすべてのデータ ソース
- B. サイトに公開されたすべてのデータ ソース
- C. アクセス権のあるフォルダー内のサイトに公開されたすべてのデータ ソース
- D. Tableau Server にパブリッシュされたすべてのデータ ソース
正解:C
解説:
When you sign in to a Tableau Server site from Tableau Desktop and search for a published data source, you will see all the data sources published to the site within the folders to which you have access. You will not see data sources published to other sites or folders that you do not have permission to view. You can also filter your search by project, owner, or tag. References:
https://help.tableau.com/current/pro/desktop/en-us/connect_basic.htm
https://help.tableau.com/current/pro/desktop/en-us/connect_tableauserver.htm When signed in to Tableau Server from Tableau Desktop, you'll only be able to see the data sources that have been published to the site and are within the folders that you have been granted access to. Tableau's permission and project structure mean that you won't see all data sources from the entire server unless you have permissions to do so.
質問 # 53
デスクトップにある Book1 へのリンクを開きます。規律ワークシートを開きます。
テーブルをフィルターして、Top10 セットのメンバーと Bottom10 セットのメンバーを表示します。合計 20 行になるはずです。
正解:
解説:
以下の説明の手順を確認してください。
Explanation:
To filter the table to show the members of the Top10 set and the Bottom10 set, 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 disciplines, sales, and profit for each salesperson.
Click on the drop-down arrow next to Salesperson on the Filters shelf. This will open a menu that allows you to filter by different criteria.
Select Set from the menu. This will show you the sets that are available for the Salesperson field. You will see Top10 and Bottom10 as two sets that have been created based on the sales ranking.
Check the boxes next to Top10 and Bottom10. This will filter the table to show only the members of these two sets. You can also click on All to deselect all other values.
Click OK to apply the filter. You will see that the table now shows 20 rows, 10 for each set.
質問 # 54
デスクトップにある Book1 へのリンクを開きます。販売ダッシュボードを開きます。
ダッシュボードの右側にある [表示/非表示] ボタンに [州別売上高] シートを追加します。
正解:
解説:
check the steps below in explanation.
Explanation:
To add the Sales by State sheet in a Show/Hide button to the right side of the dashboard, 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 sales dashboard.
Click on the sales dashboard tab at the bottom of the workbook to open the dashboard. You will see a dashboard that shows various charts and filters related to sales data.
Drag Sales by State from the Sheets pane to the right side of the dashboard. This will add the sheet as a floating element on the dashboard. You can resize and position it as you like.
Right-click on Sales by State and select Add Show/Hide Button from the menu. This will add a button that allows you to show or hide the sheet on the dashboard. You can customize the appearance and behavior of the button by clicking on it and using the options on the Marks card.
Optionally, you can drag a vertical layout container from the Objects pane to the right side of the dashboard and place Sales by State and its button inside it. This will help you organize your dashboard elements and align them neatly.
References: https://help.tableau.com/current/pro/desktop/en-us/dashboards.htm
https://help.tableau.com/current/pro/desktop/en-us/dashboards_showhide.htm
https://help.tableau.com/current/pro/desktop/en-us/dashboards_create_layouts.htm
質問 # 55
Sheet 1 と Sheet 2 という 2 つのシートを含むダッシュボードがあります。
ユーザーがクリックしてワークブック内の別のダッシュボードに切り替えることができるオブジェクトをダッシュボードに追加したいと考えています。
どのオブジェクトをダッシュボードに追加する必要がありますか?
正解:
解説:
質問 # 56
次の地図があります。
次のビジュアライゼーションに示すようにマップが表示される必要があります。
あなたは何をするべきか?
- A. マーク カードの位置をサイズにドラッグします。
- B. マークの種類を濃度に変更します。
- C. マークの種類をマップに変更します。
- D. 不透明度を75%に変更します
- E. [マーク] カードの [サイズ] まで人口をドラッグします。
正解:B
質問 # 57
sates データを含むデータセットがあります
を。以下はデータのサンプルです。
月の売り上げが $50 000 を超える場合は、true の値を返す必要があります。それ以外の場合、式は false の値を返す必要があります。
目標を達成する式はどれか 2 つ選択してください
- A. IIF(SUM< [Sales] )>50000, TRUE, FALSE)
- B. SUM{[Sales]) IN (50000)
- C. MAX< [Sales], 50000)
- D. [Sales] > 50000
正解:A、D
解説:
B) IIF(SUM([Sales]) > 50000, TRUE, FALSE)
D) [Sales] > 50000
The IIF function is a logical function that returns one value if a condition is true, and another value if the condition is false. In this case, the condition is SUM([Sales]) > 50000, which means that the sum of sales for a month is greater than $50,000. The function will return TRUE if the condition is true, and FALSE if the condition is false.
The comparison operator > is a logical operator that returns TRUE if the left operand is greater than the right operand, and FALSE otherwise. In this case, the operands are [Sales] and 50000, which means that the sales for a month are greater than $50,000. The operator will return TRUE if the sales are greater than $50,000, and FALSE otherwise.
The other options are not correct for this scenario. The IN function is a logical function that returns TRUE if a value is in a set of values, and FALSE otherwise. In this case, the value is SUM([Sales]), which is not in the set of values (50000). The function will always return FALSE. The MAX function is an aggregation function that returns the maximum value in a field or expression. In this case, the field or expression is [Sales], 50000, which is not valid syntax. The function will return an error. Reference: https://help.tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#IIF https://help.tableau.com/current/pro/desktop/en-us/operators.htm https://help.tableau.com/current/pro/desktop/en-us/functions_functions_aggregate.htm#MAX Explanation:
The two formulas that will return a value of true if a month has sales greater than $50,000, otherwise the formula must return a value of false, are:
質問 # 58
次のビジュアライゼーションがあります。
Last() 計算は、テーブル (横) を使用して計算するように設定されています
Oder Dale を使用するように計算を変更した場合、2018 年の消費者セグメントのクロス集計に表示される値はどれですか?
- A. 0
- B. 1
- C. 2
- D. 3
正解:D
質問 # 59
次のデータセットがあります。
すべての地域の総合計を計算するには、どの詳細レベル (LOD) 式を使用する必要がありますか?
- A. {FIXED: SUM Sales}
- B. {Fixed: [Region]: TOTAL Sales}
- C. {FIXED: TOTAL (Sales)}
- D. {FIXED: [Region] SUM Sales}
正解:B
質問 # 60
......
最新のTDA-C01日本語合格保証される試験問題集認証サンプル問題:https://www.jpntest.com/shiken/TDA-C01-JPN-mondaishu