This page was exported from Exams Labs Braindumps [ http://blog.examslabs.com ] Export date:Sun Nov 24 10:09:31 2024 / +0000 GMT ___________________________________________________ Title: Exam Questions Answers Braindumps 1z0-1068-22 Exam Dumps PDF Questions [Q33-Q57] --------------------------------------------------- Exam Questions Answers Braindumps 1z0-1068-22 Exam Dumps PDF Questions Download Free Oracle 1z0-1068-22 Real Exam Questions QUESTION 33What three tasks, if implemented, can a contact with the storefront role ofAdministrator perform on a B2B Storefront? (Choose three.)  Set product pricing discounts for the Account contract per site  Create, edit, and delete contacts  Specify an order approval threshold value  Approve or reject a registration request fora contact  Approve or reject an order that requires approval QUESTION 34Given the example custom widget template code:Where will the value of displayName be read from?  The widget $data variable  Product view model  The widget locale resources  Widget observable attributes QUESTION 35When working with the agent REST APIs, the site context is important. What are twoways the site context can be set? (Choose two.)  siteIdproperty in the JSON request and response  the webhook’ssiteIdproperty setting  site request header, such as{“X-CCSite” : “siteA”}  query parameter, such as POST/ccagent/v1/orders?siteId=siteA QUESTION 36After a year running their sites on Commerce Cloud, an international company has changed the URL patterns for both the product and collection pages across multiple languages. The product page URL pattern has been updated to use a queryable URL slug. The collection page URL pattern has been updated bytranslating the string ‘category’ into each language, but retained the same structure with no queryable URL slug.Which set of actions should the company take on the URL Patterns tab to complete the process?  Deselect Auto Redirect and click the Build URL Slugs button for the collection page  Deselect Auto Redirect and click the Build URL Slugs button for the product page  Select Auto Redirect and click the Build URL Slugs button for the product page  Select Auto Redirect for collections, deselect it for products, and click the Build URL Slugs buttons QUESTION 37If your storefronthas both B2B and B2C implementations, you will need to have one Order History Layout for B2B as well as a different Order History Layout for B2C.What is the reason for this?  Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is account based or not.  If implemented, delegated administrators can view a list of all previous orders placed from the account shopper.  Account-based orders are tied to an Account, and the Order History Layout for B2B needsa B2B Order History widget instance.  You cannot have one layout used for both B2B and B2C shoppers. QUESTION 38Oracle Commerce Cloud allows developers and business users to change theshopper 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?  Create a new layout instance by cloning an existing layout instance  Upload a new storefront extension that defines the new layout instance  Determine the type of layout and create a new blank instance  You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated QUESTION 39Which two statements describe the gateway configuration definition in the config.json file? (Choose two.)  TheconfigTypeproperty must beset to the value payment  Valid values for theinstancesproperty areagent,preview,test, andstorefront  No additional properties are needed to enable a payment method for scheduled orders  The configuration must include a property with the IDpaymentMethodTypes QUESTION 40The following code snippet shows thecustomPropertiessubobject included in the payments object in the payments object in a sample JSON request payload:Which two statements describe how the custom properties were included in the request? (Choose two.)  Custom properties can be added via a custom widget  Custom properties are included in the gateway extension’s JavaScript  Custom properties are specified in the config.json file for the gateway extension  Custom properties are specified in thecreateOrderREST request QUESTION 41A 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 ofthe 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?  orderViewModel  widgetPaymentViewModel  cartViewModel  paymentViewModel QUESTION 42A 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 B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.  Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.  “Display layout to account shoppers only”must be selected in the layout settings in order to restrict the layout to account-based shoppers only.  A B2B storefront implementation can only support one site per Account. QUESTION 43A 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?  Option A  Option B  Option C QUESTION 44Which two statements describebenefits of the custom payment framework for merchants? (Choose two.)  Merchants can leverage the provided payment webhooks or create their own custom webhooks  Merchants can change the underlying payment service provider without affecting their integration  Merchants can store credit cards on the Commerce Cloud server in its PCI-compliant zone  Merchants can apply their own business rules on top of each transaction QUESTION 45Which use case does NOT require the use of multiple sites or multiple instances?  A company has stores in multiple countries and their stores only differ by the languages and currencies they support  A company wants to expand their brand to multiple countries with multiple languages and currencies.Thestores sell different products and have different promotions, but share shoppers  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  A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers QUESTION 46An 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?  The Profile Navigation – Account Shoppers widget instance settings was not configured to include an option for Account Address Book  By default, the account buyer needs to create an order before the Account Address Book is displayed  The account buyer did not have the correct storefront role to access the Account Address Book  The Contact Login (for Managed Accounts) element is configured on the header widget which only supports B2C login QUESTION 47Given the exampleelement.jsonelement configuration:What does theinlineattribute determine?  whether the element should be inserted as an HTML span or as a div  whether the translation text is inserted into the element source  the display characteristic of the element  whether the element can be included in another element QUESTION 48Which two describe the assets contained in a storefront extension .zip archive? (Choose two.)  the defined format of expected JSON request and response payloads  a hierarchyof folders and files that are specific to the extension type  language translation resources for each language used on the storefront  configurations for function and event webhooks related to the extension QUESTION 49What are two use cases for fragmenting widgets into elements? (Choose two.)  Reduce the page load times and improve performance  Allow greater control over the position of widget functionally on the storefront  Improve reusability and extensibility of widget code  Separate the HTML display template and JavaScript files QUESTION 50Consider 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?  Item #2 will never be displayed  if the Product view model is available on the page  Item #2 will always be displayed  If theshopper has a product in his/her cart QUESTION 51Your 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?  They cannot do this in the Administration UI. They must use the/ccadmin/v1/sitesendpoint  On the Design page, select the site and create a new theme under that site  Edit the theme’s JavaScript code to limit it to the seasonal site  On the Settings page, navigate to the seasonal site and select the new theme in the Theme property QUESTION 52What are twoexamples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)  display product images  save local data to disk  connect to source control repositories  format date and numbers  publish messages to other websites QUESTION 53Which three features are supported in a B2B Storefront implementation? (Choose three.)  A displaying products and prices that are specific to the logged in contact’s account  managing account buyers and addresses on the storefront by contacts with account specified storefront roles  simultaneously logging into multiple accounts in order to compare product items and prices  requiring an order approval based on a specified price threshold associated with the account  sharing a purchase list with a contact from another account QUESTION 54Which three statements describe webhooks in Commerce Cloud? (Choose three.)  Function webhooks supportsynchronous calls to external applications  Webhooks are only configured using the Server Extensions REST API  Event webhooks support asynchronous, event-triggered outbound calls to custom integration endpoints  Webhooks can be defined separately forStorefront, Preview, and Agent instances  Webhooks use the POST HTTP method for the outgoing call QUESTION 55A 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?  At any time, because updates to shared configuration to the default site alter the child sites.  Create the additional sites before configuring anything on the default site.  Configure the Oracle integrations for the default site and then create additional sites.  Configure the default site fully and then add the additional sites. QUESTION 56An 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.)  This is an out-of-the-box layout that provides payment options for orders requiring approval  The layout is of type Checkout and is displayed to account shoppers only  The layout allows the buyer to modify the order details and input payment information  The layout isonly displayed when the order status is PENDING_PAYMENT ExplanationOrders 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_PAYMENTQUESTION 57A 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 defaultsiteA.Which endpoint, method, and URI do they use to accomplish this?  ThecreateSiteFromFormendpoint, using with the URI set to/ccadmin/v1/siteCreateForms/ siteB  TheupdateSiteendpoint, using PUT with the URI set to/ccadmin/v1/sites/siteB  ThecreateSiteendpoint, using POST with the URI set to/ccadmin/v1/sites/siteB  ThegetSiteendpoint, using GET with the URI set to/ccadmin/v1/sites/siteB  Loading … Latest Oracle 1z0-1068-22 Real Exam Dumps PDF: https://www.examslabs.com/Oracle/CX-Commerce/best-1z0-1068-22-exam-dumps.html --------------------------------------------------- Images: https://blog.examslabs.com/wp-content/plugins/watu/loading.gif https://blog.examslabs.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-04-08 16:10:20 Post date GMT: 2023-04-08 16:10:20 Post modified date: 2023-04-08 16:10:20 Post modified date GMT: 2023-04-08 16:10:20