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

QSDA2024 Questions and Answers

Question # 6

Refer to the exhibit.

A company stores the employee data within a key composed of Country, UserlD, and Department. These fields are separated by a blank space. The UserlD field is composed of two characters that indicate the country followed by a unique code of two or three digits. A data architect wants to retrieve only that unique code.

Which function should the data architect use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 7

Exhibit.

While performing a data load from the source shown, the data architect notices it is NOT appropriate for the required analysis.

The data architect runs the following script to resolve this issue:

How many tables will this script create?

A.

1

B.

3

C.

4

D.

6

Full Access
Question # 8

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

Full Access
Question # 9

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?

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

Full Access
Question # 10

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

B.

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

C.

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

D.

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

Full Access
Question # 11

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

Full Access
Question # 12

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:\486396169. 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.

FilePath, FOR EACH, Peek, Drop

B.

FileSize, IF, THEN, END IF

C.

FilePath, IF, THEN, Drop

D.

FileExists, FOR EACH, IF

Full Access
Question # 13

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

Full Access
Question # 14

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

Full Access
Question # 15

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?

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

Full Access