Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which two statements aboutBMQL (BigMachines Query Language)areFALSE?

A.

BMQL is a SQL-based query language.

B.

BMQL queries can be written to fetch data from Commerce attributes.

C.

BMQL cannot be used to update data tables.

D.

BMQL does not support Aggregate Functions.

Full Access
Question # 5

A user tries to upload the following Parts file from the ExampleParts_Testsite’s.zip ZIP file by using FTP: ExampleParts_Testsite’s.csv.

What causes the Parts upload to fail based on the file name?

A.

The file name exceeds character limits.

B.

CSV files are not valid file extensions that can be uploaded by using FTP.

C.

The “_” used in the file name is invalid.

D.

The apostrophe used in the file name is invalid.

Full Access
Question # 6

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

Full Access
Question # 7

How can information that is stored in a part field be shown in the line item grid column in Commerce?

A.

by adding a column to Commerce Layout Editor

B.

by adding a column to the Line Item Details layout in the Commerce Layout Editor

C.

by adding a column and mapping it to the field in the line item grid in Commerce Layout Editor

D.

by adding a field to the part database

Full Access
Question # 8

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

A.

Punch-Ins are links that hook 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.

Full Access
Question # 9

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

A.

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

B.

setting the message type as Static Entry 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

Full Access
Question # 10

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?

A.

by writing a Constraint rule

B.

by writing a Hiding rule

C.

by writing a Recommendation rule

D.

by writing a Pricing rule

Full Access
Question # 11

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

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

Full Access
Question # 12

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?

A.

Click the Add button on the User Administration List page; enter values for the required fields (Login, Password, Email, First Name, Last Name, and Phone Number); set the Type field to Admin; click the Add button to add the user to the system; click the new user’s name on the User Administration List page to edit the user; select the Add New Users check box; and click the Add button to save the changes.

B.

Click the Add button on the User Administration List page; enter values for the required fields (Login, Email, and First Name); click the Add button to add the user to the system; click the new user’s name on the User Administration List page to edit the user; select the Create/Modify Users check box; and click the Update button to save the changes.

C.

Click the Add button on the User Administration List page; enter values for the required fields (Login, Email, and First Name); set the Type field to FullAccess; select the Create/Modify Users check box, and click the Add button to add the user to the system.

D.

Click the Add button on the User Administration List page, set the Type field to Admin, click the Add button to add the user to the system, click the new user’s name on the User Administration List page to edit the user, select the Create/Modify Users check box, and click the Update button to save the changes.

E.

Click the Add button on the User Administration List page; enter values for the required fields (Login, Email, and First Name); set the Type field to FullAccess; click the Add button to add the user to the system; click the new user’s name on the User Administration List page to edit the user, select the Create/Modify Users check box; and click the Update button to save the changes.

Full Access
Question # 13

Given the following code:

What will be returned?

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)

Full Access
Question # 14

You are asked to design a Document Designer template, which should generate an output document where users would be able to navigate to a specific section from the table of contents. This is a complex document with many sections and subsections that can go up to seven levels of parent/child relationships.

Which three steps do you need to perform to ensure that the table of contents show only two levels of the sections and subsections so that the user reviewing the document can navigate to a desired section’s page and scroll further to the deeper levels? (Choose three.)

A.

Enable the Table of Contents option for selected heading styles.

B.

Enable the Table of Contents option for all heading styles.

C.

Assign a heading style set to the Table of Contents layout.

D.

Create headings by using the Heading element for the section content in your template.

E.

Assign page numbers to all heading elements.

Full Access
Question # 15

Your users receive a notification for a transaction from CPQ when an approval has been retracted and is no longer needed. The notification contains a generic message about this action. However, users would like to get more details about the transaction.

What is the Oracle-recommended best practice to fulfill this requirement in CPQ?

A.

Trigger an email action to notify users by custom defining the email’s subject and body, which contain the transaction details, by using the advanced function available in the Revise action.

B.

When a transaction needs to be revised, allow the transaction owner to send a parallel email to approvers, which should include the necessary transaction details.

C.

Switch the system-generated email-to-email template, which will include the desired transaction information when approvers are notified.

Full Access
Question # 16

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

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.

Full Access
Question # 17

Along with Part Number, Quantity, and Price, you also want to send additional recommended item details from Configuration to Commerce by using a Recommended Item rule.

Which two options enable you to achieve this? (Choose two.)

A.

Use the Comment field to pass additional details.

B.

Pass the additional details by storing them in a Price Book.

C.

This is not feasible. Only Part Number, Quantity, and Price can be passed from Config to Commerce by using Recommended Item rules.

D.

Concatenate the additional details to Part Number.

E.

Use BOM Mapping rules.

Full Access
Question # 18

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

A.

migrations with the site as target

B.

deployment of configuration product families

C.

creation of data tables

D.

modification of Commerce process objects

E.

creation of configuration objects

F.

uploading of files in File Manager

Full Access
Question # 19

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?

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

Full Access
Question # 20

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

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.

Full Access
Question # 21

You have Developer Toolkit Command-Line Interface (CLI) installed on your local system.

Which command will run a deployment for your commerce process testProcess?

A.

ocpp-toolkit push -d /commerceAndDocuments/processDefinition/testProcess/

B.

cpq-toolkit push /commerceAndDocuments/processDefinition/testProcess/

C.

cpq-toolkit push --na-save-no-test /commerceAndDocuments/processDefinition/testProcess/

D.

cpq-toolkit pull /commerceAndDocuments/processDefinition/testProcess/

Full Access
Question # 22

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?

A.

Open Pipeline Viewer and verify the hierarchical JSON representation for the entire system data.

B.

Use the Configuration ID value in the BML debugger to run the system configuration and validate the JSON response.

C.

Check the Transaction XML to ensure all of the system models and child items have been correctly added.

D.

Check the System Configuration log to ensure that the system has been configured correctly.

Full Access
Question # 23

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

A.

40

B.

200

C.

35

D.

1000

Full Access
Question # 24

Your customer wants to have theCommerce pricing functioninvoke aUtil library function applyDiscounts(), which appliesdiscountson thedistributor price, reseller price, and end-customer price, and then returns thediscounted values.

Which three approaches can you use to pass these values back to theCommerce pricing function?

A.

Construct a return result stringin the following format and return this string: documentnumber-VariableName-value]

B.

Add these values to a dictionary, along withappropriate keys, and return this dictionary.

C.

Add all values to an arrayand return the array.

D.

Return the values using multiple return statements.

Full Access
Question # 25

You want to add multiple sections to your Document Designer template, and you want the sections flow in the template without page breaks between each section.

How would you accomplish this?

A.

Select the Child Section check box in the Section Properties panel for each subsequent section following the first section in the series.

B.

Add each section to the template and manually remove the page breaks at the end of each section.

C.

Add the first section in the series and select the Continuous Section check box in the Section Properties panel.

D.

You do not have to do anything because this is the default behavior in Document Designer.

E.

Select the Continuous Section check box in the Section Properties panel for each subsequent section following the first section in the series.

Full Access
Question # 26

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.

Full Access
Question # 27

A FullAccess User is attempting to update parts through the SOAP API using Web Services 2.0.

When attempting to update a specific part, the user gets the following error:

"The security token could not be authenticated or authorized."

What should the user verify?

A.

That the user is a Partner User

B.

That the part number is valid

C.

That the password used in the header of the SOAP call is correct

D.

That the user has API access permissions

Full Access
Question # 28

Which statement is FALSE about live data tables?

A.

Live data tables do not need to be deployed after modification.

B.

Web services are recommended to update live data tables over BMQL functions.

C.

Insert, Modify, Delete, and Update are supported BMQL functions for live data tables.

D.

Live data tables can be modified using UI, Web Services, BMQL, and Bulk Uploads.

Full Access
Question # 29

Which two items are necessary to migrate between environments? (Choose two.)

A.

Environments must have similar urls (for example, testcustomer and devcustomer).

B.

Environments must be on the same major release (for example, 2016R2).

C.

Environments must be on the same minor release (for example, 2016R2 update 2).

D.

Administrators must have FullAccess logins for both environments.

E.

Entities to be migrated must be deployed within 24 hours of the migration.

Full Access
Question # 30

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

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.

Full Access
Question # 31

Apartner userapproves a quote. However, the status in theCRMdoes not get updated.

Which two can be reasons for this?

A.

The partner user approved the quote throughmobile approvals.

B.

Integrations are not associatedwith theapprove action.

C.

Thepartner user does not have accessto theattribute "status"in thepending stepwithin CPQ.

D.

The partner user does not have the correctpartner info credentials.

Full Access
Question # 32

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?

A.

Define different steps (for example, Pending A and Pending B) for each country. The participant profile of each step allows access through user groups (either Group A or Group B depending on the step). Using transition rules, make sure that quotes for Country A are always moved to steps belonging to that country.

B.

Hide Transaction Manager in CPQ and make sure that all access to quotes is performed from the CRM system where you can easily define which quotes should be visible for different users.

C.

Define two groups: Country A and Country B. Define a participant profile, Sales, for each step. Define an auto-forwarding rule which returns either “Group A~company~Sales” or “Group B~company~Sales.”

D.

Define two groups: Country A and Country B. For each step, define two different participant profiles: Profile A and Profile B. For each profile, select one matching group.

Full Access
Question # 33

Which are three testing strategies for Oracle CPQ Cloud? (Choose three.)

A.

Test cases should be directly linked to business requirements.

B.

Avoid using a test case tracking tool because it is time consuming to track all of the testing team’s efforts.

C.

Perform isolated tests as well as intra-system and cross-system integration tests.

D.

Create specific test data for accounts, opportunities, and contracts in the CRM system and use that data to perform end-to-end tests for CPQ Cloud quotes.

Full Access
Question # 34

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.

Full Access
Question # 35

Which is allowed in a deployable data table when you create a BMQL query?

A.

SELECT and UPDATE

B.

SELECT, INSERT, and DELETE

C.

SELECT, INSERT, and UPDATE

D.

SELECT

Full Access
Question # 36

Which two statements are true about Formulas? (Choose two.)

A.

Both attributes and library functions can be used as inputs for Formula Management.

B.

Only attributes can be used as inputs for Formula Management.

C.

Formulas can set both transaction- and line-level attributes.

D.

Formulas cannot be run in sequence to perform multi-step calculations.

Full Access
Question # 37

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?

A.

Formula Administration

B.

Util library function

C.

Commerce library function

D.

Auto Update

Full Access