Identify three types of data written to different log files that you can find in the Error Logs menu. (Choose three.)
A partner user approves a quote. However, the status in the CRM does not get updated.
Which two can be reasons for this?
For a multi-language Document Designer template, which of the following two activities are possible for the nondefault language view? (Choose two.)
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?
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?
Select two statements that are true about Test Script found in a function debugger. (Choose two.)
What two options do you have when searching for multiple parts on the Parts Administration page? (Choose two.)
A new user group has been created in the development environment. What should you do to migrate this new user group to the production environment?
You have implemented a Commerce Constraint rule, which has an Advanced action. While testing, you find that the attribute values specified in the rule are not being constrained, even though the condition is always true.
What are two reasons for this behavior? (Choose two.)
When Oracle CX Commerce self-service users access an Oracle CPQ Configurator as guest users, how is the CPQ UI presented to the users?
Which format will datetostr (getdate()) return when no format is supplied?
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?
Given the following code:

Which one of the following statements, when placed in the blank space, will give strArr2 a value of “123?”
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?
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?
What is the correct procedure for moving a file from one folder to another in File Manager?
Your customer wants to create a user that has complete access to the site and has the ability to add and edit new users.
Which procedure should you follow to accomplish this?
If no identifier information is available in an Excel file previously being exported from Transaction Line Item Grid, which existing information can be imported into the Line Item Grid?
Identify two options to which transactions can be forwarded using forwarding rules. (Choose two.)
You want to control the information that can be viewed on the transaction page.
What must you create to accomplish this?
Using standard functionality, how do you prevent a user from manually adding or removing rows in an array set?
Which is the correct procedure for adding multiple files to File Manager in a single step?
After saving content to the Content library, you check the Content library Tree and find that the new content is missing. What would be your immediate action?
Your customer has sales organizations in two countries. The customer wants to make sure that users from one country have access only to quotes from that country.
How do you achieve this?
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;