Pass the Kinaxis RapidResponse Author KX3-003 Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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.


Expert Solution
Questions # 2:

Question # 2

Given this information and referring to the graphic:

      Number of Days of Supply: 2

      DaysSupplyRule: ByPeriod

      PeriodSupplyInterval:  Week

      PeriodSupplyDueCalendar: Week

Which statement about the planned order(s) that are created is true?

Options:

A.

Two planned orders will be created; one due on day 1 (first Monday) for a quantity of 80 and another on day 6 (second Monday) for a quantity of 75.


B.

Two planned orders will be created; one due on day 2 (first Tuesday) for a quantity of 80 and another on day 6 (second Monday) for a quantity of 75.


C.

A single planned order will be created due on day 2 (first Tuesday) for a quantity of 155.


D.

A single planned order will be created due on day 1 (first Monday) for a quantity of 155.


Expert Solution
Questions # 3:

At a customer site, there are multiple TimePhasedSafety records that are duplicated in the Baseline scenario. This is caused by the cross-scenario update from a child scenario.

What are two Kinaxis best practices for cross-scenario updates to prevent this situation? (Choose two.)

Choose 2 answers

Options:

A.

Include all key fields and all reference fields in the update to help the database clearly identify matching records.


B.

Identify fields that should be used to match records by making them read-only.


C.

List the identifying fields ahead of the other columns.


D.

Delete all records in Baseline before the update to allow the database to re-link records that have a corrupted version chain.


Expert Solution
Questions # 4:

Question # 4

Referring to the graphic, the TV Family represents an MPSConfig planning BOM. No supply is available.

What will be the quantity of the planned order created for the TV family?

Options:

A.

200


B.

600


C.

800


D.

1000


Expert Solution
Questions # 5:

Question # 5

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


Expert Solution
Questions # 6:

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.


Expert Solution
Questions # 7:

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.


Expert Solution
Questions # 8:

You are asked to improve the performance of a worksheet based on the WhereConsumedForDemand table. You notice there is no filter control selected.

Which type of filter will improve performance?

Options:

A.

a filter based on the Part table


B.

a filter based on the IndependentDemand table


C.

a filter based on the SupplyDemand table


D.

a filter based on the Demand table


Expert Solution
Questions # 9:

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.


Expert Solution
Questions # 10:

Question # 10

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}


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions