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

Refer to the exhibit.

A data architect is working with an app and creates some visualizations to check the data. Some visualizations show issues in the data set.

*The Sales by Country table shows a total OrderValue of18,300 sales while the KPI shows a total OrderValue of 20,600.

*The Sales monthly trend bar chart does not work with the Month field.

Which two data issues should the data architect fix in the app? (Select two.)

A.

The Month field does not exist in the Orders table and needs to be incorporated in the table using he Calendar table.

B.

In the Orders table, some CustomerlD values are null because there are orders with no customer.

and needs to be incorporated in the table using the Calendar table, null because there are orders with no customer

C.

In the Orders table, some values in the CustomerlD field do not exist in the Customers table.

D.

The OrderDate field values in the Calendar table do not match with the values in the OrderDate field from the Orders table

A data architect wants to combine data on presentand historic sales performance.The historic data is stored in a de-normalized archive, and the present data is maintained in a database. The output must be contained in a single table.

Which script should the data architect use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Adata architect needs to efficiently prepare a data model for a meeting in an hour.

The data source to be used contains five date fields The app needs to display sales trends and compare the current year to date (CYTD) to last year to date (LYTD) The app is NOT going to be published It will only be used for this meeting and a single user's ad-hoc analysis.

What should the data architect do to meet these requirements?

A.

Use the data manager

B.

Load a calendar island

C.

Create a canonical calendar

D.

Create five master calendars

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

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

A.

Two loops without any conditional statement

B.

One loop and two IF statements

C.

Two loops and one IF statement

D.

One loop and one SELECT CASE statement

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.

What is the most likely cause?

A.

An Omit field has been applied

B.

Section access restricts too many records

C.

A security rule has been applied to the sheet object

D.

The affected users were NOT added to the Section table

Refer to the exhibit.

A data architect needs to add a Budget table to the current Qlik Sense app. A Budget table with the fields Budget, CustomerlD, and ProductlD is loaded into the model. What will be created?

A.

A circular reference with one table disconnected

B.

A synthetic table with two synthetic keys

C.

A synthetic table with three synthetic keys

D.

A synthetic table and one synthetic key

A data architect needs to develop multiple apps for various departments.More departments are requesting apps over time The company uses specific requirements for the number interpretation variables (e.g., ThousandSep, DecimalSep) found at the beginning of a LOAD script.

The data architect wants to reduce duplicate scripts but does not want to copy and paste the number interpretation variables each time new app is created.The data architect prefers to use the least amount of script in Qlik Sense.

How should the data architect meet these requirements?

A.

Save the script for the number interpretation variables in a text file and use the CALL function to insert the variables.

B.

Create an Excel file with the number interpretation variables and use a FOR Next loop to load the variables into Qlik Sense

C.

Save the script for the number interpretation variables in a text file and INLUDE function to insert the variables

D.

Create an Excel file with the number interpretation variables and apply the variables to the app using a mapping table

Refer to the exhibit.

A data architect executes the script.

What will be the value of the first row for Field_1?

A.

A

B.

D

C.

Null

D.

4

Multiple department fields in a dataset require a description

A data architect needs to add the department descriptions or a default value when the department does NOT have a description

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

A.

ApplyMap with two parameters after the Mapping load

B.

Left Join between tables and Description xlsx in every Department table

C.

Enter "Missing description" in the blank rows for Description xlsx then Mapping Load

D.

ApplyMap with three parameters after the Mapping load

A Human Resources Director needs an app to analyze organizational structure. The Directory is particularly interested in the longest levels of line management.

Two table loads are required. Both use the same basic structure.

Which two table load prefixes are needed?

A.

•HierarchyLevel(EmployeelD, ManagerlD Name Level, '/', Structure)

•HierarchyBelongsTo(EmployeelD, ManagerlD, Name ManagerlD, Manager, Depth)

B.

• HierarchyBelongsTo(ManagerlD, Manager, ManagerlD, ManagerlD, Manager Level)

• Hierarchy(EmployeelD, ManagerlD, Name. Manager Name, Structure ‘/’Depth)

C.

• Hierarchy(EmployeelD. ManagerlD Name, Manager Name, Structure V, Depth)

• HierarchyLevelEmployeelD, ManagerlD, Name, Manager, Name, Structure, Depth ‘/')

D.

• HierarchyBelongs.To(EmployeeID,ManagerlD, Name ManagerlD, Manager, Depth)