Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

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

Questions 4

KX3-003 Question 4

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
Questions 5

You are creating an insert definition to insert records using a crosstab worksheet, which contains weekly buckets that begin on Monday. You want the inserted records to be due on Friday of that week but if Friday is a non-workday, you want the inserted record to be due on Thursday.

In this situation, how would you set the bucket date in the insert definition?

Options:

A.

Use the first date in the bucket.

B.

Use the first date in the bucket adjusted by three workdays.

C.

Use the last workday in the bucket.

D.

Use the MRPDate.

Buy Now
Questions 6

KX3-003 Question 6

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 7

KX3-003 Question 7

Given the worksheet properties shown in the exhibit, which console output would exist for the following script?

var dataForInsert = [['1','BBy-LCD37','DC-Europe','DCRequest','LCD-3735','DC-Europe','06-01-20',147]];

var wbOrderChng = rapidResponse.workbooks.get({name:'Change Orders',scope:'Private'}, {scenarios: [scenario], filter: {name: 'All Parts', scope: 'Public'}, siteGroup: {name: site, scope: 'Public'}});

var wsOrderChng = wbOrderChng.worksheets.get('ChangeOrders');

var importResult = wsOrderChng.importData(dataForInsert); rapidResponse.console.writeLine(JSON.stringify(importResult));

Options:

A.

{"deleted":0,"modified":0,"inserted":1}

B.

1 record(s) inserted

C.

error 455: "importData failed. Delete modify not permitted"

D.

{"deleted":-1,"modified":-1,"inserted":1}

Buy Now
Questions 8

KX3-003 Question 8

You shared your scheduled task, shown in the graphic, with a set of users who do not have access to all the resources used in the task.

In this situation, which statement is true?

Options:

A.

The users can run the task using your resource access.

B.

The users cannot run or schedule the task.

C.

The required resources are shared along with the task.

D.

The users can specify their own resources for the task.

Buy Now
Questions 9

KX3-003 Question 9

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?

Options:

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

Buy Now
Questions 10

You need to create a new custom field to be used for record filtering that will be populated with the salesperson's name. Each order will have a single associated salesperson's name.

Following database design principles and Kinaxis best practices, which action accomplishes this task?

Options:

A.

Create a new Salesperson table referenced by the Customer table.

B.

Add a Salesperson string field on the DemandOrder table.

C.

Create a new Salesperson table referenced by the IndependentDemand table.

D.

Create a new Salesperson table referenced by the DemandOrder table.

Buy Now
Questions 11

KX3-003 Question 11

Referring to the Supply and Demands shown in the graphic, and taking priorities into consideration, which scheduled receipts (SR) will be allotted to Demand 2?

Options:

A.

SR1 (Qty 200) and SR2 (Qty 100)

B.

SR2 (Qty 200) and SR1 (Qty 100)

C.

SR2 (Qty 200) and SR3 (Qty 100)

D.

SR3 (Qty 200) and SR2 (Qty 100)

Buy Now
Questions 12

You are asked to transform PlannedOrder data into new ScheduledReceipt records, assuming just one PartSource per part and no maximum quantity. You need to filter the PlannedOrder records to ensure you do not try to create any ScheduledReceipt records which already exist. The workbook includes a worksheet, LKPScheduledReceipt, on existing converted ScheduledReceipts and follows Kinaxis best practices.

In this situation, which filter expression will follow KInaixs best practices and provide the best performance to include PlannedOrder records that do not match existing ScheduledReceipt records?

Options:

A.

( Lookup({Part.Name,Part.Site.Value, DueDate}, LKPScheduledReceipt!, ā€œNā€, LKPScheduledReceipt!Exists) = ā€œNā€ )

B.

NOT {Part, DueDate} IN LKPScheduledReceipt!

C.

NOT IsNull ( Lookup ({Part.Name, Part.Site.Value, DueDate}, LKPScheduledReceipt!, Null(Mfg::ScheduledReceipt), Exact, LKPScheduledReceipt!Self ))

D.

NOT {Part.Name, Part.Site.Value, DueDate} IN LKPScheduledReceipt!

Buy Now
Questions 13

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?

Options:

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.

Buy Now
Questions 14

You have defined a new namespace, TRM. You now want to define a new table that has a key reference field to the Mfg::ABCCode table. However, in the Add Input Field dialog, ABCCode does not appear.

What should you do to create the ABCCode key reference?

Options:

A.

Add the TRM namespace as a dependency for the Mfg namespace.

B.

Enable the Allow null reference checkbox.

C.

Enable the Allow automatic record creation checkbox.

D.

Add the Mfg namespace as a dependency for the TRM namespace.

Buy Now
Questions 15

KX3-003 Question 15

The tables shown in the graphic are from an SQL database. Shaded fields indicate key fields in SQL.

Which three actions should you take to design this data model in RapidResponse? (Choose three.)

Choose 3 answers

Options:

A.

In the ItemDetail table, make Name plus Site into a reference to the Item table.

B.

In the TransactionHeader table, make ID, Owner, and Type into a reference to the TransactionDetail table.

C.

In the TransactionDetail table make ID, Owner, and Type into a reference to the TransactionHeader table.

D.

In the Item table, make Name plus Site into a reference to the ItemDetail table.

E.

In the TransactionDetail table, make ItemName plus ItemSite into a reference to the Item table.

Buy Now
Questions 16

KX3-003 Question 16

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?

Options:

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.

Buy Now
Questions 17

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 18

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
Exam Code: KX3-003
Exam Name: Certified RapidResponse Author Level 3 Exam
Last Update: May 10, 2026
Questions: 60

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now KX3-003 testing engine

PDF (Q&A)

$43.57  $124.49
buy now KX3-003 pdf