Feb-2023 Latest Actual4Labs 1z0-1068-22 Exam Dumps with PDF and Exam Engine Free Updated Today!
Following are some new 1z0-1068-22 Real Exam Questions!
NEW QUESTION 31
Your client company has created a seasonal site that shares layouts with the default site, but has a different design themethat they have created on the Design page.
What do they need to do in the Administration UI to associate the new theme the seasonal site?
- A. On the Settings page, navigate to the seasonal site and select the new theme in the Theme property
- B. Edit the theme's JavaScript code to limit it to the seasonal site
- C. They cannot do this in the Administration UI. They must use the/ccadmin/v1/sitesendpoint
- D. On the Design page, select the site and create a new theme under that site
Answer: D
NEW QUESTION 32
Which two describe the assets contained in a storefront extension .zip archive? (Choose two.)
- A. language translation resources for each language used on the storefront
- B. configurations for function and event webhooks related to the extension
- C. the defined format of expected JSON request and response payloads
- D. a hierarchyof folders and files that are specific to the extension type
Answer: C,D
NEW QUESTION 33
What are twoexamples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)
- A. save local data to disk
- B. publish messages to other websites
- C. display product images
- D. connect to source control repositories
- E. format date and numbers
Answer: C,D
NEW QUESTION 34
Why is it a best practice to use the ccLink binding in your customwidgets?
- A. for ensuring the correct layout is displayed
- B. for ensuring a link does not cause a full page reload
- C. for ensuring that your URL is correctly formatted
- D. for ensuring images are sized for the current viewport
Answer: C
NEW QUESTION 35
What is the Commerce Cloud ccResizeImage custom binding used for?
- A. alter image proportions after download so that it fits on the screen
- B. crop the image based on specified top, bottom, left and right parameters
- C. size image to the current viewport before it is downloaded
- D. update image borders and colors before download
Answer: C
NEW QUESTION 36
Given this widget JavaScript snippet using the CCRestClient library:
What is the URL of the created request to Commerce Cloud?
- A. GET /ccstore/v1/products/xprod2119
- B. GET/ccstore/v1/products?getProduct=xprod2119
- C. POST /ccstore/v1/products
- D. PUT /ccstore/v1/products/xprod2119
- E. GET /ccstore/v1/products
Answer: E
NEW QUESTION 37
Your customer has a B2B Storefront instance designed to have three English language sites: North America, European Union, and Asia.
What two components will the storefront developersneed to configure to support one or more sites? (Choose two.)
- A. Associated component text snippets that are valid for each site
- B. The layout components to include branding, images, and page content that are specific for the site
- C. The settings for each layout to specify one or more sites valid for that layout
- D. The profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per site
Answer: B,D
NEW QUESTION 38
Given the example snippet of custom widget JavaScript:
What are two correctstatements about this code? (Choose two.)
- A. Creates a new PAGE_CHANGED topic available for subscription
- B. Uses the PubSub library to subscribe to a topic
- C. Changes the page when the inline function runs
- D. Runs the inline function when the subscribed event fires
- E. Uses the PubSub library to publish to a topic
Answer: A,E
NEW QUESTION 39
The design of a particular B2B storefront implementation has three supported locales.
When configuring the Profile Navigation - Account Shoppers settings, which statement describes how to configure the option name to handle the different languages?
- A. Specify the option names using the Administration UI on the Setting Page
- B. Configure three different Profile Navigation - Account Shoppers widget instances, one for each locale
- C. Type the names for each language directly into the field, using a comma delimited format
- D. Configure using Text Snippets on Design page after selecting the respective language
Answer: B
Explanation:
Explanation
Three layouts to the Profile Navigation - AccountShoppers widget, make sure you set
NEW QUESTION 40
Consider the following code from the gateway.jsonfile 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. cash, physicalGiftCard
- B. card, only for3D-Secure card support
- C. card, cash, physicalGiftCard
- D. physicalGiftCard, only for debit card support
- E. card, for both regular and 3D-Secure cards
Answer: B
NEW QUESTION 41
Which two statements describebenefits of the custom payment framework for merchants? (Choose two.)
- A. Merchants can apply their own business rules on top of each transaction
- B. Merchants can change the underlying payment service provider without affecting their integration
- C. Merchants can store credit cards on the Commerce Cloud server in its PCI-compliant zone
- D. Merchants can leverage the provided payment webhooks or create their own custom webhooks
Answer: A,D
NEW QUESTION 42
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 Payment Initiated Email to send the order ID when the order is created
- C. Enable the Order Placed Email to send the order ID when the payment goes through.
- D. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.
Answer: C
NEW QUESTION 43
What are the three main technologies employed in widget development? (Choose three.)
- A. HTML 5
- B. Node.js
- C. JavaScript
- D. React
- E. CSS/Less
Answer: A,D,E
NEW QUESTION 44
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 45
You want a contact with anassociated storefront role of Administrator to be able to manage contact registration requests for their account.
What two configuration steps are necessary to implement this functionality? (Choose two.)
- A. Ensure that the Profile Navigation - Account Shoppers widget instance supports Registration Requests on My Account for storefront administrators
- B. Ensure that generated emails for registration requests are enabled to allow the administrator to accept or reject the request directly from the email
- C. Add the Contact Login with Self Registration element to support B2B Contact Registration Requests in the Header Widget instance
- D. Configure the Contact Registration Requests widget settings to specify the storefront role of admin
Answer: A,D
NEW QUESTION 46
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 attribute is only valid for global widgets and is not relevant
- B. The imports attribute should contain the value "user" because the cart view model belongs to the user
- C. The imports attributecan be empty because the Cart view model is global
- D. The imports attribute should contain the value "cart"
Answer: A
NEW QUESTION 47
What are two types of assets that can be included in a storefront extension? (Choose two.)
- A. Locale strings
- B. REST endpoint specifications
- C. Java code
- D. Images
Answer: A,C
NEW QUESTION 48
The Profile Navigation - Account Shoppers widget instance settings specifies the storefront role of buyer for the Account Address Book.
Note that the storefront role for the /accountaddressbook URL is specified as buyer.
Which configuration step is needed to allow a delegated administrator the privilege to create, edit, and delete account addresses?
- A. Nothing needs to be configured. The account Addresses widget will automatically provide additional create, edit, and delete privileges for delegated administrators.
- B. Modify the settings for the Account Address Book and specify the storefront role of admin.
- C. The Account Addresses widget will need to be customized to perform this functionality.
- D. Create an additional Account Address Book layout thatallows delegated administrators the privilege to perform the tasks.
Answer: D
NEW QUESTION 49
Which three design elements are provided in each baseline provisioned environment? (Choose three.)
- A. storefront template called Cloud Lakewith a set of default layouts
- B. a basic collection of component instances that include widgets, stacks, and slots
- C. storefront style templates with a set of pre-defined sample themes
- D. sample catalog data including product collections and SKUs
- E. provisioned data used for sample shopper profiles
Answer: B,D,E
NEW QUESTION 50
Which use case does NOT require the use of multiple sites or multiple instances?
- A. A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers
- B. A company has two brands with mostly different products. The brand stores have separate carts, payment gateways, and tax providers, witha unique look and feel
- C. A company has stores in multiple countries and their stores only differ by the languages and currencies they support
- D. A company wants to expand their brand to multiple countries with multiple languages and currencies.
The
stores sell different products and have different promotions, but share shoppers
Answer: B
NEW QUESTION 51
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 D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 52
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 Oracle integrations for the default site and then create 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 default site fully and then add the additional sites.
Answer: B
NEW QUESTION 53
A company has multiple country storesand wants the collection page URL to reflect the language and format specific to the country store. For the site configured with French as the default language, the URL should appear in the following example format: /femmes/chemises/cat1234, where Chemises is the name of the collection, its ID is cat1234, and the Chemises collection appears under the Femmes collection.
What are two of the steps they need to do to accomplish this? (Choose two.)
- A. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
{parentCategory}/categorie/{id} - B. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
{parentCategory}/{seoUrlSlugDerived}/{id} - C. In the Administration UI, click the Content Language icon and select French as thelanguage.
- D. For each separate site configured with the French language, update settings to use the new URL patterns
Answer: A,D
NEW QUESTION 54
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. Shopper Profile Update event webhook
- B. Order Submit event webhook
- C. Admin Orders REST API
- D. Custom order management widget
Answer: A,C
NEW QUESTION 55
An account buyer logs into the storefront, but does not see the addresses associated with their account on the My Account page.
What is the reason for this behavior?
- A. By default, the account buyer needs to create an order before the Account Address Book is displayed
- B. The Profile Navigation - Account Shoppers widget instance settings was not configured to include an option for Account Address Book
- C. The account buyer did not have the correct storefront role to access the Account Address Book
- D. The Contact Login (for Managed Accounts) element is configured on the header widget which only supports B2C login
Answer: B
NEW QUESTION 56
......
Resources From:
- 2023 Latest Actual4Labs 1z0-1068-22 Exam Dumps (PDF & Exam Engine) Free Share: https://passcollection.actual4labs.com/Oracle/1z0-1068-22-actual-exam-dumps.html
Free Resources from Actual4Labs, We Devoted to Helping You 100% Pass All Exams!