Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Qlik QSDA2022 - Qlik Sense Data Architect Certification Exam-2022

Page: 1 / 3
Total 77 questions

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?

A.

242 because field name appears in the output Panel of the debugger

B.

251 because the field name appears in the Variable panel of the debugger

C.

251 because the field name appears in the Qlik Log files

D.

251 because the field name appears in the Output panel of the debugger

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?

A.

Save the unconverted objects as extensions and import them into Qlik Sense

B.

Remove the set analysis statements from the unconverted objects

C.

Re-create the unconverted objects

D.

Save the unconverted objects as master items

A data architect needs to upload data from ten different sources, but only if there are any changes after the last reload When data is updated, a new file is placed into a folder mapped to E A439926003 The data connection points to this folder.

The data architect plans a script which will:

1. Verify that the file exists

2. If the file exists, upload it Otherwise, skip to the next piece of code

The script will repeat this subroutine for each source. When the script ends, all uploaded files will be removed with a batch procedure.

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

A.

FileSize, IF, THEN, END IF

B.

FilePath, IF, THEN. Drop

C.

FileExists, FOR EACH, IF

D.

FilePath, FOR EACH, Peek, Drop

Users of a published app report incomplete visualizations. The data architect checks the app multiple times and cannot replicate the error. The error affects only one team.

What is the most likely cause?

A.

An Omit field has been applied

B.

Section access restricts too many records

C.

A security rule has been applied to the sheet object

D.

The affected users were NOT added to the Section table

Refer to the exhibits.

The first table shows the source table (Original table).

This data represents the stocks stored every month for each product:

• The relevant fields are productid, qty, and date.

• The date field represents the calendar months using

• The qty field shows the product stock fluctuation from the current month versus the previous month. If there is no fluctuation between months, there are no new entries in the table.

The second table shows a Pivot table visualization the data analyst needs to create in the app displaying per each product the monthly trend of available stock.

For performance reasons, the data analyst requests the data architect to calculate the running stock quantity of each product for every month in the script.

Which approach should the data architect use?

A.

1 Generate a Cartesian JOIN between productid and date in a Combined table

2 RIGHT JOIN the Combined table with the Original table to populate the missing qty values

3. Use PREVIOUS() and RANGESUMQ functions to create the running quantity totals for each product for every month

B.

1. Generate a Cartesian JOIN between productid and date in a Combined table

2. LEFT JOIN the Combined table with the Original table to populate the missing qty values

3. Use PREVIOUSO and SUM() functions to create the running quantity totals for each product for every month

C.

1. Generate a Calendar table with all dates between the minimum and maximum date values in an Original table

2. RIGHT JOIN the Calendar table back to the Original table to populate the missing qty values

3. Use PEEK() and RANGECOUNTO functions to create the running quantity totals for each product for every month

D.

1 Generate a Calendar table with all dates between the minimum and maximum date values in an Original table

2. LEFT JOIN the Calendar table back to the Original table to populate the missing qty values

Refer to the exhibit.

A business department is forecasting revenue within an Excel spreadsheet.

A data architect needs to include this forecast into the existing data model, and without losing any data.

Which two sets of steps will meet these requirements? (Select two.)

A.

1. Load the Excel spreadsheet using the data load editor

2. Use the Unpivot function

3 Use the Sum function to group the forecast by date

4 Connect to the existing data model

B.

1. Load the Excel spreadsheet using the data load editor

2 Use the Crosstable function to unpivot the table

3 Create a composite key out of the date and region

4 Connect the new table to the data model

C.

1 Load the Excel spreadsheet using the data load editor

2. Change the sort order by date

3. Create a composite key out of the forecast and region 4 Connect to the existing data model

D.

1 Load the Excel spreadsheet into the data manager

2. Use the Unpivot function

3. Create a composite key from the date and region

4. Connect the new table to the data model

1 Load the Excel spreadsheet using the data manager

2 Rename the ForecastDate field to Date 3. Disable the Region

4 Connect to the existing data model

A data architect executes the following script.

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

A.

20210131, 2020/01/31, 31/01/2019, 0

B.

20210131,2020/01/31,31/01/2019

C.

20210131, 2020/01/31, 31/01/2019, 9999

D.

20210131, 2020/01/31, 31/01/2019, 31/12/20

Refer to the exhibit.

What are the values of the variables vLoadStart and vLoadComplete after the script executes?

A.

vLoadStart; 'NOW{)'

vLoadComplete: current system date and time when the script ended

B.

vLoadStart: system date when the app was opened vLoadComplete 'now()'

C.

vLoadStart: system date when the app was opened vLoadComplete: current system date and time when the script ended

D.

vLoadStart: current system date and time when the script started vLoadComplete: 'now()'

A data architect is developing an app that will generate QVDs for multiple business analysts. The field naming conventions on the source data are NOT business friendly. For every table loaded, multiple fields will require a name change.

An Excel file is maintained centrally that lists all source data field names and the appropriate names as they should appear in the QVDs

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

A.

Use the Rename function and a mapping load

B.

Create master items using business-friendly names

C.

Use the Alias function and a mapping load

D.

Load in the Excel file as a data island and use the Peek function

A data architect executes the following script:

What will Field_1 contain after this script is executed?

A.

Abed, abed, ABCD

B.

abcd

C.

Abcd, abcd

D.

Abed, abed, ABCD, ABCDABCD