[2025年04月07日]TDA-C01試験問題集を試そう!ベストTDA-C01試験問題
検証済みのTDA-C01テスト問題集で正確な122問題と解答
Tableau TDA-C01試験は、候補者のTableauのソフトウェアスイートの知識をテストするために設計された多肢選択問題で構成されています。試験は2つのパートに分かれており、最初のパートはデータ分析と可視化の基礎をカバーし、2番目のパートは高度な技術とベストプラクティスに焦点を当てています。候補者は、各パートで少なくとも75%のスコアを取得する必要があります。
Tableauは、データを分析および視覚化するために業界で広く使用されているデータ視覚化ツールです。 Tableauでの習熟度を紹介するために、TableauはTDA-C01(Tableau Certified Data Analyst)認定試験を提供します。この認定試験は、Tableauで働く専門家のスキルと知識をテストするように設計されています。この試験では、データの準備、分析、視覚化などのトピックについて説明します。また、候補者がTableauを使用して複雑なビジネス上の問題を解決する能力をテストします。
質問 # 18
You create a parameter named Choose Region fiat contains values from a field named Region.
You want users to be able to use the Choose Region parameter to interact with a chart by logging between different regions What should you do next?
- A. Set the Choose Region parameter to Single Value (list)
- B. Add Region to me Fitters card
- C. Add the [Region] = [choose Region) formula to the Filters card
- D. Add the Choose Region parameter to the Pages card
正解:C
解説:
To use the Choose Region parameter to interact with a chart by toggling between different regions, you should add the [Region] = [Choose Region] formula to the Filters card. This formula will create a boolean filter that returns TRUE if the value in the Region field matches the value in the Choose Region parameter, and FALSE otherwise. You can add this formula to the Filters card by right-clicking on it and selecting Add Filter from the menu. Then you can select Condition from the dialog box and enter the formula in the text box. This will filter the chart to show only the data for the selected region.
The other options are not correct for this scenario. Adding Region to the Filters card will create a categorical filter that shows a list of values from the Region field, but it will not use the Choose Region parameter. Adding the Choose Region parameter to the Pages card will create a page control that allows you to cycle through different values of the parameter, but it will not filter the chart. Setting the Choose Region parameter to Single Value (list) will change how the parameter control appears on the worksheet, but it will not affect how it interacts with the chart. Reference: https://help.tableau.com/current/pro/desktop/en-us/parameters.htm https://help.tableau.com/current/pro/desktop/en-us/filtering.htm https://help.tableau.com/current/pro/desktop/en-us/filtering_condition.htm
質問 # 19
Open the link to Book1 found on the desktop. Open the Histogram worksheet and use the Superstone data source.
Create a histogram on the Quantity field by using bin size of 3.
- A. Send us your feedback on it.
- B. Send us your
正解:A
質問 # 20
Open the link to Book1 found on the desktop. Open the sales dashboard.
Add the Sales by State sheet in a Show/Hide button to the right side of the dashboard.
正解:
解説:
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
質問 # 21
You want to create the following dashboard.
The dashboard will contain two sheets that will connect to the same data source. The top sheet will be configured to filter the bottom sheet.
When you click a category on the top sheet, the sheets must resize as shown in the following exhibit.
How should you lay out the objects on the dashboard?
- A. Add both sheets to the dashboard. Set Fit to Fix width.
- B. Drag a blank object to the dashboard and add both sheets to the dashboard. Set Fit to Entire view.
- C. Drag a horizontal container to the dashboard and add both sheets to the container. Set the Fit to Standard.
- D. Drag a vertical container to the dashboard and add both sheets to the container. Set Fit to Entire view.
正解:D
解説:
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
質問 # 22
You have a dashboard than contains two sheets named Sheet 1 and Sheet 2.
You want to add an object to the dashboard that users can click to switch to a different dashboard in the workbook.
Which object should you add to the dashboard?
正解:
解説:
質問 # 23
You have two tables named Employeelnfo and DepartmentInfo. Employeelnfo contains four fields named Full Name, Department ID, Start Date, and Salary.
DepartmentInfo contains four fields named Department Name, Size, Department ID, and VP.
You want to combine the tables to meet the following requirements:
. Each record in Employeelnfo must be retained in the combined table.
. The records must contain the Department Name, Size, and VP fields.
* Every record must have a full name.
Which type of join should you use?
- A. Full outer
- B. Inner
- C. Union
- D. Left
正解:D
解説:
To combine the tables and meet the requirements, you should use a left join. A left join will keep all the records from the left table (Employeelnfo) and match them with the records from the right table (DepartmentInfo) based on the common field (Department ID). If there is no matching record in the right table, the fields from the right table will be null. This way, you will retain all the records from Employeelnfo, and also include the Department Name, Size, and VP fields from DepartmentInfo. Every record will have a full name because it is a field from the left table. A left join will look like this:
Reference:
Join Your Data - Tableau
Join Types in Tableau
質問 # 24
You have the following box plot that shows the distribution of average profits made in every state by region.
Which region has the smallest distribution of profits?
- A. South
- B. Cast
- C. Central
- D. West
正解:A
質問 # 25
You want to add a draft watermark to a dashboard as shown in the following exhibit.
Which type of object should you use?
- A. Sheet
- B. Image
- C. Web page
- D. Horizontal
正解:C
質問 # 26
You have the following data source in tableau Server.
You need to ensure that the data is updated every hour.
What should you select?
- A. Extract Refreshes
- B. Connections
- C. New
- D. Connected Workbooks
正解:A
解説:
To ensure that the data is updated every hour, you need to select Extract Refreshes from the data source menu on Tableau Server. This will allow you to add a new extract refresh schedule or edit an existing one. You can specify the frequency and time of the refresh, as well as any custom options or credentials. New will create a new data source, Connected Workbooks will show you which workbooks use this data source, and Connections will show you which tables or files are connected to this data source. Reference: https://help.tableau.com/current/server/en-us/refresh_extracts.htm https://help.tableau.com/current/server/en-us/refresh_extracts_add.htm
質問 # 27
You publish a dashboard tut uses an attract. The extract refreshes every Monday at 10:00.
You need to ensure that the extract also refreshes on the last day of the month at 18:00.
What should you do?
- A. From Tableau Server. select Schedules find the schedule of the extract, and change the frequency to the Last day of the month
- B. From Tableau Server. select Schedules and change the priority of the existing schedule
- C. From Tableau Server select the workbook select Refresh Extracts and then add a new extract refresh
- D. From Tableau Desktop, open the Publish Workbook dialog box and configure the schedule.
正解:A
質問 # 28
Open the link to Book1 found on the desktop. Open Disciplines worksheet.
Filter the table to show the Top 10 NOC based on the number of medals won.
正解:
解説:
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.
質問 # 29
You conned to a Microsoft SQL Server database
You need to create a custom SQL query that retrieves rows from a table named Students Only students m the city of Berlin must be returned How should you complete the query? (Drag the appropriate Options to the Answer Area and drop into the correct locations.)
正解:
解説:
質問 # 30
in which three formats can you export a worksheet from the Worksheet menu? Choose three
- A. .pptx
- B. .xlsx
- C. .png
- D. .html
- E. .txt
- F. .csv
正解:C、D、F
質問 # 31
Open the link to Book1 found on the desktop. Use the Superstore data source.
Split the Customer Name field into two fields named First Name and Last Name.
正解:
解説:
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.
質問 # 32
You have the following dataset
You need to create the following visualization.
Which quick table calculation should you drag to Text on the Marks card?
- A. Percentile
- B. Compound Growth Rate
- C. Percent of Total
- D. Percent Difference
正解:C
解説:
we need to create a quick table calculation that shows the percent of total sales for each category and sub-category. To do this, we can follow these steps:
Drag Category to Columns and Sub-Category to Rows.
Drag Sales to Text on the Marks card.
Right-click Sales on the Marks card and select Quick Table Calculation > Percent of Total.
Right-click Sales on the Marks card again and select Compute Using > Category.
This will create a quick table calculation that shows the percent of total sales for each sub-category within each category. The visualization will look like this:
質問 # 33
From Tableau Desktop you sign in lo a Tableau Server site.
What appears in the list of available data sources when you search for a published data source?
- A. All the data sources published to the Tableau Server
- B. All the data sources published to the Tableau Server within the folders to which you have access
- C. All the data sources published to the site within the folders to which you have access
- D. All the data sources published to the site
正解:B
質問 # 34
......
Tableau TDA-C01テストエンジンPDFで全問 無料問題集:https://jp.fast2test.com/TDA-C01-premium-file.html
手に入れよう!最新TDA-C01認定有効な試験問題集解答:https://drive.google.com/open?id=17hh7ZSH0g7ZeatO2QP7O403yh-Buq4lc