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

Qlik QSDA2024 - Qlik Sense Data Architect Certification Exam – 2024

Page: 1 / 2
Total 50 questions

A data architect inherits an app that takes too long to load and overruns the data load window.

The app pulls all records (new and historical) from three large databases. The reload process puts a heavy load on the source database servers. All of the data is required for analysis.

What should the data architect do?

A.

Make sure the individual reload tasks in the QMC are not running in parallel

B.

Implement Direct Discovery with partial load

C.

Implement incremental load on each database using QVD files

D.

Implement ODAG to split out the app into smaller chunks

Exhibit.

Refer to the exhibit.

The data architect needs to build a model that contains Sales and Budget data for each customer. Some customers have Sales without a Budget, and other customers have a Budget with no Sales.

During loading, the data architect resolves a synthetic key by creating the composite key.

For validation, the data architect creates a table that contains Customer, Month, Sales, and Budget columns.

What will the data architect see when selecting a month?

A.

Customer Names and Sales records for the selected month, Budgets column can contain null or non-null values

B.

All Customer Names for both Sales and Budget records for the selected month

C.

Customer Names and Sales records for the selected month but with only non-null values in Budget column

D.

Customer Names and Budaets records for the selected month. Sales column can contain null or non-null values

Refer to the exhibit.

What does the expression sum< [orderMetAmount ]) return when all values in LineNo are selected?

A.

1590

B.

1490

C.

690

D.

1810

Refer to the exhibits.

On executing a load script of an app, the country field needs to be normalized. The developer uses a mapping table to address the issue. The script runs successfully but the resulting table is not correct.

What should the data architect do?

A.

Create two different mapping tables

B.

Use LOAD DISTINCT on the mapping table

C.

Use a LEFT JOIN Instead of the APPLYMAP

D.

Review the values of the source mapping table

Refer to the exhibit

A large transport company (Company A) acquires a smaller rival (Company B).

Company A has been using Qlik Sense tor 6 years to track revenue per ship journey. Ship journeys with no revenue (such as journeys to shipyards for repair) always show revenue of $0.

Company A wants to combine its data set with the data set of the acquired Company B. Company B's ship journey data shows $0 revenue in one of the following ways:

• A NULL value

• A value with one or more blank spaces (ASCII char code 32)

The data architect wants to conform the Company B data to the Company A standard, specifically regarding the use of an explicit $0 for journeys without revenue. Which script line should the data architect use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Exhibit.

The Section Access security table for an app is shown. User ABC\PPP opens a Qlik Sense app with a table using the field called LEVEL on one of the table columns.

Which is the result?

A.

The table is removed from the user interface.

B.

The user gets an 'Incomplete visualization' error.

C.

The user gets a 'Field not found' error.

D.

The table is displayed without the LEVEL column.

Exhibit.

Refer to the exhibit.

A data architect wants to transform the input data set to the output data set. Which prefix to the Qlik Sense LOAD command should the data architect use?

A.

Hierarchy Be longsTo

B.

Peek

C.

Generic

D.

PivotTable

Exhibit

Refer to the exhibit.

The salesperson ID and the office to which the salesperson belongs is stored for each transaction. The data model also contains the current office for the salesperson. The current office of the salesperson and the office the salesperson was in when the transaction occurred must be visible. The current source table view of the model is shown. A data architect must resolve the synthetic key.

How should the data architect proceed?

A.

Comment out the Office in the Transaction table

B.

Inner Join the Transaction table to the CurrentOffice table

C.

Alias Office to CurrentOffice In the CurrentOffice table

D.

Force concatenation between the tables

The data architect has been tasked with building a sales reporting application.

• Part way through the year, the company realigned the sales territories

• Sales reps need to track both their overall performance, and their performance in their current territory

• Regional managers need to track performance for their region based on the date of the sale transaction

• There is a data table from HR that contains the Sales Rep ID, the manager, the region, and the start and end dates for that assignment

• Sales transactions have the salesperson in them, but not the manager or region.

What is the first step the data architect should take to build this data model to accurately reflect performance?

A.

Implement an "as of calendar against the sales table and use ApplyMap to fill in the needed management data

B.

Create a link table with a compound key of Sales Rep / Transaction Date to find the correct manager and region

C.

Use the IntervalMatch function with the transaction date and the HR table to generate point in time data

D.

Build a star schema around the sales table, and use the Hierarchy function to join the HR data to the model

A data architect needs to retrieve data from a REST API. The data architect needs to loop over a series of items that are being read using the REST connection.

What should the data architect do?

A.

Recreate the SQL Statement with the correct parameters

B.

Use the REST Connector with pagination mechanism

C.

Use pagination of the REST Connector to create a template of the desired data

D.

Use With Connection to pass a parameter to the REST URL