What is the correct order of execution of Configuration rules for an attribute that has both Recommendation and Constraint rules written on it?
A. Recommendation, Constraint, Hiding, Recommended Item
B. Constraint, Hiding, Recommendation, Recommended Item
C. Constraint, Recommendation, Constraint, Hiding, Recommended Item
D. Hiding, Constraint, Recommendation, Recommended Item
E. Recommendation, Recommended Item, Hiding, Constraint
What would you do if a partner organization is no longer needed and the access of all users needs to be removed?
A. Proxy log in as superuser, go to the list of partner organizations, and select the partner organization and delete it.
B. Go to the list of partner organizations, perform a proxy log in as the superuser of the partner organization, go to the list of users, select all active users, and click Inactivate.
C. Proxy log in as superuser, go to the list of partner organizations, and select Denied in the Access drop-down list.
D. Open the list of partner organizations and set the value of Maximum Users to "0".
A red "X" appears instead of a part (item) in a configuration. What causes this?
A. The Recommended Item rule is recommending a part that does not exist.
B. The Recommended Item rule is not firing.
C. The Recommended Item rule is recommending more than one-part number.
D. The Recommended Item rule is recommending an incorrect price for the part number.
Which two statements are false about BML? (Choose two.)
A. BML follows the Object-Oriented programming model.
B. BML does not need to be externally compiled as the application compiles the BML.
C. BML has characteristics of Compiled and Interpretive programming.
D. BML is a C++ based markup language.
Which attribute type cannot be displayed on the line item grid?
A. Single-select menu attributes
B. Currency attributes
C. HTML attributes
D. Text attributes
Using standard functionality, how do you prevent a user from manually adding or removing rows in an array set?
A. by using CSS to hide icons
B. by hiding the control attribute
C. by hiding the control attribute and marking it as a forced set
D. by selecting the "Disable user override" property on the configurable array set editor page
Given the following code:

Which one of the following statements, when placed in the blank space, will give strArr2 a value of "123?"
A. join (strArr1,"")
B. join (strArr1, " ")
C. combine (" ", strArr1)
D. combine (strArr1, "")
When a user clicks Save within Commerce of CPQ, the user gets the following error: "insufficient access on cross reference id." Why?
A. The user does not have CPQ access.
B. The user does not have the ability to see and edit any object in Salesforce that the user is trying to edit.
C. Upon installing Salesforce Managed Package, the flag "Allow Quote Creation" is not checked.
D. The user does not exist in Salesforce Managed Package.
Identify the three data types available for part custom fields. (Choose three.)
A. "Currency"
B. "Float" can be changed to "Integer"
C. "String" can be changed to "Single Select Menu"
D. "Boolean"
E. "Date" can include time
F. "Multi Select Menu"
Select two statements that are true about Test Script found in a function debugger. (Choose two.)
A. Test Script is template of how the BML function should be written.
B. Test Script provides a way to test a BML Library function when array type attributes are input parameters.
C. Test Script describes the various functions used in BML.
D. Test Script can be used to compute multiple iterations of the library functions and print each.