Updated Feb 18, 2022 Verified 1Z0-1033-21 dumps Q&As - 100% Pass
New 2022 Latest Questions 1Z0-1033-21 Dumps - Use Updated Oracle Exam
NEW QUESTION 52
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 Definition
- B. BOM Attribute Mapping
- C. BOM Item Definition
- D. BOM AttributeTranslation
- E. BOM Item Mapping
Answer: B,C,D
NEW QUESTION 53
Identify two standard ways to modify the overall integration behavior of CPQ Cloud and Salesforce. (Choose two.)
- A. Write a custom BML Util library function in CPQ Cloud.
- B. Use the integration XSLs within the Commerce process to modify integration behavior at the object and field levels.
- C. Write a Salesforce API to change integration behavior in CPQ Cloud.
- D. Use the Site Setup object and CPQ Cloud Commerce Package settings in Salesforce to meet varying customer requirements.
Answer: B,D
NEW QUESTION 54
Identify two options to which transactions can be forwarded using forwarding rules. (Choose two.)
- A. any email address registered in the CPQ Cloud system
- B. any of the users who arepart of the Approval group
- C. users
- D. user groups
Answer: C,D
Explanation:
Explanation
References:
NEW QUESTION 55
Identify two reasons why some or all transaction in a particular step are hidden for a user in Transaction Manager.
- A. The user has the RestrictedAccess user type.
- 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. The participant profile that is valid for this user has the Document Views tab, the Document Views panel, and the "Entire Document" = "hide" setting.
- D. A hiding rule was defined in commerce rules.
- E. There is no validparticipant profile for this user with hidden transactions.
- F. The step has an auto-forwarding rule, which did not return the user or one of his groups and all participantprofiles do not have other permission methods selected.
Answer: A,B
NEW QUESTION 56
In Commerce, what is the order ofoperations for the standard Modify sequence?
- A. Modify tab, Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
- B. Integration, Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
- C. Modify tab, Before Formulas Advanced Modify function, After Formulas Advanced Modify function
- D. Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
- E. Modify tab, Advanced Default function, Formulas, After Formulas Advanced Modify function
Answer: A
NEW QUESTION 57
You want to add multiple sections to your Document Designer template, and you want the sections flow in the template without pagebreaks between each section.
How would you accomplish this?
- A. Add each section to the template and manually remove the page breaks at the end of each section.
- B. You do not have to do anything because this is the default behavior in Document Designer.
- C. Select the Continuous Section check box in the Section Properties panel for each subsequent section following the first section in the series.
- D. Select the Child Section check box in the Section Properties panel for each subsequent section following the first section in the series.
- E. Add the first section in the series and select the Continuous Section check box in the Section Properties panel.
Answer: C
NEW QUESTION 58
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?
- A. They selected an incorrect function for the "BML Util Function" selection under BOM settings (Admin
> BOM > Declare Util Function). - B. They failed to incorporate conditionals to handle action code statuses in the formula for the Price (List) Transaction attribute (Admin > Process Definition > Formulas).
- C. They provided incorrect BOM Mapping values for the model inthe BOM Item Definition and BOM Item Mapping tables (Admin > Data Tables).
- D. They specified an incorrect site URL in the abo_initializeContext BML Util Library function (Admin > BML Library).
- E. They added an incorrect reverse mapping entry for the model in the Oracle_aboPart2Model table (Admin > Data Tables).
Answer: C
NEW QUESTION 59
Given the following code:
Whichone of the following statements, when placed in the blank space, will give strArr2 a value of "123?"
- A. combine (" ", strArr1)
- B. join (strArr1, " ")
- C. join (strArr1,"")
- D. combine (strArr1, "")
Answer: B
NEW QUESTION 60
Identify three types of activities that are captured in Administration logs. (Choose three.)
- A. modification of Commerce process objects
- B. uploading of files in File Manager
- C. migrations with the site as target
- D. creation of configuration objects
- E. creation of data tables
- F. deployment of configuration productfamilies
Answer: A,C,F
NEW QUESTION 61
Given the following JSON:
Which option gets the reference of a JSON object with a specific Document Number '40'?
- A. Option C
- B. Option B
- C. Option A
- D. Option D
Answer: D
NEW QUESTION 62
What is the correct navigation path to create Account Integrations?
- A. Admin > Accounts >Integration > Add
- B. Admin > Accounts >Add >Integration
- C. Admin > Accounts > Import >Integration > Add
- D. Admin > Process Definition > Integrations > List > Add
Answer: A
NEW QUESTION 63
An administrator tries to change the document views on an attribute from a participant profile on a given step.
But the attribute is not listed in the list of attributes that are available for editing.
What are two reasons for this behavior? (Choosetwo.)
- A. The attribute is not added to the layout.
- B. The attribute is hidden on the Attribute Details page.
- C. The attribute is being referenced in an active Hiding rule.
- D. The attribute is a system attribute.
Answer: A,C
NEW QUESTION 64
Which three page types have predefined page templates? (Choose three.)
- A. Parts Search Page
- B. Process Document List Page
- C. Model List Page
- D. Product Line List Page
- E. User Administration List Page
Answer: B,D,E
NEW QUESTION 65
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 organizationusers.
- B. The number of transactions for different Commerce processes created by internal users and partner organization users.
- C. The total data size of the CPQ site occupied on the server.
- D. A list of active partner organization users with the most recent login date and time and the number of logins.
- E. The numberof logins by internal users in the last 30 days and the percentage of active users logged in.
- F. The total number of partner organizations and the number of active partner organizations.
Answer: B,C,E
NEW QUESTION 66
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. The Order Management System will need toinitiate the Submit Order call on the click of a button within its own system.
- B. The CPQ Cloud transaction will perform an update Transaction() API call to send transaction data in response to a valid request from the Order Management System.
- C. 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.
- D. TransactionID of a transaction is key during the Order submission process.
- E. The CPQ Cloud transaction will initiate the Submit Order call on the click of a button from the transaction.
Answer: A,B
NEW QUESTION 67
When doing a part search from home page, you have the Create Quote button to create a new Transaction.
Howdo you change the label of this button?
- A. 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.
- B. Go to the Process Invocation admin page, open the Part Search Results page, and change the name of theaction that has the type "Start".
- C. Open the Commerce Process admin page, navigate to Process Actions, and change the label of the
"_action_new_transaction" action. - D. Open the Text Administration admin page, go to "C", change the entry "Create Quote" and enter
"Translated Text."
Answer: C
NEW QUESTION 68
Which three discount types are available in pricing? (Choose three.)
- A. amount discount
- B. quantity-dependent discount
- C. percent discount
- D. absolute price
- E. promotion discount
Answer: A,B,C
NEW QUESTION 69
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 inCPQ?
- 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.
Answer: A
NEW QUESTION 70
Which statement is a proper definition of a Punch-In?
- A. 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.
- 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 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.
- E. 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.
Answer: E
NEW QUESTION 71
How do you modify a specific user's access (grant access or remove access) to Product Families, Supported Product Families, and Data Table folders?
- A. Use the Navigation Menus item on the Administration home page to grant or remove access to specific Product Families or Data Table folders for the user.
- B. Go to the Product Family definition or the Data Table folder properties for which you want to grant or remove access, click the Access Permissions tab, select or deselect the check boxesrelated to the users you want to grant access to or remove access from for this Product Family or Data Table folder.
- C. For each Product Family or Data table folder affected, click the Modify tab for that item and then select or deselect the check boxes related to the users youwant to grant access to or remove access from for this Product Family or Data Table folder.
- D. Click the Group name on the Group Administration List page that has this user as a member, click the Access Permissions tab, select or deselect the check boxes related to the items you want to grant access to or remove access from for this user.
- E. Click the user's name on the User Administration List page to edit the user, click the Access Permission tab, select or deselect the check boxes related to theitems you want to grant access to or remove access from for this user.
Answer: D
NEW QUESTION 72
What is the correct procedurefor moving a file from one folder to another in File Manager?
- 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, 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.
- 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, 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.
- E. 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.
Answer: C
NEW QUESTION 73
Which two items are not included in an environment refresh?
- A. Users
- B. Active sessions
- C. Configuration administration
- D. AutomatedFTP upload to CPQ schedule
- E. Commerce transactions
Answer: C,D
NEW QUESTION 74
......
Latest 1Z0-1033-21 Exam Dumps Oracle Exam from Training: https://certification-questions.pdfvce.com/Oracle/1Z0-1033-21-exam-pdf-dumps.html