Month End Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

C_C4H420_13 Sample Questions Answers

Questions 4

Action ‘’Reprice’’ is added to the Open status in workflow, with the visibility condition set, however it is not showing on the Quote. What areas should you check?

Note: There are 3 correct answers to this question.

Options:

A.

Action Global Condition

B.

Workflow Permissions

C.

Responsive Templates

D.

Quote Layout Permissions

E.

Quote Layout

Buy Now
Questions 5

Which of the following applies to document generation?

Note: There are 3 correct answers to this question.

Options:

A.

CTX tags cannot be utilized in templates.

B.

New templates versions are uploaded through File management section.

C.

Quote proposal may be sent with a generated documents.

D.

Excel templates always result with excel output documents.

E.

Default output documents format can be set on the system level.

Buy Now
Questions 6

What should you try if you are unable to develop code logic in pure Python?

Note: There are 3 correct answers to this question.

Options:

A.

Include section coded another programming language, like C#.

B.

Check if CPQ Python interface offers a class that can do the job.

C.

Search the .NET library to see if there is an interface you can use for the purpose.

D.

Expose a web service written in C# and just consume it from your python.

Buy Now
Questions 7

Which of the following scenarios can be supported by pricebooks?

Note: There are 2 correct answers to this question.

Options:

A.

A pricebook that provides discount limits for sales users.

B.

The ability to override the default pricebook based on visibility conditions.

C.

A pricebook that is not market-specific.

D.

The ability to have a hierarchy of pricebooks.

Buy Now
Questions 8

What is a disadvantage when using CPQ SOAP API?

Options:

A.

Low flexibility you are constrained to the format the APIs set

B.

Little to no documentation available

C.

Lack of security and safety procedure

D.

Operations are not packed in a single method call

Buy Now
Questions 9

What are the methods to create simple products in CPQ?

Note: There are 3 correct answers to this question.

Options:

A.

Scripting

B.

Custom Tables

C.

Product APIS

D.

Excel Import

E.

Manual Creation

Buy Now
Questions 10

Which of the following rules apply to pricebooks within a Market?

Note: There are 2 correct answers to this question.

Options:

A.

Each pricebook in the market must have a unique name.

B.

A pricebook cannot have a parent pricebook from the same market.

C.

All pricebooks in the market share the same currency.

D.

Only one pricebook per market can be visible.

Buy Now
Questions 11

In a parent Child Configuration, the value of Attribute ‘’Number of users’’ must be passed down to a child product, which is configured on a container Attribute in the parent, What configuration steps are needed to implement this requirement?

Note: There are 2 correct answers to this question.

Options:

A.

Configure the container Attribute in the parent product to propagate the ‘’Number of users’’ Attribute.

B.

Write a product Rule to pass the Value of Number of users’’ to the child product.

C.

Create a Container column ‘’Number of users’’ with Column Types of product Attribute and attribute selected.

D.

Write a calculation formula in the Container Column ‘’ Number of User’’ to refer to the attribute ‘’Number of users’’ in the parent.

Buy Now
Questions 12

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

Options:

A.

Sequences

B.

Favorites

C.

Guided Selling

D.

Search Filters

Buy Now
Questions 13

Which of the following is a CPQ scripting event?

Options:

A.

Quote creating/edit

B.

Generated document downloaded

C.

Order placed to ERP

D.

Product import from VC finished

Buy Now
Questions 14

In the action of a rule, you wish to disallow the value ‘’120 Volt’’ which has a Code of ‘’120’’ belonging to the attribute ‘’Voltage’’. Which tag would perform this action?

Options:

A.

<*DisallowAttributeVoltage:120 Volt)*>

B.

<*Disallowattribute(Voltage:120 )*>

C.

<*DisallowValues(120 Volt)*>

D.

<*DisallowValues{Voltage:120 Volt)*>

Buy Now
Questions 15

What is the best practice to prevent a user from discounting a specific Product Type?

Options:

A.

Customizing cart UI template section making discount cell read-only for the product type items.

B.

Adding a custom script that resets the product Type items to zero on every Quote change.

C.

Removing visibility of the discount column for the user Types in Quote Layout Permissions setup.

D.

Setting discount percent minimum and maximum values to zero for the product Type in Discounts/multipliers setup.

Buy Now
Questions 16

The base price of a product was changed, where can you investigate when the changes occurred?

Options:

A.

Audit Trail

B.

Script workbench

C.

Developer Console

D.

Log

Buy Now
Questions 17

A user has a product that needs to be added to the quote with multiple hierarchy levels. The parent product configuration must also be displayed in the quote, which type of product best meets this requirement?

Options:

A.

Simple product

B.

System (List) of Configurable products

C.

Collection of Configurable products

D.

Parent/Child System (List) of configurable products

Buy Now
Questions 18

Which of the following python lines would set the display value ‘’20 GB’’ (value code ‘’20GB’’) for a dropdown attribute named ‘’Additional Disk Space’’?

Options:

A.

Tagparserproduct. Parsetring (‘’<*Selectvalue(Additional Disk Space:20 GB)*>’’)

B.

Tagparserproduct. Parsetring (‘’<*Assign Value(Additional Disk Space:20 GB)*>’’)

C.

Product.Attributes.GetByName (‘’Additional Disk Space’’)SelectValue(‘’20 GB)’’)

D.

Product.Attributes.GetByName (‘’Additional Disk Space’’)AssignValue(‘’20 GB)’’)

Buy Now
Questions 19

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.

Options:

A.

Price Code

B.

Part Number

C.

Discount Threshold

D.

Cost

Buy Now
Questions 20

Which section actions can be enabled when users assemble multi-section Output Documents?

Note: There are 3 correct answers to this question.

Options:

A.

Send proposal

B.

Preview

C.

Upload

D.

Email

E.

Replace

Buy Now
Questions 21

What does Quotes Reconfigure do in the standard use case?

Options:

A.

Reevaluates pricing expressions only based on latest updates in system pricebooks.

B.

Enable end users to specify quote configurations to replace and performs the task.

C.

Reevaluates configuration models for all quote models and refreshes the quote content.

D.

Recalculates list price, discount, quantity and all pricing fields only.

Buy Now
Questions 22

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

Options:

A.

By adding multiple rows to a container that references child products.

B.

Create a regular attribute and push its value to the quote item quantity by a script.

C.

This cannot be done in configuration, quantities belong to quote.

D.

Add the itemQuantity attribute to the product and use it as Free input field in the configuration.

Buy Now
Questions 23

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

Options:

A.

<*ProductFamilyCode*>

B.

<*ProductU PC*>

C.

<*CatCode (….)*>

D.

<*ProductCode*>

Buy Now
Questions 24

When should you use dynamic approver?

Options:

A.

When you want end user to select approver for quote

B.

When approver is obtained from formula evaluation at approval request

C.

When approver can be changed after quote is submitted for approval

D.

When the approval requester is out of office

Buy Now
Exam Code: C_C4H420_13
Exam Name: SAP Certified Application Associate - SAP CPQ Implementation
Last Update: Jan 25, 2025
Questions: 80
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now C_C4H420_13