Weekend Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

1z0-1033-24 Oracle CPQ 2024 Implementation Professional Questions and Answers

Questions 4

Which two statements are false about BML? (Choose two.)

Options:

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.

Buy Now
Questions 5

Which format will datetostr (getdate()) return when no format is supplied?

Options:

A.

DD/mm/yyyy HH:mm:ss

B.

HH:mm:ss MM/dd/yyyy

C.

HH:mm:ss DD/mm/yyyy

D.

MM/dd/yyyy HH:mm:ss

Buy Now
Questions 6

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?

Options:

A.

SalesManager profile

B.

Owner profile

C.

Admin profile

D.

SalesRep profile

Buy Now
Questions 7

Ifno identifier informationis available in anExcel filepreviously being exported fromTransaction Line Item Grid, which existing information can be imported into theLine Item Grid?

Options:

A.

Information cannot be imported.

B.

All line itemsin theLine Item Grid, with the warning informing the user of the missing identifier information.

C.

Sales BOM-mapped line items.

D.

Any sales and manufacturing BOM line items.

E.

Only the model hierarchy, including the child line items.

Buy Now
Questions 8

A multi-select attribute with five options is displayed as check boxes. Depending on the conditions, the Configurator should show a user three of these five options.

How do you accomplish this?

Options:

A.

by writing a Constraint rule

B.

by writing a Hiding rule

C.

by writing a Recommendation rule

D.

by writing a Pricing rule

Buy Now
Questions 9

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?

Options:

A.

https://testsite.bigmachines.com/rest/v1/commereceDocumantsExampleTransactions?totalResults=1000

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

Buy Now
Questions 10

Using standard functionality, how do you prevent a user from manually adding or removing rows in an array set?

Options:

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

Buy Now
Questions 11

Which two items are not included in an environment refresh?

Options:

A.

Automated FTP upload to CPQ schedule

B.

Active sessions

C.

Users

D.

Commerce transactions

E.

Configuration administration

Buy Now
Questions 12

Select two statements that are true about Test Script found in a function debugger. (Choose two.)

Options:

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.

Buy Now
Questions 13

Which is the correct procedure for adding multiple files to File Manager in a single step?

Options:

A.

Click File Manager on the Admin home page, click the Browse button next to “Browse for ZIP File”, identify the zip file to upload, and click the Add/Update Files button.

B.

Click File Manager on the Admin home page, select the folder, where you want to store the new files, click the Browse button next to “Browse for ZIP File:”, identify the zip file to upload, and click the Add File button.

C.

Click File Manager on the Admin home page, select the folder where you want to store the new files, click the Browse button next to “Browse for ZIP File:”, identify the zip file to upload, and click the Add/Update Files button.

D.

Click File Manager on the Admin home page, select the folder, where you want to store the new files, click the Browse button next to “Browse for ZIP File:”, and click the Add/Update Files button.

E.

Click File Manager on the Admin home page, select the folder, where you want to store the new files, click the Browse button next to “Browse for ZIP File:”, identify the zip file to upload, and click the Add File button.

Buy Now
Questions 14

What is the limitation when searching entries in administration logs?

Options:

A.

The last six months can be searched.

B.

A single search can retrieve only a time span of three months.

C.

There is no limitation, all records from the beginning are available.

D.

The data stored in administration logs cannot exceed 50 MB.

Buy Now
Questions 15

What are three valid reasons for a Configuration rule failing to execute? (Choose three.)

Options:

A.

A runtime error occurs within the rule, which is firing before the current rule.

B.

The status of the rule is set to Inactive.

C.

The rule’s Condition attributes are hidden in Configuration Layout.

D.

The attributes used in the rule are not added in Configuration Layout.

Buy Now
Questions 16

Given the following code:

1z0-1033-24 Question 16

What will be returned?

Options:

A.

(key) = (/library/book/@lang)(value) = (en)(value) = (fr)

B.

(key) = (/lang/book/library)(value) = (en)(value) = (fr)

C.

(key) = (/library/book/@lang)(value) = (English)(value) = (French)

D.

(key) = (/library/book/@lang)(value) = (Spring in Action)(value) = (J2EE Blueprint)

Buy Now
Questions 17

When configuration a product, which pricing is applied last on a given item (part) after it is added to a valid configuration?

Options:

A.

Attribute value pricing

B.

List price from the PriceBook

C.

Base Price from the parts database

D.

Recommend Item Pricing

Buy Now
Questions 18

How can action buttons be hidden in Commerce?

Options:

A.

by using Commerce hiding rules

B.

by using Configuration hiding rules

C.

by using profiles and steps in Commerce

D.

by putting the action button bar on a hidden tab in Commerce

Buy Now
Questions 19

When using Web Services 1.0, consider the following sequence of a client system calling CPQ Cloud WebServices.

1. Call Security Login WebServices with User ID and Password.

2. Create a Commerce update Transaction WebServices call by using an existing transaction ID.

3. Make the following updates in the web service XML:

    Set Session ID.

    Set “_shipTo_first_name” to “myName”

4. Submit the WebService call.

5. Call Security Logout WebServices with the Session ID to close the session.

Based on the given sequence, which two statements are true? (Choose two.)

Options:

A.

Step 5 is unnecessary. Session ID is not needed to log out.

B.

The call in step 4 will throw an error.

C.

Step 3 does not specify an action to execute; therefore, nothing is updated in the transaction.

D.

The session will still be open.

E.

The Commerce transaction should be updated with the new Ship To name.

Buy Now
Questions 20

When creating a connection for a CPQ SOAP Endpoint in ICS, which format is expected?

Options:

A.

https:// /v2_0/receiver/commerce/oraclecpqo?WSDL

B.

https://

C.

https:// /ics/catalog

D.

https:// /v1/receiver?WSDL

Buy Now
Questions 21

What is the minimum number of transactions that must meet the filter criteria to train a Win Probability or Price Optimization machine learning model?

Options:

A.

40

B.

200

C.

35

D.

1000

Buy Now
Questions 22

An administrator tries to change the document views on an attribute from a participant profile on a given step. But the attribute is not listed in the list of attributes that are available for editing.

What are two reasons for this behavior? (Choose two.)

Options:

A.

The attribute is being referenced in an active Hiding rule.

B.

The attribute is not added to the layout.

C.

The attribute is hidden on the Attribute Details page.

D.

The attribute is a system attribute.

Buy Now
Questions 23

The Related Parts data table exists in the QA environment and in the production environment. The table has 3,000 records in the QA environment and 4,000 records in the production environment.

How many records will be present in the data table in the production environment if this table is migrated from the QA environment?

Options:

A.

7,000

B.

3,000

C.

4,000

D.

1,000

Buy Now
Questions 24

Transaction revenue bycategory/typein Oracle CPQ refers to the total revenue generated by the sales of different types of products or services.

Transaction revenue by category can betracked and analyzedusing variousreporting and analytics tools.

If you want totrack transaction revenue by category/type, how would you implement that capability?

Options:

A.

Create aCommerce Transaction attributeusing theattribute type of Revenue Category.

B.

Create aCommerce Transaction attributeusing theattribute type of Revenue Type.

C.

Create aCommerce Transaction attributeusing theattribute type of Menu, listing your desiredrevenue categories/typesasmenu choices.

D.

Create aCommerce Transaction Line attributeusing theattribute type of Revenue Type.

Buy Now
Questions 25

When doing a part search from home page, you have the Create Quote button to create a new Transaction.

How do you change the label of this button?

Options:

A.

Open the Commerce Process admin page, navigate to Process Actions, and change the label of the “_action_new_transaction” action.

B.

Go to the Process Invocation admin page, open the Part Search Results page, select navigation “Rules” of the action that has the type “Start”, and change the name of the invocation rule which points to the right commerce process.

C.

Go to the Process Invocation admin page, open the Part Search Results page, and change the name of the action that has the type “Start”.

D.

Open the Text Administration admin page, go to “C”, change the entry “Create Quote” and enter “Translated Text.”

Buy Now
Questions 26

Which two are allowable methods of defining menu item choices for Single Select Menus attributes or Single Select Pick List attributes in the BOM Item Mapping table?

Options:

A.

Creating separate BOM Item Mapping entries for each menu choice

B.

Placing all the menu item choices in a single BOM Item Mapping table entry, separating each item with the ^|^ delimiter

C.

Placing all the menu item choices in a single BOM Item Mapping table entry, separating each item with the *|* delimiter

D.

Placing the menu choices in a separate CSV file and referencing the CSV file in the BOM Item Mapping table entry

Buy Now
Questions 27

Identify three values that you can find in the Usage Metrics Report for the last month. (Choose three.)

Options:

A.

The number of configurations completed for different product families by internal users and partner organization users.

B.

The number of transactions for different Commerce processes created by internal users and partner organization users.

C.

A list of active partner organization users with the most recent login date and time and the number of logins.

D.

The number of logins by internal users in the last 30 days and the percentage of active users logged in.

E.

The total data size of the CPQ site occupied on the server.

F.

The total number of partner organizations and the number of active partner organizations.

Buy Now
Questions 28

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?

Options:

A.

Formula Administration

B.

Util library function

C.

Commerce library function

D.

Auto Update

Buy Now
Questions 29

You want to enable the display of ABO Delta Pricing in the Line Item Grid of the transaction layout. This requires the creation of new Commerce attributes to support this functionality.

What type of attributes should you create to enable Delta Pricing in the Line Item Grid of the transaction layout?

Options:

A.

Delta Pricing Array Set

B.

ABO Delta Pricing Set

C.

Delta Pricing Set

D.

Delta Currency Set

Buy Now
Questions 30

A CommerceConstraint rulehas been used toshow only applicable currenciesin theCurrency attributebased on the value selected in theCountry attribute.

After selecting the value in theCountry attribute, what should be performed to run the specifiedConstraint rule?

Options:

A.

TheSaveaction must be performed.

B.

No additional actionis needed. Any action will trigger theConstraint rule.

C.

TheSubmitaction must be performed.

D.

TheRefreshaction must be performed.

Buy Now
Questions 31

How should an administrator set up a conditional restriction for access to a Product Family?

Options:

A.

by providing conditional access criteria in the Restricted Access section of the home page setup

B.

by setting up a restricted profile and user group in Commerce and hiding the add, reconfigure, and delete product options

C.

by hiding the model Punch-In on the home page by using JavaScript

D.

by writing a Constraint rule at the Product Family level

Buy Now
Questions 32

The production CPQ site is on the22D release. Recently, the non-production development site refreshed to the23A Base Ref Apprelease.

As an administrator, you need to migrate different entities between these sites.

How would you accomplish this?

Options:

A.

Export a package from the22B non-productionsite and import it into the22D productionsite.

B.

Export a package from the22D productionsite and import it into the23A non-productionsite.

C.

Use theImport from Sourcemode to migrate items from the22D non-productionsite to the22D productionsite.

D.

Connect both the production and non-production sites to run thewhole site migration.

Buy Now
Questions 33

A customer sets up 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.

    The BOM Item Mapping Administration List shows no root BOM item or child BOM items. No errors are displayed.

Which field have they incorrectly populated in their BOM Mapping Tables?

Options:

A.

Root Variable Name in the BOM Item Definition Table

B.

Configurable Attribute Variable Name in the BOM Item Mapping Table

C.

BOM Item Variable Name in the BOM Item Mapping Table

D.

Parent BOM Map Variable Name in the BOM Item Mapping Table

Buy Now
Questions 34

Which statement is true about creating individual user groups for each partner organization, when creating partner organizations?

Options:

A.

A host company FullAccess user create groups for partner organizations; however, the superuser of a partner organization can only assign users to existing groups.

B.

The groups of a partner organization are maintained by FullAccess users belonging to the partner organization.

C.

The groups of partner organizations are created by using the Bulk Upload utility or SOAP API calls.

D.

Partner organizations use the same user groups defined for the host company.

E.

Partner organizations have only users, but no user groups.

Buy Now
Questions 35

What would you do if a partner organization is no longer needed and the access of all users needs to be removed?

Options:

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”.

Buy Now
Questions 36

Your sales users want to print aproposal documentfrom a transaction in theirpreferred languages.

What are the Oracle-recommended steps necessary to address this use case usingDocument Designerwhere thetemplate structure differs for each language?

Options:

A.

Createlanguage-specific templateswithdifferent names, providetranslationsand designs for each of these templates, and link these templates to asingle print actionby using aprinter-friendly XSL view.

B.

Create amulti-language template, provide translations for each language, and link this template to thePrint actionby using theprinter-friendly XSL view.

C.

Createlanguage-specific templateswith thesame name, provide translations and designs for each of these templates, and link these templates to aprint actionby using theprinter-friendly XSL view.

D.

Createlanguage-specific templateswithdifferent names, provide translations for each of these templates, and link these templates to asingle print action, each by usingprinter-friendly XSL views.

Buy Now
Questions 37

What is the correct navigation path to create Account Integrations?

Options:

A.

Admin > Accounts >Add >Integration

B.

Admin > Accounts > Integration > Add

C.

Admin > Process Definition > Integrations > List > Add

D.

Admin > Accounts > Import >Integration > Add

Buy Now
Exam Code: 1z0-1033-24
Exam Name: Oracle CPQ 2024 Implementation Professional
Last Update: Oct 15, 2025
Questions: 124

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90