1Z0-1068-21 試験問題を無料オンラインアクセス
試験コード: | 1Z0-1068-21 |
試験名称: | Oracle CX Commerce 2021 Implementation Essentials |
認定資格: | Oracle |
無料問題数: | 72 |
更新日: | 2025-09-18 |
The Payment Processing menu on the Settingspage 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 merchant has two country sites, US and France. The Site Base URL for the USsite iswww.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 thefrlocate code as the subfolder for the French site's URL,such aswww.example.com/fr, instead?
After a year running their sites on Commerce Cloud, aninternational company has changed the URL patterns for both the product and collection pages across multiple languages. The product page URL pattern has been updated to use a queryable URL slug. The collection page URL pattern has been updated by translating the string 'category' into each language, but retained the same structure with no queryable URL slug.
Which set of actions should the company take on the URL Patterns tab to complete the process?
A storefront developer is configuring pagelayouts of type Shopper Profile for a B2B storefront implementation.
Which two items must be considered when configuring the Profile Navigation - Account Shoppers widget instance on each layout? (Choose two.)
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 ofthe 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?