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

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

Questions 4

KX3-003 Question 4

The graphic shows the Carrier table view in the data model dialog.

Which three statements about this table are true? (Choose three.)

Choose 3 answers

Options:

A.

Multiple Delivery Routes can reference a carrier.

B.

Each carrier can have multiple Transit Calendars.

C.

Multiple Shipments can reference a carrier.

D.

Several carriers can share the same Default Transportation Mode.

E.

A carrier must only have one Source.

Buy Now
Questions 5

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?

Options:

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.

Buy Now
Questions 6

After the most recent planning cycle, a planner asks you why there were no new records in the HistoricalPartKPI table. They expected these records to be written as part of a scheduled automation chain. You must determine if the automation chain has been disabled, but you are not familiar with which automation chain should perform this action. As the first step in identifying the automation chain, you need to search for any of its associated resources.

In this situation, which process would guarantee that you have the correct associated resources of the automation chain?

Options:

A.

From Tools > Search Resources: search for resources based on the table "HistoricalPartKPI".

B.

From Tools > Search Resources: search for resources containing the text "HistoricalPartKPI".

C.

From Administration > Automation Log: search for "HistoricalPartKPI" in Automation Task Log.

D.

From Administration > Administration Log: search for "HistoricalPartKPI" in Input Records and Scenarios.

Buy Now
Questions 7

You want to control how available dates are calculated for your vendor managed parts' supplies and demands.

In this situation, which control table would you need to configure?

Options:

A.

AvailableRule

B.

DemandType

C.

OrderPolicy

D.

SupplyType

Buy Now
Questions 8

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

Options:

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

Buy Now
Questions 9

You are asked to create a worksheet that shows which process orchestration activity performers are late and how much they are late for each activity. There could be more than one performer per activity.

How would you accomplish this task?

Options:

A.

Create a worksheet based on the Assignment table in the ProcOrch namespace.

B.

Create a worksheet based on the Activity table in the ProcOrch namespace.

C.

Create a worksheet based on the ProcessInstance table in the Mfg namespace.

D.

Create a worksheet on the Activity table in the Mfg namespace.

Buy Now
Questions 10

You have a worksheet based on the Part table. You want to know the total number of unique customers that have orders for each part.

Which expression accomplishes this task?

Options:

A.

COUNT IndependentDemands {Order.Customer:Sum}

B.

COUNT IndependentDemands {Order.Customer:By}

C.

COUNT IndependentDemands {Order.Customer<>''}

D.

SUM IndependentDemands{Order.Customer:Sum}

Buy Now
Questions 11

You have a worksheet showing work orders. You are asked to report the date used to convert the calculated field EffectiveUnitPrice.

Which expression will accomplish this task?

Options:

A.

DATEVALUE(EffectiveUnitPrice)

B.

CONVERTONDATE(EffectiveUnitPrice, $ConversionDate)

C.

DATETIMEVALUE(EffectiveUnitPrice)

D.

ASSOCIATEDDATE(EffectiveUnitPrice)

Buy Now
Questions 12

You need to create a workbook to allow users to manage their demand forecast by product, customer region, and distribution site. You also want to simplify user controls and use hierarchies to allow each user to make several selections in the same hierarchy.

In this situation, which two actions should you take? (Choose two.)

Choose 2 answers

Options:

A.

Select Part as the basis for workbook filtering.

B.

Disable the default Site filter.

C.

Enable the Include hierarchy columns option.

D.

Ensure a Hierarchy is available for users to select regional distribution sites.

Buy Now
Questions 13

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?

Options:

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.

Buy Now
Questions 14

You are required to troubleshoot a workbook designed to spread values across a specified time horizon. The start and end bucket dates are mapped to variables used in the spreading worksheet. The bucket field is not mapped to a column in the editing worksheet.

Which two actions would solve this issue? (Choose two.)

Choose 2 answers

Options:

A.

Remove the unmapped columns from the editing worksheet.

B.

Add a column to the spreading worksheet to map the bucket dates.

C.

Select the "Allow editing only if all buckets are the same size" check box.

D.

Select the "Use same spreading worksheet values for all edits" check box.

Buy Now
Questions 15

KX3-003 Question 15

You are creating a new script that must insert a new customer record, archive that record weekly in a new scenario, and then commit the child scenario to a parent scenario. You already have a script that commits child scenarios.

Referring to the graphic, which code will call the script that commits child scenarios in your new script?

Options:

A.

I

B.

II

C.

III

D.

IV

Buy Now
Questions 16

KX3-003 Question 16

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?

Options:

A.

Supplier.Id = "ACME"

B.

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

C.

Type = $Type

D.

OnTimeQuantity > 0

Buy Now
Questions 17

You are asked to report data based on the ScheduledReceipt table that also displays information from a custom table, WorkOrderInfo. There will be at most one WorkOrderInfo record for any ScheduledReceipt record and WorkOrderInfo will be used often in worksheets reporting ScheduledReceipt data.

Following Kinaxis best practices, what should you do to accomplish this task?

Options:

A.

1. Create two worksheets: one based on ScheduledReceipts and one based on WorkOrderInfo.

2. Create a column in the ScheduledReceipts worksheet to lookup values in the WorkOrderInfo worksheet.

B.

1. Create a composite worksheet using two component worksheets, ScheduledReceipt and WorkOrderInfo.

2. Use left join and grouping to align the two sets of data.

C.

1. Create a reference field on the WorkOrderInfo table to the ScheduledReceipt table.

2. Display relevant work order data in worksheets based on the WorkOrderInfo table and the referenced ScheduledReceipt table.

D.

1. Create a reference field on the ScheduledReceipt table to the WorkOrderInfo table.

2. Display relevant work order data in worksheets based on the ScheduledReceipt table and the referenced WorkOrderInfo table.

Buy Now
Questions 18

KX3-003 Question 18

You want to enable data caching on the worksheet shown in the graphic.

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

Choose 2 answers

Options:

A.

Remove the bucketing by DueDate.

B.

Remove the hierarchy column.

C.

Remove the currency column.

D.

Disable the Use As Reference checkbox on the Part column.

Buy Now
Exam Code: KX3-003
Exam Name: Certified RapidResponse Author Level 3 Exam
Last Update: Sep 11, 2025
Questions: 60

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99