Prepare Top Oracle 1Z0-1068-20 Exam Study Guide Practice Questions Edition
Go to 1Z0-1068-20 Questions - Try 1Z0-1068-20 dumps pdf
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 34
A storefront developer is configuring page layouts 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. On the My Account page, account contacts will always see all options defined in the Profile Navigation - Account Shoppers widget instance
- B. Each Shopper Profile layout should contain a shared Profile Navigation - Account Shoppers widget instance
- C. If displayed using a vertical orientation, the Profile Navigation - Account Shoppers widget instance should be configured to take up the same number of columns on each layout
- D. Each entry in the Profile Navigation - Account Shoppers widget instance settings can only have one corresponding layout specified by the URL
Answer: A,C
NEW QUESTION 35
A company has multiple country stores and 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. For each separate site configured with the French language, update settings to use the new URL patterns
- B. On the URL Patterns tab of the Setup menu, change the value for the collection page to /
{parentCategory}/categorie/{id} - C. In the Administration UI, click the Content Language icon and select French as the language.
- D. On the URL Patterns tab of the Setup menu, change the value for the collection page to /
{parentCategory}/{seoUrlSlugDerived}/{id}
Answer: A,B
NEW QUESTION 36
Consider the following code from the widget.json for a sample custom widget:
For which pages will the widget appear in the Component library in the Design page in the Administration UI?
- A. The widget will not appear for any pages
- B. The widget will appear for all pages
- C. The widget will appear for all global pages only
- D. The widget will appear for all product pages only
Answer: D
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 developers need to configure to support one or more sites? (Choose two.)
- A. The settings for each layout to specify one or more sites valid for that layout
- B. Associated component text snippets that are valid for each site
- C. The layout components to include branding, images, and page content that are specific for the site
- D. The profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per site
Answer: C,D
NEW QUESTION 38
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 an order that requires approval
- B. Approve or reject a registration request for a contact
- C. Specify an order approval threshold value
- D. Set product pricing discounts for the Account contract per site
- E. Create, edit, and delete contacts
Answer: A,C,D
Explanation:
Reference:
html
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. Configure three different Profile Navigation - Account Shoppers widget instances, one for each locale
- B. Type the names for each language directly into the field, using a comma delimited format
- C. Specify the option names using the Administration UI on the Setting Page
- D. Configure using Text Snippets on Design page after selecting the respective language
Answer: A
Explanation:
:
Three layouts to the Profile Navigation - Account Shoppers widget, make sure you set Reference:
s0405usesecondarynavigationwidgets01.html
NEW QUESTION 40
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. Upload a new storefront extension that defines the new layout instance
- C. You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated
- D. Create a new layout instance by cloning an existing layout instance
Answer: B
NEW QUESTION 41
A company has Site A as its default site. It has created and enabled Site B and is ready to make Site B the default site and delete Site A.
Which statement describes the steps involved in deleting Site A?
- A. You must first make Site B the default site and then you can delete Site A
- B. Disable the default Site A first and then delete it
- C. When you delete Site A, Site B will be set as the new default site automatically
- D. It is not possible to delete a site. You can disable it using the updateSite endpoint
Answer: D
NEW QUESTION 42
What are two reasons to use the CC-Storage library to save data objects in local storage? (Choose two.)
- A. to support iOS devices using Safari
- B. to support browsers using private browsing mode
- C. to support Firefox browsers only
- D. to support Chrome browsers only
Answer: A,B
NEW QUESTION 43
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. paymentViewModel
- C. orderViewModel
- D. cartViewModel
Answer: A
NEW QUESTION 44
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. 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
Explanation:
Reference:
s3202understandthepaymentoptionssetti01.html
NEW QUESTION 45
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. JavaScript code which provides client-side page logic
- C. Commerce Cloud delivered libraries with resources that support client-side development
- D. Integrated development environment for Commerce Cloud
Answer: B,C
Explanation:
Reference:
s4710restoreorupgradethestorefrontfra01.html
NEW QUESTION 46
A company currently has two sites. The ID of the default site is site A.
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. The createSite endpoint, using POST with the URI set to /ccadmin/v1/sites/siteB
- B. The createSiteFromForm endpoint, using POST with the URI set to /ccadmin/v1/siteCreateForms/ siteB
- C. The getSite endpoint, using GET with the URI set to /ccadmin/v1/sites/siteB
- D. The updateSite endpoint, using PUT with the URI set to /ccadmin/v1/sites/siteB
Answer: C
NEW QUESTION 47
Which three data items can be imported using the bulk import feature? (Choose three.)
- A. catalog data
- B. catalog media content
- C. shopper profiles
- D. email templates
- E. promotions
Answer: A,B,C
NEW QUESTION 48
An organization has implemented loyalty points as a payment currency by creating a payment gateway extension with loyaltyPoints as one of the paymentMethodTypes and configuring the Custom Curency Payment webhook.
What additional step does the organization need to do to add loyalty points as a payment option on the Payments Method widget?
- A. Add the baseline Loyalty Payment widget to the checkout layout on the Design page
- B. Nothing. The Payments Method widget already includes loyalty points as a payment option
- C. Create a new checkout layout with custom widgets for payment
- D. Create a custom widget extension called Loyalty Payment and add it to the checkout layout
Answer: D
Explanation:
Reference:
s1907useloyaltywidgets01.html
NEW QUESTION 49
When working with the agent REST APIs, the site context is important. What are two ways the site context can be set? (Choose two.)
- A. site request header, such as {"X-CCSite" : "siteA"}
- B. siteId property in the JSON request and response
- C. the webhook's siteId property setting
- D. query parameter, such as POST /ccagent/v1/orders?siteId=siteA
Answer: A,B
NEW QUESTION 50
You want a contact with an associated 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 generated emails for registration requests are enabled to allow the administrator to accept or reject the request directly from the email
- B. Add the Contact Login with Self Registration element to support B2B Contact Registration Requests in the Header Widget instance
- C. Ensure that the Profile Navigation - Account Shoppers widget instance supports Registration Requests on My Account for storefront administrators
- D. Configure the Contact Registration Requests widget settings to specify the storefront role of admin
Answer: C,D
NEW QUESTION 51
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 Contact Login (for Managed Accounts) element is configured on the header widget which only supports B2C login
- C. The Profile Navigation - Account Shoppers widget instance settings was not configured to include an option for Account Address Book
- D. The account buyer did not have the correct storefront role to access the Account Address Book
Answer: C
NEW QUESTION 52
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 for Storefront, Preview, and Agent instances
- C. Webhooks use the POST HTTP method for the outgoing call
- D. Webhooks are only configured using the Server Extensions REST API
- E. Function webhooks support synchronous calls to external applications
Answer: A,C,E
Explanation:
Reference:
s0302understandwebhooks01.html
NEW QUESTION 53
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 the instances property are agent, preview, test, and storefront
- C. The configType property must be set to the value payment
- D. The configuration must include a property with the ID paymentMethodTypes
Answer: B,C
Explanation:
Reference:
https://docs.oracle.com/en/cloud/saas/commerce-cloud/occ-developer/credit-card-payment-properties.html
NEW QUESTION 54
Given the example custom widget JavaScript:
In this example, what does $ represent?
- A. Placeholder for anonymous Require.js content
- B. Local function referring to the ccLogger library
- C. Local function referring to the JQuery library
- D. Null value until it is initialized
Answer: D
NEW QUESTION 55
......
Free Oracle Commerce Cloud 1Z0-1068-20 Exam Question: https://www.lead2passexam.com/Oracle/valid-1Z0-1068-20-exam-dumps.html