Free QSDA2022 Exam Braindumps (page: 5)

Page 4 of 20

ITALY IT001 HR
GERMANY DE002 HR
SPAIN SP03 FINANCE
FRANCE FRO04 SALES
Refer to the exhibit
A company stores the employee data within a key composed of Country UserlD, and Department. These fields are separated by a blank space. The UserlD field is composed of two characters that indicate the country followed by a unique code of two or three digits. A data architect wants to retrieve only that unique code.

  1. LTRIM (SUBFIELD (Key, ' ', 2), 2)
  2. MID ( SUBFIELD (Key , ' ', 2), 3)
  3. RIGHT(SUBFIELD (Key,' ', 2), 3)
  4. LEFT(SUBFIELD(Key, ' ', 2), 2)

Answer(s): D

Explanation:

This expression will extract the unique code from the key by using the SUBFIELD function to separate the key into its components, and then using the LEFT function to extract the first two characters of the second component. Source: Qlik



A data architect needs to create an app that combines employee data from the Sales system and the Human Resources (HR) system.
These systems identify employees differently Employees in the HR system are identified with an alpha-numeric key Employees in the Sales system are identified using an integer key. The Human Resources manager creates a table that maps these keys to another, called Associations. The resultant data model must meet the following requirements:
· Associations must be valid

· The model must be optimized for performance
· The option must support multiple tables added
Which solution should the data architect use to meet these requirements?

  1. APPLYMAP ( 'Associations , EmployeeKey ) as Employeekey;
  2. MAPSUBSTRING ( 'Associations' ,EMployeekey) As Employeekey;
  3. MAP EmloyeeKey USING Associations;
  4. RENAME FIELDS USING Associations;

Answer(s): C

Explanation:

The MAP function maps the EmployeeKey in the Sales system to the EmployeeKey in the HR system using the Associations table. This allows the data architect to join the data from the Sales system and the HR system using the same key, ensuring that the associations are valid. Using the MAP function also optimizes the performance of the data model as it eliminates the need for multiple joins between the data from the Sales and HR systems. This solution also supports multiple tables added, as the MAP function can be applied to any table that needs to be joined with the HR system data.





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.)

  1. Remove the rename statement (line 24) in the ProductPriceList table leaving the Product field name as is.
  2. Rename the Category field in the ProductPriceLis table to PnceCategory (line 24).
  3. Move the preceding Load statement in line 10 between table name (line 23) and Load statement (line 24).
  4. insert "Join (ProductDetails)" in front of the Load statement in line 24 to combine ProductPriceList with ProductDetails

Answer(s): B

Explanation:



Refer to the exhibit.

A data architect is loading two tables into a data model from a SQL database These tables are related on key fields CustomerlD and CustomerKey.
Which script is valid to load the tables and maintain the correct association?









Answer(s): C

Explanation:






Post your Comments and Discuss QlikView QSDA2022 exam with other Community members:

QSDA2022 Discussions & Posts