Exam4Training

SAP C_C4H420_94 SAP Certified Application Associate – SAP CPQ Implementation Online Training

Question #1

In the product Definition which currency is product Base price number evaluated in?

  • A . User default market
  • B . Default system currency
  • C . User-selected market
  • D . Quote market-selected currency

Reveal Solution Hide Solution

Correct Answer: B
Question #2

The VP of Sales has asked you to hide the product margin from all Sales managers.

Which admin section would you go to hide margin item Colum from the Sales manager user type?

  • A . Workflow
  • B . Cart Fields Administration
  • C . Quote Layout Permissions
  • D . Quote Layout

Reveal Solution Hide Solution

Correct Answer: C
Question #3

When should you use dynamic approver?

  • 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

Reveal Solution Hide Solution

Correct Answer: B
Question #4

Which of the following is a CPQ scripting event?

  • A . Quote creating/edit
  • B . Generated document downloaded
  • C . Order placed to ERP
  • D . Product import from VC finished

Reveal Solution Hide Solution

Correct Answer: A
Question #5

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?

  • A . Simple product
  • B . System (List) of Configurable products
  • C . Collection of Configurable products
  • D . Parent/Child System (List) of configurable products

Reveal Solution Hide Solution

Correct Answer: D
Question #6

In a configurable product, pricing is defined both in the product Base price, and also in the price field of some user selected Attribute values.

If the user selects an attributes value that has a price, how is the resulting product item price calculated?

  • A . Product item price will be equal to product Base Price only.
  • B . Product Item price will be equal to product Base price plus the price of the selected Attribute only if It is alineitem
  • C . Product item price will be equal to product Base price plus of the selected Attribute only if it of the pricing formula.
  • D . Product Item price will be equal to product price plus the price of the selected Attributeonly if it is not a line item.

Reveal Solution Hide Solution

Correct Answer: C
Question #7

A Quote Item custom Field containing an Attribute ‘’package selection’’ is currently displayed on the quote as ‘’QuoteLayout.ColumnsPackSel.’’

How can we change the display label of the field on the quote to ‘’package selection?

  • A . Adding a new key and value to a System Dictionary
  • B . Changing the Custom Label of the Attribute
  • C . Changing the Label of the Quote Item Custom field
  • D . Adding a new key and value to a custom Dictionary

Reveal Solution Hide Solution

Correct Answer: D
Question #8

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

  • 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 item Quantity attribute to the product and use it as Free input field in the configuration.

Reveal Solution Hide Solution

Correct Answer: D
Question #9

Which item fields are standard used as input values in the directcalculationif item prices? Note: There are 3 correct answers to this question.

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

Reveal Solution Hide Solution

Correct Answer: B,D,E
Question #10

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

Reveal Solution Hide Solution

Correct Answer: D

Question #11

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 . Custom logic can be added to run at the moment of configuration becoming completed.
  • C . A script can be tested by executing it in CPQ workbench, loaded in a tab next to your configuration tab.
  • D . Scripts are moved as part of the product through standard deployment and cannot changed.

Reveal Solution Hide Solution

Correct Answer: A,C
Question #12

What is a disadvantage when using CPQ SOAP API?

  • 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

Reveal Solution Hide Solution

Correct Answer: A
Question #13

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

Reveal Solution Hide Solution

Correct Answer: B
Question #14

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

Reveal Solution Hide Solution

Correct Answer: A,C,D
Question #15

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)

Reveal Solution Hide Solution

Correct Answer: A,D
Question #16

Which of the these UI changes can be controlled on the layout tab in Configurable product administration? Note: There are 3 correct answers to this question.

  • A . Whether Line Items are displayed in the Responder view
  • B . Whether an Attribute spans the entire screen
  • C . Position of attribute on the configuration view tab(s)
  • D . Order of attributes in the Responder view
  • E . How the attribute is displayed (ex, Radio Button, Drop Box)

Reveal Solution Hide Solution

Correct Answer: C,D,E
Question #17

What needs to be done when the Recurring Price field is not showing on product setup?

  • A . Recurring price and cost needs to be enabled on Attribute settings of the product.
  • B . The pricing mechanism needs to be set to pricebook and the Recurring price column needs to be filled.
  • C . Use of Recurring price and cost needs to be enabled on the user page.
  • D . Recurring price and cost needs to beenabledunder Applicationparameters.

Reveal Solution Hide Solution

Correct Answer: D
Question #18

Which of the following rules apply to pricebooks within a Market? Note: There are 2correct 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.

Reveal Solution Hide Solution

Correct Answer: A,C
Question #19

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.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #20

Which is the standard method to make each Quote expire 60 days after creation/

  • A . Use the Quote Expiration Date Custom Field
  • B . Use the Bulk Delete Feature to remove quotes after 60 days
  • C . Use a script attached to OneEveryTimeQuoteChanged
  • D . Use Standard APIs to remove quotes from external system

Reveal Solution Hide Solution

Correct Answer: A

Question #21

What can the user account still be used for if the Active flag is set to disabled?

  • A . Receiving email notifications
  • B . Evaluating approval rules
  • C . Having quotes reassigned to them
  • D . Logging into the account

Reveal Solution Hide Solution

Correct Answer: C
Question #22

Which of the following are standard administrative methods for creating products? Note: There are 2 correct answers to this question.

  • A . Import from an excel upload
  • B . Automatic creation from CRM
  • C . Manual creation
  • D . Import from JSON

Reveal Solution Hide Solution

Correct Answer: A,C
Question #23

Which of the following applies for users? Note: There are 3 correct answers to this question.

  • A . UI brands are assigned on user level.
  • B . Date format and separator can be defined on user level.
  • C . Each user can have multiple user types assigned.
  • D . Only one permission group can reference a username directly.
  • E . Custom fields can also be defined for user level.

Reveal Solution Hide Solution

Correct Answer: A,B,E
Question #24

Attribute ‘’memory ‘’ has a ‘’user Selection w/Quantity inputs for each Attribute value’’ Attribute type.

Which Display type should you use to allow the input of quantities in the configurator?

  • A . Custom Control
  • B . Check Box
  • C . Drop Down
  • D . Radio Button

Reveal Solution Hide Solution

Correct Answer: B
Question #25

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

  • A . Require
  • B . Using
  • C . Load
  • D . import

Reveal Solution Hide Solution

Correct Answer: D
Exit mobile version