[Sep 19, 2021] 1Z0-1068-20 Ultimate Study Guide - PrepAwayPDF [Q31-Q56]

Share

[Sep 19, 2021] 1Z0-1068-20 Ultimate Study Guide -  PrepAwayPDF

Ultimate Guide to Prepare 1Z0-1068-20 Certification Exam for Oracle Commerce Cloud in 2021

NEW QUESTION 31
Given this widget JavaScript snippet using the CCRestClient library:

What is the URL of the created request to Commerce Cloud?

  • A. PUT /ccstore/v1/products/xprod2119
  • B. GET /ccstore/v1/products/xprod2119
  • C. POST /ccstore/v1/products
  • D. GET/ccstore/v1/products?getProduct=xprod2119
  • E. GET /ccstore/v1/products

Answer: E

 

NEW QUESTION 32
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 D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: B

 

NEW QUESTION 33
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. The configType property must be set to the value payment
  • C. The configuration must include a property with the ID paymentMethodTypes
  • D. Valid values for the instances property are agent, preview, test, and storefront

Answer: B,D

Explanation:
Reference:
https://docs.oracle.com/en/cloud/saas/commerce-cloud/occ-developer/credit-card-payment-properties.html

 

NEW QUESTION 34
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 A
  • B. Option B
  • C. Option C

Answer: A

 

NEW QUESTION 35
What is the Commerce Cloud ccResizeImage custom binding used for?

  • A. crop the image based on specified top, bottom, left and right parameters
  • B. size image to the current viewport before it is downloaded
  • C. alter image proportions after download so that it fits on the screen
  • D. update image borders and colors before download

Answer: B

Explanation:
Reference:
s0903resizeimagesusingtheccresizeimag01.html

 

NEW QUESTION 36
Given the example custom widget JavaScript:

In this example, what does $ represent?

  • A. Null value until it is initialized
  • B. Local function referring to the ccLogger library
  • C. Placeholder for anonymous Require.js content
  • D. Local function referring to the JQuery library

Answer: A

 

NEW QUESTION 37
Which two describe the assets contained in a storefront extension .zip archive? (Choose two.)

  • A. a hierarchy of folders and files that are specific to the extension type
  • B. configurations for function and event webhooks related to the extension
  • C. language translation resources for each language used on the storefront
  • D. the defined format of expected JSON request and response payloads

Answer: A,D

 

NEW QUESTION 38
Given the example snippet of custom widget JavaScript:

What are two correct statements about this code? (Choose two.)

  • A. Uses the PubSub library to subscribe to a topic
  • B. Creates a new PAGE_CHANGED topic available for subscription
  • C. Changes the page when the inline function runs
  • D. Uses the PubSub library to publish to a topic
  • E. Runs the inline function when the subscribed event fires

Answer: B,D

 

NEW QUESTION 39
A storefront developer has just logged into the Commerce Cloud Administration UI and 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. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
  • B. "Display layout to account shoppers only" must be selected in the layout settings in order to restrict the layout to account-based shoppers only.
  • C. A B2B storefront implementation can only support one site per Account.
  • D. Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.

Answer: B,C

 

NEW QUESTION 40
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 a registration request for a contact
  • B. Specify an order approval threshold value
  • C. Create, edit, and delete contacts
  • D. Set product pricing discounts for the Account contract per site
  • E. Approve or reject an order that requires approval

Answer: B,D,E

 

NEW QUESTION 41
Given the configuration:

US Catalog and Mexican Catalog 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. Import the translations by setting LOCALE=es in the CSV import file
  • C. Select Spanish from the Content Language drop-down and edit the products that need Spanish translations
  • D. Select the site on the Catalog page and edit the products that need Spanish translations

Answer: B,C

 

NEW QUESTION 42
Which two statements describe benefits of the custom payment framework for merchants? (Choose two.)

  • A. Merchants can store credit cards on the Commerce Cloud server in its PCI-compliant zone
  • B. Merchants can change the underlying payment service provider without affecting their integration
  • C. Merchants can apply their own business rules on top of each transaction
  • D. Merchants can leverage the provided payment webhooks or create their own custom webhooks

Answer: C,D

Explanation:
Reference:
https://www.bigcommerce.com/blog/pci-compliance/#what-is-the-pci-dss

 

NEW QUESTION 43
Which is NOT a step involved in creating widget configuration settings?

  • A. Add the widget configuration settings folders and files to the widget extension structure
  • B. Define the configuration settings in a config.json file
  • C. Update widget template and JavaScript code to use the configuration parameters as required
  • D. Compile the configurations before the widget extension is uploaded
  • E. Define the configuration settings string resources for all supported locales

Answer: D

 

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. If one payment of a partial payment fails, the successful payments are voided immediately and the order stays incomplete
  • D. All payment methods used on the order can be processed at the same time

Answer: A

Explanation:
Reference:
s3202understandthepaymentoptionssetti01.html

 

NEW QUESTION 45
Given the example element.json element configuration:

What does the inline attribute determine?

  • A. the display characteristic of the element
  • B. whether the element can be included in another element
  • C. whether the element should be inserted as an HTML span or as a div
  • D. whether the translation text is inserted into the element source

Answer: B

 

NEW QUESTION 46
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. It is not possible to delete a site. You can disable it using the updateSite endpoint
  • B. When you delete Site A, Site B will be set as the new default site automatically
  • C. Disable the default Site A first and then delete it
  • D. You must first make Site B the default site and then you can delete Site A

Answer: A

 

NEW QUESTION 47
Which three features are supported in a B2B Storefront implementation? (Choose three.)

  • A. managing account buyers and addresses on the storefront by contacts with account specified storefront roles
  • B. A displaying products and prices that are specific to the logged in contact's account
  • C. simultaneously logging into multiple accounts in order to compare product items and prices
  • D. requiring an order approval based on a specified price threshold associated with the account
  • E. sharing a purchase list with a contact from another account

Answer: A,C,D

 

NEW QUESTION 48
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 49
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. Integrated development environment for Commerce Cloud
  • D. Commerce Cloud delivered libraries with resources that support client-side development

Answer: B,D

Explanation:
Reference:
s4710restoreorupgradethestorefrontfra01.html

 

NEW QUESTION 50
What are two examples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)

  • A. display product images
  • B. connect to source control repositories
  • C. save local data to disk
  • D. format date and numbers
  • E. publish messages to other websites

Answer: A,B

 

NEW QUESTION 51
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 A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: A

 

NEW QUESTION 52
A company has two sites. Site A is the default site and has English as the default language and German as an additional language. Site B has German as the default language. The company needs to provide metadata in both languages.
After creating the products in English, which action can the company take to have metadata in both German and English?

  • A. Create a duplicate set of the products and collections in German
  • B. On the Metadata tab, overwrite the English metadata with the German translations
  • C. Select German as the content language and enter the German translations for product and collection names and descriptions
  • D. Switch to Site B to add the German translations for product and collection names and descriptions
  • E. On the Metadata tab, add the German translations in addition to the English metadata

Answer: E

Explanation:
Reference:
s0707addmetadatatoproductsandcollecti01.html

 

NEW QUESTION 53
Which use case does NOT require the use of multiple sites or multiple instances?

  • A. 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
  • B. A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers
  • C. A company has stores in multiple countries and their stores only differ by the languages and currencies they support
  • D. A company has two brands with mostly different products. The brand stores have separate carts, payment gateways, and tax providers, with a unique look and feel

Answer: D

 

NEW QUESTION 54
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 that allows delegated administrators the privilege to perform the tasks.

Answer: D

 

NEW QUESTION 55
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. the webhook's siteId property setting
  • C. siteId property in the JSON request and response
  • D. query parameter, such as POST /ccagent/v1/orders?siteId=siteA

Answer: A,C

 

NEW QUESTION 56
......

Oracle Commerce Cloud Fundamentals-1Z0-1068-20 Exam-Practice-Dumps: https://www.prepawaypdf.com/Oracle/1Z0-1068-20-practice-exam-dumps.html