Pass Oracle 1z0-1068-22 exam Dumps 100 Pass Guarantee With Latest Demo
The 1z0-1068-22 PDF Dumps Greatest for the Oracle Exam Study Guide!
NEW QUESTION 40
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. At any time, because updates to shared configuration to the default site alter the child sites.
- C. Create the additional sites before configuring anything on the default site.
- D. Configure the Oracle integrations for the default site and then create additional sites.
Answer: B
NEW QUESTION 41
Given the example custom widget JavaScript:
In this example, what does $ represent?
- A. Local function referring to the JQuery library
- B. Placeholder for anonymous Require.js content
- C. Null value until it is initialized
- D. Local function referring to the ccLogger library
Answer: C
NEW QUESTION 42
What is the Commerce Cloud ccResizeImage custom binding used for?
- A. alter image proportions after download so that it fits on the screen
- B. size image to the current viewport before it is downloaded
- C. update image borders and colors before download
- D. crop the image based on specified top, bottom, left and right parameters
Answer: B
NEW QUESTION 43
A storefront developer has just logged into the Commerce Cloud Administration UIand selects the Design page to begin configuring layouts and components for their account-based implementation.
What two key concepts must they understand? (Choose two.)
- A. "Display layout to account shoppers only"must be selected in the layout settings in order to restrict the layout to account-based shoppers only.
- B. A B2B storefront implementation can only support one site per Account.
- C. Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.
- D. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
Answer: A,B
NEW QUESTION 44
What does a storefront extension package contain?
- A. A collection of the 3rdparty JavaScript libraries that may be referenced by the component
- B. A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository
- C. A pointer to the location of the definition of the component
- D. All the JavaScript, HTML template, CSS, localization resources, and configuration parameters thatdefine, implement and support the component
Answer: D
NEW QUESTION 45
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 thegenericpayment method are needed for web checkout using redirect? (Choose three.)
- A. retrieve
- B. authorization
- C. refund
- D. void
- E. initiate
Answer: B,C,D
NEW QUESTION 46
Consider the widget template snippet, which uses Knockout'scontainerless control flow syntax based on comment tags:
Under what condition will<li>Item #2</li>be displayed?
- A. Item #2 will always be displayed
- B. if the Product view model is available on the page
- C. Item #2 will never be displayed
- D. If theshopper has a product in his/her cart
Answer: D
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. All payment methods used on the order can be processed at the same time
- B. If one payment of a partial payment fails, the successful payments are voided immediately and the order stays incomplete
- C. The storefront uses standard payment widgets
- D. One of the supported payment methods used on the order requires shopper action during payment processing
Answer: D
NEW QUESTION 48
A developer would like to pass two custom properties called interestRate and 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 49
A company has many anonymous shopperswho pay for orders with split payments. In their prior system, they ran into issues when one of the payment methods failed and the order was in a pending state waiting for the rest of the payment. In those cases, the shoppers could not retrieve the orderswhen they returned to the site because they did not have access to the order number?
The company plans to configure Commerce Cloud to avoid this situation where the anonymous shopper does not know the order ID.
What step can the company take in Commerce Cloud to avoid this happening?
- A. Select thePayment Settings option to notify anonymous shoppers of partial payment
- B. Enable the Order Placed Email to send the order ID when the payment goes through.
- C. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.
- D. Enable the Order Payment Initiated Email to send the order ID when the order is created
Answer: B
NEW QUESTION 50
What are two types of assets that can be included in a storefront extension? (Choose two.)
- A. REST endpoint specifications
- B. Locale strings
- C. Images
- D. Java code
Answer: B,D
NEW QUESTION 51
Which three statements describe webhooks in Commerce Cloud? (Choose three.)
- A. Event webhooks support asynchronous, event-triggered outbound calls to custom integration endpoints
- B. Webhooks can be defined separately forStorefront, Preview, and Agent instances
- C. Webhooks are only configured using the Server Extensions REST API
- D. Webhooks use the POST HTTP method for the outgoing call
- E. Function webhooks supportsynchronous calls to external applications
Answer: A,D,E
NEW QUESTION 52
A company has created and configured a new site with the ID 10012 and is ready to enable it.
What step dothey need to do to enable the site?
- A. Option C
- B. Option D
- C. Option B
- D. Option A
Answer: C
NEW QUESTION 53
Whatdoes a slot component reserve space in a layout to display?
- A. an ordered set of widgets specified in a tabular format
- B. the header of footer of a page that contains configurable elements
- C. a widget determined in real-time based on variable criteria
- D. a group of related widgets that constitute a composite shopper-based function
Answer: C
NEW QUESTION 54
What are two operational parameters that are configurable by merchants in the Commerce Cloud Administration UI? (Choose two.)
- A. SSO configuration
- B. Tax processor
- C. URL patterns for products andcollections
- D. Site enablement
Answer: A,B
NEW QUESTION 55
When configuring sites, you have two properties related toprice groups: the default price group and additional price groups. Consider the following scenario:
* Site UShas theUS Dollarprice group set as its default price group.
* Site Canadahas theCanadian Dollarprice group as its default price group, but needsa second price group for US dollars.
* It can either share theUS Dollarprice group withSite USor have a separateUS Dollars2price group.
Under what condition shouldSite Canadause the separateUS Dollars2as its additional price group?
- A. Site Canada has two languages and two currencies, and therefore needs dedicated price groups to accurately display prices
- B. US dollar prices differ between Site US and Site Canada
- C. The two countries have different sales tax rate calculations
- D. Reports in Oracle Business Intelligence Enterprise Edition need to separate sales totals in US dollars by site
Answer: C
NEW QUESTION 56
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. JavaScript code which provides client-side page logic
- B. Commerce Cloud delivered libraries with resources that support client-side development
- C. Code management repository tools
- D. Integrated developmentenvironment for Commerce Cloud
Answer: A,B
NEW QUESTION 57
Which two statements describe the gateway configuration definition in the config.json file? (Choose two.)
- A. No additional properties are needed to enable a payment method for scheduled orders
- B. Valid values for theinstancesproperty areagent,preview,test, andstorefront
- C. TheconfigTypeproperty must beset to the value payment
- D. The configuration must include a property with the IDpaymentMethodTypes
Answer: B,C
NEW QUESTION 58
What are two reasons to use the CC-Storage library to save data objects in local storage? (Choose two.)
- A. to support Chrome browsers only
- B. to support browsers using private browsing mode
- C. to support Firefox browsers only
- D. to support iOS devices using Safari
Answer: B,D
NEW QUESTION 59
What are twoexamples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)
- A. connect to source control repositories
- B. display product images
- C. format date and numbers
- D. save local data to disk
- E. publish messages to other websites
Answer: A,B
NEW QUESTION 60
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. Uses the PubSub library to publish to a topic
- C. Runs the inline function when the subscribed event fires
- D. Creates a new PAGE_CHANGED topic available for subscription
- E. Changes the page when the inline function runs
Answer: B,D
NEW QUESTION 61
......
Read Online 1z0-1068-22 Test Practice Test Questions Exam Dumps: https://www.dumpsactual.com/1z0-1068-22-actualtests-dumps.html
