Pass the Qlik Qlik Sense Data Architect QSDA2022 Questions and answers with CertsForce

Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions
Questions # 21:

A data architect needs to develop multiple apps for various departments. More departments are requesting apps over time The company uses specific requirements for the number interpretation variables (e.g., ThousandSep, DecimalSep) found at the beginning of a LOAD script.

The data architect wants to reduce duplicate scripts but does not want to copy and paste the number interpretation variables each time new app is created. The data architect prefers to use the least amount of script in Qlik Sense.

How should the data architect meet these requirements?

Options:

A.

Save the script for the number interpretation variables in a text file and use the CALL function to insert the variables.


B.

Create an Excel file with the number interpretation variables and use a FOR Next loop to load the variables into Qlik Sense


C.

Save the script for the number interpretation variables in a text file and INLUDE function to insert the variables


D.

Create an Excel file with the number interpretation variables and apply the variables to the app using a mapping table


Expert Solution
Questions # 22:

Refer to the exhibits.

Question # 22

Some business users created an app by using the Add data functionality and loading two Excel files Orders and Customers.

The app is used to analyze the number of orders by customer. When the users create a bar chart to review the figures, the data shown is incorrect.

What should the data architect do to resolve this issue?

Options:

A.

Open the data manager, split the Customers table, and associate both tables on CustomerlD field


B.

Open the data manager, split the Customers table, and JOIN Orders and Customers on the CustomerlD field


C.

Open the data load editor and use JOIN instead of concatenate to combine Orders and Customers by CustomerlD


D.

Open the data load editor and apply a NOCONCATENATE function in the LOAD statement on the Orders table


Expert Solution
Questions # 23:

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?

Options:

A.

APPLYMAP ( 'Associations , EmployeeKey ) as Employeekey;


B.

MAPSUBSTRING ( 'Associations' ,EMployeekey) As Employeekey;


C.

MAP EmloyeeKey USING Associations;


D.

RENAME FIELDS USING Associations;


Expert Solution
Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions