[Sep-2022 Newly Released] 1Z0-1068-21 Dumps for CX Commerce Certified
Updated Verified 1Z0-1068-21 dumps Q&As - 100% Pass
Oracle 1Z0-1068-21 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
NEW QUESTION 35
What are two use cases for employing widget configuration settings? (Choose two.)
- A. to provide links to 3rdparty JavaScript libraries
- B. to determine whether a widget can be placed on a layout
- C. to expose parameters that may vary between widget instances
- D. to provide an increased level of merchandiser control over widget behavior and display
Answer: B,D
NEW QUESTION 36
A developer would like to pass two custom properties called interestRateand remainingPayments from the custom payment integration service to Commerce Cloud in the JSON response payload. The remainingPayments property should be returned to the storefront to be used in a custom widget.
Which code snippet included in the JSON response accomplishes this?
- A. Option C
- B. Option B
- C. Option A
Answer: C
NEW QUESTION 37
Given the example snippet of custom widget JavaScript:
What are two correctstatements about this code? (Choose two.)
- A. Uses the PubSub library to subscribe to a topic
- B. Runs the inline function when the subscribed event fires
- C. Changes the page when the inline function runs
- D. Uses the PubSub library to publish to a topic
- E. Creates a new PAGE_CHANGED topic available for subscription
Answer: D,E
NEW QUESTION 38
Which two statements describe the gateway configuration definition in the config.json file? (Choose two.)
- A. The configuration must include a property with the IDpaymentMethodTypes
- B. No additional properties are needed to enable a payment method for scheduled orders
- C. TheconfigTypeproperty must beset to the value payment
- D. Valid values for theinstancesproperty areagent,preview,test, andstorefront
Answer: C,D
NEW QUESTION 39
Why is it a best practice to use the ccLink binding in your custom widgets?
- A. for ensuring that your URL is correctly formatted
- B. for ensuring images are sized for the current viewport
- C. for ensuring a link does not cause a full page reload
- D. for ensuring the correct layout is displayed
Answer: A
NEW QUESTION 40
What is the Commerce Cloud ccResizeImage custom binding used for?
- A. size image to the current viewport before it is downloaded
- B. updateimage borders and colors before download
- C. alter image proportions after download so that it fits on the screen
- D. crop the image based on specified top, bottom, left and right parameters
Answer: A
NEW QUESTION 41
Given the configuration:
US Catalog and MexicanCatalog share some of the products.
Which two methods enable a merchandiser to enter Spanish translations in the products? (Choose two.)
- A. Select Spanish from the Content Language drop-down and create new products with Spanish entries in the relevant fields
- B. Select the site on the Catalog page and edit the products that need Spanish translations
- C. Import the translations by settingLOCALE=esin the CSV import file
- D. Select Spanish from the Content Language drop-down and edit the products that need Spanish translations
Answer: C,D
NEW QUESTION 42
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 C
- B. Option B
- C. Option A
- D. Option D
Answer: C
NEW QUESTION 43
What three tasks, if implemented, can a contact with the storefront role ofAdministrator perform on a B2B Storefront? (Choose three.)
- A. Approve or reject a registration request fora contact
- B. Approve or reject an order that requires approval
- C. Create, edit, and delete contacts
- D. Set product pricing discounts for the Account contract per site
- E. Specify an order approval threshold value
Answer: B,D,E
NEW QUESTION 44
Given the example custom widget Javascript:
In order to employ the Cart view model, what should the custom widget'swidget.jsondescriptor contain for theimportsattribute?
- A. The imports attributecan be empty because the Cart view model is global
- B. The imports attribute should contain the value "user" because the cart view model belongs to the user
- C. The imports attribute should contain the value "cart"
- D. The imports attribute is only valid for global widgets and is not relevant
Answer: D
NEW QUESTION 45
A storefront developer has just logged into the Commerce Cloud Administration UI andselects the Design page to begin configuring layouts and components for their account-based implementation.
What two key concepts must they understand? (Choose two.)
- A. Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.
- B. A B2B storefront implementation can only support one site per Account.
- C. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
- D. "Display layout to account shoppers only" must beselected in the layout settings in order to restrict the layout to account-based shoppers only.
Answer: B,D
NEW QUESTION 46
An account buyer receives an email notification that their order has been approved andthey 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 isonly displayed when the order status is PENDING_PAYMENT
- C. The layout is of type Checkout and is displayed to account shoppers only
- D. This is an out-of-the-box layout that provides payment options for orders requiring approval
Answer: B,D
Explanation:
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 isPENDING_PAYMENT
NEW QUESTION 47
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. One of the supported payment methods used on the order requires shopper action during payment processing
- B. The storefront uses standard payment widgets
- 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: A
NEW QUESTION 48
What are two operational parameters that are configurable by merchants in the Commerce Cloud Administration UI? (Choose two.)
- A. Siteenablement
- B. Tax processor
- C. SSO configuration
- D. URL patterns for products and collections
Answer: B,C
NEW QUESTION 49
Which two are required to communicate with an Order Management System (OMS) Integration Service when integrating with an OMS from Commerce Cloud? (Choose two.)
- A. Custom order management widget
- B. OrderSubmit event webhook
- C. Admin Orders REST API
- D. Shopper Profile Update event webhook
Answer: C,D
NEW QUESTION 50
The Commerce Cloud storefront extension framework provides a set of resources, templates and libraries that support the implementation of custom client-side store extensions.
What are two aspects of this framework? (Choose two.)
- A. Code management repository tools
- B. Commerce Cloud delivered libraries with resources that support client-side development
- C. JavaScript code which provides client-side page logic
- D. Integrated development environment for Commerce Cloud
Answer: B,C
NEW QUESTION 51
A company is setting up multiple country-specific sites that have unique emails, separatepayment gateways and shipping methods by country, and other site-specific settings. They share Oracle integrations (e.g. Oracle Retail Order Management System Cloud, Oracle Loyalty Cloud, Oracle Customer Experience Cloud). They plan to add sites in the Administration UI.
Based on their use case, when should they create the additional sites to minimize the changes they need to make?
- A. Configure the default site fully and then add the additional sites.
- B. Configure the Oracle integrations for the default site and then create additional sites.
- C. Create the additional sites before configuring anything on the default site.
- D. At any time, because updates to shared configuration to the default site alter the child sites.
Answer: D
NEW QUESTION 52
A company currently has two sites. The ID of the default site is siteA. The ID of the second site is siteB. They want to create a third site, but have it copy the configurations of siteB rather than the default siteA.
Which endpoint, method, and URI do they use to accomplish this?
- A. ThegetSiteendpoint, using GET with the URI set to/ccadmin/v1/sites/siteB
- B. TheupdateSiteendpoint, using PUT with the URI set to/ccadmin/v1/sites/siteB
- C. ThecreateSiteendpoint, using POST with the URI set to/ccadmin/v1/sites/siteB
- D. ThecreateSiteFromFormendpoint, usingPOSTwith the URI set to/ccadmin/v1/siteCreateForms/ siteB
Answer: A
NEW QUESTION 53
What are two reasons to use the CC-Storage library to save data objects in local storage? (Choose two.)
- A. to support Firefox browsers only
- B. to support browsers using private browsing mode
- C. to support iOS devices using Safari
- D. to support Chrome browsers only
Answer: B,C
NEW QUESTION 54
Which three design elements are provided in each baseline provisioned environment? (Choose three.)
- A. provisioned data used for sample shopper profiles
- B. sample catalog data including product collections and SKUs
- C. storefront style templates with a set of pre-defined sample themes
- D. a basic collection of component instances that include widgets, stacks, and slots
- E. storefront template called Cloud Lake with a set of default layouts
Answer: A,B,D
NEW QUESTION 55
Oracle Commerce Cloud allows developers and business users to change the shopper experience to suit their needs by modifying components within page layouts via the REST APIs or via the Administration UI.
How can you create a new page layout instance?
- A. Determine the type of layout and create a new blank instance
- B. Uploada new storefront extension that defines the new layout instance
- C. Create a new layout instance by cloning an existing layout instance
- D. You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated
Answer: B
NEW QUESTION 56
A company has created and configured a new site with the ID 10012 and is ready to enable it.
What step do they need to do to enable the site?
- A. Option A
- B. Option B
- C. Option C
- D. Option D
Answer: B
NEW QUESTION 57
Given the exampleelement.jsonelement configuration:
What does theinlineattribute determine?
- A. whether the element can be included in another element
- B. whether the element should be inserted as an HTML span or as a div
- C. the display characteristic of the element
- D. whether the translation text is inserted into the element source
Answer: A
NEW QUESTION 58
Which two statements describebenefits of the custom payment framework for merchants? (Choose two.)
- A. Merchants can change the underlying payment service provider without affecting their integration
- B. Merchants can leverage the provided payment webhooks or create their own custom webhooks
- C. Merchants can store credit cards on the Commerce Cloud server in its PCI-compliant zone
- D. Merchants can apply their own business rules on top of each transaction
Answer: B,D
NEW QUESTION 59
......
Latest 1Z0-1068-21 Exam Dumps Oracle Exam from Training: https://dumpsvce.exam4free.com/1Z0-1068-21-valid-dumps.html
