
Pass Your SAP C-C4H420-94 Exam with Correct 82 Questions and Answers
Latest [Nov 16, 2021] 2021 Realistic Verified C-C4H420-94 Dumps
SAP C-C4H420-94 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
NEW QUESTION 22
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 23
What should you avoid when importing custom tables?
Note: There are 2correct answers to this question.
- A. Using hyphens and spaces in table content
- B. Using hyphens and spaces in the name of the imported file
- C. Using hyphens and spaces in column names
- D. Using hyphens and spaces in custom table name
Answer: C,D
NEW QUESTION 24
What is the primary use of Script workbench with SAP CPQ Scripting help pages?
- A. Generate script performance reports
- B. Maintain and manipulate all system scripts
- C. Analyze product rules
- D. Test scripting in the context of CPQ page
Answer: D
NEW QUESTION 25
Which of the following scripting events should be avoided for best performance?
- A. After adding products to quote
- B. Every time quote is changed
- C. Quote creation/edit
- D. After changing value of custom fields
Answer: B
NEW QUESTION 26
What is a disadvantage when using CPQ SOAP API?
- A. Operations are not packed in a single method call
- B. Lack of security and safety procedure
- C. Low flexibility you are constrained to the format the APIs set
- D. Little to no documentation available
Answer: C
NEW QUESTION 27
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 28
In the product Definition which currency is product Base price number evaluated in?
- A. User default market
- B. User-selected market
- C. Quote market-selected currency
- D. Default system currency
Answer: D
NEW QUESTION 29
Which is the standard method to make each Quote expire 60 days after creation/
- A. Use Standard APIs to remove quotes from external system
- B. Use a script attached to OneEveryTimeQuoteChanged
- C. Use the Bulk Delete Feature to remove quotes after 60 days
- D. Use the Quote Expiration Date Custom Field
Answer: D
NEW QUESTION 30
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 31
What is the correct keyword to use a module in another script?
- A. Load
- B. import
- C. Using
- D. Require
Answer: B
NEW QUESTION 32
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 33
When should you use dynamic approver?
- A. When approver is obtained from formulaevaluation at approval request
- B. When approver can be changed after quote is submitted for approval
- C. When you want end user to select approver for quote
- D. When the approval requester is out of office
Answer: A
NEW QUESTION 34
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. Automatic creation from CRM
- D. Import from an excel upload
Answer: B,D
NEW QUESTION 35
What types of web services are expose within SAP CPQ?
Note: There are 2 correct answers to this question.
- A. SOAP
- B. REST
- C. HTML5
- D. SMS
Answer: A,B
NEW QUESTION 36
Where would an end user go to search for a quote?
- A. Recent Items
- B. Load Existing Project /Quotation
- C. Catalog in main Navigation Toolbar
- D. Favorites
Answer: B
NEW QUESTION 37
Which of the following is a CPQ scripting event?
- A. Quote creating/edit
- B. Product import from VC finished
- C. Generated document downloaded
- D. Order placed to ERP
Answer: A
NEW QUESTION 38
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. [EQ](<*ValueCode(Size)*>, Large)
- B. <*IFAnyValue(Size:Lg)*>
- C. [EQ](<*Value(Size)*>,Large)
- D. [IF] <*Value(Size)* >=''Large''); [ENDIF]
Answer: B,D
NEW QUESTION 39
Which of the following applies to Quote Custom Fields?
Note: There are 3 correct answers to this question.
- A. They can be configured to present a selection list of values.
- B. They can be made visible by placing on a Quote Tab.
- C. Scripting is required to perform calculations on a Quote Custom Field.
- D. They are calculated for each Item on the Quote.
- E. Visibility and edibility permissions are set based on user Type and Status.
Answer: B,C,E
NEW QUESTION 40
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 41
Which actions apply to quote tables?
Note: There are 3 correct answers to this questions.
- A. Content of quote tables cannot be accessed in document in generation templates.
- B. A quote table can be placed in any quote tab.
- C. A quote table column can be set to be Visible for certain user types.
- D. SQL queries are required to add a row or change cell content in a quote table.
- E. Custom python logic can be added to run after end user adds a row to quote table.
Answer: B,C,D
NEW QUESTION 42
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 43
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 44
Which of the following applies to document generation?
Note: There are 3 correct answers to this question.
- A. Default output documents format can be set on the system level.
- B. Excel templates always result with excel output documents.
- 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: A,C,D
NEW QUESTION 45
......
Get 2021 Updated Free SAP C-C4H420-94 Exam Questions & Answer: https://www.testsimulate.com/C-C4H420-94-study-materials.html