Weekend Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

KX3-003 Certified RapidResponse Author Level 3 Exam Questions and Answers

Questions 4

KX3-003 Question 4

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

Buy Now
Questions 5

KX3-003 Question 5

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

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

A client wants to provide their sales staff the ability to add forecasts for the global total of demand across all SKUs by each customer by month. The client wants to use their historical demand to allocate from a monthly forecast to a weekly forecast.

Which three actions would accomplish this task? (Choose three.)

Choose 3 answers

Options:

A.

Create a worksheet based on the HistoricalDemandActual table.

B.

Create workbook variables for Start Date and End Date.

C.

Create a workbook variable for Calendar with a value of Month.

D.

Define a custom Insert Definition.

E.

Include only columns for Part, Site, and Customer from the HistoricalDemandActual table.

Buy Now
Questions 8

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

Buy Now
Questions 9

You have defined a new namespace, TRM. You now want to define a new table that has a key reference field to the Mfg::ABCCode table. However, in the Add Input Field dialog,ABCCode does not appear.

What should you do to create the ABCCode key reference?

Options:

A.

Add the TRM namespace as a dependency for the Mfg namespace.

B.

Enable the Allow null reference checkbox.

C.

Enable the Allow automatic record creation checkbox.

D.

Add the Mfg namespace as a dependency for the TRM namespace.

Buy Now
Questions 10

KX3-003 Question 10

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

Buy Now
Questions 11

KX3-003 Question 11

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?

Options:

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)

Buy Now
Questions 12

You want to control how available dates are calculated for your vendor managed parts' supplies and demands.

In this situation, which control table would you need to configure?

Options:

A.

AvailableRule

B.

DemandType

C.

OrderPolicy

D.

SupplyType

Buy Now
Questions 13

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.

Buy Now
Questions 14

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.

Buy Now
Questions 15

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.

Buy Now
Questions 16

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.

Buy Now
Questions 17

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)

Buy Now
Questions 18

KX3-003 Question 18

You want to enable data caching on the worksheet shown in the graphic.

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

Choose 2 answers

Options:

A.

Remove the bucketing by DueDate.

B.

Remove the hierarchy column.

C.

Remove the currency column.

D.

Disable the Use As Reference checkbox on the Part column.

Buy Now
Exam Code: KX3-003
Exam Name: Certified RapidResponse Author Level 3 Exam
Last Update: May 14, 2024
Questions: 60

PDF + Testing Engine

$66.4  $165.99

Testing Engine

$46  $114.99
buy now KX3-003 testing engine

PDF (Q&A)

$42  $104.99
buy now KX3-003 pdf