100% Pass Top-selling C-C4H420-13 Exams - New 2022 SAP Pratice Exam [Q22-Q43]

Share

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


SAP C-C4H420-13 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.


SAP C-C4H420-13 Certification Exam Topics:

Topic AreasTopic Details, Courses, Books
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.

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.


 

NEW QUESTION 22
Which tag will retrieve the product part number within the same product configuration?

  • A. <*ProductCode*>
  • B. <*ProductFamilyCode*>
  • C. <*CatCode (....)*>
  • D. <*ProductU PC*>

Answer: A

 

NEW QUESTION 23
Which of the following applies to setting Attribute Type values, such as user Selection?
Note: There are 2 correct answers to this question.

  • A. Attribute Type is defined at the product.
  • B. Attribute Type determine if the value would be a line item.
  • 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 24
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 25
In a Configurable Product, there is a requirement to disallow some attributes if the value of attribute ''Number of users'' equal to or greater than 100, and less than 1000. How would you write this condition in a product rule?
Note: There are 2 correct answers to this question.

  • A. [AND] ([GEQ] (<*Value (Number of user)*>, 100), [LT] (<*Value (Number of users)*>, 1000))
  • B. [IN] (<*Value (Number of user)*>, 100, 1000)
  • C. [OR] ([GEQ] <*Value (Number of user)*>, 100), [LT] (<*Value (Number of users)*>, 1000))
  • D. [INR](<*Value (Number of user)*>, 100,999)

Answer: A,D

 

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

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

Answer: A,B

 

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

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

Answer: A,C,D

 

NEW QUESTION 28
Which tag allows the use of any available element in formulas, product configuration, rules, approvals documents generation, etc,?

  • A. Table tag
  • B. List tag
  • C. CTX tag
  • D. Quote tag

Answer: C

 

NEW QUESTION 29
What should you configure to allow a search in the Catalog based on Attributes values?

  • A. Guided Selling
  • B. Sequences
  • C. Search Filters
  • D. Favorites

Answer: A

 

NEW QUESTION 30
Which of the following applies to configurator scripting?
Note: There are 2 correct answers to this question.

  • A. Scripts are moved as part of the product through standard deployment and cannot changed.
  • B. A script can be tested by executing it in CPQ workbench, loaded in a tab next to your configuration tab.
  • C. You can change code on a global script from within a product
  • D. Custom logic can be added to run at the moment of configuration becoming completed.

Answer: B,C

 

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

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

Answer: B,D

 

NEW QUESTION 32
Which of the following applies to Quote Item Custom Fields?
Note: There are 3 correct answers to this question.

  • A. They can be assign to a Quote Tab.
  • B. Visibility is set using quote Layout permissions and Quote Layout.
  • 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: B,C,D

 

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

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

Answer: C

 

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

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

Answer: C

 

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

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

Answer: A

 

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

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

Answer: A,D,E

 

NEW QUESTION 37
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. Search the .NET library to see if there is an interface you can use for the purpose.
  • C. Expose a web service written in C# and just consume it from your python.
  • D. Check if CPQ Python interface offers a class that can do the job.

Answer: B,D

 

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

  • A. Quote proposal may be sent with a generated documents.
  • B. Excel templates always result with excel output 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: A,C,E

 

NEW QUESTION 39
Which options can the end user edit in the User page?
Note: There are 2 correct answers to this question.

  • A. User Type
  • B. Domain Name
  • C. Default Dictionary
  • D. Default Pricebook

Answer: C,D

 

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

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

Answer: A,B

 

NEW QUESTION 41
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 (''<*Selectvalue(Additional Disk Space:20 GB)*>'')
  • B. Product.Attributes.GetByName (''Additional Disk Space'')AssignValue(''20 GB)'')
  • C. Product.Attributes.GetByName (''Additional Disk Space'')SelectValue(''20 GB)'')
  • D. Tagparserproduct. Parsetring (''<*Assign Value(Additional Disk Space:20 GB)*>'')

Answer: B

 

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

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

Answer: A,B,D

 

NEW QUESTION 43
......


C-C4H420-13 Exam Certification Details:

Languages:English
Exam:80 questions
Sample Questions: SAP C-C4H420-13 Exam Sample Question

 

Authentic Best resources for C-C4H420-13 Online Practice Exam: https://freedownload.prep4sures.top/C-C4H420-13-real-sheets.html