Weekend Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

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)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 5

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?

A.

Product Buyer

B.

SQL Developer

C.

Vice President of Marketing

D.

Chief Information Officer

Full Access
Question # 6

Refer to the exhibit.

A data architect needs to build a dashboard that displays the aggregated sates for each sales representative. All aggregations on the data must be performed in the script.

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

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 7

A startup company is about have its Initial Public Offering (IPO) on the New York Stock Exchange.

This startup company has used Qlik Sense for many years for data-based decision making for Sales and Marketing efforts, as well as for input into Financial Reporting. The startup's Qlik Sense applications use variables that have different values at different points in time.

Due to the increased rigor required in record keeping for public companies, these variables must be clearly recorded in the script reload logs of the Qlik Sense applications. These logs are refreshed daily.

The data architect wants to have the variables names, with their current values,writteninto the script reload logs. Which script statement should the data architect use?

A.

LogDetail

B.

Trace

C.

Tag

D.

REM

Full Access
Question # 8

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?

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

Full Access
Question # 9

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

Full Access
Question # 10

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 # 11

A data architect needs to write the expression for a measure on a KPI to show the sales person with the highest sales. The sort order of the values of the fields is unknown. When two or more sales people have sold the same amount, the expression should return all of those sales people.

Which expression should the data architect use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 12

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.

Which is the most likely cause?

A.

A security rule has been applied to the sheet object.

B.

The affected users were NOT added to the Section Access table.

C.

Section access restricts too many records.

D.

An Omit field has been applied.

Full Access
Question # 13

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?

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.

Full Access
Question # 14

A data architect implements Section Access on an app to reduce the data for each user when the user logs in. Each user is allowed to see their specific territory only.

The app is set for a scheduled reload every three hours. Without Section Access added, the app loads successfully. When Section Access is added and the script runs, the app fails to load.

What is causing this issue?

A.

The ACCESS Column in the Section Access table has been added in lowercase.

B.

The service account running the task is not included in the Section Access table.

C.

A user name listed in the Section Access table is spelled incorrectly.

D.

The data architect does not have rights to reload the app.

Full Access
Question # 15

Exhibit.

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)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access