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

Exact2Pass Menu

Certified RapidResponse Author Level 3 Exam

Last Update 10 hours ago Total Questions : 60

The Certified RapidResponse Author Level 3 Exam content is now fully updated, with all current exam questions added 10 hours ago. Deciding to include KX3-003 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our KX3-003 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these KX3-003 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified RapidResponse Author Level 3 Exam practice test comfortably within the allotted time.

Question # 1

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.

Question # 2

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.

Question # 3

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?

A.

AvailableRule

B.

DemandType

C.

OrderPolicy

D.

SupplyType

Question # 4

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?

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

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}

Question # 6

You are creating a resource that is designed to evaluate the impact of converting planned orders to scheduled receipts. After the evaluation is complete, you want to provide users the opportunity to push their changes to the parent scenario. Users will be using their scenarios to consider changes to lead time, constraint available, and other planning parameters. The company policy stipulates that lead times cannot be adjusted in any shared scenarios.

What should you do to accomplish this task?

A.

Restrict the user to view only access to the parent scenario.

B.

Develop a cross scenario data change.

C.

Apply a perspective when creating your scenario.

D.

Export your changes to a .tab file and import to a scenario.

Question # 7

A user wants to build a crosstab worksheet that shows historical data in daily buckets for the last two years. Currently, historical data is stored in days.

What are two ways to accomplish this task? (Choose two.)

Choose 2 answers

A.

Enable the Bucket data by date checkbox, then select Day in the Bucket Size and 730 (365*2) in the Number of Buckets.

B.

Enable Advanced Bucketing, select Day in the Bucket Size and 365 in the Number of Buckets, and then adjust the Anchor date by 1 Year.

C.

Create calendar interval, start date, and end date variables using the CalendarDate table, and then reference these variables in the worksheet that displays historical data.

D.

Clear the Bucket data by date checkbox and then filter the worksheet for the last 2 years as  Date > = MRPDate - 730 and Date < = MRPDate

Question # 8

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

Question # 9

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?

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

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.

Go to page: