Logo Passei Direto
Material
Study with thousands of resources!

Text Material Preview

<p>KX3-003</p><p>Exam Name: Certified RapidResponse Author Level 3</p><p>Exam</p><p>Full version: 60 Q&As</p><p>Full version of KX3-003 Dumps</p><p>Share some KX3-003 exam dumps below.</p><p>1. Given this information and referring to the graphic:</p><p>Number of Days of Supply: 2</p><p>DaysSupplyRule: ByPeriod</p><p>PeriodSupplyInterval: Week</p><p>1 / 10</p><p>https://www.certqueen.com/KX3-003.html</p><p>PeriodSupplyDueCalendar: Week</p><p>Which statement about the planned order(s) that are created is true?</p><p>A. Two planned orders will be created; one due on day 1 (first Monday) for a quantity of 80 and</p><p>another on day 6 (second Monday) for a quantity of 75.</p><p>B. Two planned orders will be created; one due on day 2 (first Tuesday) for a quantity of 80 and</p><p>another on day 6 (second Monday) for a quantity of 75.</p><p>C. A single planned order will be created due on day 2 (first Tuesday) for a quantity of 155.</p><p>D. A single planned order will be created due on day 1 (first Monday) for a quantity of 155.</p><p>Answer: A</p><p>Explanation:</p><p>The DaysSupplyRule set to ByPeriod with a PeriodSupplyInterval of a Week means that the</p><p>planned orders will be generated to cover demands within each supply interval (week)</p><p>separately.</p><p>For the first week, the total</p><p>2 / 10</p><p>demand is 25+15+30=70, but the order quantity is rounded up to the nearest multiple of the</p><p>Days of Supply number, which is 2. Therefore, the order quantity is 80. For the second week,</p><p>the demand is 40+20+15=75, which matches the Days of Supply number, hence no rounding is</p><p>needed, and the order quantity is 75.</p><p>ReferencesThis answer is based on the Kinaxis RapidResponse concepts for demand and</p><p>supply planning where Days of Supply calculations determine the size and timing of planned</p><p>orders, considering the rules set for supply intervals and calendars.</p><p>2. You are developing a worksheet that will be used to run a script through a form. For the script</p><p>to work properly, you will need to pass information from two columns as script arguments.</p><p>Which two actions will accomplish this task? (Choose two.)</p><p>A. Select the columns when mapping drill links to forms.</p><p>B. Map the Form controls to Script arguments.</p><p>C. Select the columns when setting an Open Form Command.</p><p>D. Match the script arguments names with the Form controls ID.</p><p>Answer: B D</p><p>Explanation:</p><p>To pass information from columns in a worksheet to a script, the form controls used to collect</p><p>input from users need to be mapped to the script arguments. This mapping allows the script to</p><p>receive the column data as arguments. Additionally, making sure the names of the script</p><p>arguments match the ID of the form controls is necessary for the script to correctly identify and</p><p>use the data passed from the form.</p><p>ReferencesKinaxis RapidResponse documentation and best practices for forms and scripting</p><p>indicate that mapping form controls to script arguments and ensuring the argument names</p><p>match the control IDs are critical for passing data to scripts.</p><p>3. You have a new demand for 800 units of a product. SourceRule.AllotmentRule for this part is</p><p>set to OnGoing.</p><p>3 / 10</p><p>Referring to the graphic, which planned order results will be created to satisfy this demand?</p><p>A. Supplier1: quantity 250</p><p>Supplier2: quantity 750</p><p>B. Supplier1: quantity 750</p><p>Supplier2: quantity 250</p><p>C. Supplier1: quantity 1000</p><p>D. Supplier2: quantity 1000</p><p>Answer: A</p><p>Explanation:</p><p>Referring to the graphic, it appears that there is a target allocation ratio between Supplier 1 and</p><p>Supplier 2 (not visible in the image, but this can be inferred from the allocation quantities). When</p><p>a new demand for 800 units is introduced, the SourceRule.AllotmentRule set to OnGoing will</p><p>distribute the demand based on the ongoing target ratio. Since Supplier 1 has a running total</p><p>that far exceeds Supplier 2, and both have a 'Multiple Qty' of 250, the next allotment will attempt</p><p>to balance the ongoing total closer to the target ratio. It's likely that the new demand will be</p><p>allocated by filling up to the nearest multiple of 250 that does not exceed the demand.</p><p>Therefore, Supplier 1 gets 250, and the remaining 550 units would go to Supplier 2. Since</p><p>Supplier 2 also must supply in multiples of 250, it rounds up to 750 units.</p><p>ReferencesThis understanding is derived from the Kinaxis RapidResponse concepts for</p><p>managing supply allocations and the behavior of ongoing rules as described in the Kinaxis</p><p>RapidResponse documentation.</p><p>References:</p><p>The Kinaxis RapidResponse documentation on SourceRule.AllotmentRule indicates that</p><p>ongoing allotment is based on the target ratios set for suppliers1.</p><p>The Certified RapidResponse Author Level 3 materials cover the configuration and implications</p><p>of SourceRule.AllotmentRule settings2.</p><p>4. You want to enter a forecast for 6000 units of part 89-Prod0966 in the June 8 bucket. You</p><p>expect that three records will be inserted into the IndependentDemand table (equal quantities of</p><p>2000 at each of the three sites); however, you get an error.</p><p>4 / 10</p><p>Which action would solve the error?</p><p>A. Change the table that the spreading worksheet is based on, from Part to</p><p>IndependentDemand.</p><p>B. Map the column id Name to Part.Name in the Forecast worksheet.</p><p>C. Map the column id Site to Part.Site in the Forecast worksheet.</p><p>D. Add a Date column to the spreading worksheet.</p><p>Answer: C</p><p>Explanation:</p><p>To ensure that a forecast entry is spread correctly across multiple sites, the Site column in the</p><p>spreading worksheet must be mapped to the Part.Site field. This way, the system knows how to</p><p>allocate the entered forecast quantity among the different sites associated with the part.</p><p>A is incorrect because changing the base table from Part to IndependentDemand would not</p><p>directly address the issue of distributing the forecast across sites. B is not relevant to the error</p><p>because mapping the Name to Part.Name does not affect the distribution of forecast quantities</p><p>across sites. D is not correct because adding a Date column to the spreading worksheet is not</p><p>related to solving the error associated with distributing forecast quantities across sites.</p><p>References:</p><p>Kinaxis RapidResponse documentation on forecast entry and spreading across sites.</p><p>Kinaxis support articles on troubleshooting forecast entry errors and worksheet configurations.</p><p>5. You want to create a workbook command that will modify the existing records on the</p><p>worksheet shown in the graphic. You want the records to copy the date value in New Due Date</p><p>to the DueDate field in each record.</p><p>5 / 10</p><p>What should you change in the worksheet to create the modify command?</p><p>A. Make the Due Date column not editable.</p><p>B. Switch the order of the Due Date and New Due Date columns.</p><p>C. Remove the Control Set column from the worksheet.</p><p>D. Make the Order column a reference to the Order and delete the Order Site, Order Type,</p><p>Control Set, and Line columns.</p><p>Answer: D</p><p>Explanation:</p><p>To create a modify command that updates the DueDate field with the New Due Date, it’s</p><p>essential to simplify the worksheet. Making the Order column a reference and removing</p><p>unnecessary columns like Order Site, Order Type, Control Set, and Line ensures that the modify</p><p>command focuses on the relevant data for the update.</p><p>References:The search did not yield specific documentation on creating modify commands in</p><p>Kinaxis RapidResponse.However, the answer aligns with general best practices for simplifying</p><p>data management</p><p>tasks123.</p><p>6. You are building a worksheet for supplier collaboration and you want to assign a profile</p><p>variable, Suppliers, so each user can see data for their own list of suppliers.</p><p>You include an expression in your sheet reporting the ScheduledReceipt table:</p><p>Order.Supplier IN ListAsSet($Suppliers)</p><p>Which string would you enter for the Suppliers profile variable for a user that should see data for</p><p>6 / 10</p><p>suppliers A, B and C?</p><p>A. 'A', 'B', 'C'</p><p>B. 'A, B, C'</p><p>C. A\, B\, C</p><p>D. A, B, C</p><p>Answer:</p><p>A</p><p>Explanation:</p><p>The ListAsSet function in Kinaxis RapidResponse expects a set of elements as input, typically in</p><p>the format of a string with elements enclosed in single quotes and separated by commas. For a</p><p>user that should see data for suppliers A, B, and C, you need to format the string to match this</p><p>expected input format.</p><p>References:</p><p>Kinaxis RapidResponse documentation on the ListAsSet function and profile variables.</p><p>Kinaxis community discussions or support articles on configuring profile variables for user-</p><p>specific views.</p><p>References: The information is based on the Kinaxis RapidResponse documentation and</p><p>learning resources, which provide guidelines on how to properly format expressions and</p><p>variables for worksheets.</p><p>7. Display relevant work order data in worksheets based on the WorkOrderInfo table and the</p><p>referenced ScheduledReceipt table.</p><p>D. 1. Create a reference field on the ScheduledReceipt table to the WorkOrderInfo table.</p><p>8. You want to control how available dates are calculated for your vendor managed parts'</p><p>supplies and demands.</p><p>In this situation, which control table would you need to configure?</p><p>A. AvailableRule</p><p>B. DemandType</p><p>C. OrderPolicy</p><p>D. SupplyType</p><p>Answer: A</p><p>Explanation:</p><p>The AvailableRule control table is used to define how available dates for supply and demand</p><p>are calculated in Kinaxis RapidResponse. This includes the rules for when supplies are</p><p>considered available for meeting demand and vice versa, such as lead times, transit times, and</p><p>other considerations that might affect when a part can realistically be expected to be available.</p><p>ReferencesThe function of the AvailableRule control table and its impact on the calculation of</p><p>7 / 10</p><p>available dates for supplies and demands is outlined in Kinaxis RapidResponse configuration</p><p>settings for supply chain planning processes.</p><p>9. Your suppliers need to receive a report listing their outstanding purchase orders. Each</p><p>supplier should receive the report in the same format but it should only display the purchase</p><p>orders associated with their supplier ID.</p><p>Based on this situation, which two actions will be required to support this requirement? (Choose</p><p>two.)</p><p>A. Define a profile variable to assign the supplier ID to the supplier's user group. Add the profile</p><p>variable to the filter expression in the workbook.</p><p>B. Define a list workbook variable to provide a selector for the supplier list. Add the workbook</p><p>variable to the filter expression in the workbook.</p><p>C. Assign a master Supplier group in the Advanced properties of the Alert properties window.</p><p>D. Add the supplier's user group in the Notify tab of the Alert properties window.</p><p>Answer: A D</p><p>Explanation:</p><p>To ensure that suppliers only receive reports relevant to their purchase orders, a profile variable</p><p>tied to the supplier's user group is used to filter the report data. The Notify tab in the Alert</p><p>properties window is used to configure the report distribution to the appropriate supplier's user</p><p>group, ensuring that each supplier gets the tailored report.</p><p>References:</p><p>Kinaxis RapidResponse documentation on creating user groups, profile variables, and</p><p>configuring alerts for report distribution.</p><p>Kinaxis training materials on workbook filter expressions and alert notification settings.</p><p>10. The graphic shows a path to generate a list of customer prices with record counts for each</p><p>table in the path.</p><p>Given the following filter expression:</p><p>8 / 10</p><p>Part.ProductNumber.ProductGroup.ProductFamily In ('bikes','trikes')</p><p>AND Customer.Country IN ("US", "CA")</p><p>In this situation, what is the chosen line of descent from the query engine?</p><p>A. Country > Country_Customers > CustomerPrices</p><p>B. ProductFamily > ProductFamily_ProductGroups > ProductGroup_ProductNumbers ></p><p>ProductNumber_Parts > CustomerPartPrices</p><p>C. CustomerPartPrices > ProductNumber_Parts > ProductGroup_ProductNumbers ></p><p>ProductFamily_ProductGroups > ProductFamily</p><p>D. CustomerPrices > Country_Customers > Country</p><p>Answer: B</p><p>Explanation:</p><p>The filter expression contains a path that starts from ProductFamily, going down to</p><p>ProductGroup, then ProductNumber, and Part, and finally linking to Customer prices. This path</p><p>represents a 'line of descent' where the query engine filters down from the highest level of</p><p>hierarchy (ProductFamily) to the desired records (CustomerPartPrices), respecting the AND</p><p>logic to include only those records where the ProductFamily is either 'bikes' or 'trikes' and the</p><p>Customer's Country is "US" or "CA". This is the logical path of filters applied in sequence</p><p>according to the hierarchy laid out in the filter expression.</p><p>ReferencesIn Kinaxis RapidResponse, filter expressions are used to specify the subset of data</p><p>that you want to retrieve. The reference to 'line of descent' reflects how the RapidResponse</p><p>query engine processes the filters along the hierarchy of related tables. This is consistent with</p><p>the Kinaxis RapidResponse Author Level 3 documentation on advanced filtering and data</p><p>retrieval strategies.</p><p>References:</p><p>The filter expression indicates a top-down approach, starting from the product hierarchy and</p><p>moving towards customer-related data1.</p><p>Kinaxis RapidResponse documentation suggests that the query engine follows the path from</p><p>the broadest category down to the specific records that match the criteria2.</p><p>9 / 10</p><p>More Hot Exams are available.</p><p>350-401 ENCOR Exam Dumps</p><p>350-801 CLCOR Exam Dumps</p><p>200-301 CCNA Exam Dumps</p><p>Powered by TCPDF (www.tcpdf.org)</p><p>10 / 10</p><p>https://www.certqueen.com/promotion.asp</p><p>https://www.certqueen.com/350-401.html</p><p>https://www.certqueen.com/350-801.html</p><p>https://www.certqueen.com/200-301.html</p><p>http://www.tcpdf.org</p>