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

Kinaxis KX3-003 - Certified RapidResponse Author Level 3 Exam

Page: 2 / 2
Total 60 questions

You want to compare the performance of two similar worksheets in a private scenario, but you need to ensure that neither worksheet takes advantage of cached results.

In this situation, before capturing the performance results, how would you accomplish this task?

A.

Close the workbook and reopen it.

B.

Close the workbook and also close any library workbooks it uses, then reopen the workbook.

C.

Edit the Description field for OnHandType.

D.

Edit the Description field for the selected parts.

You are asked to populate the PartSource BaseKey to ensure unique key values.

In this situation, which expression would create uniqueness while saving memory?

A.

Part.Site.Value + ‘:’ + TEXT(EffectiveInDate)

B.

TEXT(EffectiveInDate)

C.

Part.Name + ‘:’ + Source.Supplier.ID

D.

Source.Id

You are building a worksheet for supplier collaboration and you want to assign a profile variable, Suppliers, so each user can see data for their own list of suppliers.

You include an expression in your sheet reporting the ScheduledReceipt table:

Order.Supplier IN ListAsSet($Suppliers)

Which string would you enter for the Suppliers profile variable for a user that should see data for suppliers A, B and C?

A.

'A', 'B', 'C'

B.

'A, B, C'

C.

A\, B\, C

D.

A, B, C

You are asked to create a worksheet that contains fields from four tables.

Referring to the graphic, which table should your worksheet be based on to optimize performance?

A.

Table 1

B.

Table 2

C.

Table 3

D.

Table 4

You want to create a composite worksheet using two component worksheets. The group by columns in both worksheets are Part.Name, Part.Site, Order.ID, Order.Site, Order.Type, Order.Type.ControlSet, and Line.

How would you improve performance of the composite worksheet?

A.

Group the component worksheets by Part.Name, Part.Site and Order.ID. In the composite worksheet group by Order.Type, Order.Type.ControlSet and Line.

B.

Ensure that the sort order and sort direction used in both worksheets are the same.

C.

Instead of using Part.Name and Part.Site, use Part as a reference in both worksheets.

D.

Instead of using Order.ID, Order.Site, Order.Type, and Line replace them with a column that concatenates those values and use it as a group by column.

You are creating a metric worksheet to calculate the number of late orders for a specified time period. The metric worksheet will be based on the IndependentDemand table and it has two columns: DueDate and Count. The expression for Count is 1. The worksheet's filter expression is: DaysLate > 0 and Order.Type = 'Actual'.

In this situation, what is the column sequence and grouping properties for the metric worksheet?

A.

Column sequence:

Count

DueDate

Grouping Function:

Count = Group By

DueDate = Min

B.

Column sequence:

DueDate

Count

Grouping Function:

DueDate = Group By

Count = Sum

C.

Column sequence:

DueDate

Count

Grouping Function:

DueDate = Group By

Count = Group By

D.

Column sequence:

DueDate

Count

Grouping Function:

DueDate = Group By

Count = Associate

You need to create an expression that displays the number of the calendar week from the beginning of the year, for example, 01 January 2017 to 07 January 2017 = week 1. The calendar is based on a January to December fiscal year. The Calendar table has the values shown in the graphic.

Which expression would display the number of the calendar week?

A.

(today - (today + 0 Year) Week)

B.

(today - (today + 0 Year) Week) +1

C.

(today + 0 Week)

D.

(today + 0 Week) + 1

You want to improve performance by enabling caching on the worksheet shown in the exhibit. The worksheet is based on the CTPActivity table.

Which expression must you migrate to the secondary filter expression box to accomplish this task?

A.

Supplier.Id = "ACME"

B.

(Part.PlannerCode.Value IN "CM", "TJ")

C.

Type = $Type

D.

OnTimeQuantity > 0