QlikView QSDA2021 Exam Questions
Qlik Sense Data Architect Certification (Page 2 )

Updated On: 16-Feb-2026

A data architect needs to develop a script to export tables from a model based upon rules from an independent file. The structure of the text file with the export rules is as follows:



These rules govern which table in the model to export, what the target root filename should be, and the number of copies to export.
The TableToExport values are already verified to exist in the model. In addition, the format will always be QVD, and the copies will be incrementally numbered. For example, the Customer table would be exported as:
What is the minimum set of scripting strategies the data architect must use?

  1. Two loops without any conditional statement
  2. One loop and two IF statements
  3. Two loops and one IF statement
  4. One loop and one SELECT CASE statement

Answer(s): D

Explanation:

The data architect will need to use a single loop to iterate through the rows of the independent file containing the export rules. Within the loop, they will need to use a SELECT CASE statement to determine which table in the model to export based on the TableToExport value in the current row of the independent file. They can then use the StoreAsFilename value to determine the target root filename, and the NumberOfCopies value to determine the number of copies to export. This approach makes use of a single loop to iterate through the rows of the independent file, and a SELECT CASE statement to determine which table to export based on the TableToExport value in the current row. It is the most efficient way to accomplish the task with minimal scripting. You can find the Qlik scripting documentation for Store statement here: https://help.qlik.com/en- US/sense/June2020/Subsystems/Hub/Content/Scripting/ScriptPrefixes/Store.htm and SELECT CASE statement here: https://help.qlik.com/en-US/sense/June2020/Subsystems/Hub/Content/Scripting/ScriptStatements/Select.htm



Refer to the exhibit.



A company has different departments. Executive and Sales should always be the first values in a Department filter pane.
Which script must the data architect use to meet this requirement? A)



B)



C)



D)

  1. Option A
  2. Option B
  3. Option C
  4. Option D

Answer(s): D



A data architect executes the following script.



Which values does the OrderDate field contain after executing the script?

  1. 20210131, 2020/01/31, 31/01/2019, 0
  2. 20210131,2020/01/31,31/01/2019
  3. 20210131, 2020/01/31, 31/01/2019, 9999
  4. 20210131, 2020/01/31, 31/01/2019, 31/12/20

Answer(s): D



Refer to the exhibit.



Refer to the exhibit

A data architect is working on an app that contains orders, invoices, and shipping dat

  1. There are three different date fields within the data:
    * OrderDate
    * InvoiceDate
    * ShippingDate
    The business analyst needs to replicate the chart above to show Order and Shipping amounts on the same Month axis.
    What should the data architect do?
  2. Create a Month field for each of the three dates in the fact table and use that in the chart
  3. Load the key field and the three date fields into a concatenated bridge table that contains KeyField and Date
  4. Left Join the three date fields onto one bridge table using the key field containing KeyField and Date

Answer(s): B



Refer to the exhibit.



Refer to the exhibits.
The first table, Mastersports, contains the master list of all sport names that need to be loaded into the app. The second table, TeamMembers, contains the teams and team members registered for specific sports.
In a Qlik Sense app, a data architect is loading the two tables that need to be linked together based on the Sport field. The table format cannot be changed in the source.
What should the data architect do in the data load editor?

  1. Apply a preceding LOAD from the TeamMembers table with the SUBFIELD function and rename the field to Sport
  2. Apply a preceding LOAD to the MasterSports table with the SUBFIELD function to create the Sport field
  3. Apply a FOR loop to load to the MasterSports table creating the values for the Sport field

Answer(s): C






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

Join the QSDA2021 Discussion