PDF (New 2021) Actual Oracle 1Z0-1033-20 Exam Questions [Q44-Q65]

Share

PDF (New 2021) Actual Oracle 1Z0-1033-20 Exam Questions

Dumps Moneyack Guarantee - 1Z0-1033-20 Dumps UpTo 90% Off

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

  • A. by selecting the "Disable user override" property on the configurable array set editor page
  • B. by hiding the control attribute and marking it as a forced set
  • C. by hiding the control attribute
  • D. by using CSS to hide icons

Answer: C

 

NEW QUESTION 45
How can you prevent users with the RestrictedAccess user type from creating a new transaction using Transaction Manager?

  • A. Navigate to the Process Invocation admin page and remove the user access rights entries for RestrictedAccess for all pages.
  • B. Open the Commerce Process admin page, navigate to Process Actions, click Access Rights for the New Transaction action, and remove all company type and user type RestrictedAccess entries.
  • C. Go to the Commerce Process admin page and open the participant profiles of the start step. Remove all user access rights entries for RestrictedAccess
  • D. Open the Commerce Process admin page, navigate to Process Manager, click Access Rights, and make sure that RestrictedAccesss user type is not selected.

Answer: B

 

NEW QUESTION 46
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. Assign a heading style set to the Table of Contents layout.
  • B. Assign page numbers to all heading elements.
  • C. Enable the Table of Contents option for selected heading styles.
  • D. Create headings by using the Heading element for the section content in your template.
  • E. Enable the Table of Contents option for all heading styles.

Answer: B,D,E

 

NEW QUESTION 47
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/commerceDocumentsExampleTransactions?set=1000
  • B. https://testsite.bigmachines.com/rest/v1/commereceDocumantsExampleTransactions?totalResults=1000
  • C. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampletransactions?limit=1000
  • D. https:///testsitebigmachines.com/rest/v1/commerceDocumantsExampleTransactions?pffset=1000

Answer: C

 

NEW QUESTION 48
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. 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.
  • B. 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.
  • C. Switch the system-generated email-to-email template, which will include the desired transaction information when approvers are notified.

Answer: B

 

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

  • A. Open the list of partner organizations and set the value of Maximum Users to "0".
  • B. Proxy log in as superuser, go to the list of partner organizations, and select the partner organization and delete it.
  • C. 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.
  • D. Proxy log in as superuser, go to the list of partner organizations, and select Denied in the Access drop-down list.

Answer: C

 

NEW QUESTION 50
To add items (parts) to a configuration, Recommended Item rules are used. Which two statements are true when using Recommended Item rules?

  • A. Recommended Item rules can return only the base price of an item (part) and cannot use dynamic prices based off data tables.
  • B. If multiple Recommended Item rules recommend the same item (part), the item (part) price is picked from the rule that is last in the order.
  • C. If multiple Recommended Item rules return the same item (part), the quantity of the item (part) is a total of all quantities returned by each rule.
  • D. Recommended Item rules can show only the base prices defined in the customer specific module.

Answer: B,D

 

NEW QUESTION 51
Given the following code:

What will be returned?

  • A. (key) = (/library/book/@lang)(value) = (Spring in Action)(value) = (J2EE Blueprint)
  • B. (key) = (/library/book/@lang)(value) = (en)(value) = (fr)
  • C. (key) = (/library/book/@lang)(value) = (English)(value) = (French)
  • D. (key) = (/lang/book/library)(value) = (en)(value) = (fr)

Answer: D

 

NEW QUESTION 52
Identify two supported procedures for moving commerce library functions between environments without overwriting other functions. (Choose two.)

  • A. Bulk download/upload
  • B. Migration packages
  • C. Granular migration
  • D. Full commerce migration
  • E. Webservices

Answer: B,C

 

NEW QUESTION 53
Which three page types have predefined page templates? (Choose three.)

  • A. User Administration List Page
  • B. Parts Search Page
  • C. Model List Page
  • D. Process Document List Page
  • E. Product Line List Page

Answer: A,D,E

 

NEW QUESTION 54
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 Hiding rule
  • B. by writing a Recommendation rule
  • C. by writing a Pricing rule
  • D. by writing a Constraint rule

Answer: A

 

NEW QUESTION 55
What is the correct order of execution of Configuration rules for an attribute that has both Recommendation and Constraint rules written on it?

  • A. Hiding, Constraint, Recommendation, Recommended Item
  • B. Recommendation, Recommended Item, Hiding, Constraint
  • C. Constraint, Hiding, Recommendation, Recommended Item
  • D. Constraint, Recommendation, Constraint, Hiding, Recommended Item
  • E. Recommendation, Constraint, Hiding, Recommended Item

Answer: A

 

NEW QUESTION 56
A Commerce Constraint rule has been used to show only the applicable currencies in the Currency attribute based on the value selected in the Country attribute.
After selecting the value in the Country attribute, what should be performed to run the specified Constraint rule?

  • A. Any action will trigger the Constraint rule.
  • B. No additional action is needed.
  • C. The Save action must be performed.
  • D. The Submit action must be performed.

Answer: B

 

NEW QUESTION 57
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 3 does not specify an action to execute; therefore, nothing is updated in the transaction.
  • B. The Commerce transaction should be updated with the new Ship To name.
  • C. Step 5 is unnecessary. Session ID is not needed to log out.
  • D. The session will still be open.
  • E. The call in step 4 will throw an error.

Answer: B,C

 

NEW QUESTION 58
In Commerce, what is the order of operations for the standard Modify sequence?

  • A. 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. Modify tab, Before Formulas Advanced Modify function, Formulas, After Formulas Advanced Modify function
  • E. Modify tab, Advanced Default function, Formulas, After Formulas Advanced Modify function

Answer: D

 

NEW QUESTION 59
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 "_" used in the file name is invalid.
  • B. CSV files are not valid file extensions that can be uploaded by using FTP.
  • C. The file name exceeds character limits.
  • D. The apostrophe used in the file name is invalid.

Answer: D

 

NEW QUESTION 60
Which two scenarios can be automated with File Transfer Protocol (FTP)? (Choose two.)

  • A. An administrator needs to bulk update attachments on a multiple Commerce Transactions.
  • B. An administrator needs to update Configuration Attribute Value Pricing on a Model and deploy the changes.
  • C. Every night, an administrator queries the inventory database and updates a CPQ Cloud data table with the new inventory levels.
  • D. Every month, an administrator needs to apply changes requested by the marketing department on descriptions for parts in CPQ Cloud.

Answer: C,D

 

NEW QUESTION 61
Which two scenarios are valid for looping by using XSL Snippets? (Choose two.)

  • A. The data in the line item grid must be displayed as a table.
  • B. The data needs to be manipulated before being used in loop conditions.
  • C. You want to display a table of single-select, quote-level Commerce attributes.
  • D. The grid selector cannot handle the conditions that you need to implement.

Answer: B,D

 

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

  • A. You can leave the field empty, which will return all parts.
  • B. Type the start string of a part number. The search will return all parts starting with this text.
  • C. Use "*" and/or "?" as wildcards.
  • D. Use regular expressions (RegEx) to describe a search pattern.
  • E. Use "_" and/or "%" as wildcards.

Answer: B,C

 

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

  • A. https://<siteURL>/v2_0/receiver/commerce/oraclecpqo?WSDL
  • B. https://<siteURL>/ics/catalog
  • C. https://<siteURL>/v1/receiver?WSDL
  • D. https://<siteURL>

Answer: A

Explanation:
Explanation
References:

 

NEW QUESTION 64
Which two items are not included in an environment refresh?

  • A. Automated FTP upload to CPQ schedule
  • B. Active sessions
  • C. Configuration administration
  • D. Commerce transactions
  • E. Users

Answer: A,C

 

NEW QUESTION 65
......

Updated Dec-2021 Pass 1Z0-1033-20 Exam - Real Practice Test Questions: https://www.free4torrent.com/1Z0-1033-20-braindumps-torrent.html