
100% Pass Top-selling C-C4H420-13 Exams - New 2022 SAP Pratice Exam
SAP Certified Application Associate Dumps C-C4H420-13 Exam for Full Questions - Exam Study Guide
C-C4H420-13 Exam Certification Details:
| Level: | Associate |
| Sample Questions: | SAP C-C4H420-13 Exam Sample Question |
| Duration: | 180 mins |
NEW QUESTION 45
Which factors influence the calculation of Net price?
Note: There are 2 correct answers to this question.
- A. Quantity
- B. Extended list price
- C. Discount
- D. List price
Answer: C,D
NEW QUESTION 46
What is the primary use of Script workbench with SAP CPQ Scripting help pages?
- A. Maintain and manipulate all system scripts
- B. Analyze product rules
- C. Generate script performance reports
- D. Test scripting in the context of CPQ page
Answer: D
NEW QUESTION 47
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 48
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 49
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. Quote proposal may be sent with a generated documents.
- C. Default output documents format can be set on the system level.
- D. CTX tags cannot be utilized in templates.
- E. New templates versions are uploaded through File management section.
Answer: B,C,E
NEW QUESTION 50
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 51
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 52
Which page sections can be added or removed from Quote Layout?
Note: There are 3 correct answers to this question.
- A. Generated Documents
- B. Approvals Table
- C. CustomFields
- D. Items
- E. Sub Totals
Answer: C,D,E
NEW QUESTION 53
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 54
What does the Currency Rate represent in Currencies definition setup?
- A. Current internet ratio of market currency to user currency.
- B. Ratio between foreign currency and user currency.
- C. Ratio between foreign currency and default currency.
- D. Ratio between two foreign currencies.
Answer: C
NEW QUESTION 55
Which tag is standard used in Workflow condition for Approval-related quote actions?
- A. <*GI(ExceedeDiscount)*>
- B. <*ISApproved *>
- C. <*ResponsibleApprovers*>
- D. <*ApprovalRequired*>
Answer: D
NEW QUESTION 56
Where would an end user go to search for a quote?
- A. Catalog in main Navigation Toolbar
- B. Recent Items
- C. Favorites
- D. Load Existing Project /Quotation
Answer: D
NEW QUESTION 57
A Quote Item custom Field containing an Attribute ''package selection'' is currently displayed on the quote as
''QuoteLayout.ColumnsPackSel.'' How can we change the display label of the field on the quote to ''package selection?
- A. Adding a new key and value to a System Dictionary
- B. Changing the Custom Label of the Attribute
- C. Adding a new key and value to a custom Dictionary
- D. Changing the Label of the Quote Item Custom field
Answer: C
NEW QUESTION 58
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. Check if CPQ Python interface offers a class that can do the job.
- B. Search the .NET library to see if there is an interface you can use for the purpose.
- C. Include section coded another programming language, like C#.
- D. Expose a web service written in C# and just consume it from your python.
Answer: A,B
NEW QUESTION 59
In the product Definition which currency is product Base price number evaluated in?
- A. Default system currency
- B. User-selected market
- C. User default market
- D. Quote market-selected currency
Answer: A
NEW QUESTION 60
Which of the following applies to Quote Item Custom Fields?
Note: There are 3 correct answers to this question.
- A. Visibility is set using quote Layout permissions and Quote Layout.
- B. They can be assign to a Quote Tab.
- C. Admin may assign Cart Calculations to run if the Field is changed.
- D. If label is left blank, the field Name will be used as the visible label.
- E. They calculate for each item on the Quote.
Answer: A,C,D
NEW QUESTION 61
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 62
What type of script can you apply to an Editable Field Group in Card Filed Administration?
- A. Custom Actions
- B. Custom Quote Calculations
- C. Product Event Scripts
- D. Global Scripts
Answer: B
NEW QUESTION 63
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 64
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. <* CTX ( Product. Attribute...0*>
- B. <*CTX (Quote, Currentitem.Attribute...)*>
- C. <*VALUECODE (...)*>
- D. <*VALUE (....)*>
Answer: B
NEW QUESTION 65
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 66
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 67
The base price of a product was changed, where can you investigate when the changes occurred?
- A. Script workbench
- B. Audit Trail
- C. Developer Console
- D. Log
Answer: D
NEW QUESTION 68
Which options can the end user edit in the User page?
Note: There are 2 correct answers to this question.
- A. Domain Name
- B. Default Dictionary
- C. Default Pricebook
- D. User Type
Answer: B,C
NEW QUESTION 69
When should you use dynamic approver?
- A. When approver can be changed after quote is submitted for approval
- B. When you want end user to select approver for quote
- C. When approver is obtained from formula evaluation at approval request
- D. When the approval requester is out of office
Answer: C
NEW QUESTION 70
......
Authentic Best resources for C-C4H420-13 Online Practice Exam: https://learningtree.actualvce.com/SAP/C-C4H420-13-valid-vce-dumps.html