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?
A. results = atoi (var);
B. results = atof (var);
C. results = stringtointeger (var);
D. results = stringtofloat (var);
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.
What standard functionality would you use to align attribute labels on a configuration screen so that they are evenly distributed vertically?
A. Add spacers in the Configuration Layout and define spacer height.
B. Add read-only text area attributes in the layout with the required dimensions.
C. Use CSS.
D. Add HTML attributes and use .
The following BML code in Config encountered an HTTP 404 error from someurl.com.

Which two statements are true? (Choose two.)
A. An unhandled exception will be displayed in red text at the top of the configuration screen.
B. The HTTP error will be captured in the CPQ Cloud Error Logs: bm.log.
C. An HTTP error will be displayed in red text with the message "HTTP 404 Not Found" at the top of the configuration screen.
D. The call will return "call failed."
E. The call will return "HTTP 404 Not Found."
You want to perform a configuration migration from a development site to a QA site. What is the Oracle-recommended way to accomplished this?
A. Using a DB Link, log in to the development site through the Migration Center section, select the components that need to be migrated, and start the migration.
B. Open Migration Center in the development site, log in to the QA site through the Migration Center section, select the components that need to be migrated, and start the migration.
C. Open Migration Center in the QA site, log in to the development site through the Migration Center section, select the components that need to be migrated, and start the migration.
D. Download the components that need to be migrated from the development site and upload them to the QA site.
The commerce step "Pending" has four participant profiles in the following order: SalesRep, SalesManager, Owner, and Admin. The Admin profile allows access with the FullAccess user type. The Owner profile has at performer steps "start" step selected. The step has an auto-forwarding rule. A FullAccess user with the SalesGroupA and SalesManagerA groups creates a new quote and saves it, which moves the quote to "Pending." The auto-forwarding rule returned the following two lines: SalesManagerA~Company~SalesManager SalesGroupA~Company~SalesRep
Which profile will be used to display the quote in the "Pending" step to this user?
A. SalesManager profile
B. Owner profile
C. Admin profile
D. SalesRep profile
In order to obtain additional sets of records when performing a REST call, which of the following sample URLs would a user use to obtain an additional 1000 records?
A. https://testsite.bigmachines.com/rest/v1/commereceDocumantsExampleTransactions?totalResults=
B. https:///testsitebigmachines.com/rest/v1/commerceDocumantsExampleTransactions?pffset=1000
C. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampleTransactions?set=1000
D. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampletransactions?limit=1000
There are two single-select attributes in an array set. The first single-select attribute shows a list of countries and the second attribute shows a list of states. Which is the most efficient way to show relevant states based on chosen country?
A. Use the Hiding rule, which is the only possible option, because arrays do not do not support Constraint rules.
B. Create Hiding rules for each country with Simple Conditions, and then select valid states for the Action attribute. In this case, the number of Hiding rules will be equal to the number of countries.
C. Create a Constraint rule for each country in the drop-down list by using Simple Conditions and select valid states for the Action attribute of the rule. In this case, number of rules will be equal to the number of countries in the list.
D. Load all country and state combinations in a data table and write a Constraint rule to lookup the data table.
Which two fields are required when adding a new user to the CPQ Cloud site?
A. Email
B. Last Name
C. First Name
D. Type
E. Password
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.