This page was exported from Valid Premium Exam [ http://premium.validexam.com ] Export date:Thu Sep 19 22:24:23 2024 / +0000 GMT ___________________________________________________ Title: New ValidExam 1Z0-1068-21 Exam Questions Real 1Z0-1068-21 Dumps Updated on Jun 19, 2022 [Q21-Q41] --------------------------------------------------- New ValidExam 1Z0-1068-21 Exam Questions| Real 1Z0-1068-21 Dumps Updated on Jun 19, 2022 1Z0-1068-21 Braindumps – 1Z0-1068-21 Questions to Get Better Grades NO.21 A storefront developer has just logged into the Commerce Cloud Administration UI andselects 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 beselected 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. NO.22 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 SiteA.Which statement describes the steps involved in deleting Site A?  When you delete Site A, Site B will be set as the new default site automatically  You must first make Site B the default site and then you can delete Site A  Disable the default Site A first and then delete it  It is not possible to delete a site. You can disable it using the updateSite endpoint NO.23 Given this widget JavaScript snippet using the CCRestClient library:What is the URL of the created request to Commerce Cloud?  GET /ccstore/v1/products  GET /ccstore/v1/products/xprod2119  POST /ccstore/v1/products  PUT /ccstore/v1/products/xprod2119  GET/ccstore/v1/products?getProduct=xprod2119 NO.24 What does a storefront extension package contain?  All the JavaScript, HTML template, CSS, localization resources, and configuration parameters that define, implement and support the component  A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository  A pointer to the location of the definition of the component  A collection of the 3rdparty JavaScript libraries that may be referenced by the component NO.25 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?  The Profile Navigation – Account Shoppers widgetinstance 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 NO.26 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?  card, for both regular and 3D-Secure cards  card, only for3D-Secure card support  card, cash, physicalGiftCard  cash, physicalGiftCard  physicalGiftCard, only for debit card support NO.27 Which 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.Thestoressell 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, with a 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 NO.28 If 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. NO.29 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 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 NO.30 After a year running their sites on Commerce Cloud, aninternational 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 by translating 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 NO.31 Given the example custom widget Javascript:In order to employ the Cart view model, what should the custom widget’swidget.jsondescriptor contain for theimportsattribute?  The imports attribute should contain the value “user” because the cart view model belongs to the user  The imports attribute is only valid for global widgets and is not relevant  The imports attributecan be empty because the Cart view model is global  The imports attribute should contain the value “cart” NO.32 Why is it a best practice to use the ccLink binding in your custom widgets?  for ensuring the correct layout is displayed  for ensuring a link does not cause a full page reload  for ensuring that your URL is correctly formatted  for ensuring images are sized for the current viewport NO.33 A 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 default siteA.Which endpoint, method, and URI do they use to accomplish this?  ThecreateSiteFromFormendpoint, usingPOSTwith 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 NO.34 You need to display a message to a logged in shopper about a relevant promotion, based on the number of products in thecart and the total value of the items. You develop a custom widget that uses the User, Cart and Site view models as displayed in this example Javascipt:Under what condition is theshowCartMsg()function true?  Only when there is at least one itemin the cart and the cat subtotal is less than the value ofminSpend  When a user is logged in and there is at least one item in the cart and the cart subtotal is less than the value ofminSpend  If either a user is logged in or there is at least oneitem in the cart or the cart subtotal is less than the value ofminSpend  As long as the user is logged in; the status of the cart does not matter NO.35 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?  One of the supported payment methods used on the order requires shopper action during payment processing  All payment methods used on the order can be processed at the same time  The storefront uses standard payment widgets  If one payment of a partial payment fails, the successful payments are voided immediately and the order stays incomplete NO.36 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?  Option A  Option B  Option C  Option D NO.37 Given the example custom widget JavaScript:In this example, what does $ represent?  Local functionreferring to the JQuery library  Placeholder for anonymous Require.js content  Null value until it is initialized  Local function referring to the ccLogger library NO.38 A merchant has two country sites, US and France. The Site Base URL for the USsite iswww.example.com.They plan to use a subfolder to differentiate the French site’s URL. For example, they could set it to www.example.com/france.What is a potential consequence of using thefrlocate code as the subfolder for the French site’s URL,such aswww.example.com/fr, instead?  Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.  If the US site is configured to have French as an additional language, the systemcannot tell if www.example.com/fris the French site or the French translation of the English site.  Commerce Cloud has logic built in to avoid any confusion between subfolders and locales, editing the URL when generating the page to differentiate between the locale and the subfolder name.  You receive an error message on the Settings page when setting the Site Base URL to a recognized locale, preventing you from using it as the subfolder. NO.39 Which isNOTa step involved in creating widget configuration settings?  Define the configuration settings string resources for all supported locales  Update widget template and JavaScript code to use the configuration parameters as required  Define the configuration settings in a config.json file  Compile the configurations before the widget extension is uploaded  Add the widget configuration settings folders and files to the widget extension structure NO.40 Consider the following code snippet from the config.json file for a custom payment gateway extension’sproperties:Which two statements describe thepaymentMethodsTypesproperty configuration? (Choose two.)  The generic option will appear as a checkbox in the Administration UI  The default value is set to generic, which means that option will be selected in the Administration UI  Other paymentMethodTypes options defined in the gateway.json file will appear in the Administration UI, even though not explicitly defined in config.json  The property is public by default and can be used in a custom widget NO.41 Given the example snippet of custom widget JavaScript:What are two correctstatements about this code? (Choose two.)  Creates a new PAGE_CHANGED topic available for subscription  Uses the PubSub library to publish to a topic  Changes the page when the inline function runs  Runs the inline function when the subscribed event fires  Uses the PubSub library to subscribe to a topic  Loading … 1Z0-1068-21 Exam Dumps - Try Best 1Z0-1068-21 Exam Questions: https://www.validexam.com/1Z0-1068-21-latest-dumps.html --------------------------------------------------- Images: https://premium.validexam.com/wp-content/plugins/watu/loading.gif https://premium.validexam.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2022-06-19 09:05:00 Post date GMT: 2022-06-19 09:05:00 Post modified date: 2022-06-19 09:05:00 Post modified date GMT: 2022-06-19 09:05:00