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?
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)
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?
A data architect executes the following script:
What will be the result of Table.A?
A)
B)
C)
D)
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 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 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)
B)
C)
D)
A data architect receives an error while running script.
What will happen to the existing data model?
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)
Refer to the exhibit.
What does the expression sum< [orderMetAmount ]) return when all values in LineNo are selected?
A table is generated resulting from the following script:
When the data architect selects a date, some, but NOT all, orders for that date are shown.
How should the data architect modify the script to show all orders for the selected date?
A)
B)
C)
D)
Exhibit.
A data architect must load the two tables without creating a synthetic key. The data architect also must make sure expressions like Sum([Budgeted Sales]) are calculated correctly.
Which load script meets these requirements?
A)
B)
C)
D)