KX3-003 Practice Online

Quickly grab our KX3-003 product now and kickstart your exam preparation today!

Name: Certified RapidResponse Author Level 3
Exam Code: KX3-003
Certification: RapidResponse Author
Vendor: Kinaxis
Total Questions: 60
Last Updated: May 13, 2025
Page:    1 / 12      
Total 60 Questions | Updated On: May 13, 2025
Demo Download
Question 1

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?


Answer: B

Question 2

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?


Answer: D

Question 3

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?


Answer: C

Question 4

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?


Answer: B

Question 5

var dataArray = [[line, orderNo, site, orderType, partName, site, dueDate, quantity]];

var dataSettings = {scenarios: [scenario], filter: fAllParts, siteGroup: sgSite}

var wbOrderChng = rapidResponse.workbooks.get({name:'Change Orders', scope:'Private'}, dataSettings);

var cmdDeleteData= wbOrderChng.commands.get('DeleteData');

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

Which two lines of code would potentially delete records in a table if they appeared after the code shown in

the exhibit? (Choose two.)

Choose 2 answers


Answer: A,C

Page:    1 / 12      
Total 60 Questions | Updated On: May 13, 2025
Demo Download