[Nov 15, 2021] Get to the Top with C-C4H420-13 Practice Exam Questions [Q25-Q43]

Share

[Nov 15, 2021] Get to the Top with C-C4H420-13 Practice Exam Questions

Use Real C-C4H420-13 Dumps Free Sample Questions and Practice Test Engine

NEW QUESTION 25
What factor determine the price when a simple product is derived from a CPQ standard pricebook?
Note: There are 2 correct answers to this question.

  • A. Price Code
  • B. Discount Threshold
  • C. Part Number
  • D. Cost

Answer: A,C

 

NEW QUESTION 26
Where can you track errors/problems in real time?

  • A. Developer Console
  • B. Audit Trail
  • C. Personal Data Lo
  • D. Script Workbench

Answer: A

 

NEW QUESTION 27
What are the calculation contexts for Cart Calculation scripts?
Note: There are 3 correct answers to this question.

  • A. Productfamily
  • B. CartTotal
  • C. Cartitem
  • D. QuoteitemCustomFields

Answer: A,B,C

 

NEW QUESTION 28
In Setup, the minimum Discount for the Sales User Type is set to 0%, Default to 0% and maximum Discount to 20%, when a Sales User tries to enter a Discount of 25% in a quote, the system reports an error and the discount reverts back to 0%.
What needs to be configured in setup to allow a Sales user to enter a discount value of 25% and submit the quote for approval?

  • A. Default multiplier needs to be set to 0.25.
  • B. The condition field needs to be set to 25.
  • C. ''User can override values?'' checkbox needs to be checked.
  • D. Develop a script allowing the users to override values.

Answer: C

 

NEW QUESTION 29
Your customer has a requirement where the maximum allowed discount for all products with ''Accessory product Type is 20%, except for user Type ''Manager'', who are allowed to discount up to 30% on all products, what is the standard way to implement his requirement?

  • A. * Write a custom cart calculation script of Row Type ''Cartitem'' to reset the item discount to O If current User Type is manager and the discount is over 30.
    * Write a Custom Cart Calculation Script of Row Type Cartitem to reset item discount to o if the current user type is no manager and the discount is over 20.
  • B. * Create two rules in Dicounts/Multipliers, one for product Type'' Accessory'' with a maximum value of 20 and condition [NEQ] (<*CTX(Visitor.UserTypeName) *, manager)
    * Create the other for product Type Accessory with a maximum value of 30 and condition [EQ] (<*CTX Visitor. UserType.Name) >,Manager)
  • C. * Create a Quote Item Custom Field ''maximum Discount'' with a calculation of [if] ([EQ] (c*CTX ( visitorType.Name )>, manager)) {30}{200} [ENDIF]
    * Create a rule in Discounts/multipliers for product Type ''Accessory'' with a maximum value of *> CTX (Quote.Currentitem.CustomField(maximum Discount))*>
  • D. * Create two rules in Discounts/multipliers, one for product Type ''Accessory'' with a maximum value of 20, the other for user Type 'Manager' with a maximum value of 30.
    * In Discounting Priorities, ensure user Type has a lower Rank than product type.

Answer: D

 

NEW QUESTION 30
The VP of Sales has asked you to hide the product margin from all Sales managers. Which admin section would you go to hide margin item Colum from the Sales manager user type?

  • A. Workflow
  • B. Cart Fields Administration
  • C. Quote Layout
  • D. Quote Layout Permissions

Answer: D

 

NEW QUESTION 31
Which method are available to nest child products within a Configuration?
Note: There are 3 correct answers to this question.

  • A. Drag and drop product (s) from the catalog
  • B. Inserting a product using product Rules
  • C. Attributes values(s) referencing a product
  • D. Container Attribute referencing product (s)

Answer: C,D

 

NEW QUESTION 32
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. Position of attribute on the configuration view tab(s)
  • C. How the attribute is displayed (ex, Radio Button, Drop Box)
  • D. Order of attributes in the Responder view
  • E. Whether an Attribute spans the entire screen

Answer: B,C,D

 

NEW QUESTION 33
What would be the standard way to let a user input quantity within the product configuration?

  • A. By adding multiple rows to a container that references child products.
  • B. This cannot be done in configuration, quantities belong to quote.
  • C. Add the itemQuantity attribute to the product and use it as Free input field in the configuration.
  • D. Create a regular attribute and push its value to the quote item quantity by a script.

Answer: C

 

NEW QUESTION 34
On a Configurable Product that contains one Checkbox Attribute marked as line item, you have selected three out of possible six price options. How many lines in total will be added to Quote?

  • A. Four, created out of product and attribute selections
  • B. Six, created out of attribute options
  • C. One, created out of product
  • D. Seven, created out of attribute options and product

Answer: A

 

NEW QUESTION 35
What is the main difference between product Types and Categories?

  • A. Discounts for product Types are always executed before discount for Categories.
  • B. Each product type can have one discount active, while Categories can have multiple discounts.
  • C. Product Types are used for pricing and segmentation in quote, while categories group products in the Catalog.
  • D. Product types are used to group product in the Catalog while Categories are visible on the Quote.

Answer: C

 

NEW QUESTION 36
Which Tags can only be used within a C2 Loop when creating Document Generation Templates?

  • A. C Tags (Cart Item Tags)
  • B. Quote Table Tags
  • C. Container Tags
  • D. Q Tags (Quote Tags)

Answer: A,C

 

NEW QUESTION 37
Which of the following CPQ events trigger evaluation of the Quote item Default Discounts?

  • A. For all items, whenever Quote market changes.
  • B. Whenever Reprice Quote action is executed.
  • C. For all items, every time user lands on the Quote.
  • D. When each individual item is added to the cart for the first time.

Answer: D

 

NEW QUESTION 38
What should you avoid when importing custom tables?
Note: There are 2 correct answers to this question.

  • A. Using hyphens and spaces in the name of the imported file
  • B. Using hyphens and spaces in custom table name
  • C. Using hyphens and spaces in column names
  • D. Using hyphens and spaces in table content

Answer: B,C

 

NEW QUESTION 39
What is the correct section in CPQ setup to adjust the default Catalog page size?

  • A. Branding
  • B. Quote Layout
  • C. Catalog Layout
  • D. Responsive Templates

Answer: D

 

NEW QUESTION 40
Which section actions can be enabled when users assemble multi-section Output Documents?
Note: There are 3 correct answers to this question.

  • A. Email
  • B. Replace
  • C. Upload
  • D. Preview
  • E. Send proposal

Answer: B,C,D

 

NEW QUESTION 41
Which of the following applies to setting Attribute Display, such as Radio Button?
Note: There are 2 correct answers to this question.

  • A. Attribute Display is defined at the product.
  • B. Attribute Display option are affected by attribute Type.
  • C. Attribute Display is defined in attribute Visibility Restrictions.
  • D. Attribute Display options can vary by User Type.

Answer: A,B

 

NEW QUESTION 42
What functionalities are primarily controlled in workflow administration?
Note: There are 3 correct answers to this question.

  • A. Order of actions on the Quote page
  • B. Naming of quote Actions and Statuses
  • C. Triggering of preActions, PostActions And Notifications
  • D. Availability of quote based on quote Status
  • E. Changing of quote Status

Answer: C,D,E

 

NEW QUESTION 43
......

Pass SAP C-C4H420-13 exam - questions - convert Tets Engine to PDF: https://www.pdf4test.com/C-C4H420-13-dump-torrent.html