SAP C_C4H420_94 SAP Certified Application Associate – SAP CPQ Implementation Online Training
SAP C_C4H420_94 Online Training
The questions for C_C4H420_94 were last updated at Nov 15,2024.
- Exam Code: C_C4H420_94
- Exam Name: SAP Certified Application Associate - SAP CPQ Implementation
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which of the following applies to configurator scripting? Note: There are 2correct answers to this question.
- A . You can change code on a global script from within a product
- B . Custom logic can be added to run at the moment of configuration becoming completed.
- C . A script can be tested by executing it in CPQ workbench, loaded in a tab next to your configuration tab.
- D . Scripts are moved as part of the product through standard deployment and cannot changed.
What is a disadvantage when using CPQ SOAP API?
- A . Low flexibility you are constrained to the format the APIs set
- B . Little to no documentation available
- C . Lack of security and safety procedure
- D . Operations are not packed in a single method call
Which of the following scripting events should be avoided for best performance?
- A . After changing value of custom fields
- B . Every time quote is changed
- C . Quote creation/edit
- D . After adding products to quote
What are the calculation contexts for Cart Calculation scripts? Note: There are 3 correct answers to this question.
- A . CartTotal
- B . QuoteitemCustomFields
- C . Cartitem
- D . Productfamily
In a Configurable Product, there is a requirement to disallow some attributes if the value of attribute ‘’Number of users’’ equal to or greater than 100, and less than 1000.
How would you write this condition in a product rule? Note: There are 2 correct answers to this question.
- A . [AND] ([GEQ] (<*Value (Number of user)*>, 100), [LT] (<*Value (Number of users)*>, 1000))
- B . [IN] (<*Value (Number of user)*>, 100, 1000)
- C . [OR] ([GEQ] <*Value (Number of user)*>, 100), [LT] (<*Value (Number of users)*>, 1000))
- D . [INR](<*Value (Number of user)*>, 100,999)
Which of the these UI changes can be controlled on the layout tab in Configurable product administration? Note: There are 3 correct answers to this question.
- A . Whether Line Items are displayed in the Responder view
- B . Whether an Attribute spans the entire screen
- C . Position of attribute on the configuration view tab(s)
- D . Order of attributes in the Responder view
- E . How the attribute is displayed (ex, Radio Button, Drop Box)
What needs to be done when the Recurring Price field is not showing on product setup?
- A . Recurring price and cost needs to be enabled on Attribute settings of the product.
- B . The pricing mechanism needs to be set to pricebook and the Recurring price column needs to be filled.
- C . Use of Recurring price and cost needs to be enabled on the user page.
- D . Recurring price and cost needs to beenabledunder Applicationparameters.
Which of the following rules apply to pricebooks within a Market? Note: There are 2correct answers to this question.
- A . Each pricebook in the market must have a unique name.
- B . A pricebook cannot have a parent pricebook from the same market.
- C . All pricebooks in the market share the same currency.
- D . Only one pricebook per market can be visible.
Which of the following applies to setting Attribute Type values, such as user Selection? Note: There are 2correct answers to this question.
- A . Attribute Type determine if the value would be a line item.
- B . Attribute Type is defined at the product.
- C . Attribute Type affects how the attribute can be displayed.
- D . Attribute Type controls the kind of data to be stored.
Which is the standard method to make each Quote expire 60 days after creation/
- A . Use the Quote Expiration Date Custom Field
- B . Use the Bulk Delete Feature to remove quotes after 60 days
- C . Use a script attached to OneEveryTimeQuoteChanged
- D . Use Standard APIs to remove quotes from external system