2024年最新の実際に出ると確認されたQSDA2021試験問題集と解答でQSDA2021無料更新
実際問題を使ってQSDA2021問題集で100%無料QSDA2021試験問題集
質問 # 14
Refer to the exhibit.
A data architect is creating an app using three tables. After executing the script, a warning displays Which two steps should the data architect do to resolve this warning? (Select two.)
- A. Move the preceding Load statement in line 10 between table name (line 23) and Load statement (line 24).
- B. Remove the rename statement (line 24) in the ProductPriceList table leaving the Product field name as is.
- C. insert "Join (ProductDetails)" in front of the Load statement in line 24 to combine ProductPriceList with ProductDetails
- D. Rename the Category field in the ProductPriceLis table to PnceCategory (line 24).
正解:D
質問 # 15
Refer to the exhibit.
While performing a data load from the source shown, the data architect notices it is NOT appropriate for the required analysis.
The data architect runs the following script to resolve this issue:
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
質問 # 16
A data architect needs to write the expression for a measure on a KPI to show the sales person with the highest sales The sort order of the values of the fields is unknown When two or more sales people have sold the same amount, the expression should return all of those sales people Which expression should the data architect use?
- A. FirstSortedValue (DISTINCT Salesperson, -Aggr (Sum(Sales) , Salesperson) )
- B. Concat(DISTINCT IF (Aggr (Rank (Sum (Sales) , 4) , Salesperson) =1, Salesperson) , ' ')
- C. Concat (DISTINCT IF (Aggr (Rank (Sum (Sales) , 1) , Salesperson) =1, Salesperson) , ' ')
- D. FirstSortedValue (Salesperson, -Aggr (Sum(Sales) , Salesperson) )
正解:C
質問 # 17
A data architect needs to load data from two different databases Additional data will be added from a folder that contains QVDs. text files, and Excel files.
What is the minimum number of data connections required?
- A. Five
- B. Two
- C. Three
- D. Four
正解:C
質問 # 18
A data architect needs to arrange data to create an app with a map where multiple location points consolidate into hexagonal areas based on postal codes The areas will be color coded based on the number of vendors in the location.
Which GeoAnalytics operation should the data architect use?
- A. AddressLookup
- B. Intersect
- C. Simplify
- D. Binning
正解:D
解説:
Binning is a GeoAnalytics operation that can be used to arrange data into hexagonal areas based on postal codes. The areas can then be color coded based on the number of vendors in the location. Source: Qlik Binning is a GeoAnalytics operation that allows data points to be grouped into hexagonal areas based on a geographic field, such as postal codes. The data architect can use binning to group the location points by postal code and then color code the resulting hexagonal areas based on the number of vendors in each location.
This operation is useful for visualizing spatial data and identifying patterns or trends in the data.
質問 # 19
A data architect needs to build an Order Fulfillment app. The business requires front-end performance is optimized.
The OrderDate and ShipmentDate are located in different tables.
The user needs to identify the data type and must be able to:
* Show trends for orders and shipments
* Use a single filter for both date fields
* Analyze data over fiscal periods
Which steps should the data architect take to build the data model?
- A. 1. Create a master calendar table as a data island
2. Create a single filter using fields from the master calendar - B. 1. Load the Shipments and Orders table via the data manager
2. Create a single filter using fields from the Orders table - C. 1. Create a link table with master calendar fields
2. Create a single filter using fields from the master calendar - D. 1. Create a master calendar and join into the Shipments and Orders table
2. Create a single filter using fields from the Shipments table
正解:C
質問 # 20
A data architect wants to combine data on present and historic sales performance. The historic data is stored in a de-normalized archive, and the present data is maintained in a database. The output must be contained in a single table.
Which script should the data architect use?
A)
B)
C)
D)
- A. Option B
- B. Option A
- C. Option D
- D. Option C
正解:D
質問 # 21
Refer to the exhibit.
A data architect must classify each product into a price group. The price groups must be the same width by default and allow users to dynamically change the width of the bucket during analysis.
Which feature should the data architect use to meet these requirements?
- A. Nested IFs in a calculated dimension
- B. Class function in a calculated dimension
- C. Class function in the script and use variables
- D. IntervalMatch and use variables
正解:B
質問 # 22
A company generates 1 GB of ticketing data daily. The data is stored in multiple tables Business users need to see trends of tickets processed for the past. 2 years Users very rarely access the transaction-level data for a specific date. Only the past 2 years of data must be loaded which is 720 GB of data Which method should a data architect use to meet these requirements?
- A. Load only aggregated data for 2 years and use On-Demand App Generation (ODAG) for transaction data
- B. Load only 2 years of data and use best practices in scripting and visualization to calculate and display aggregated data
- C. Load only 2 years of data in an aggregated app and create a separate transaction app for occasional use
- D. Load only aggregated data for 2 years and apply filters on a sheet for transaction data
正解:A
質問 # 23
Users of a published app report incomplete visualizations. The data architect checks the app multiple times and cannot replicate the error. The error affects only one team.
What is the most likely cause?
- A. An Omit field has been applied
- B. The affected users were NOT added to the Section table
- C. A security rule has been applied to the sheet object
- D. Section access restricts too many records
正解:D
解説:
Section access restricts access to certain records, and if too many records are restricted, it can lead to incomplete visualizations. Source: Qlik Section access is used to control access to the data in an app. If the section access settings are too restrictive, they can prevent certain users or teams from seeing all of the data they need, resulting in incomplete visualizations.
It is possible that the affected team has been assigned a section access that is too restrictive, preventing them from seeing all of the necessary data. This could be a misconfiguration or an oversight in the section access settings.
質問 # 24
Refer to the exhibit.
Refer to the exhibits.
An app is built to analyze salesperson performance by department. Departments are unique within the Departments table, but Salespeople often move between departments. A strict business rule states that a salesperson must be associated with ONLY one department at all times.
The data architect creates a summary of department performance and notices the values are incorrect. The total sales KPI shows the correct result.
How should the data architect modify the data model to correct this issue?
- A. Create a bridge table between the Transactions and Salespeople tables to resolve the many-to-many relationship
- B. Join the Departments and Salespeople tables to resolve the many-to-many relationship
- C. Create a bridge table between the Departments and Salespeople tables to resolve the many-to-many relationship
- D. Join the Transactions and Salespeople tables to resolve the many-to-many relationship
正解:C
質問 # 25
Refer to the exhibits.
While debugging an app, a developer loads data from an application layer QVD file.
In the process of separating a concatenated key into two parts, some split results are missing data What should the data architect do?
1. Utilize a combination of LEFT(), MID(), and RIGHT() functions to capture the key components
2. In the SUBFIELD function, replace the '_' with a '|' or '_' character.
While debugging an app, a developer loads data from an application layer QVD file.
In the process of separating a concatenated key into two parts, some split results are missing data What should the data architect do?
- A. In the SUBFIELD function, replace the '- with a '|' or '-' character
- B. Instruct the developer of the QVD file to correct the generation of the ConcatKeyAlpha field
- C. Wrap an IF() function around the SUBFIELDQ functions to check and adapt to null values character
- D. Wrap an IF() function around the SUBFIELD() functions to check and adapt to null values
- E. Utilize a combination of LEFT(), MID(), and RIGHTO functions to capture the key components
- F. Instruct the developer of the QVD file to correct the generation of the ConcatKeyAlpha field
正解:C
質問 # 26
Refer to the exhibit.
A data architect is working with an app and creates some visualizations to check the dat a. Some visualizations show issues in the data set.
* The Sales by Country table shows a total OrderValue of 18,300 sales while the KPI shows a total OrderValue of 20,600.
* The Sales monthly trend bar chart does not work with the Month field.
Which two data issues should the data architect fix in the app? (Select two.)
- A. The OrderDate field values in the Calendar table do not match with the values in the OrderDate field from the Orders table
- B. The Month field does not exist in the Orders table and needs to be incorporated in the table using he Calendar table.
- C. In the Orders table, some CustomerlD values are null because there are orders with no customer.
and needs to be incorporated in the table using the Calendar table, null because there are orders with no customer - D. In the Orders table, some values in the CustomerlD field do not exist in the Customers table.
正解:A、D
質問 # 27
Refer to the exhibit.
Refer to the exhibit.
A data architect is loading two tables: Orders and Product. The Product table includes attributes and values for each ProductID such as Colour, Price, Category, and Description.
The business analyst can filter by the value of these attributes. For performance reasons, the Data Model will use two tables.
Which solution should the data architect apply in the Data Load Editor to build the ProductDetails table?
For performance reasons, the Data Model will use two tables a Load Editor to build the ProductDetails table?
- A. Use a Generic Load in the Product table and a For loop to left join each Generic table
- B. Use a For loop to apply a Generic load to the Product table and concatenate the generic tables together
- C. Use a For loop to concatenate all of the Products table and apply a Generic Load to the final concatenate table
正解:A
質問 # 28
Refer to the exhibit.
Which changes on the database will the script capture?
- A. Insert and Remove rows
- B. Update and Remove rows
- C. Insert and Update rows
- D. Insert. Update, and Remove rows
正解:D
質問 # 29
Refer to the exhibit.
A Human Resources Director needs an app to analyze organizational structure. The Directory is particularly interested in the longest levels of line management.
Two table loads are required. Both use the same basic structure.
Which two table load prefixes are needed?
- A. * HierarchyLevel(EmployeelD, ManagerlD Name Level, '/', Structure)
* HierarchyBelongsTo(EmployeelD, ManagerlD, Name ManagerlD, Manager, Depth) - B. * HierarchyBelongsTo(ManagerlD, Manager, ManagerlD, ManagerlD, Manager Level)
* Hierarchy(EmployeelD, ManagerlD, Name. Manager Name, Structure '/' Depth) - C. * Hierarchy(EmployeelD. ManagerlD Name, Manager Name, Structure V, Depth)
* HierarchyLevelEmployeelD, ManagerlD, Name, Manager, Name, Structure, Depth '/') - D. * HierarchyBelongs.To(EmployeeID, ManagerlD, Name ManagerlD, Manager, Depth)
正解:D
質問 # 30
Refer to the exhibit.
A data architect executes the script.
What will be the value of the first row for Field_1?
- A. A
- B. Null
- C. D
- D. 0
正解:C
質問 # 31
Refer to the exhibit.
On executing a load script of an app, the country field needs to be normalized. The developer uses a mapping table to address the issue.
What should the data architect do?
- A. Create two different mapping tables
- B. Use LOAD DISTINCT on the mapping table
- C. Review the values of the source mapping table
- D. Use a LEFT JOIN instead of the APPLYMAP
正解:C
質問 # 32
Refer to the exhibit.
A customer needs to load forecast data from an Excel file.
Which preceding load statement should the data architect use to load the data?
- A.

- B.

- C.

- D.

正解:A
質問 # 33
Refer to the exhibits.
A business analyst needs to see the currency conversion provided by a third party process, and only contains a record when the rate changes in a chart. The currency conversion rate data is An existing master calendar exists in the data model that contains a full set of dates.
Which technique should the data architect use to meet this requirement?
- A. Leverage a FOR loop between the start date and end date of the master calendar Use the MATCH function to add the currency conversion rates to the master calendar
- B. Utilize INTERVALMATCH to load the currency conversion rate between dates the conversation changed INNER JOIN the resultant table back into the master calendar
- C. OUTER JOIN the calendar with the currency conversion table
ORDER BY the date and use the PEEK function to fill in blank values - D. Use ITERNO and AUTOGENERATE to create a new calendar from max and min dates of the currency conversion table
正解:C
質問 # 34
......
合格させるQSDA2021試験問題は更新された50問あります:https://jp.fast2test.com/QSDA2021-premium-file.html
QSDA2021試験問題集、テストエンジン練習テスト問題:https://drive.google.com/open?id=1a1nPKB_IGsTaWUD89Y-uOuHq4nP2Cz-U