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

SAP C_C4H420_13 - SAP Certified Application Associate - SAP CPQ Implementation

Page: 1 / 3
Total 80 questions

What are UI brands used for?

A.

To protect SAP UI branding.

B.

To define custom CSS for the brand

C.

To defined page HTML used for the brand only.

D.

To select responsive templates to activate for the brand.

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 technology can you use to customize responsive templates?

Note: There are 3 correct answers to this question.

A.

JavaScript

B.

ASP.NET Controls

C.

CSS

D.

React

E.

Knowkout

Which of the following scripting events should be avoided for best performance?

A.

After changing value of custom fields

B.

Every time quote is changed

C.

Quote creation/edit

D.

After adding products to quote

What is the correct keyword to use a module in another script?

A.

Require

B.

Using

C.

Load

D.

import

What are the calculation contexts for Cart Calculation scripts?

Note: There are 3 correct answers to this question.

A.

CartTotal

B.

QuoteitemCustomFields

C.

Cartitem

D.

Productfamily

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)

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

Note: There are 2 correct answers to this question.

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.

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

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.

In Setup, the minimum Discount for the Sales User Type is set to 0%, Default to 0% and maximum Discount to 20%, when a Sales User tries to enter a Discount of 25% in a quote, the system reports an error and the discount reverts back to 0%.

What needs to be configured in setup to allow a Sales user to enter a discount value of 25% and submit the quote for approval?

A.

Default multiplier needs to be set to 0.25.

B.

Develop a script allowing the users to override values.

C.

The condition field needs to be set to 25.

D.

‘’User can override values?’’ checkbox needs to be checked.