Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

KX3-003 Questions and Answers

Question # 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?

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.

Full Access
Question # 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?

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.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

A part has demands on 06-01, 06-04, and 06-05 as shown in the exhibit. The part source has this configuration:

  • OrderGenerationRule = 'AfterPTF'
  • LeadTime = 2 days
  • PTFRule = Lead
  • PlanningTimeFence = 2

Referring to the graphic, which table shows the resulting planned orders?

A.

I

B.

II

C.

III

D.

IV

Full Access
Question # 10

You want to create a workbook command that deletes records in theHistoricalDemandActual table that are more than a year old. You want to perform this action automatically once a week, without having to manually run the command.

In this situation, which two statements are true? (Choose two.)

A.

The worksheet with the automation settings to run the command must be based on the HistoricalDemandActual table.

B.

The worksheet with the automation settings to run the command must not have any worksheet filtering set.

C.

The command must be run as part of an Automation Chain.

D.

You must create a Scheduled Task to run this command once a week.

Full Access
Question # 11

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

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.

Full Access
Question # 12

You are asked to populate the PartSource BaseKey to ensure unique key values.

In this situation, which expression would create uniqueness while saving memory?

A.

Part.Site.Value + ‘:’ + TEXT(EffectiveInDate)

B.

TEXT(EffectiveInDate)

C.

Part.Name + ‘:’ + Source.Supplier.ID

D.

Source.Id

Full Access
Question # 13

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 # 14

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?

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)

Full Access
Question # 15

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

A.

var executeResult = cmdDeleteData.execute();

B.

var removeResult = wbOrderChng.remove(wsOrderChng.getData());

C.

var removeResult = wsOrderChng.remove(dataArray);

D.

var importResult = wsOrderChng.importData(dataArray);

Full Access
Question # 16

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?

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

Full Access
Question # 17

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?

A.

Supplier.Id = "ACME"

B.

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

C.

Type = $Type

D.

OnTimeQuantity > 0

Full Access
Question # 18

You have a new demand for 800 units of a product. SourceRule.AllotmentRule for this part is set to OnGoing.

Referring to the graphic, which planned order results will be created to satisfy this demand?

A.

Supplier1: quantity 250

Supplier2: quantity 750

B.

Supplier1: quantity 750

Supplier2: quantity 250

C.

Supplier1: quantity 1000

D.

Supplier2: quantity 1000

Full Access