Real C_C4H420_94 Dumps - SAP Correct Answers updated on 2021 [Q42-Q62]

Share

Use Real C_C4H420_94 Dumps - SAP Correct Answers updated on 2021

SAP Certified Application Associate C_C4H420_94 Exam Practice Dumps

NEW QUESTION 42
What is the primary use of Script workbench with SAP CPQ Scripting help pages?

  • A. Test scripting in the context of CPQ page
  • B. Maintain and manipulate all system scripts
  • C. Generate script performance reports
  • D. Analyze product rules

Answer: A

 

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

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

Answer: B

 

NEW QUESTION 44
What type of script can you apply to an Editable Field Group in Card Filed Administration?

  • A. Global Scripts
  • B. Custom Quote Calculations
  • C. Custom Actions
  • D. Product Event Scripts

Answer: B

 

NEW QUESTION 45
In a parent Child Configuration, the value of Attribute ''Number of users'' must be passed down to a child product, which is configured on a container Attribute in the parent, What configuration steps are needed to implement this requirement?
Note: There are 2correct answers to this question.

  • A. Create a Container column ''Number of users'' with Column Types of product Attribute and attribute selected.
  • B. Configure the container Attribute in the parent product to propagate the ''Number of users'' Attribute.
  • C. Write a calculation formula in the Container Column '' Number of User'' to refer to the attribute
    ''Number of users'' in the parent.
  • D. Write a product Rule to pass the Value of Number of users'' to the child product.

Answer: B,D

 

NEW QUESTION 46
Which method can you use to expose a quote custom field in the Quotes List Page?

  • A. Quote Visibility Rules
  • B. Quote Action Placements
  • C. Column Headings
  • D. Quote Tab Permissions

Answer: D

 

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

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

Answer: B

 

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

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

Answer: A

 

NEW QUESTION 49
When should you use dynamic approver?

  • A. When the approval requester is out of office
  • B. When approver can be changed after quote is submitted for approval
  • C. When approver is obtained from formulaevaluation at approval request
  • D. When you want end user to select approver for quote

Answer: C

 

NEW QUESTION 50
What types of web services are expose within SAP CPQ?
Note: There are 2 correct answers to this question.

  • A. HTML5
  • B. SOAP
  • C. REST
  • D. SMS

Answer: B,C

 

NEW QUESTION 51
In the condition of a rule you wish to check if the user has selected '' Large'' in the Attribute ''Size''. The attribute value has a Value of ""Large'' and a Value Code of Lg''. How could this condition be written?
Note: There are 2correct answers to this question.

  • A. [IF] <*Value(Size)* >=''Large''); [ENDIF]
  • B. <*IFAnyValue(Size:Lg)*>
  • C. [EQ](<*Value(Size)*>,Large)
  • D. [EQ](<*ValueCode(Size)*>, Large)

Answer: A,B

 

NEW QUESTION 52
Which of the following scripting events should be avoided for best performance?

  • A. After adding products to quote
  • B. After changing value of custom fields
  • C. Quote creation/edit
  • D. Every time quote is changed

Answer: D

 

NEW QUESTION 53
What does Quotes Reconfigure do in the standard use case?

  • A. Reevaluates pricing expressions only based on latest updates in system pricebooks.
  • B. Reevaluates configuration models for all quote models and refreshes the quote content.
  • C. Recalculates list price, discount, quantity and all pricing fields only.
  • D. Enable end users to specify quote configurations to replace and performs the task.

Answer: C

 

NEW QUESTION 54
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 affects how the attribute can be displayed.
  • B. Attribute Type determine if the value would be a line item.
  • C. Attribute Type is defined at the product.
  • D. Attribute Type controls the kind of data to be stored.

Answer: A,D

 

NEW QUESTION 55
Why should the attribute Display setting hidden calculated be avoided?

  • A. It executes twice which harms performance
  • B. It only accepts number inputs.
  • C. Execution order cannot be controlled.
  • D. It cannot be displayed to the user.

Answer: A,C

 

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

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

Answer: A,C,D

 

NEW QUESTION 57
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. * 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))*>
  • B. *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.
  • C. *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)
  • 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 58
Which of the following python lines would set the display value ''20 GB'' (value code ''20GB'') for a dropdown attribute named ''Additional Disk Space''?

  • A. Tagparserproduct. Parsetring (''<*Assign Value(Additional Disk Space:20 GB)*>'')
  • B. Product.Attributes.GetByName (''Additional Disk Space'')AssignValue(''20 GB)'')
  • C. Tagparserproduct. Parsetring (''<*Selectvalue(Additional Disk Space:20 GB)*>'')
  • D. Product.Attributes.GetByName (''Additional Disk Space'')SelectValue(''20 GB)'')

Answer: B

 

NEW QUESTION 59
Which tag should you use in a container-column calculation formula if the value should depend on another column's value?

  • A. <*VALUE (....)*>
  • B. <*CTX(Container(....))*>
  • C. <*CTX(myContainer....)*>
  • D. <*CTX(Product...)*>

Answer: A

 

NEW QUESTION 60
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. Quote Layout Permissions
  • C. Quote Layout
  • D. Cart Fields Administration

Answer: B

 

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

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

Answer: C,D

 

NEW QUESTION 62
......

Get ready to pass the C_C4H420_94 Exam right now using our SAP Certified Application Associate  Exam Package: https://www.torrentexam.com/C_C4H420_94-exam-latest-torrent.html