Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

Kinaxis KX3-003 Dumps

Page: 1 / 6
Total 60 questions

Certified RapidResponse Author Level 3 Exam Questions and Answers

Question 1

You are developing a worksheet that will be used to run a script through a form. For the script to work properly, you will need to pass information from two columns as script arguments.

Which two actions will accomplish this task? (Choose two.)

Choose 2 answers

Options:

A.

Select the columns when mapping drill links to forms.

B.

Map the Form controls to Script arguments.

C.

Select the columns when setting an Open Form Command.

D.

Match the script arguments names with the Form controls ID.

Question 2

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

Options:

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.

Question 3

as

You want to create a workbook command that will modify the existing records on the worksheet shown in the graphic. You want the records to copy the date value in New Due Date to the DueDate field in each record.

What should you change in the worksheet to create the modify command?

Options:

A.

Make the Due Date column not editable.

B.

Switch the order of the Due Date and New Due Date columns.

C.

Remove the Control Set column from the worksheet.

D.

Make the Order column a reference to the Order and delete the Order Site, Order Type, Control Set, and Line columns.

Question 4

as

A part has several demands due in a particular week. All demands are the same priority. Available supplies are shown in the graphic. The control table settings for the OrderPriority.AllocationRule is FairShare and PlanningCalendars.AllocationCalendar is Week.

How much of the supply quantity on Thursday will be allocated to the Wednesday demand?

Options:

A.

20

B.

25

C.

30

D.

40

Question 5

You are asked to restrict a worksheet so that users can only see data for the demand of the countries that they should have permission to see. A field has been added to the IndependentDemand table, which is a reference to a custom table called Country. Each user may have permission to see the demands from one or more countries, and each country can be seen by one or more users. They should be able to see data from multiple countries in the worksheet at the same time.

In this scenario, what should you do to enable this capability?

Options:

A.

Create a $DmdCountry list workbook variable with a query generated list of values based on the Country table. Add the expression UserInGroup ($User, 'DemandPlanners') to the variable filter and then in the column properties conditionally hide the column using the $DmdCountry = False expression.

B.

Create a $DmdCountry text workbook variable with the expression UserInGroup ($User, 'DemandPlanners'). Add the $DmdPlanners = TRUE expression to the worksheet.

C.

Build a Responsibility definition based on the Country table and assign the users to all of the countries that they should have permission to see. Add a responsibility column to the worksheet so users can select their country.

D.

Create a $DmdCountry profile variable and assign the country names to each user. Add the expression IF ($DmdCountry = "'*'", TRUE, User::DmdCountry IN eval($DmdCountry)) to the worksheet filter.

Question 6

as

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.

Question 7

as

The Bill of Material structure is shown in the graphic. The quantity per for each component is shown in parentheses. Independent demand for 100 units of item AAA has been received. There are no ScheduledReceipt or OnHand records for any of the items; PartSource.OrderPolicy.OrderGenerationRule = Anytime.

What is the correct PegPart, DriverPart, and NeedQuantity found in the WhereConsumed table for item DDD?

Options:

A.

PegPart is assigned BBB

DriverPart is assigned AAA

NeedQuantity = 1600

B.

PegPart is assigned AAA

DriverPart is assigned BBB

NeedQuantity = 1600

C.

PegPart is assigned DDD

DriverPart is assigned BBB

NeedQuantity = 400

D.

PegPart is assigned BBB

DriverPart is assigned AAA

NeedQuantity = 400

Question 8

as

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?

Options:

A.

I

B.

II

C.

III

D.

IV

Question 9

as

You want to identify the buyer responsible for the component part in a worksheet based on the BillofMaterial table. Additionally, you want to have the option of inviting that buyer to a collaboration, messaging that buyer, and sharing a scenario with them.

Which set of column expressions and configuration changes will enable this capability?

Options:

A.

Create a column with an expression of Responsibility($Role_Buyers, Component). On the Column Formatting tab, Check the "Display as user name" checkbox.

B.

Create a column with an expression of Responsibility($Role_Buyers, Component). On the Column Formatting tab, Check the "Display as image" checkbox and select an appropriate image.

C.

Create a column with an expression of Responsibility($Role_Buyers, Component.Name). On the Column Formatting tab, Check the "Display as user name" checkbox.

D.

Create a column with an expression of Responsibility($Role_Buyers, Component.Name). On the Column Formatting tab, Check the "Display as image" checkbox and select an appropriate image.

Question 10

as

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?

Options:

A.

Supplier1: quantity 250

Supplier2: quantity 750

B.

Supplier1: quantity 750

Supplier2: quantity 250

C.

Supplier1: quantity 1000

D.

Supplier2: quantity 1000

Question 11

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.

Question 12

Your suppliers need to receive a report listing their outstanding purchase orders. Each supplier should receive the report in the same format but it should only display the purchase orders associated with their supplier ID.

 

Based on this situation, which two actions will be required to support this requirement? (Choose two.)

Choose 2 answers

Options:

A.

Define a profile variable to assign the supplier ID to the supplier's user group. Add the profile variable to the filter expression in the workbook.

B.

Define a list workbook variable to provide a selector for the supplier list. Add the workbook variable to the filter expression in the workbook.

C.

Assign a master Supplier group in the Advanced properties of the Alert properties window.

D.

Add the supplier's user group in the Notify tab of the Alert properties window.

Question 13

You remove an automation chain step that runs in parallel with two other steps.

What is the result of this action?

Options:

A.

The automation chain will no longer run.

B.

The other steps will continue to run in parallel.

C.

The other steps are switched to run in series.

D.

A notification is sent to the owner for action.

Question 14

You are building a worksheet for supplier collaboration and you want to assign a profile variable, Suppliers, so each user can see data for their own list of suppliers.

You include an expression in your sheet reporting the ScheduledReceipt table:

Order.Supplier IN ListAsSet($Suppliers)

Which string would you enter for the Suppliers profile variable for a user that should see data for suppliers A, B and C?

Options:

A.

'A', 'B', 'C'

B.

'A, B, C'

C.

A\, B\, C

D.

A, B, C

Question 15

as

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

Question 16

Customers sign in to view only their independent demands. The customer's User IDs are in a user group with the name of the customer to which they correspond. You want to create a single worksheet that allows customers to only view their independent demands within RapidResponse.

How would you accomplish this task?

Options:

A.

Create a Profile Variable called CustomerView where the data value and user group is equal to the Customer Name. In the worksheet visible to the customer, create a worksheet filter with the Order.Customer.Name = $CustomerView expression.

B.

Create a Profile Variable called CustomerView where the data value and user group is equal to the Customer Name. In the worksheet visible to the customer, create a worksheet filter with the Order.Customer.ID = $CustomerView expression.

C.

Create a Profile Variable called CustomerView where the data value is equal to the Customer Name. In the worksheet visible to the customer, create a worksheet filter with the Order.Customer.Name = $CustomerView expression.

D.

Create a Profile Variable called CustomerView where the user group is equal to the Customer Name. In the worksheet visible to the customer, create a worksheet filter with the Order.Customer.Name = $CustomerView expression.

Question 17

as

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?

Options:

A.

I

B.

II

C.

III

D.

IV

Question 18

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?

Options:

A.

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

B.

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

C.

EffectiveUnitTransferCost - (TransferCost / Quantity)

D.

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

Page: 1 / 6
Total 60 questions