Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What does the Currency Rate represent in Currencies definition setup?

A.

Ratio between two foreign currencies.

B.

Current internet ratio of market currency to user currency.

C.

Ratio between foreign currency and default currency.

D.

Ratio between foreign currency and user currency.

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

A.

For all items, every time user lands on the Quote.

B.

Whenever Reprice Quote action is executed.

C.

When each individual item is added to the cart for the first time.

D.

For all items, whenever Quote market changes.

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

A.

Product Event Scripts

B.

Custom Actions

C.

Global Scripts

D.

Custom Quote Calculations

Which actions apply to quote tables?

Note: There are 3 correct answers to this questions.

A.

Custom python logic can be added to run after end user adds a row to quote table.

B.

A quote table column can be set to be Visible for certain user types.

C.

A quote table can be placed in any quote tab.

D.

Content of quote tables cannot be accessed in document in generation templates.

E.

SQL queries are required to add a row or change cell content in a quote table.

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)

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.

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

A.

Column Headings

B.

Quote Tab Permissions

C.

Quote Action Placements

D.

Quote Visibility Rules

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

Note: There are 3 correct answers to this question.

A.

Send proposal

B.

Preview

C.

Upload

D.

Email

E.

Replace

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 (Quote, Currentitem.Attribute…)*>

B.

<* CTX ( Product. Attribute…0*>

C.

<*VALUE (….)*>

D.

<*VALUECODE (…)*>

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.

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.