Select two statements that are true about Test Script found in a function debugger. (Choose two.)
A client wants customers to be able to select a laptop category from a drop-down list in the Product Configuration section. After the laptop category is selected, all laptops within that category need to be displayed without the user having to do any more selections.
Which option meets this requirement?
Given the following JSON:

Which option gets the reference of a JSON object with a specific Document Number ‘40’?

A customer has BOM Mapping configured on their site using a simple Table-Based BOM Mapping rule. However, they want to modify their BOM Mapping to also map an additional Configuration attribute to a Transaction Line level attribute.
Which two methods can the customer use to achieve this? (Choose two.)
A customer sets up a BOM mapping for a configuration model using a single simple Table-Based BOM Mapping Configuration rule, as well as the BOM Item Definition and BOM Item Mapping Tables. When reviewing their implementation, they notice the following:
The BOM Root Items Administration List shows the root BOM item and its child BOM items correctly. No errors are displayed. (Accessed from Admin > Products > BOM > BOM Root Items List)
The BOM Item Mapping Administration List shows no root BOM item or child BOM items. No errors are displayed. (Accessed from the BOM Mapping rule’s “Save and View Details” button)
Which field have they incorrectly populated in their BOM Mapping Tables?
When creating a connection for a CPQ SOAP Endpoint in ICS, which format is expected?
How do you modify a specific user’s access (grant access or remove access) to Product Families, Supported Product Families, and Data Table folders?
A FullAccess User is attempting to update parts through the SOAP API using Web Services 2.0.
When attempting to update a specific part, the user gets the following error:
"The security token could not be authenticated or authorized."
What should the user verify?
What two options do you have when searching for multiple parts on the Parts Administration page? (Choose two.)
The production CPQ site is on the 22D release. Recently, the non-production development site refreshed to the 23A Base Ref App release.
As an administrator, you need to migrate different entities between these sites.
How would you accomplish this?
Where would you define the table relationships when creating Bulk Table Lookup rules?
Identify two reasons why some or all transaction in a particular step are hidden for a user in Transaction Manager.
What is the correct procedure for moving a file from one folder to another in File Manager?
In an existing implementation of CPQ, there is a system configuration with a system that has a root model and several child models that have a complex and hierarchical configuration.
As an administrator, which step should you choose to troubleshoot/debug the system in order to know which models and child items are configured in the entire system before adding the system to a transaction?
When designing an integration with an ERP system, you must communicate with a third party integration tool (such as a middleware or a hub).
Which three methods can be used to communicate with a middleware in this scenario? (Choose three.)
Where would you navigate to view the attribute mappings for the CX Sales Import Lines Integration?
Consider the following requirements for integration with Salesforce:
Transaction information needs to be pushed back to Salesforce and synchronized.
You must be able to synchronize a transaction with up to 1,000 lines back to the Opportunity Product object in Salesforce.
On the basis of these requirements, which three XSL sets should you use to provide the integration? (Choose three.)
Given the following code:

Which function, when filled in the blank, will return a value of 1?
What is the correct order of execution of Configuration rules for an attribute that has both Recommendation and Constraint rules written on it?
Which two scenarios can be automated with File Transfer Protocol (FTP)? (Choose two.)
What would you do if a partner organization is no longer needed and the access of all users needs to be removed?
Identify two options to which transactions can be forwarded using forwarding rules. (Choose two.)
When configuration a product, which pricing is applied last on a given item (part) after it is added to a valid configuration?
The following BML code in Config encountered an HTTP 404 error from someurl.com.

Which two statements are true? (Choose two.)
What is the minimum number of transactions that must meet the filter criteria to train a Win Probability or Price Optimization machine learning model?
Given the following code:

Which statement will return the value for results as 25.0 when it is put in place of the blank line shown above the “}else{” statement?
Which statement, when placed in the blank space in the code snippet below, will set results = 25.0?
var = "25";
if (isnumber(var)){
______________________
}else{
results = 0.01;
}
return results;
Your customer wants to have the Commerce pricing function invoke a Util library function applyDiscounts(), which applies discounts on the distributor price, reseller price, and end-customer price, and then returns the discounted values.
Which three approaches can you use to pass these values back to the Commerce pricing function?