Oracle CPQ Study Dump

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

10. System Configuration Initialization option are defined in Config Setting. There is Inter Model Rule which sets the value in another model. (2 options needs to be selected) A. As soon as you open the effected Model B. When Configuration is saved. C. Process Invocation D. When config data moves from Config to commerce

As soon as you open affected model, when config data moves from config to commerce

1. Consider the following requirements for integration with Salesforce: Transaction information needs to be pushed back to Salesforce and synchronized. You must be able to synchronize a transaction with up to 1,000 lines back to the Opportunity Product object in Salesforce. On the basis of these requirements, which three XSL sets should you use to provide the integration? (Choose three.) a. SFDC Opportunity - Import b. SFDC QUOTE- UPSERT c. SFDC PRODUCTS- UPESERT ALL (200, 400, 600, 800, 1000) d. SFDC QUOTE - PROCESS UPDATES e. SFDC Opportunity - Upload

QUOTE - UPSERT, PRODUCTS - UPSERT ALL (2-1k) ,QUOTE- PROCESS UPDATES to provide integration

Question #:143 The Subscription Management Integration is designed support to which two types of business processes? A. Selling A recurring price-based products and their billing management B. Lead to cash for all products and services C. One-Time purchases hard goods D. Quote to cash for all products and services E. Quote to cash for non-tangible products and services Ans: AD

Selling A recurring price-based products and their billing management Quote to cash for all products and services

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

environments must be on the same major release, and admin must have FUllAccess logins for both environemnts

Question #:112 What are the options needed to migration when you are doing source import? A. User name B. Password C. url D. Site Name E. IP address

Usernae, Password, URL

26. How to create a Price Gauge to guide users in setting the optimal discount for a quote. What is the correct procedure in the relevant commerce process? a. View the sub document attributes, create a new integer attribute, select the Guage input attribute b. View the analytics, create a scatterplot analytics, associate the analytics to a price guage attribute. c. View the main document attributes, create a new html attribute, associate a price gauge visualization, select the gauge input attribute. d. View the analytics, create a price guidance analytics , associate the analytics to an html attribute e. View the main document attributes, create a new price gauge attribute type, select the gauge input attribute

view main document attributes, create a new html attribute, associate a price gauge visualization, selection the gauge input attribute (c)

28. 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?

writing a constraint rule

Question #:42 Which two statements are false about BML? (Choose two.) 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. Answer: AD

not an Object Oriented Programming model and not a C++ based markup language

1. Parts custom field., select 3 options a.multiselct b.single select c.string d.date and currency e.float f.integer

single select, string, float (the non mathy ones for PART custom field)

1. Given the following function: What does [n] specify? replace(str,old,new,[n]) 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

# of occurences of the old that will be replaced from the new

3 discount types available in pricing?

1. Percentage, 2. Amount Discount, 3. ABsolute price

58. A customer has BOM Mapping configured on their site using a simple Table-Based BOM Mapping rule. However, they want to modify their BOM Mapping to also map an additional configuration attribute to a Transaction Line Level attribute. Which two methods can the customer use to achieve this? (choose two.) 1. add a new entry in the bom attribute mapping table for the bom item 2. add a new entry in the BOM Item Mapping Definition 3. add a new entry in the BOM attribute definition 4. define an advanced BML based BOM Mapping rule to populate attributes node e. define adavanced BML based BOM mapping rule that populates definition node f. define advanced BML based bOM mapping rule to populate fields node of the bom item

1. add new entry of BOM Attribute Mapping table define an advanced BML based BOM mapping rule to populate Attributes node. (basically things involving attribtues, and one BML mapping rule and one new entry into table)

28. Which 3 statements are true about configuring several child models in system configuration

1. child model configurations can have DIFFERENT STATUSES (INVALID, WARNING) 2. you are able to add ENTIRE SYSTEM CONFIGURATION to favorites 3. CSS CUSTOMIZATION is allowed for status icons

Identify 3 types of activities that are captured in Administration logs 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

1. deployment of configuration product famlies, 2. creation of data tables, 4. creation of configuration object

1. Customer wants to download Parts, Serial Numbers and Accounts into their desktop from the CPQ environment. Provide the steps:

1. downloads 2. select parts 3. search criteria and click download 4. link for part to download the file to desktop 5. repeat for serial numbers and accounts , so there are 5 sentences, 5 steps a. Go to Downloads from Admin page. Select parts and click next. Apply the search criteria and click download. Click the link for part to download the file to the desktop. Repeat the steps for Serial Numbers and accounts.

commerce process order of operations

1. execute process integrations 2. perform any attribute defaults (assign default values) 3. perform any BML default functions

11. How many snapshots does system store in migration center ? A. It will store all the selected snapshots for certain time frame. B. It will store only 10 snapshots. C. It will only keep the latest snapshot.

10 SNapshots

28. bmql(modify table1 set column1 ="new_value1", column2="new_value2" where column1="old_value1"). Find the number of data returned. a. 2 integers - no of records inserted, no of records modified b. 1 integer - no of records inserted c. 1 integer - no of records modified 1 integer - no of errors returned

2 integers - # of records inserted and # of records modified

1. How many custom part fields are available? A. 20 B. 30 C. 10 D. 15

30

Question #:154 Oracle CPQ 2021 In an Implementation of CPQ, there is an existing setup for System Configuration with the Initialization feature enabled using the options on the Configuration settings page. Under what three circumstances would the Initialization cause partial configuration of models In the System Configuration? A. When the number models setting Is lower than the number of models In the system. B. When a particular model has multi-layout configuration flow. C. When the depth of descendant models setting Is higher than the number of descendant levels In the system. D. When the depth of descendant models setting Is lower than the number of descendant levels In the system. E. When the number models setting Is higher than the number of models In the system.

A - # of model setting is lower than number of models in the ssytem, B - when a particular model as a multi layour configuration flow, and D - when depth of descendant models is LOWER than number of descendant levels Ans: ABD

Question #:160 When defining a Line-level Price Guidance Analytic, which four steps are required? A. Choose whether to use historical percentages or offsets from optimal discounts. B. Filter the Input data by Part Number. C. Input the Win Probability percentage based on the optimal discount value. D. Set up Data Columns for attributes used as filter attributes. E. Select the Actions on which the Analytic will be recalculated. F. Define the Price Gauge that will use the Price Guidance values. G. Select appropriate transactions from the Scatterplot Analytic to use as sample transactions. Ans: ABDE

A - choose whether to use historical data percentages or offsets from optimal discounts B - filter the input data by part number D - Set up Data Columns E - Select Actions on which analytic will be recalculated

Question #:150 Price Gauge values can be populated In which three ways? A. using the Price Guidance Analytic B. with target pricing Integrated In from an external pricing application. C. using the Win Probability Analytic D. using the Scatterplot analytic E. The current price or discount

A - using price Guidance Analytic B - with target pricing Integrated in from an external pricing app E - the current price or discount Ans: ABE

Question #:68 What are three valid reasons for a Configuration rule failing to execute? (Choose three.) 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. Answer: ABD

A Runtime error occurs within the rule,which is firing before the current rule, the status of the rule is set to inactive, and the attributes used in the rule are not added to the configuratoin layout

1. Identify two reasons why some or all TRANSACTION IN A PARTICULAR STEP ARE HIDDEN FOR A USER in transaction manager. a. The step has an AUTO FWDING RULE, which did not return the user or one of his groups and all participant profiles DO NOT HAVE OTHER PERMISSION METHODS SELECTED. b. All participant profiles of this step have group access defined and the "Performer step" set, and the user DID NOT PERFORM AN ACTION ON THE HIDDEN TRANSACTIONS in other steps. c. There is no valid participant profile for this user with hidden transactions. d. The user has the restricted access user type e. A hiding rule was defined in commerce rules f. The participant profile that is valid for this has the document views tab, the document views panel, and the "Entire Document" = "Hide" setting.

A, B

1. E-commerce application wants to send the configuration attribute values to CPQ. Identify the three steps to setup signed punch-in attributes in CPQ. a. Generate access token b. Upload a public key in CPQ integration center c. Provide access token data d. Private key data to be setup with Commerce application e. Map the pricing data with punch In attributes

A, B, C

1. In which two locations are the keywords for mobile processing of quotes defined when setting up approvals? (Choose two.) a. Submit sub-action - Submit for Approval b. Submit sub-action - Approve c. Submit sub-action - Reject d. Mobile Approval Email Notification

A, D

1. User can see the Administrator group, but cannot make any changes to them a. User doesn't have access administrator permission b. User doesn't have create/modify user permission c. User is not part of administrator group which has admin group rights d. User is not part of administrator group which has admin user rights e. User is having restricted access permission

A, User doesnt have access administrator permission

xmlPayload = "<xml version = "1.0" encoding = "UTF-8"?><library><book lang = "en">Spring in Action</book><book lang = "fr">J2EE Blueprint</book><library>"; xpaths=string[1]; xpaths[0]="libray/book/@lang"; output = readxmlmultiple(xmlpayload, xpaths); for xpath in xpaths{ print (" (key) = ("+xpath+") "); values = string[1]; values = get(output, xpath); for value in values { print (" (value) = ("+value+") "); } } Return " "; 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)

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

Question #:156 Which four steps must you perform to create a Price Guidance Analytic that: will Identify the Last Price actually paid by a customer for each line on a quote? A. Create a filter that will match against only quote lines for the same customer as that being quoted. B. Select "use List Price" for the Data Source. C. Identify the output Commerce Attribute to populate with the WON/LOST status value.. D. Select the Output Aggregate Type as 'latest'. E. Define a filter that returns only quote lines for the quote line's part. F. Identify the output Commerce Al tribute to populate with the last price value. G. Select 'Use Trained Price Optimization' for the Data Source.

A. Create a filter that will match against only quote lines for the same customer as that being quoted. D. Select the Output Aggregate Type as 'latest'. F. Identify the output Commerce Al tribute to populate with the last price value. G. Select 'Use Trained Price Optimization' for the Data Source. Ans: ADFG

Question #:135 Which is the first step for system configuration?

A. Define BOM Item Definition table and BOM Item mapping table. Ans: A

Question #:173 A configuration is created with product family, product line, model definitions. You want to check configurator for a new set of products. What is the last task you will perform to check if configurator is accessible? (Select 1) A. Deploy Home Page. B. Create Configuration flow. C. Define configuration rules. D. Deploy Catalog definition E. Deploy configuration via configuration links. Ans: A

A. Deploy Home Page.

What is the main purpose of price optimization? (select 2) A. Maximize Margin will provide the optimal discount amount to maximize expected or realized margin. B. Maximize Net Revenue will provide the optimal discount to maximize expected or realized net revenue.

A. Maximize margin will provide the optimal discount amount to maximize expected or realized margin Max Net Revenue will provide optimal discount

Question #:170 For which of the following, can Deal Comparison/ Scatter Plot used for? (Select 3) A. Predict the optimal discount percentage for a deal. B. Determine the margin value expected for the deal. C. Compare Price from the similar Deals D. Determine the profitability from the current pricing. E. View price from the similar customer. F. Understand the historical pricing patterns. Ans: ACF

A. Predict the optimal discount percentage for a deal. B. Determine the margin value expected for the deal. F. Understand the historical pricing patterns.

Question #:21 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. Answer: A

A. The Recommended Item rule is recommending a part that does not exist.

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

A. The apostrophe used in the file name is invalid -no apostrophes in CSV file but underscores are allowed

Question #:165 You want to create a Price Gauge to guide users in setting the optimal discount for a quote. What Is the correct procedure In the relevant Commerce Process? A. View the Main Document Attributes, create a new HTML Attribute, associate a Price Gauge visualization, select the gauge Input attributes. B. View the Sub document Attributes, create a new integer Attribute, select the gauge Input attributes. C. View the Main Document Attributes, create a new Price Gringo Attribute Type, select the gauge Input attributes. D. View the Analytics, create a Scatterplot Analytic, associate the analytic to a Price Gauge attribute. E. View the Analytics, create a Price Guidance Analytic, associate the analytic to an HTML attribute. Ans: A

A. View the Main Document Attributes, create a new HTML Attribute, associate a Price Gauge

Question #:158 Which three are valid setup choices for Commerce Hiding rules Involving Transaction Array attributes? A. When the rule condition has array attributes, the Simple Components to Hide attributes cannot have array attributes from another array set. B. When using Advanced Components to Hide, the array attributes expected to be returned from the BML need to be declared explicitly in the Hiding Rule. Oracle CPQ 2021 C. When the rule condition Is any of the following (a) always true, (b) advanced condition, (c) simple condition without array attributes, the action attributes can have array attributes from multiple array sets. D. When the rule condition has array attributes, the Simple Components to Hide attributes can have array attributes from another array set. E. Hiding Rule condition can contain array attributes from more than one array sets. F. When the rule condition is any of the following (a) always true, (b) advanced condition, (c) simple condition without array attributes, the action attributes cannot have array attributes from multiple array sets.

A. When the rule condition has array attributes, the Simple Components to Hide attributes cannot have array attributes from another array set. B. When using Advanced Components to Hide, the array attributes expected to be returned from the BML need to be declared explicitly in the Hiding Rule. Oracle CPQ 2021 C. When the rule condition Is any of the following (a) always true, (b) advanced condition, (c) simple condition without array attributes, the action attributes can have array attributes from multiple array sets. its the simple components cannot have array attributes, the BML one, and the one with a b c and CAN Ans: ABC

Eligibility rules can be used in: a. Commerce b. API c. Part Search d. Configuration e. Models

API, Part Search, Config

61. Which three BOM Mapping Tables are required to map Configuration attributes to BOM items and Commerce Transaction Line attributes using a simple Table-Based BOM Mapping Configuration rule? (Choose three.) A. BOM Attribute Translation B. BOM Attribute Definition C. BOM Item Definition D. BOM Item Mapping E. BOM Attribute Mapping

ATTRIBUTE TRANSLATION, ITEM DEF, ATTRIBUTE MAPPING

1. What hat 3 types of quotes are as standard feature in the salesforce a. Account quotes b. Opportunity quotes c. Standalone/Loose Quotes d. Contact quotes

Account Quotes, Opportunity Quotes, Standalone/Loose Quotes

Question #:134 What are the septs for creating a deal comparison scatter plot?

Admin -> pro def ->Analytics ->Add Extra info after add

1. 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? a. 7000 b. 3000 c. 4000 d. 1000

B (same # of records from where the table was migrated from)

1. The following BML code in Config encountered an HTTP 404 error from someurl.com. Urldatabypost("http://someurl.com", "a1=v1 & a2 = v2", "call failed") 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.".

B - HTTP Error Captured by CPQ Cloud Error Logs D - Call return "Call failed"

Question #:144 Existing user wants to embed oracle cpq configurator within oracle cx commerce. Steps to follow? choose 3 A. Provide end Point URL to return /redirect to oracle cpq configurator cart B. Provide end Point URL to return /redirect to oracle cx commerce. C. C setup server-side integration at product family level. D. D setup client-side integration at product family level. E. E setup bml function to generate and return to configuration integration payload to oracle configurator cart. F. F setup bml function to generate and return the configuration integration payload to oracle cx commerce. Ans: BDF

B - provide end point URL to return/redirect to oracle CPQ configurator cart D - set up client side integration at prouct family level F - Setup BML function to generate aend return configuration integration paylod to oracle cx commece CX commerce, Client side integration, BML - CX commerce

1. Identify three values that you can find in the Usage Metrics Report for the last month. 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.

B D and F (# of Transactions, # of logins and # of partner organizations (and active ones) in User Metrics Page

1. Which operation is allowed in a BMQL query? a. SELECT and UPDATE b. SELECT, INSERT and UPDATE c. SELECT d. SELECT, INSERT and DELETE

B, Select Insert and UPDATE

Question #:169 Your customer Wants to have the Commerce pricing function invoke a Util library function applyDiscounts(), which applies discounts on the distributor price, the reseller price, and the end-customer price, and then returns the discounted values. Which three approaches can you use to pass these values back to the Commerce pricing function? A. Return the values by using multiple return statements. B. Add all values to an array and return the array. C. Add these values to a dictionary along with appropriate keys and return this dictionary. D. Construct a return result string In the following format and return this string: documentNumber~variableName- value|documentNumber~variableName-value Ans: BCD

B. Add all values to an array and return the array. C. Add these values to a dictionary along with appropriate keys and return this dictionary. D. Construct a return result string In the following format and return this string: documentNumber~variableName- value|documentNumber~variableName-value add values to an array, add to dictionary, construct return string

59. What is the correct navigation path to create Account Integrations? A. Admin > Accounts >Add >Integration B. Admin > Accounts > Integration > Add C. Admin > Process Definition > Integrations > List > Add D. Admin > Accounts > Import >Integration > Add

B. Admin > Accounts > Integration > Add

52. When designing an integration with an ERP system, you must communicate with a third party integration tool (such as a middleware or a hub). Which three methods can be used to communicate with a middleware in this scenario? (Choose three) A. Automated FTP B. urldata function call in a Commerce Advanced Modification BML function C. Formula Management D. Commerce Integration XSLs on an Action E. Send XML on a Transition Rule via Real Time Integration F. Commerce Integration Cloud Service Integration on an Action DataCube Reporting

B. Urldata function call in a commerce advanced modification BML function D. Commerce Integration XSLs on an Action F. Commerce Integration cloud service Integration on an Action

61. Which three BOM Mapping Tables are required to map Configuration attributes to BOM items and Commerce Transaction Line attributes using a simple Table-Based BOM Mapping Configuration rule? (Choose three.) A. BOM Attribute Translation B. BOM Attribute Definition C. BOM Item Definition D. BOM Item Mapping E. BOM Attribute Mapping

BOM Attribute Translation, BOM Item Definition, BOM Attribute Mapping 2 attributes 1 item

Question #:171 Consider the following query will run without error. results = bmql("modify table1 set colum1 = 'new_value1', column2 = 'new_value2' where column1 = 'old_value1'"); What will be the value in the results? (Select 1) A. One Integer value that specifies the number of rows modified. B. One Integer value that specifies the number of rows added. C. Two integer value - one specifies the number of rows modified and other specifies the number of rows added. D. One Integer value that specifies the number of rows modified and a string value with error message. Ans: C

C. Two integer value - one specifies the number of rows modified and other specifies the number of rows added.

which two statemetns are true regarding CPQ integration?

CPQ has out of th ebox integration with CRM apps such as salesforce, etc,. OIC and ICS are the middleware that will help CPQ ....

Question #:162 Given that there are conditions on parent Table columns to dynamically show/hide them on the output document, how do you ensure that the columns In a nested Table do not overflow the parent Table's columns' width? A. Calculate the page width for a given Section containing the parent and child Table elements, Identify (assume all equal) and subtract the width of the columns with conditions, set the column width of the child table's columns proportionate to the last value. Oracle CPQ 2021 B. Calculate the width of the parent Table by subtracting the width of conditional columns from the total width. Divide the total width by number of columns in the child table and set the Individual child Table's column width to this number. C. Calculate the page width for a given Section containing the parent and child Table elements, set the patent Tables column width to auto-fit, and set the child Table's width to be auto-fit. D. Calculate the page width for a given Section containing the parent and child Table elements, set the parent Table's column width to auto-fit. Divide the total page width by the number of columns In the child Table, say the result Is X, and then set child Table's column width to be X% (% of the parent column width). E. Calculate the page width for a given Section containing the parent and child Table elements, set the parent Table's width to auto-fit, calculate the width of the individual parent Table's columns, divide it by the number of columns In the child Table and set the child Table's column width to this number. Ans: C

Calculate the page width for a given Section containing the parent and child Table elements, set the patent Tables column width to auto-fit, and set the child Table's width to be auto-fit.

mQuestion #:82 Oracle CPQ 2021 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.) A. The attribute is used as a condition for a Commerce Hiding rule. B. Configuration was not deployed after the rule was implemented. C. Commerce was not deployed after the rule was implemented. D. The rule is inactive Answer: CD

Commerce not deployed, rule is inactive

Question #:174 What are the attributes being referred in Pricing/Rating Engine? (select 3) A. Commerce Attributes B. Configuration Attributes C. Parts Attributes. Ans: ABC

Commerce, Configuration and PArts

28. What is the correct method to add new parts data to the CPQ Cloud database? a. Use the "Import from Source" function in the Migration Center to connect to the remote part system and upload the part data into a .csv file, put the .csv file in a compressed ZIP file, and use Bulk Upload to upload the part data to the CPQ Cloud site. b. Use Bulk Upload to upload the data from the remote part system into a .csv file and import the file into the CPQ Cloud site. c. Export the part data from your current part system into a .csv file, put the .csv file into acompressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site. d. Perform a bulk-downloaded of at least one part to capture the part file format that the CPQ Cloud site uses, populate the new part data into the downloaded part file (.csv file), enter "add" in the Update column for each new part, save the spreadsheet as a .csv file, put the .csv file in a compressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site. e. Use the "Import from Source" function in the Migration Center to connect to the remote part system and upload the part data directly to the CPQ Cloud database.

D - bullk download, populate new part data, enter "add" for new parts, save speradsheet, compress zip file, bulk upload

Question #:138 Which statement about compatibility regarding System Configuration and Asset Based are true? A. They are not compatible B. They are Compatible, for limited use cases. C. They are Compatible, but only for new sales. D. They are fully Compatible.

D - they are fully compatible

1. Which is not a mandatory field for rules created with bulk table lookup. a. Action attribute b. Filter attribute c. Filter operator d. Value column

D, Value Column

Question #:140 Which statement is true for Version Control System that can be used with Developer Toolkit Command-Line Interface? A. Developer's Toolkit only supports the ste, of GitHub Version Control and Subversion (SVN). B. Developer's Toolkit only supports the use of GitHub Version Control, C. Developer's Toolkit only supports the use of Subversion (SVN) and Microsoft Team FoondeNien Verio D. Developer's Toolkit can be used with any version control system of the user's choice.

D. Developer's Toolkit can be used with any version control system of the user's choice. Ans: D

Question #:161 The Production CPQ site Is on the 19B release. Recently the Non-Production development site refreshed and upgraded to the 19D release. As an administrator, you need to migrate different entitles between these sites. How do you accomplish this? A. Use the Import from Source mode to migrate Items from the 19D Non-Production site to the 19B Production site. B. Export a package from 19D non-production site and Import Into 19B production site. C. Connect both Production and Non-Production site to run the whole site migration. D. Export a package from 19B production site and Import it Into 190 non-production site. Ans: D

D. Export a package from 19B production site and Import it Into 190 non-production site. Ans: D (export from production site)

Question #:155 Which statement correctly applies to Foreign Keys in Data Tables? A. Foreign Keys can only be created between 2 Data Tables. B. Foreign Keys can only be created on new Data Tables. C. Foreign Keys can only he created from Integer columns. D. Foreign Keys can be created using any Data Tables. E. A maximum of 10 Foreign Keys can be created. Ans: D

D. Foreign Keys can be created using any Data Tables.

Question #:167 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. Check the Transaction XML to ensure all of the system models and child items have been correctly added. B. Check the System Configuration log to ensure that the system has been configured correctly. C. Use the Configuration ID value in the BML debugger to run the system Configuration and validate the JSON response. D. Open Pipeline viewer and verify the hierarchical JSON repre5entation for the entire system data.

D. Open Pipeline viewer and verify the hierarchical JSON repre5entation for the entire system data. the question about truobleshooting/debugging --> JSON anwer

Question #:63 What is the correct method to add new parts data to the CPQ Cloud database? A. Use the "Import from Source" function in the Migration Center to connect to the remote part system and upload the part data into a .csv file, put the .csv file in a compressed ZIP file, and use Bulk Upload to upload the part data to the CPQ Cloud site. B. Use Bulk Upload to upload the data from the remote part system into a .csv file and import the file into the CPQ Cloud site. C. Export the part data from your current part system into a .csv file, put the .csv file into a compressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site. D. Perform a bulk-downloaded of at least one part to capture the part file format that the CPQ Cloud site uses, populate the new part data into the downloaded part file (.csv file), enter "add" in the Update column for each new part, save the spreadsheet as a .csv file, put the .csv file in a compressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site. E. Use the "Import from Source" function in the Migration Center to connect to the remote part system and upload the part data directly to the CPQ Cloud database.

D. Perform a bulk-downloaded of at least one part to capture the part file format that the CPQ Cloud site uses, populate the new part data into the downloaded part file (.csv file), enter "add" in the Update column for each new part, save the spreadsheet as a .csv file, put the .csv file in a compressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site.

2. When Oracle CX Commerce self-service users access an Oracle CPQ Configurator as guest users, how is the CPQ UI presented to the user? A. Via a new browser window where the user is presented with the CPQ Configurator page. B. Via an iFrame that displays within Oracle CPQ C. Via a new browser window where the user is presented with the CPQ login page. D. Via an iFrame that displays within Oracle CX Commerce

D. Via an Iframe that displays within Oracle CX COmmerce

Question #:110 Which is supported for foreign key definition? A. A defined natural key column within a parent table B. Any integer column in a Parent data table C. A defined natural key column within a child data table D. The cpq parts table

Defined natural key column within parent table

5. Which 2 commerce functionalities can be used to allow/restrict export of line items data? A. Validation rule B. Hiding rule C. Constraint rule D. Document Views tab on attribute E. Recommendation rule F. Participant profile in steps

Document Views Tab on Attribute, Partiicpant Profile in Steps

Question #:164 How are Target, Starting and Floor Prices used? A. Communicate the historical pattern of pricing on similar quotes. B. Guide users on the desirability of a configuration. C. Define whether a price or discount will be approved by management. D. Indicate whether a price is profitable. E. Provide guidance on where to start and stop when negotiating pricing.

E. Provide guidance on where to start and stop when negotiating pricing.

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

E: 1. Add button on User Admin List page 2. enter values for required fields 3. set type = FullAccess 4. click Add button 5. click on new users name to edit user 6. select create/modify users 7. click update button to save changes so type = full access, create/modify users check box. there are two "add button" presses

51.What is required to create CPQ user

Email, First Name

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

Ensure all parts are coming from a mandatory recommended ITEM rule

Which statement is false about FTP (File Transfer Protocol) processing in CPQ Cloud tool?(select 1) A. You must list files in the order in which they should be processed in the upload_list.xml file. B. FTP uploads are processed every 60 minutes C. You must upload files to the automated folder on the FTP server. D. You can use the Bulk Data Service to extract the CSV file format and upload it via FTP automation Ans B.

FTP Uploads are proceossed every 60 minutes

Are price books enabled by default for all CPQ cloud sites?

False

Question #:79 Your customer has a Configurator on a site with two Commerce processes. Which two options allow you to control in which Commerce process a new transaction will be created when starting from the Configurator? A. Populate the Target Commerce Process field with configuration recommended item rules. B. For one invocation action, define two different invocation rules with condition BML functions. C. For each Commerce process, create a "Create transaction" button by generating an invocation action. D. Assign a user or a user group to the Commerce process action permissions. Answer: BC

For one invocation action, define two different invocation rules with condition BML functions. For each commerce Process, create transaction button by generating an invocation action

28. When defining a new user, which Type value can grant a user account complete access to the CPQ Cloud site? a. Administration with Create/Modify Users selected b. FullAccess with Create/Modify Users selected c. Superuser with Create/Modify Users selected d. Root with Create/Modify Users selected e. AdminAccess with Create/Modify Users selected

FullAccess with Create/Modify Users selected

1. User authentication is used by CPQ for the CPQ-Commerce integration? A. Guest Login B. SSO

Guest Login

4. Identifier Column is not provided in excel sheet which was exported from Line item export action. What will happen during importing the sheet? A. Information can't be imported B. Imported with a warning to user about missing identifier C. Only sales BOM mapped line items will be imported

Information cant be imported

55. Identify four types of attributes that can be set by formulas. A. Integer Attributes B. Single Select Menu Attributes C. Date Attributes D. Text Attributes E. Boolean Attributes F. Currency Attributes

Integer Attributes, Date Attributes, Boolean Attributes, Currency Attributes -formulas = all the ones that are mathy

1. A partner user approves a quote. However, the status in the CRM does not get updated. Which two options will NOT update the status on the CRM? A. integrations are not associated to the approve action. B. Partner user approved the quote through mobile approvals. C. Partner user doesn't have access to 'status' attribute in pending step within CPQ. D. Partner user doesn't have correct partner info credentials. Ans A,C

Integrations are not associated to the approve action, partner user doesnt have access to "status" attribute in pending step within CPQ

9. Filter Rule is applied on line Items for Group A, What is true statement about Filter Rules? A. When Filter rule is applied over line items then Hiding, constrain rule for line items will not run. B. Line Items are not visible to user Group A. C. All Line Items are accessible using Rest APIs. D. Line Items will exclude for summation for pricing.

Line Items are not visible to user group A

Question #:113 In BML _will be picked up when BOM price will not be available? A. List Price B. Part DB price C. Item Price D. Price Book Ans: A.

List price for this one .... DB price for the other one

53. Which format will datastore (getdate()) return when no format is supplied? 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

MM/DD/YYYY HH:MM:SS

Question #:78 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? A. Migrate Commerce to the production environment. B. Migrate the new user group to the production environment. C. Manually create the new user group in the production environment. D. Migrate the new users to the production environment. Answer: C

Manually create the new user group in the production environment

60. Modify sequence 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

Modify tab --> Before Formulas Advanced Modify Function --> Formulas, After Formulas, Advanced Modify Function

Question #:27 Which Configuration Flow would you choose to design a Configurator where attributes vary based on prior user selections and have a sequential relationship consisting of distinct steps? A. Master Start and End Flow B. Multi Node Configuration Flow C. Search Flow D. any Configuration Flow with a combination of Constraint and Hiding rules that meet requirements Answer: B

Multi Node Flow

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. Answer: C

Open Migration Cetner in QA site, log back into development site through migration center section, select components that need to bemigrated and start the migration

Which price will be picked up when BOM price is 0?

Part DB Price

Question #:145 What all levels you can map the pricing? A. Parts B. Commerce C. Configuration Oracle CPQ 2021 D. Data tables etc.

Parts, Configuration, Data Tables Ans: ACD

Question #:172 Which of the following Deal Management features are supported in CPQ Lightning UI? (Select 4) A. Price score. B. Last Price paid C. Price Optimization charts D. Win Probability charts E. Scatter Plot charts F. Price Guidance Ans: ABCD. (Demo Question)

Price Score, Last Price paid, Price Optimization charts, Win probability charts

1. Which three page types have predefined page templates? (Choose three.) a. Process Document List Page b. Product Line List Page c. User Administration List Page d. Model List Page e. Parts Search Page

Product LIne List Page, Model List Page, Parts Search Page

Question of methods that will be invoked for SFDC and CPQ integration?

Quote Import, Quote Upsert, Order of Integration files

64. What does logtime() do?

Saves the time elapsed for the event along with the tag in the performance log

Question #:30 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? A. TransactionID of a transaction is key during the Order submission process. B. The Order Management System will perform a getTransaction() API call to fetch transaction data in response to a valid request from the CPQ Cloud quote. C. The CPQ Cloud transaction will perform an update Transaction() API call to send transaction data in response to a valid request from theOrder Management System. D. The Order Management System will need to initiate the Submit Order call on the click of a button within its own system. E. The CPQ Cloud transaction will initiate the Submit Order call on the click of a button from the transaction. Oracle CPQ 2021 Answer: AB Question #:31

Transaction ID is key, and Order Managemetn System will perform API call to fetch data

52. When designing an integration with an ERP system, you must communicate with a third party integration tool (such as a middleware or a hub). Which three methods can be used to communicate with a middleware in this scenario? (Choose three) A. Automated FTP B. urldata function call in a Commerce Advanced Modification BML function C. Formula Management D. Commerce Integration XSLs on an Action E. Send XML on a Transition Rule via Real Time Integration F. Commerce Integration Cloud Service Integration on an Action DataCube Reporting

URLDATA function call on Commerece Advanced Mod BML function, Commerce Integration XSL on an Action, Commerce Integration CLoud Service Integration on an Action

Answer: C Question #:96 Which three deal management features ensures utilization of data column A. Price Score B. Win Probability C. Last price Paid D. Price optimization E. Deal Comparison Scatter plot Oracle CPQ 2021 Info (Price Score and Last price do not need any data column) Answer: BDE

Win Probability, Price Opt, Deal COmp Scatter plot

what is false about system configuration>

a model cannot exist twice in system configuration

1. The QA CPQ instance is of version 20D and the production CPQ instance is of version 20B(21D). Which is recommended approach for moving the few modules from QA to production. a. Download the package from QA instance (Prod) and upload it in the production instance(Prepod). b. Download the package from production instance and upload it in QA instance. c. Perform a full site migration from QA to production. d. Open migration center in production site and do a import from source to move data from source.

a. Download the package from QA instance (Prod) and upload it in the production instance(Prepod).

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

a. https://xxx.oracle.com/v2_0/receiver/commerce/oraclecpqo?WSDL

What are eligbility rules?

according to google: determine the benefit program for which each employee is deligibile

58. A customer has BOM Mapping configured on their site using a simple Table-Based BOM Mapping rule. However, they want to modify their BOM Mapping to also map an additional configuration attribute to a Transaction Line Level attribute. Which two methods can the customer use to achieve this? (choose two.) A. Add a new entry in the BOM Attribute Mapping table for the BOM item. B. Add a new entry in the BOM Item Mapping Definition table for the BOM item. C. Add a new entry in the BOM Attribute Definition table for the BOM item. D. Define an Advanced BML-Based BOM Mapping rule that populates the "attributes" node of the BOM item. E. Define an Advanced BML-Based BOM Mapping rule that populates the "definition" node of the BOM item. F. Define an Advanced BML-Based BOM Mapping rule that populates the "fields" node of the BOM item.

add a new entry in BOM attribute Mapping table for the BOM item, define an advanced BML-Based BOM Mapping rule that populates the attributes node of the BOM item

transaction array can be used in doc designer template in what manner ?

add array attribute in text elements with the transaction array loop context

Question #:133 Which two options are true about Price Books? A. are preferred when there are price variations for the same product by region B. independently support very complex price calculations C. enable association of one part with multiple prices D. are recommended when there is only one list price per part

are preferred when there are price variations for the same product by region, enable association of one part with multiple prices Ans: AC

28. 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=1000 b. https:///testsitebigmachines.com/rest/v1/commerceDocumantsExampleTransactions?offset=1000 c. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampleTransactions?set=1000 d. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampletransactions?limit=1000

b. https:///testsitebigmachines.com/rest/v1/commerceDocumantsExampleTransactions?offset=1000

commerce attribute summary

basically a bunch of different data types in the commerce page u can edit (text,

28. How should an administrator set up a conditional restriction for access to a Product Family? 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 levelx

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

which 3 attribute types r available for mapping in pricing engine?

commerce attributes, configuration attributes, item attributes

Question #:136 Which three calculation methods will be valid options for a line level price score if no cost data is available in a cpq implementation? A. Custom Calculation B. Margin-based calculation C. Average Weighted Revenue D. Choose-for-me E. Simple Margin Calculation F. Advanced Calculation G. List-Based calculation

custom calculation, advanced calculation, list based calculation Ans: AFG

3 types of email notifications

default, custom, advanced (i think - not rich text)

mapping tab

define if attribute is hidden for specific segments or line item types

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

define two groups for country A and B, define partiicpant profile, Sales, for each step. define an auto forwading rule which returns either group A company sales or Group B company Sales

1. For a multi-language Document Designer template, which of the following two activities are possible for the nondefault language view? (Choose two.) a. Add new image element in a section b. Add or remove table element's rows and columns. c. Change text content. d. Move text elements between elements and layouts. e. Modify date and currency formats.

document designer can change text content and modify date and currency formats

1. Identify the TRUE statement with regards to hiding rules for transaction arrays: a. If the array attribute used in condition, we cannot set the simple component to hide the attribute of a different array set. b. If the array attribute used in condition, we can set the simple component to hide the attribute of a different array set. c. Whether condition is either set to always true or simple condition or advanced condition without array attributes, the simple component can be attributes from multiple array sets d. Whether condition is either set to Always True or simple condition or advanced condition without array attributes, the simple component cannot be attributes from multiple array sets e. In the advanced components section, the array attributes to be returned from the array set have to be declared in bml

e. In the advanced components section, the array attributes to be returned from the array set have to be declared in bml c. Whether condition is either set to always true or simple condition or advanced condition without array attributes, the simple component can be attributes from multiple array sets a. If the array attribute used in condition, we cannot set the simple component to hide the attribute of a different array set.

1. Find the statement which are true about Eligibility rules. a. Eligibility rules are created using REST APIs. b. Eligibility rules control access to product families c. Eligibility rules control access to pricing profiles d. Eligibility rules control access to commerce process.

eligbility rules are created using rest apis

28. ------applies to foreign keys in the data table. a) key can only be created for integer column b) Foreign key can be created using any table c) can only be created in new table d) 2 keys can be created e) Foreign key can only be created between 2 data tables

foreign key can only be created between 2 data tables

62. getconfigattrvalue() :

gets the values of configuration attributes in commerce

57. Which two scenarios are valid for looping by using XSL Snippets? (Choose two.) 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 need to implement. D. The data needs to be manipulated before being used in loop conditions.

grid selector cannot handle conditions that you need to implement, data needs to manipulated before being used in loop conditions

25. Which four steps must you perform to create Price Guidance Analytics that will iden-tify the last price actually paid by the user? a. Identify the output commerce attribute to populate with the WON/LOST status value. b. Select the trained price optimization for the data source. c. Create a filter that will match against only quote lines for the same customer as that being quoted. d. Identify the output commerce attribute to populate with the last price value. e. select the output aggregate type as "Latest" f. select "use list price" for the data source g. define a filter that return only quote lines for the quote lines part

identify output commerce attribute to populate with WON/LOS status, select trained price optimization, create filter that will match against quote lines, identify output commerce attribute to populate w last price value (A B C D)

63. Transaction array attribute hiding behaviors are as follows:

if an array attribute is used as a simple condition + use doc attributes --> doc attributes are hidden if an array row meets the condition if an array attribute is used as a simple condition + array attributes, the result is a cell level hiding as determined on a row by row basis If an advanced condition is used either with or without array attributes and the components to hide uses array attributes, the result is that the entire array column is hidden if the condition is always true, and components to hide uses array attributes --> entire array column is hidden 5 answers to this one

what are rest api's?

interface between two computer systems to exchange info securely over the internet

28. You have a scenario where the pricing engine is enabled and there are multiple pricing profiles defined containing multiple prices. Which price will be chosen? a. It derives the prices from the first rule and an average price from all the linked profiles b. It calculate the average by aggregating the prices points of all the rules and the first profile within each rule c. It aggregate the price points from each rule and calculate the average . d. It derives the price from the first rule and the first profile within the rule.

it derives price from the first rule and first profile within the rule

26. What is false about system configuration: a. Model cannot be added more than once. System configuration will be fully functional with Subscription ordering

model cannot be added more than once ( A)

what is a transaction array?

need answer

1. delete behavior of foreign keys of a table. Drop down list of values while creating foreign key. a. On delete cascade b. On delete, no action c. On delete, return empty d. On delete, return null

on delete cascade, on delete, no action

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? 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." Answer: C

process invocation, parts search results page, change name ot start

28. How should an administrator set up a conditional restriction for access to a Product Family? 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 levelx

providing conditional access criteria in restricted access section of the home page setup

a. Entities to be migrated must be deployed within 24 hours of the migration. 29. What would you do if a partner organization is no longer needed and the access of all users need 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 dropdown list. d. Open the list of partner organizations and set the value of Maximum Users to "0".

proxy login as superuser, go to list of partner organizations and SELECT DENIED in access dropdown list

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

punch ins = links that HOOK into specific PAGES in the system. used to navigate from one PAGE to another in the app. they can be used to jump to a specific PAGE from an EXTERNAL website

Question #:137 Which two type of guidance for pricing management does the "choose for me" option of a win Probability analytic add? A. Recommends The cpq attributes with the highest value in predicting in win probability and optimal prices. B. Reports The profitability of current pricing C. The cpq attributes to be used in driver Attributes. D. Recommends which products should be sold to maximize profitability E. Determines the maximum discount% that will yield the highest margin Oracle CPQ 2021

recommends the cpq attributes with the highest value in predicting win probability and optimal prices, the cpq attributes to be used in driver attributes Ans: AC

which 2 options will allow a user to embed an external document within document designer

reference file attachment attribute, document source urls stored in commmerce text or menu referenced in document designer

24. Which three administrator group can be used to do? • restrict access to actions and attribute. • Restrict access to migration center. • restrict access to certain transactions. • Restrict access to document designer. • restrict access to individual data tables folders. • Proxy login one more options.

restrict access to migration center, restrict access to doc designer, restrict access to individual data tables folders

1. Which deal management components are applicable for Salesforce lightning UI. a. Scatter Plot chart b. Win Probability Charts c. Price Optimization Charts d. Last Price paid e. Price score f. Price Guidance Analytics

saleforce --> win probability and price optmization charts

true about test script found in function debugger? a) Test scripts describes the various functions used in BML b) Test scripts provide a way to test a BML library function when array type attributes are input parameter c) Test script is template of how the BML function should be written d) Test scripts can be used to compute multiple iteration of the library functions and print each

test scripts provide a way to test BML library function, and test scripts can be used to compute multiple iterations of library functions and print each

54. 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?

trigger email action to notify users by custom defining eails subject and body, which contain transaction etails by using the advanced function available in the Revise Action

parts upload using FTP failed, what could be the two reasons?

upload_list.xml file is placed in parts.zip file, only parts.zip file is placed in the FTP location

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

use comment field to pass additional details, use BOM mapping rules

28. The user would like to run the "SFDC Quote Upsert" on a commerce action. Where would the user define this within CPQ? a. The user will define the action to run in the SOAP Generator XSL. b. The user will select the "SFDC Quote Upsert" from the integration list in the Integration tab on the commerce action. c. The user will select the "SFDC Quote Upsert" from the Modify tab in the commerce action. d. The user will define the relation in the Integration Center under the Integration Platfrom within the Admin Homepage.

user select SFDC quote Upsert from integration list in the Integration tab on the commerce action

28. The user would like to run the "SFDC Quote Upsert" on a commerce action. Where would the user define this within CPQ? a. The user will define the action to run in the SOAP Generator XSL. b. The user will select the "SFDC Quote Upsert" from the integration list in the Integration tab on the commerce action. c. The user will select the "SFDC Quote Upsert" from the Modify tab in the commerce action. d. The user will define the relation in the Integration Center under the Integration Platform within the Admin Homepage.

user will select the SFDC QUOTE UPSERT from INTEGRATION LIST in the INTEGRATION TAB on the COMMERCE ACTION

what are the advantages or benefits of Webservices 2.0 vs 1.0?

web services have unique endpoints and can be easily used across, web services are stateless and do not require session id every tie it carries log in


Ensembles d'études connexes

social media & content mktg exam 2

View Set

Cg1 - all questions from past papers with answers

View Set

Marketing Final 3, 14, 15, 16Change Culture is communicated through four ways, including Stories. Which of the following is an example of this type of story? Group of answer choices having a contractor solve the problem creatively by rotating the brick

View Set