01. After a user finishes configuring a product, the business needs the configured result to produce a structured, multi-level parts list that downstream manufacturing and ERP systems can consume for fulfillment.
Which Configuration capability produces this structure from the configuration?
a) BOM Mapping
b) A Configuration constraint rule
c) The Pricing Portal price model
d) A Commerce Action
02. While building a configurable product, an implementer needs a field that captures the buyer's product-defining selections (such as a model, size, or feature choice) so those selections can drive the valid product and its components.
Which CPQ element is intended to hold these product-defining selections?
a) A Commerce attribute
b) A Configuration attribute
c) A Data Table entry
d) A price model parameter
03. Inside a BML script that runs during a rule, the implementer needs to retrieve only the Data Table rows that match criteria known at runtime (for example, a selected region and product family) and then use the returned values in the logic.
What is the appropriate way to obtain those matching rows?
a) Load the entire Data Table into the script and manually iterate every row
b) Hard-code the expected rows in the script for each region and family combination
c) Add a Configuration Rule that hides the non-matching rows before the script runs
d) Issue a BMQL query against the Data Table with the runtime criteria as the filter
04. While mapping a solution, an implementer must separate elements that belong to the Commerce process (the transaction/quote side) from those that belong to the Configuration side.
Which elements are part of the Commerce process?
(Choose three.)
a) Transaction steps and statuses defined in the Process Definition
b) Commerce attributes that hold line and transaction data
c) Formulas that produce calculated transaction attributes
d) Configuration attributes that capture product selections
e) BOM Mapping that builds Bill of Materials structures
f) The product family hierarchy defined in Catalog Definition
05. On each quote line, the extended amount must be automatically derived from the line's quantity and unit price, and it must update whenever either input changes, without the user editing it.
Which Commerce construct is the most appropriate way to produce this value?
a) A Commerce Action that recalculates the field when clicked
b) A hiding Commerce Rule on the extended-amount attribute
c) A formula that calculates the extended amount value
d) A Configuration attribute on the product model
06. An implementation must represent the company's own internal organizations as account records and also represent outside customer organizations as account records.
Which statement is correct about handling internal and external accounts?
a) Internal and external organizations must each be maintained in a separate, unrelated wizard
b) Only organizations outside the company can be represented as accounts
c) Account records are generated automatically from the users created in the Users wizard
d) The Accounts wizard maintains both internal accounts and external accounts
07. A CPQ implementation includes many related configurable products that sales users struggle to locate. The business wants them organized into a browsable structure so users are guided to the correct configurable model before they begin configuring.
Which Configuration-side capability addresses this requirement?
a) The product family hierarchy defined through Catalog Definition
b) A Configuration recommendation rule that suggests option values within one product
c) The Commerce process
d) BOM Mapping, which turns configuration selections into a fulfillment parts list
08. End users report an intermittent error while performing a Commerce action, and the administrator needs to examine what the application recorded when the failures occurred in order to diagnose the cause.
Which site tool is the appropriate starting point?
a) Migration Logs
b) Logs wizard
c) General Site Options / Developer Tools
d) File Manager
09. An administrator wants Oracle CPQ users to sign in with their existing corporate identity credentials so they do not maintain a separate CPQ password.
Which CPQ integration area is used to configure this?
a) The Utilities tool
b) The FTP integration channel
c) SSO Settings
d) The Data Tables wizard
10. During quote pricing, a rule must obtain a value that lives only in an external system and that changes frequently, so the value must be fetched live at the moment the rule executes rather than from a copy synced earlier.
Which approach fits this real-time, in-line requirement?
a) Schedule an FTP job that periodically pulls the external data into a Data Table the rule reads
b) Call the external system's web service from the BML logic during rule execution
c) Store the last known value in a Commerce attribute default and refresh it nightly
d) Use the Utilities tool to bulk upload the external values before each quoting session