Halloween Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Qlik QSDA2024 Qlik Sense Data Architect Certification Exam – 2024 Exam Practice Test

Page: 1 / 5
Total 50 questions

Qlik Sense Data Architect Certification Exam – 2024 Questions and Answers

Question 1

Exhibit.

Question # 1

Refer to the exhibit.

A data architect is loading two tables into a data model from a SQL database. These tables are related on key fields CustomerlD and Customer Key.

Which script should the data architect use?

A)

Question # 1

B)

Question # 1

C)

Question # 1

D)

Question # 1

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 2

Exhibit.

Question # 2

A large electronics company re-assigns sales people once per year from one Department to another.

SPID is the Salesperson ID; the SPID for each individual sales person Name remains constant. The Department for a SPID may change; each change is stored in the Dynamic Dimension data.

Four tables need to be linked correctly: a transaction table, a dynamic salesperson dimension, a static salesperson dimension, and a department dimension.

Which script prefix should the data architect use?

Options:

A.

Merge

B.

IntervalMatch

C.

Partial Reload

D.

Semantic

Question 3

Exhibit.

Question # 3

Refer to the exhibit.

A data architect is loading the tables and a synthetic key is generated.

How should the data architect resolve the synthetic key?

Options:

A.

Remove the LineNo field from Shipments and use the AutoNumber function on the OrderlD field

B.

Remove the LineNo field from both tables and use the AutoNumber function on the OrderlD field

C.

Create a composite key using OrderlD and UneNo

D.

Create a composite key using OrderlD and LineNo, and remove OrderlD and LineNo from Shipments

Question 4

Sales managers need to see an overview of historical performance and highlight the current year's metrics. The app has the following requirements:

• Display the current year's total sales

• Total sales displayed must respond to the user's selections

Which variables should a data architect create to meet these requirements?

A)

Question # 4

B)

Question # 4

C)

Question # 4

D)

Question # 4

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 5

A data architect needs to load large amounts of data from a database that is continuously updated.

• New records are added, and existing records get updated and deleted.

• Each record has a LastModified field.

• All existing records are exported into a QVD file.

• The data architect wants to load the records into Qlik Sense efficiently.

Which steps should the data architect take to meet these requirements?

Options:

A.

1. Load the existing data from the QVD.

2. Load the new and updated data from the database without the rows that have just been loaded from the QVD and concatenate with data from the QVD.

3. Load all records from the key field from the database and use an INNER JOIN on the previous table.

B.

1. Use a partial LOAD to load new and updated data from the database.

2. Load the existing data from the QVD without the updated rows that have just been loaded from the database and concatenate with the new and updated records.

3. Use the PEEK function to remove the deleted rows.

C.

1. Load the new and updated data from the database.

2. Load the existing data from the QVD without the updated rows that have just been loaded from the database and concatenate with the new and updated records.

3. Load all records from the key field from the database and use an INNER JOIN on the previous table.

D.

1. Load the existing data from the QVD.

2. Load new and updated data from the database. Concatenate with the table loaded from the QVD.

3. Create a separate table for the deleted rows and use a WHERE NOT EXISTS to remove these records.

Question 6

Exhibit.

Question # 6

One of the data sources a data architect must add for a newly developed app is an Excel spreadsheet. The Region field only has values for the first record for the region. The data architect must perform a transformation so that each row contains the correct Region.

Which function should the data architect implement to resolve this issue?

Options:

A.

Previous

B.

CrossTable

C.

Above

D.

IntervalMatch

Question 7

Exhibit.

Question # 7

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?

Options:

A.

Hierarchy Be longsTo

B.

Peek

C.

Generic

D.

PivotTable

Question 8

Exhibit.

Question # 8

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?

Options:

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

Question 9

A company needs to analyze daily sales data from different countries. They also need to measure customer satisfaction of products as reported on a social media website. Thirty (30) reports must be produced with an average of 20,000 rows each. This process is estimated to take about 3 hours.

Which option should the data architect use to build this solution?

Options:

A.

Qlik REST Connector

B.

Microsoft SQL Server

C.

Qlik GeoAnalytics

D.

Mailbox IMAP

Question 10

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?

Options:

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

Question 11

A data architect needs to load Table_A from an Excel file and sort the data by Reld_2.

Which script should the data architect use?

A)

Question # 11

B)

Question # 11

C)

Question # 11

D)

Question # 11

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 12

Exhibit.

Question # 12

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?

Options:

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.

Question 13

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?

Options:

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

Question 14

Question # 14

Refer to the exhibit.

A data architect needs to load data from Customers.qvd and sort the Country field in ascending order. Which method should be used?

Options:

A.

Insert a Group By clause into the LOAD statement for the CustTemp table after the FROM clause

B.

Move the Country field to the first position in the field list in the LOAD statement

C.

Perform a Resident LOAD of the CustTemp table and insert an Order By clause in this table

D.

Insert an Order By clause after the FROM clause in the CustTemp table

Question 15

Exhibit.

Question # 15

A chart for monthly hospital admissions and discharges incorrectly displays the month and year values on the x-axis.

The date format for the source data field "Common Date" is M/D/YYYY. This format was used in a calculated field named "Month-Year" in the data manager when the data model was first built.

Which expression should the data architect use to fix this issue?

Options:

A.

Date(MonthStart([Common Date]),'MMM-YYYY')

B.

Date([Comraon Date],'MMM-YYYY')

C.

Date(MonthsStart([Common Date]),'VMM-YYYY')

D.

Date(InMontht[Common Date]),'MMM-YYYY')

Page: 1 / 5
Total 50 questions