2022 Latest 1Z0-1068-20 Exam Dumps Recently Updated 72 Questions
Oracle 1Z0-1068-20 Real 2022 Braindumps Mock Exam Dumps
Oracle 1Z0-1068-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
NEW QUESTION 26
The following code from a sample gateway.json file shows the configuration for a web checkout payment gateway extension without the transaction types filled in:
What three of the valid transaction types for the generic payment method are needed for web checkout using redirect? (Choose three.)
- A. retrieve
- B. refund
- C. void
- D. authorization
- E. initiate
Answer: B,C,D
Explanation:
Reference:
s1602overviewofwebcheckoutsysteminteg01.html
NEW QUESTION 27
If your storefront has both B2B and B2C implementations, you will need to have one Order History Layout for B2B as well as a different Order History Layout for B2C.
What is the reason for this?
- A. If implemented, delegated administrators can view a list of all previous orders placed from the account shopper.
- B. You cannot have one layout used for both B2B and B2C shoppers.
- C. Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is account based or not.
- D. Account-based orders are tied to an Account, and the Order History Layout for B2B needs a B2B Order History widget instance.
Answer: D
NEW QUESTION 28
The Payment Processing menu on the Settings page of the Administration UI has a Payment Options property with two choices: Full Payment Required and Allow Partial Payment.
When should the Allow Partial Payment option be selected?
- A. The storefront uses standard payment widgets
- B. One of the supported payment methods used on the order requires shopper action during payment processing
- C. All payment methods used on the order can be processed at the same time
- D. If one payment of a partial payment fails, the successful payments are voided immediately and the order stays incomplete
Answer: B
Explanation:
Reference:
s3202understandthepaymentoptionssetti01.html
NEW QUESTION 29
What are two types of assets that can be included in a storefront extension? (Choose two.)
- A. Locale strings
- B. Images
- C. REST endpoint specifications
- D. Java code
Answer: A,D
NEW QUESTION 30
A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties to the payments object of the JSON authorization request when creating the order:
saveCard(Boolean)
nickname(String)
setAsDefault(Boolean)
Each of the properties needs to be bound to a particular view model for the properties to be added to the payments object.
Which is the correct view model?
- A. widgetPaymentViewModel
- B. orderViewModel
- C. paymentViewModel
- D. cartViewModel
Answer: A
NEW QUESTION 31
Which is NOT a step involved in creating widget configuration settings?
- A. Define the configuration settings in a config.json file
- B. Add the widget configuration settings folders and files to the widget extension structure
- C. Update widget template and JavaScript code to use the configuration parameters as required
- D. Compile the configurations before the widget extension is uploaded
- E. Define the configuration settings string resources for all supported locales
Answer: D
NEW QUESTION 32
Which three data items can be imported using the bulk import feature? (Choose three.)
- A. promotions
- B. catalog media content
- C. catalog data
- D. shopper profiles
- E. email templates
Answer: B,C,D
NEW QUESTION 33
Given the example widget configuration definition:
Which two statements are correct? (Choose two.)
- A. The widget configuration setting does not have a default value
- B. You can reference the configuration in the widget JavaScript as site.enabled()
- C. You can reference the configuration in the widget JavaScript as widget.enabled()
- D. The value can be either true or false
- E. The widget configuration setting will appear as a dropdown
Answer: D,E
NEW QUESTION 34
What three tasks, if implemented, can a contact with the storefront role of Administrator perform on a B2B Storefront? (Choose three.)
- A. Approve or reject a registration request for a contact
- B. Set product pricing discounts for the Account contract per site
- C. Specify an order approval threshold value
- D. Approve or reject an order that requires approval
- E. Create, edit, and delete contacts
Answer: B,C,D
Explanation:
Reference:
html
NEW QUESTION 35
A company has two sites. Site A is the default site and has English as the default language and German as an additional language. Site B has German as the default language. The company needs to provide metadata in both languages.
After creating the products in English, which action can the company take to have metadata in both German and English?
- A. Switch to Site B to add the German translations for product and collection names and descriptions
- B. Create a duplicate set of the products and collections in German
- C. Select German as the content language and enter the German translations for product and collection names and descriptions
- D. On the Metadata tab, overwrite the English metadata with the German translations
- E. On the Metadata tab, add the German translations in addition to the English metadata
Answer: E
Explanation:
Reference:
s0707addmetadatatoproductsandcollecti01.html
NEW QUESTION 36
For account-based commerce, the checkout layout can contain B2B-specific widgets that support accounts as well as general B2C widgets.
At a minimum, which two widget instances should be included on a B2B Checkout layout? (Choose two.)
- A. Order Details widget instance
- B. Account-Address Selector widget instance
- C. Payment Methods widget instance
- D. Purchase List widget instance
- E. Promotions widget instance
Answer: A,B
NEW QUESTION 37
Which three features are supported in a B2B Storefront implementation? (Choose three.)
- A. simultaneously logging into multiple accounts in order to compare product items and prices
- B. sharing a purchase list with a contact from another account
- C. requiring an order approval based on a specified price threshold associated with the account
- D. managing account buyers and addresses on the storefront by contacts with account specified storefront roles
- E. A displaying products and prices that are specific to the logged in contact's account
Answer: A,C,D
NEW QUESTION 38
A company has one site with English as the default language and German as an additional language. The German subsidiary needs to translate the site's name and description into German using the updateSite endpoint.
Which header and JSON combination must they pass to this endpoint to accomplish this task?

- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: C
NEW QUESTION 39
An account buyer receives an email notification that their order has been approved and they can pay for the order. Once they click the associated link, it brings them to the B2B Checkout Payment After Approval layout.
Which two are valid statements regarding the B2B Checkout Payment After Approval layout? (Choose two.)
- A. The layout allows the buyer to modify the order details and input payment information
- B. The layout is of type Checkout and is displayed to account shoppers only
- C. The layout is only displayed when the order status is PENDING_PAYMENT
- D. This is an out-of-the-box layout that provides payment options for orders requiring approval
Answer: C,D
Explanation:
Orders that meet the criteria for requiring approval are sent back to OCC and put into the out-of-the-box order approvals workflow. Set the layout to be displayed when the Order Status is PENDING_PAYMENT Reference:
https://blogs.oracle.com/occs/whats-new-in-174-release
https://docs.oracle.com/cd/E97801_04/Cloud.19B/ExtendingCC/html/
s1806checkoutflowforpaymentafterappro01.html
NEW QUESTION 40
Consider the following code from the gateway.json file for a sample payment gateway extension:
For which paymentMethodTypes is the processors property (not shown in the code example) required to be defined in your descriptors file?
- A. card, cash, physicalGiftCard
- B. card, only for 3D-Secure card support
- C. cash, physicalGiftCard
- D. physicalGiftCard, only for debit card support
- E. card, for both regular and 3D-Secure cards
Answer: B
NEW QUESTION 41
The following code snippet shows the customProperties subobject included in the payments object in the payments object in a sample JSON request payload:
Which two statements describe how the custom properties were included in the request? (Choose two.)
- A. Custom properties are specified in the config.json file for the gateway extension
- B. Custom properties can be added via a custom widget
- C. Custom properties are included in the gateway extension's JavaScript
- D. Custom properties are specified in the createOrder REST request
Answer: A,D
NEW QUESTION 42
A merchant has two country sites, US and France. The Site Base URL for the US site is www.example.com.
They plan to use a subfolder to differentiate the French site's URL. For example, they could set it to www.example.com/france.
What is a potential consequence of using the fr locate code as the subfolder for the French site's URL, such as www.example.com/fr, instead?
- A. You receive an error message on the Settings page when setting the Site Base URL to a recognized locale, preventing you from using it as the subfolder.
- B. Commerce Cloud has logic built in to avoid any confusion between subfolders and locales, editing the URL when generating the page to differentiate between the locale and the subfolder name.
- C. If the US site is configured to have French as an additional language, the system cannot tell if www.example.com/fr is the French site or the French translation of the English site.
- D. Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.
Answer: A
NEW QUESTION 43
......
Verified 1Z0-1068-20 Exam Dumps Q&As - Provide 1Z0-1068-20 with Correct Answers: https://www.free4torrent.com/1Z0-1068-20-braindumps-torrent.html