QSDA2021 Qlik Sense Data Architect Certification ExamFebruary 2021 Release

Loading demo links...

Showing 7–8 of 8 questions

Question 7

Multiple department fields in a dataset require a description

A data architect needs to add the department descriptions or a default value when the department does NOT have a description

Which strategy should the data architect use to meet these requirements?

Select an option, then click Submit answer.

  • ApplyMap with two parameters after the Mapping load

  • Left Join between tables and Description xlsx in every Department table

  • Enter "Missing description" in the blank rows for Description xlsx then Mapping Load

  • ApplyMap with three parameters after the Mapping load

Question 8

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?

Select an option, then click Submit answer.

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

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

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

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