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

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

Refer to the exhibits.

On executing a load script of an app, the country field needs to be normalized. The developer uses a mapping table to address the issue. The script runs successfully but the resulting table is not correct.

What should the data architect do?

A.

Create two different mapping tables

B.

Use LOAD DISTINCT on the mapping table

C.

Use a LEFT JOIN Instead of the APPLYMAP

D.

Review the values of the source mapping table

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?

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

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?

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

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.

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