C-C4H420-94 exam questions for practice in 2021 Updated 82 Questions [Q40-Q63]

Share

C-C4H420-94 exam questions for practice in 2021 Updated 82 Questions

Updated Oct-2021 Premium C-C4H420-94 Exam Engine pdf - Download Free Updated 82 Questions


SAP C-C4H420-94 Exam Description:

This certification test verifies the knowledge in SAP CPQ Implementation for Consultants. It validates that the Consultant has a good sound knowledge and understanding of how to implement SAP CPQ. Based on that knowledge, the successful Consultant is able to apply those acquired skills to perform a variety of appropriate implementation and customization related tasks within a project team and contribute positively to the success of a project under the guidance of senior project team members.

 

NEW QUESTION 40
What are two available methods of defining product and Attribute pricing in CPQ?

  • A. Pricebook Lookup or Custom pricing
  • B. Discount or multipliers
  • C. Custom Tables or Standard Tables
  • D. Markets or Currencies

Answer: A

 

NEW QUESTION 41
Which of the following are standard administrative methods for creating products?
Note: There are 2 correct answers to this question.

  • A. Import from JSON
  • B. Manual creation
  • C. Import from an excel upload
  • D. Automatic creation from CRM

Answer: B,C

 

NEW QUESTION 42
Which item fields are standard used as input values in the directcalculationif item prices?
Note: There are 3 correct answers to this question.

  • A. Discount
  • B. Weight
  • C. Netprice
  • D. mrc List price
  • E. Quantity

Answer: A,D,E

 

NEW QUESTION 43
What are UI brands used for?

  • A. To select responsive templates to activate for the brand.
  • B. To define custom CSS for the brand
  • C. To protect SAP UI branding.
  • D. To defined page HTML used for the brand only.

Answer: B

 

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

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

Answer: A,B,C

 

NEW QUESTION 45
What should you try if you are unable to develop code logic in pure Python?
Note: There are 3 correct answers to this question.

  • A. Include section coded another programming language, like C#.
  • B. Expose a web service written in C# and just consume it from your python.
  • C. Check if CPQ Python interface offers a class that can do the job.
  • D. Search the .NET library to see if there is an interface you can use for the purpose.

Answer: C,D

 

NEW QUESTION 46
Which of the following applies to document generation?
Note: There are 3 correct answers to this question.

  • A. Excel templates always result with excel output documents.
  • B. Default output documents format can be set on the system level.
  • C. Quote proposal may be sent with a generated documents.
  • D. New templates versions are uploaded through File management section.
  • E. CTX tags cannot beutilized in templates.

Answer: B,C,D

 

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

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

Answer: A

 

NEW QUESTION 48
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 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.
  • 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. *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.

Answer: A

 

NEW QUESTION 49
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. Develop a script allowing the users to override values.
  • B. Default multiplier needs to be set to 0.25.
  • C. ''User can override values?'' checkbox needs to be checked.
  • D. The condition field needs to be set to 25.

Answer: C

 

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

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

Answer: B,C

 

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

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

Answer: A

 

NEW QUESTION 52
How would you automatically notify the quote owner when a prospect open the email from SAP CPQ containing the generating document?

  • A. Add a Javascript action to the email sent to the customer.
  • B. Create a script to send an email and add it as a post action to the Edit action.
  • C. Add a notification to the View proposal action.
  • D. Quote acceptance is controlled by an integrated CRM.

Answer: B

 

NEW QUESTION 53
When should you use dynamic approver?

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

Answer: B

 

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

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

Answer: C

 

NEW QUESTION 55
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 at the product.
  • B. Attribute Display is defined in attribute Visibility Restrictions.
  • C. Attribute Display options can vary by User Type.
  • D. Attribute Display option are affected by attribute Type.

Answer: A,D

 

NEW QUESTION 56
Which tag is standard used in Workflow condition for Approval-related quote actions?

  • A. <*ResponsibleApprovers*>
  • B. <*ApprovalRequired*>
  • C. <*ISApproved *>
  • D. <*GI(ExceedeDiscount)*>

Answer: B

 

NEW QUESTION 57
Which page sections can be added or removed from Quote Layout?
Note: There are 3 correct answers to this question.

  • A. CustomFields
  • B. Generated Documents
  • C. Approvals Table
  • D. Items
  • E. Sub Totals

Answer: A,D,E

 

NEW QUESTION 58
What is the correct keyword to use a module in another script?

  • A. Load
  • B. Using
  • C. import
  • D. Require

Answer: C

 

NEW QUESTION 59
Attribute ''memory '' has a ''user Selection w/Quantity inputs for each Attribute value'' Attribute type.
Which Display type should you use to allow the input of quantities in the configurator?

  • A. Drop Down
  • B. Radio Button
  • C. Custom Control
  • D. Check Box

Answer: D

 

NEW QUESTION 60
Which factors influence the calculation of Net price?
Note: There are 2correct answers to this question.

  • A. List price
  • B. Discount
  • C. Extended list price
  • D. Quantity

Answer: A,B

 

NEW QUESTION 61
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 controls the kind of data to be stored.
  • D. Attribute Type affects how the attribute can be displayed.

Answer: C,D

 

NEW QUESTION 62
When configuring the Autocomplete Attribute, which columns have to be specified?
Note: There are 3 correct answers to this question.

  • A. Column Value Code
  • B. Searchable Column
  • C. Reference product Column
  • D. Container Column
  • E. Display Column

Answer: A,B,E

 

NEW QUESTION 63
......


C-C4H420-94 Exam Certification Details:

Languages:English
Sample Questions: SAP C-C4H420-94 Exam Sample Question
Duration:180 mins
Cut Score:63%
Exam:80 questions
Level:Associate


SAP C-C4H420-94 Certification Exam Topics:

Topic AreasTopic Details, Courses, Books
CPQ Fundamentals and Users 8% - 12%

Navigate the SAP CPQ User Interface and set up application parameters. Set up companies, user types, and users. Create and define permission groups.

Scripting and UI Customization > 12%

Identify the different types of scripts and objects used in SAP CPQ and when to use each. Write basic scripts in Script Workbench. Use SAP CPQ API. Perform basic UI customization.

Pricing and Calculations > 12%

Add and convert currencies. Define markets and market visibility. Add and modify pricing for prodcuts and attributes. Create and configure pricebooks. Set up discounts.

Products > 12%

Create and configure categories, simple products, attributes, and configurable products. Create and implement formulas, triggers, rules, custom tables, and attribute containers.

Quotes > 12%

Create and modify quote elements. Generate documents and templates. Configure workflows and approvals.


 

Authentic C-C4H420-94 Dumps With 100% Passing Rate Practice Tests Dumps: https://www.torrentvce.com/C-C4H420-94-valid-vce-collection.html