Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Oracle 1z0-1033-22 Oracle CPQ 2022 Implementation Professional Exam Practice Test

Page: 1 / 10
Total 96 questions

Oracle CPQ 2022 Implementation Professional Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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.

byhiding 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

Question 2

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.

Question 3

What two options do you have when searching for multiple parts on the Parts Administration page? (Choose two.)

Options:

A.

You can leave the field empty, which will return all parts.

B.

Use “_” and/or “%” as wildcards.

C.

Use “*” and/or “?” as wildcards.

D.

Type the start string of a part number. The search will return all parts starting with this text.

E.

Use regular expressions (RegEx) to describe a search pattern.

Question 4

What does the function getconfigattrvalue () return?

Options:

A.

Returns allText Area Attribute values only

B.

Returns the values of configuration attributes in Commerce

C.

Returns all Menu Attribute values only

D.

Returns the values of configuration attributes in Config

Question 5

What is the order of execution when a new transaction is created?

Options:

A.

main doc integration, advanced main doc default BML, attribute defaults

B.

process integration, attribute defaults, advanced main doc default BML

C.

process integration, advanced main doc default BML, attribute defaults

D.

process integration, attribute defaults, advanced main doc default BML, main doc integration

E.

attribute defaults, advanced main doc default BML, processintegration

F.

advanced main doc default BML, attribute defaults, main doc integration

Question 6

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?

Options:

A.

Usethe 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 tothe 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.

Question 7

What is the correct procedurefor moving a file from one folder to another in File Manager?

Options:

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 fromthe 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 boxnext to the file you want to move, select the destination folder from the Select Folder drop-down menu, and click the Copy button.

Question 8

A customer attempts to set up Subscription Ordering on their site using the steps outlined in the ABO Implementation Guide. The site has been previously set up with BOM Mapping for a specific model. Upon testing the Subscription Ordering functionality for this model, they notice that no values are populated in the Action Code Transaction Line level attribute when adding line items to their Transaction.

Which statement is true?

Options:

A.

They added an incorrect reverse mapping entry for the model in the Oracle_aboPart2Model table (Admin > Data Tables).

B.

They selected an incorrect function for the “BML Util Function” selection under BOM settings (Admin > BOM > Declare Util Function).

C.

They specified an incorrect site URL in the abo_initializeContext BML Util Library function (Admin > BML Library).

D.

They provided incorrect BOM Mapping values for the model inthe BOM Item Definition and BOM Item Mapping tables (Admin > Data Tables).

E.

They failed to incorporate conditionals to handle action code statuses in the formula for the Price (List) Transaction attribute (Admin > Process Definition > Formulas).

Question 9

Which two scenarios are valid forlooping by using XSL Snippets? (Choose two.)

Options:

A.

You want to display a table of single-select, quote-level Commerce attributes.

B.

The data in the line item grid must be displayed as a table.

C.

The grid selector cannot handle the conditions that you needto implement.

D.

The data needs to be manipulated before being used in loop conditions.

Question 10

Identify two ways in which you can display a message to a user while using simple table-based lookups for an attribute. (Choose two.)

Options:

A.

defining an advanced BML (CPQ Cloud Language) function for that attribute

B.

setting the message type as StaticEntry when selecting an attribute to populate

C.

setting the message type as Table Column when selecting an attribute to populate

D.

defining a static text message for that attribute

Question 11

In Commerce, what is the order ofoperations for the standard Modify sequence?

Options:

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

Question 12

Which statement is a proper definition of a Punch-In?

Options:

A.

Punch-Ins are links thathook into a specific Commerce process in the system. They can be used to navigate directly to a given Commerce process in your application. They can also be used to jump into a specific Commerce process from an external website.

B.

Punch-Ins are links that hook into specific product families in the system. They can be used to navigate directly from a product family to another in your application. They can also be used to jump into a specific product family from an external website.

C.

Punch-Ins are links that relate into specific parts in the system. They can be used to search directly for a given part in your application. They can also be used to search for a specific part from an external website.

D.

Punch-Ins are links that hook into specific pages in the system. They can be used to navigate directly from one page to another in your application. They can also be used to jump to a specific page from an external website.

E.

Punch-Ins are buttons that take you to specific pages in the system. They can be used to navigate directly from one page to another in your application.

Question 13

Identify four types of attributes that can be set by formulas. (Choose four.)

Options:

A.

Integer Attributes

B.

Single Select Menu Attributes

C.

DateAttributes

D.

Text Attributes

E.

Boolean Attributes

F.

Currency Attributes

Question 14

Identify three types of activities that are captured in Administration logs. (Choose three.)

Options:

A.

migrations with the site as target

B.

deployment of configuration productfamilies

C.

creation of data tables

D.

modification of Commerce process objects

E.

creation of configuration objects

F.

uploading of files in File Manager

Page: 1 / 10
Total 96 questions