
[Nov-2021] SAP C_C4H420_94 Exam Practice Test Questions - Pass4SureQuiz
Updated Certification Exam C_C4H420_94 Dumps - Practice Test Questions
C_C4H420_94 Exam Certification Details:
| Languages: | English |
| Level: | Associate |
| Sample Questions: | SAP C_C4H420_94 Exam Sample Question |
| Exam: | 80 questions |
| Cut Score: | 63% |
| Duration: | 180 mins |
NEW QUESTION 41
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 42
What should you configure to allow a search in the Catalog based on Attributes values?
- A. Sequences
- B. Search Filters
- C. Guided Selling
- D. Favorites
Answer: C
NEW QUESTION 43
Which tag should you use in a container-column calculation formula if the value should depend on another column's value?
- A. <*CTX(Product...)*>
- B. <*CTX(Container(....))*>
- C. <*VALUE (....)*>
- D. <*CTX(myContainer....)*>
Answer: C
NEW QUESTION 44
Which tag allows the use of any available element in formulas, product configuration, rules, approvals documents generation, etc,?
- A. List tag
- B. Table tag
- C. Quote tag
- D. CTX tag
Answer: D
NEW QUESTION 45
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. Seven, created out of attribute options and product
- B. Six, created out of attribute options
- C. Four, created out of product and attribute selections
- D. One, created out of product
Answer: C
NEW QUESTION 46
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.
Answer: C,D
NEW QUESTION 47
Which of the following applies for users?
Note: There are 3 correct answers to this question.
- A. Custom fields can also be defined for user level.
- B. UI brands are assigned on user level.
- C. Date format and separator can be defined on user level.
- D. Only one permission group can reference a username directly.
- E. Each user can have multiple user types assigned.
Answer: A,B,C
NEW QUESTION 48
How would you automatically notify the quote owner when a prospect open the email from SAP CPQ containing the generating document?
- A. Quote acceptance is controlled by an integrated CRM.
- B. Add a Javascript action to the email sent to the customer.
- C. Add a notification to the View proposal action.
- D. Create a script to send an email and add it as a post action to the Edit action.
Answer: D
NEW QUESTION 49
What functionalities are primarily controlled in workflow administration?
Note: There are 3 correct answers to this question.
- A. Naming of quote Actions and Statuses
- B. Order of actions on the Quote page
- 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 50
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. A script can be tested by executing it in CPQ workbench, loaded in a tab next to your configuration tab.
- C. Scripts are moved as part of the product through standard deployment and cannot changed.
- D. Custom logic can be added to run at the moment of configuration becoming completed.
Answer: A,B
NEW QUESTION 51
Which item fields are standard used as input values in the directcalculationif item prices?
Note: There are 3 correct answers to this question.
- A. Netprice
- B. Weight
- C. Discount
- D. Quantity
- E. mrc List price
Answer: C,D,E
NEW QUESTION 52
Which page sections can be added or removed from Quote Layout?
Note: There are 3 correct answers to this question.
- A. CustomFields
- B. Items
- C. Sub Totals
- D. Generated Documents
- E. Approvals Table
Answer: A,B,C
NEW QUESTION 53
When developing a script, you want to print ''Checkpoint 1'' to the Developer Console for debugging purposes.
What is the correct method to do this?
- A. Log,write(''Checkpoint 1'')
- B. Trace,write(''Checkpoint 1'')
- C. Log,info(''Checkpoint 1'')
- D. Trace,Debug(''Checkpoint 1'')
Answer: B
NEW QUESTION 54
Which technology can you use to customize responsive templates?
Note: There are 3 correct answers to this question.
- A. React
- B. JavaScript
- C. Knowkout
- D. CSS
- E. ASP.NET Controls
Answer: B,C,D
NEW QUESTION 55
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. 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. Discounts for product Types are always executed before discount for Categories.
Answer: C
NEW QUESTION 56
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 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) - B. * 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))*> - C. * 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. - 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: C
NEW QUESTION 57
Which tag will retrieve the product part number withinthe same product configuration?
- A. <*ProductCode*>
- B. <*ProductFamilyCode*>
- C. <*ProductU PC*>
- D. <*CatCode (....)*>
Answer: A
NEW QUESTION 58
What is the right tag to use for the calculation formula of a Quote Item Custom Field if its value depends on a product attribute value?
- A. <*VALUECODE (...)*>
- B. <* CTX ( Product. Attribute...0*>
- C. <*VALUE (....)*>
- D. <*CTX (Quote, Currentitem.Attribute...)*>
Answer: D
NEW QUESTION 59
In a configurable product, pricing is defined both in the product Base price, and also in the price field of some user selected Attribute values. If the user selects an attributes value that has a price, how is the resulting product item price calculated?
- A. Product item price will be equal to product Base price plus of the selected Attribute only if it of the pricing formula.
- B. Product Item price will be equal to product Base price plus the price of the selected Attribute only if It is alineitem
- C. Product item price will be equal to product Base Price only.
- D. Product Item price will be equal to product price plus the price of the selected Attributeonly if it is not a line item.
Answer: A
NEW QUESTION 60
What are the methods to create simple products in CPQ?
Note: There are 3 correct answers to this question.
- A. Manual Creation
- B. Product APIS
- C. Excel Import
- D. Scripting
- E. Custom Tables
Answer: A,B,C
NEW QUESTION 61
What does the Currency Rate represent in Currencies definition setup?
- A. Ratio between foreign currency and user currency.
- B. Ratio between foreign currency and default currency.
- C. Ratio between two foreign currencies.
- D. Current internet ratio of market currency to user currency.
Answer: B
NEW QUESTION 62
Which Tags can only be used within a C2 Loop when creating Document Generation Templates?
- A. Container Tags
- B. Q Tags (Quote Tags)
- C. C Tags (Cart Item Tags)
- D. Quote Table Tags
Answer: A,C
NEW QUESTION 63
......
SAP C_C4H420_94 Certification Exam Topics:
| Topic Areas | Topic 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. |
| Products > 12% | Create and configure categories, simple products, attributes, and configurable products. Create and implement formulas, triggers, rules, custom tables, and attribute containers. |
| 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. |
| 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. |
| Quotes > 12% | Create and modify quote elements. Generate documents and templates. Configure workflows and approvals. |
Updated Verified C_C4H420_94 dumps Q&As - Pass Guarantee or Full Refund: https://www.pass4surequiz.com/C_C4H420_94-exam-quiz.html