Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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?

A.

DATEVALUE(EffectiveUnitPrice)

B.

CONVERTONDATE(EffectiveUnitPrice, $ConversionDate)

C.

DATETIMEVALUE(EffectiveUnitPrice)

D.

ASSOCIATEDDATE(EffectiveUnitPrice)

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

A.

Supplier.Id = "ACME"

B.

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

C.

Type = $Type

D.

OnTimeQuantity > 0

Full Access
Question # 6

You are asked to create a worksheet that contains fields from four tables.

Referring to the graphic, which table should your worksheet be based on to optimize performance?

A.

Table 1

B.

Table 2

C.

Table 3

D.

Table 4

Full Access
Question # 7

Given the following order policies:

  • MultipleQty: 10
  • MinimumQty: 15
  • MultipleUsage: Use
  • MinimumUsage: Use

Referring to the graphic, what are the sizes of the three planned orders A, B, and C?

A.

A = 30, B = 20, C = 20

B.

A = 30, B = 15, C = 15

C.

A = 30, B = 15, C = 10

D.

A = 25, B = 15, C = 15

Full Access
Question # 8

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

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

A.

COUNT IndependentDemands {Order.Customer:Sum}

B.

COUNT IndependentDemands {Order.Customer:By}

C.

COUNT IndependentDemands {Order.Customer<>''}

D.

SUM IndependentDemands{Order.Customer:Sum}

Full Access
Question # 11

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

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));

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}

Full Access
Question # 13

You want to define a custom data structure connecting BuyerCode to additional information: Manager, Department, and Floor. A manager might be responsible for more than one department. You expect that users will want to filter this information on combinations of each of those data elements.

Referring to the graphic, which data model structure should you use?

A.

I

B.

II

C.

III

D.

IV

Full Access
Question # 14

You have a report based on an InventoryTransfer table. Due to currency fluctuation, you are asked to report the difference between the future EffectiveUnitTransferCost and the cost to transfer it today.

Which expression will accomplish this task?

A.

EffectiveUnitTransferCost - (CONVERTONDATE(TransferCost, ShipDate) / Quantity)

B.

CONVERTONDATE(EffectiveUnitTransferCost, today) - (TransferCost / Quantity)

C.

EffectiveUnitTransferCost - (TransferCost / Quantity)

D.

EffectiveUnitTransferCost - (CONVERTONDATE(TransferCost, today) / Quantity)

Full Access
Question # 15

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?

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.

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

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.

Full Access
Question # 17

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

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?

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.

Full Access