Identify two supported procedures for moving commerce library functions between environments without overwriting other functions. (Choose two.)
A. Full commerce migration
B. Webservices
C. Granular migration
D. Migration packages
E. Bulk download/upload
In Commerce, what is the order of operations for the standard Modify sequence?
A. Modify tab, Advanced Default function, Formulas, After Formulas Advanced Modify function
B. Modify tab, Before Formulas Advanced Modify function, After Formulas Advanced Modify function
C. Integration, Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
D. Modify tab, Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
E. Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
Which operation is allowed in a BMQL query?
A. SELECT and UPDATE
B. SELECT, INSERT, and UPDATE
C. SELECT
D. SELECT, INSERT, and DELETE
Which three page types have predefined page templates? (Choose three.)
A. Process Document List Page
B. Product Line List Page
C. User Administration List Page
D. Model List Page
E. Parts Search Page
Which three BOM Mapping Tables are required to map Configuration attributes to BOM items and Commerce Transaction Line attributes using a simple Table-Based BOM Mapping Configuration rule? (Choose three.)
A. BOM Attribute Translation
B. BOM Attribute Definition
C. BOM Item Definition
D. BOM Item Mapping
E. BOM Attribute Mapping
Identify four types of attributes that can be set by formulas. (Choose four.)
A. Integer Attributes
B. Single Select Menu Attributes
C. Date Attributes
D. Text Attributes
E. Boolean Attributes
F. Currency Attributes
Given the following function:
What does [n] specify?
A. the number of occurrences of the old that will be skipped from the beginning
B. the number of occurrences of the old that will be replaced from the beginning
C. an array of the new values
D. an array of the old values
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, "")
What is the best method for restricting users from removing line items that are added to the configuration through a Recommended Item rule?
A. Write a Constraint rule to throw a runtime error on the Delete Action event.
B. Add an Advanced Validation rule on Delete Main Doc Action.
C. Ensure that all the parts are coming from a "mandatory" Recommended item rule.
D. Use CSS to hide the check box on Line Grid.
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"
Which Configuration Flow would you choose to design a Configurator where attributes vary based on prior user selections and have a sequential relationship consisting of distinct steps?
A. Master Start and End Flow
B. Multi Node Configuration Flow
C. Search Flow
D. any Configuration Flow with a combination of Constraint and Hiding rules that meet requirements
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.
While designing the integration of a CPQ Cloud transaction with an external Order Management System,
you must ensure that the transaction is submitted as an Order on a single-action-click from within CPQ
Cloud.
Which two statements are true given this requirement?
A. TransactionID of a transaction is key during the Order submission process.
B. The Order Management System will perform a getTransaction() API call to fetch transaction data in response to a valid request from the CPQ Cloud quote.
C. The CPQ Cloud transaction will perform an update Transaction() API call to send transaction data in response to a valid request from the Order Management System.
D. The Order Management System will need to initiate the Submit Order call on the click of a button within its own system.
E. The CPQ Cloud transaction will initiate the Submit Order call on the click of a button from the transaction.
What is the correct procedure for moving a file from one folder to another in File Manager?
A. Click File Manager on the Admin home page, click the source file folder, select the check box next to the file you want to move, click the destination folder, and click the Move button.
B. Click File Manager on the Admin home page, click the source file folder, select the check box next to the file you want to move, select the destination folder from the Select Folder drop-down menu, and click the Move button.
C. Click File Manager on the Admin home page, click the source file folder, click the file you want to move, and drag the file to the destination folder.
D. Click File Manager on the Admin home page, click the source file folder, right-click the file you want to move and select Copy from the shortcut menu, click the destination file folder, and right-click in the list of files in that destination folder and select Paste from the shortcut menu.
E. Click File Manager on the Admin home page, click the source file folder, select the check box next to the file you want to move, select the destination folder from the Select Folder drop-down menu, and click the Copy button.