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

Home > Kinaxis > RapidResponse Author > KX3-003

KX3-003 Certified RapidResponse Author Level 3 Exam Question and Answers

Question # 4

You want to enter a forecast for 6000 units of part 89-Prod0966 in the June 8 bucket. You expect that three records will be inserted into the IndependentDemand table (equal quantities of 2000 at each of the three sites); however, you get an error.

Which action would solve the error?

A.

Change the table that the spreading worksheet is based on, from Part to IndependentDemand.

B.

Map the column id Name to Part.Name in the Forecast worksheet.

C.

Map the column id Site to Part.Site in the Forecast worksheet.

D.

Add a Date column to the spreading worksheet.

Full Access
Question # 5

The graphic shows a path to generate a list of customer prices with record counts for each table in the path. Given the following filter expression:

Part.ProductNumber.ProductGroup.ProductFamily In ('bikes','trikes')

AND Customer.Country IN ("US", "CA")

In this situation, what is the chosen line of descent from the query engine?

A.

Country > Country_Customers > CustomerPrices

B.

ProductFamily > ProductFamily_ProductGroups > ProductGroup_ProductNumbers > ProductNumber_Parts > CustomerPartPrices

C.

CustomerPartPrices > ProductNumber_Parts > ProductGroup_ProductNumbers > ProductFamily_ProductGroups > ProductFamily

D.

CustomerPrices > Country_Customers > Country

Full Access
Question # 6

Your suppliers need to receive a report listing their outstanding purchase orders. Each supplier should receive the report in the same format but it should only display the purchase orders associated with their supplier ID.

 

Based on this situation, which two actions will be required to support this requirement? (Choose two.)

Choose 2 answers

A.

Define a profile variable to assign the supplier ID to the supplier's user group. Add the profile variable to the filter expression in the workbook.

B.

Define a list workbook variable to provide a selector for the supplier list. Add the workbook variable to the filter expression in the workbook.

C.

Assign a master Supplier group in the Advanced properties of the Alert properties window.

D.

Add the supplier's user group in the Notify tab of the Alert properties window.

Full Access
Question # 7

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

Full Access
Question # 8

You are developing a worksheet that will be used to run a script through a form. For the script to work properly, you will need to pass information from two columns as script arguments.

Which two actions will accomplish this task? (Choose two.)

Choose 2 answers

A.

Select the columns when mapping drill links to forms.

B.

Map the Form controls to Script arguments.

C.

Select the columns when setting an Open Form Command.

D.

Match the script arguments names with the Form controls ID.

Full Access
Question # 9

You are asked to create a workbook that identifies the change in IndependentDemandAvailableDate in workdays from a child scenario to its parent.

Which worksheet properties shown in the graphic identifies the correct configuration and expression?

A.

I

B.

II

C.

III

D.

IV

Full Access
Question # 10

A client wants to provide their sales staff the ability to add forecasts for the global total of demand across all SKUs by each customer by month. The client wants to use their historical demand to allocate from a monthly forecast to a weekly forecast.

Which three actions would accomplish this task? (Choose three.)

Choose 3 answers

A.

Create a worksheet based on the HistoricalDemandActual table.

B.

Create workbook variables for Start Date and End Date.

C.

Create a workbook variable for Calendar with a value of Month.

D.

Define a custom Insert Definition.

E.

Include only columns for Part, Site, and Customer from the HistoricalDemandActual table.

Full Access
Question # 11

You have a report based on an InventoryTransfer table. Due to currency fluctuation, you are asked to report the difference between the future EffectiveUnitTransferCost and the cost to transfer it today.

Which expression will accomplish this task?

A.

EffectiveUnitTransferCost - (CONVERTONDATE(TransferCost, ShipDate) / Quantity)

B.

CONVERTONDATE(EffectiveUnitTransferCost, today) - (TransferCost / Quantity)

C.

EffectiveUnitTransferCost - (TransferCost / Quantity)

D.

EffectiveUnitTransferCost - (CONVERTONDATE(TransferCost, today) / Quantity)

Full Access
Question # 12

You want to identify the buyer responsible for the component part in a worksheet based on the BillofMaterial table. Additionally, you want to have the option of inviting that buyer to a collaboration, messaging that buyer, and sharing a scenario with them.

Which set of column expressions and configuration changes will enable this capability?

A.

Create a column with an expression of Responsibility($Role_Buyers, Component). On the Column Formatting tab, Check the "Display as user name" checkbox.

B.

Create a column with an expression of Responsibility($Role_Buyers, Component). On the Column Formatting tab, Check the "Display as image" checkbox and select an appropriate image.

C.

Create a column with an expression of Responsibility($Role_Buyers, Component.Name). On the Column Formatting tab, Check the "Display as user name" checkbox.

D.

Create a column with an expression of Responsibility($Role_Buyers, Component.Name). On the Column Formatting tab, Check the "Display as image" checkbox and select an appropriate image.

Full Access
Question # 13

You want to provide a worksheet based on the CRPOperation table to report destination location. There is only one valid stock location per operation. A secondary requirement is to view all valid work centers that feed a given stock location.

Which approach should you use to optimize performance?

A.

Create a reference field on the Location table to the CRPOperation table.

B.

Create a reference field on the CRPOperation table to the Location table.

C.

Create a lookup worksheet based on the OnHand table that returns a set of locations.

D.

Create a new table with references to the Location and CRPOperation tables.

Full Access
Question # 14

You have a worksheet based on the IndependentDemand table that includes columns for key fields plus multi-scenario columns for Quantity and EffectiveDemand. You want to highlight the Quantity fields where the value in the comparison scenario is different from the corresponding value in the workbook's baseline scenario. You want your worksheet to be able to highlight differences in several scenarios.

How would you achieve this highlighting?

A.

Define the Quantity column to show Actual value; add a hidden multi-scenario column, QuantityDelta, to show Difference; then define conditional formatting for the Quantity column when their QuantityDelta field is not 0.

B.

Define the Quantity column to show Actual value, and define an additional hidden column, Quantity0, as !Quantity#0 using "Calculate using grouped results in the previous row or other results"; then define conditional formatting where the Quantity column is not equal to Quantity0.

C.

Add a hidden multi-scenario column, RecordID, as show Differences; then define conditional formatting for the Quantity column where RecordID is not equal to 0.

D.

Define the Quantity column to show Difference, select the scenario comparison filtering option to show Only records with different comparison values, then define conditional formatting for the Quantity column when the respective value is not equal to 0.

Full Access
Question # 15

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

Full Access
Question # 16

A user wants to build a crosstab worksheet that shows historical data in daily buckets for the last two years. Currently, historical data is stored in days.

What are two ways to accomplish this task? (Choose two.)

Choose 2 answers

A.

Enable the Bucket data by date checkbox, then select Day in the Bucket Size and 730 (365*2) in the Number of Buckets.

B.

Enable Advanced Bucketing, select Day in the Bucket Size and 365 in the Number of Buckets, and then adjust the Anchor date by 1 Year.

C.

Create calendar interval, start date, and end date variables using the CalendarDate table, and then reference these variables in the worksheet that displays historical data.

D.

Clear the Bucket data by date checkbox and then filter the worksheet for the last 2 years as Date >= MRPDate - 730 and Date <= MRPDate

Full Access
Question # 17

A part has several demands due in a particular week. All demands are the same priority. Available supplies are shown in the graphic. The control table settings for the OrderPriority.AllocationRule is FairShare and PlanningCalendars.AllocationCalendar is Week.

How much of the supply quantity on Thursday will be allocated to the Wednesday demand?

A.

20

B.

25

C.

30

D.

40

Full Access
Question # 18

The Bill of Material structure is shown in the graphic. The quantity per for each component is shown in parentheses. Independent demand for 100 units of item AAA has been received. There are no ScheduledReceipt or OnHand records for any of the items; PartSource.OrderPolicy.OrderGenerationRule = Anytime.

What is the correct PegPart, DriverPart, and NeedQuantity found in the WhereConsumed table for item DDD?

A.

PegPart is assigned BBB

DriverPart is assigned AAA

NeedQuantity = 1600

B.

PegPart is assigned AAA

DriverPart is assigned BBB

NeedQuantity = 1600

C.

PegPart is assigned DDD

DriverPart is assigned BBB

NeedQuantity = 400

D.

PegPart is assigned BBB

DriverPart is assigned AAA

NeedQuantity = 400

Full Access