QlikView QSDA2022 Exam Questions
Qlik Sense Data Architect Certification Exam - 2022 (Page 2 )

Updated On: 15-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 business analyst reports that the 'CompanyAge' field does NOT display for users The data architect examines the LOAD script and wants to place the breakpoint in the script to check the field name.
Which line number should the data architect use?

  1. 242 because field name appears in the output Panel of the debugger
  2. 251 because the field name appears in the Variable panel of the debugger
  3. 251 because the field name appears in the Qlik Log files
  4. 251 because the field name appears in the Output panel of the debugger

Answer(s): D



A data architect builds a data model for a large user group. Some sheets will be published, and the app will allow users to create their own visualizations and analyze dat

  1. Some fields must NOT appear in any field list.
    How should a data architect meet these requirements?
  2. Use HidePrefix variable
  3. Add fields to master items
  4. Use security rules
  5. Use HideField variable

Answer(s): C

Explanation:

The best way for a data architect to meet the requirements of not allowing some fields to appear in any field list is to use security rules. Security rules can be used to restrict access to certain fields, which will ensure that they don't appear in any field list or visualization. Additionally, security rules can also be used to restrict access to certain data models, ensuring that only users with the right permissions can view and analyze the data.
https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-rls Row-level security (RLS) with Power BI - Power BI | Microsoft Learn https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-rls https://www.tableau.com/learn/articles/data-visualization What Is Data Visualization? Definition & Examples | Tableau

https://www.tableau.com/learn/articles/data-visualization https://www.edureka.co/blog/interview-questions/power-bi-interview-questions/ 80+ Top Power BI Interview Questions and Answers [Updated 2023] https://www.edureka.co/blog/interview-questions/power-bi-interview-questions/



A company decides to migrate all apps from QlikView to Qlik Sense. After converting an apps: there are several unconverted objects What should the data architect do?

  1. Save the unconverted objects as extensions and import them into Qlik Sense
  2. Remove the set analysis statements from the unconverted objects
  3. Re-create the unconverted objects
  4. Save the unconverted objects as master items

Answer(s): C

Explanation:

After migrating an app from QlikView to Qlik Sense, there may be some unconverted objects. In this case, the data architect should re-create the unconverted objects in order to ensure that the app works properly in Qlik Sense. The other options will not work, as saving the unconverted objects as extensions or master items will not ensure that the app works properly, and removing set analysis statements will not help either.
https://www.qlik.com/us/-/media/files/training/global-us/qlik-sense-certification-exam-study- guide-en.pdf?la=en&hash=9DA9DEBC7D27BF1CA8373E81F2614C85 qlik-sense-certification-exam-study-guide-en.pdf
https://www.qlik.com/us/-/media/files/training/global-us/qlik-sense-certification-exam-study- guide-en.pdf?la=en&hash=9DA9DEBC7D27BF1CA8373E81F2614C85 https://community.qlik.com/t5/Support-Knowledge-Base/Talk-to-Experts-Tuesday-Migrating-from- QlikView-to-Qlik-Sense/ta-p/1746935
Talk to Experts Tuesday - Migrating from QlikView to Qlik Sense FAQ https://community.qlik.com/t5/Support-Knowledge-Base/Talk-to-Experts-Tuesday-Migrating-from- QlikView-to-Qlik-Sense/ta-p/1746935
https://www.qlik.com/us/services/training/certifications-and-qualifications Certifications & Qualifications | Qlik
https://www.qlik.com/us/services/training/certifications-and-qualifications



Refer to the exhibit.





Refer to the exhibits.
While using an app, the users report that some Sales Reps do NOT have personal details, like Division or Address Number A data architect has been called in to investigate. The data architect uses the data model viewer to determine the relationship between the SalesRepMaster and CustomerMaster tables.
What is the cause of the issue?

  1. 26 values for Sales Rep are null in CustomerMaster
  2. 40.7% of the Sales Rep have CustomerMaster information
  3. 59.3% of the Sales Rep have CustomerMaster information
  4. Density is 100% while Total Distinct and Present Distinct are NOT the same

Answer(s): D

Explanation:

When using the data model viewer to investigate the relationship between the SalesRepMaster and CustomerMaster tables, the data architect would look at the density of the relationship. Density is a measure of how well the key fields of a table match the key fields of another table. A density of 100% means that all key fields in one table have a match in the other table.
When the density is 100% but the total distinct and present distinct values for the key fields of the related tables do not match, it means that some of the key fields in one table do not have a match in the other table, this is the cause of the issue.






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

Join the QSDA2022 Discussion