Black Friday Special - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

Hot Vendors

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

Questions 4

KX3-003 Question 4

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

Buy Now
Questions 5

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 6

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?

Options:

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.

Buy Now
Questions 7

You have a hierarchy called PartFamily that is based on the PartCustomer table. There is a second hierarchy in use, also based on the PartCustomer table called PartPlanner. When the PartFamily hierarchy is used, performance is noticeably worse than when the PartPlanner hierarchy is used.

In this situation, which design issue would contribute most to poor performance?

Options:

A.

A level in the PartFamily hierarchy uses the Part.Solutions::PartClass.Value expression.

B.

A level in the PartFamily hierarchy uses the Part.ProductFamily.Value expression.

C.

A level in the PartFamily hierarchy uses the expression Part.AGCP::NameAndDescription. NameAndDescription is a calculated field in the AGCP namespace. The calculation is Name + " (" + Description + ")".

D.

A level in the PartFamily hierarchy uses the Part.Name + " (" + Part.Description +")" expression.

Buy Now
Questions 8

KX3-003 Question 8

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 9

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.

Buy Now
Questions 10

You are creating an insert definition to insert records using a crosstab worksheet, which contains weekly buckets that begin on Monday. You want the inserted records to be due on Friday of that week but if Friday is a non-workday, you want the inserted record to be due on Thursday.

In this situation, how would you set the bucket date in the insert definition?

Options:

A.

Use the first date in the bucket.

B.

Use the first date in the bucket adjusted by three workdays.

C.

Use the last workday in the bucket.

D.

Use the MRPDate.

Buy Now
Questions 11

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

Options:

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

Buy Now
Questions 12

KX3-003 Question 12

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.

Buy Now
Questions 13

KX3-003 Question 13

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

Options:

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}

Buy Now
Questions 14

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.

Buy Now
Questions 15

You have a worksheet based on the IndependentDemand table that includes columns for key fields plus multi-scenario columns for Quantity and EffectiveDemand. You want to highlight the Quantity fields where the value in the comparison scenario is different from the corresponding value in the workbook's baseline scenario. You want your worksheet to be able to highlight differences in several scenarios.

How would you achieve this highlighting?

Options:

A.

Define the Quantity column to show Actual value; add a hidden multi-scenario column, QuantityDelta, to show Difference; then define conditional formatting for the Quantity column when their QuantityDelta field is not 0.

B.

Define the Quantity column to show Actual value, and define an additional hidden column, Quantity0, as !Quantity#0 using "Calculate using grouped results in the previous row or other results"; then define conditional formatting where the Quantity column is not equal to Quantity0.

C.

Add a hidden multi-scenario column, RecordID, as show Differences; then define conditional formatting for the Quantity column where RecordID is not equal to 0.

D.

Define the Quantity column to show Difference, select the scenario comparison filtering option to show Only records with different comparison values, then define conditional formatting for the Quantity column when the respective value is not equal to 0.

Buy Now
Questions 16

KX3-003 Question 16

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

Buy Now
Questions 17

KX3-003 Question 17

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?

Options:

A.

Table 1

B.

Table 2

C.

Table 3

D.

Table 4

Buy Now
Questions 18

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
Exam Code: KX3-003
Exam Name: Certified RapidResponse Author Level 3 Exam
Last Update: Nov 22, 2024
Questions: 60

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now KX3-003 testing engine

PDF (Q&A)

$31.5  $104.99
buy now KX3-003 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 23 Nov 2024