Black Friday Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

QSDA2024 Qlik Sense Data Architect Certification Exam – 2024 Questions and Answers

Questions 4

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

Buy Now
Questions 5

exhibit.

A data architect is validating that the script section, as shown in the exhibit, is working properly. They need to stop the script with a preview of the value used with the Load statement.

Where should the data architect put the debugger breakpoint?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 6

A Chief Information Officer has hired Qlik to enhance the organization's inventory analytics. In the initial meeting, the client's focus was determined to be forecasting inventory levels.

Which stakeholder should be consulted first when gathering requirements?

Options:

A.

Product Buyer

B.

SQL Developer

C.

Vice President of Marketing

D.

Chief Information Officer

Buy Now
Questions 7

A data architect needs to acquire social media data for the past 10 years. The data architect needs to track all changes made to the source data, include all relevant fields, and reload the application four times a day.

What information does the data architect need?

Options:

A.

A field with social media source, a set of key fields to sort out updated records, configure reload task to load four times a day

B.

A field with record creation time, a secondary key field to remove deleted records, configure reload task to load four times a day

C.

A field with ModificationTime, a primary key field to sort out updated records, insert and append records, update records

D.

A field with ModificationTime, a primary key field to sort out updated records, insert and update records, remove records

Buy Now
Questions 8

Exhibit.

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

Buy Now
Questions 9

Exhibit.

Refer to the exhibit.

A major healthcare organization requests a new app with the following requirements:

• Users can filter AdmissionDate and DischargeDate by all fields in the Master Calendar table

• Use an existing QVD file, which includes dates 20 years into the future

• Users should not be able to filter on dates that have no associated encounters

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

Options:

A.

1. Load the Master Calendar and Encounters tables

2. Perform a Join Load on the Encounters table to the Resident master calendar and alias the date fields appropriately for the Admission Date

3. Perform a Join Load on the Encounters table to the Resident master calendar and alias the date fields appropriately for the Discharge Date

B.

1. Load the master calendar

2. Create two mapping tables called AdmissionCalendar and DischargeCalendar from the Resident master calendar thatfeas all fields appropriately named

3. Load the Encounters table and use ApplyMap for the AdmissionDate and DischargeDate appropriately

C.

1. Load the master calendar as AdmissionCalendar and alias the fields to reflect they are for Admission

2. Load the master calendar as DischargeCalendar and alias the fields to reflect they are for Discharge

3. Load the Encounters table

D.

1. Load the Encounters table

2. Perform a Left Join Load on the Encounters table to the master calendar and alias the date fields appropriately for the Admission Date

3. Perform a Left Join Load on the Encounters table to the master calendar and alias the date fields appropriately for the Discharge Date

Buy Now
Questions 10

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 Customers table would be exported as:

What is the minimum set of scripting strategies the data architect must use?

Options:

A.

One loop and two IF statements

B.

One loop and one SELECT CASE statement

C.

Two loops and one IF statement

D.

Two loops without any conditional statements

Buy Now
Questions 11

Refer to the exhibit.

A data architect needs to create a data model for a new app. Users must be able to see:

• Total sales for each customer

• Total sales for a given state

• Customers that have not had any sales

• Names of salesperson and regional account managers

• Total number of sales by date

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

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

Options:

A.

1. Use a Mapping Load for the Employees table

2. Load the Sales table and use ApplyMap to get the names for SalesPersonID and RegionalAcctMgrlD

3. Use a Left Join Load to add the customer details for the Sales table

B.

1. Load the Customers table and alias the CustID field as CustomerlD

2. Use a Mapping Load for the Employees table

3. Load the Sales table and use ApplyMap to get the names for SalesPersonID and RegionalAcctMgrlD

C.

1. Load the Sales table

2. Load the Customers table

3. Load the Employees table twice; name it and alias the EmployeelD field appropriately each time

D.

1. Load the Customers table and alias the CustID field as CustomerlD

2. Load the Employees table

3. Load the Sales table and alias the SalesPersonID and RegionalAcctMgrlD fields as EmployeelD

Buy Now
Questions 12

Exhibit.

Refer to the exhibit.

A business analyst informs the data architect that not all analysis types over time show the expected data.

Instead they show very little data, if any.

Which Qlik script function should be used to resolve the issue in the data model?

Options:

A.

DatefFloor(OrderDate)) AS OrderDate in both the table "Orders" and "Master Calendar"

B.

TimeStamp#(OrderDate, 'M/D/YYYY hh.mm.ff') AS OrderDate in both the table "Orders" and "Master Calendar"

C.

TimeStamp(OrderDate) AS OrderDate in both the table "Orders" and "Master Calendar"

D.

Date(OrderDate) AS OrderDate in both the table "Orders" and "Master Calendar"

Buy Now
Questions 13

Refer to the exhibit.

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

Options:

A.

1590

B.

1490

C.

690

D.

1810

Buy Now
Questions 14

Exhibit.

Refer to the exhibit.

A data architect is working on a Qlik Sense app the business has created to analyze the company orders and shipments.

To understand the table structure, the business has given the following summary:

• Every order creates a unique orderlD and an order date in the Orders table

• An order can contain one or more order lines one for each product ID in the order details table

• Products In the order are shipped (shipment date) as soon as they are ready and can be shipped separately

• The dates need to be analyzed separately by Year, Month, and Quarter

The data architect realizes the data model has issues that must be fixed. Which steps should the data architect perform?

Options:

A.

1. Create a key with OrderlD and ProductID in the OrderDetails table and in the Shipments table

2. Delete the ShipmentID in the Orders table

3. Delete the ProductID and OrderlD in the Shipments table

4. Left join Orders and OrderDetails

5. Use Derive statement with the MasterCalendar table and apply the derive fields to OrderDate and ShipmentDate

B.

1. Create a key with OrderlD and ProductID In the OrderDetails table and in the Orders table

2. Delete the ShipmentID in the Shipments table

3. Delete the ProductID and OrderlD in the OrderDetails table

4. Concatenate Orders and OrderDetails

5. Create a link table using the MasterCalendar table and create a concatenated field between OrderDate and ShipmentDate

C.

1. Create a key with OrderlD and ProductID in the OrderDetails table and in the Shipments table

2. Delete the ShipmentID in the Orders table

3. Delete the ProductID and OrderlD In the Shipments table

4. Concatenate Orders and OrderDetails

5. Create a link table using the MasterCalendar table and create a concatenated field between OrderDate and ShipmentDate

D.

1. Create a key with OrderlD and ProductID in the OrderDetails table and in the Orders table

2. Delete the ShipmentID in the Shipments table

3. Delete the ProductID and OrderlD in the OrderDetails table

4. Left join Orders and OrderDetails

5. Use Derive statement with the MasterCalendar table and apply the derive fields to OrderDate and ShipmentDate

Buy Now
Questions 15

A company's analytics team is migrating from QlikView to Qlik Sense. During the transition there is an opportunity to improve overall reporting.

Which set of criteria must the data architect consider while planning for the migration?

Options:

A.

Application size, application theme, storytelling, data model, IT use case

B.

User sessions, source data architecture, compatibility, data model, business use case

C.

QlikView archival, source data architecture, load script, data model, business use case

D.

Application metadata, application theme, user sessions, load script, IT use case

Buy Now
Exam Code: QSDA2024
Exam Name: Qlik Sense Data Architect Certification Exam – 2024
Last Update: Nov 23, 2024
Questions: 50
QSDA2024 pdf

QSDA2024 PDF

$25.5  $84.99
QSDA2024 Engine

QSDA2024 Testing Engine

$30  $99.99
QSDA2024 PDF + Engine

QSDA2024 PDF + Testing Engine

$40.5  $134.99