[Aug-2023] CCM-101 Pre-Exam Practice Tests Exam Questions and Answers for B2C Commerce Developer Study Guide [Q72-Q88]

Share

[Aug-2023] CCM-101 Pre-Exam Practice Tests | Exam Questions and Answers for B2C Commerce Developer Study Guide

Manage and Merchandise a B2C Commerce Cloud Store - Extended Certification Sample Questions


The Manage and Merchandise a B2C Commerce Cloud Store - Extended certification exam is best suited for professionals who work in the commerce industry, including retail business owners, marketing professionals, and e-commerce managers. The Salesforce CCM-101 certification ensures that individuals have the knowledge to develop a well-designed and well-managed e-commerce store that delivers value to customers and maximizes sales.


Salesforce CCM-101 exam is an excellent opportunity for individuals who want to validate their skills and knowledge in managing and merchandising a B2C Commerce Cloud store using Salesforce. Passing the exam demonstrates a candidate's ability to manage and merchandise an online store using Salesforce Commerce Cloud and opens up new career opportunities in the field of eCommerce.


Earning the CCM-101 certification demonstrates an individual's expertise in managing and merchandising an online store using Salesforce's B2C Commerce Cloud. Manage and Merchandise a B2C Commerce Cloud Store - Extended certification can be valuable for individuals who are seeking to advance their careers in e-commerce or digital marketing. Additionally, businesses that use Salesforce's B2C Commerce Cloud may prefer to hire individuals who hold this certification to ensure that their online stores are managed and merchandised effectively.

 

NEW QUESTION # 72
A Digital Developer noticed that cartridges in their workspace are NOT executing. The Developer confirms that the cartridges are uploaded to the B2C Commerce server connection's target version directory.
Which action potentially solves this problem?

  • A. Set the server connection's target version directory to the active code version.
  • B. Remove invalid characters from the code version's name.
  • C. Remove invalid characters from cartridge file and folder names.
  • D. Set the active code version to use the latest compatibility mode.

Answer: A


NEW QUESTION # 73
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?

  • A. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>
  • B. <isslot id="my_banner " description="for home page" context="global">
  • C. <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
  • D. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>

Answer: B


NEW QUESTION # 74
An Architect has been asked by the Business to integrate a new payment LINK cartridge. As part of the integration, the Architect has created four new services to access various endpoints in the integration.
How can the Architect move the new services to Production when the integration is ready for launch?

  • A. The new services will be moved to Production with a Code Replication.
  • B. The new services must be manually exported from staging and Imported into Production.
  • C. The new services will be moved to Production with a Data Replication.
  • D. The new services will be moved to production with a Site Import.

Answer: B


NEW QUESTION # 75
Which three operations should be done in a controller?
Choose 3 answers

  • A. Use middleware functions when applicable
  • B. Create a plain JavaScript object representing a system object
  • C. Generate the response as JSON or HTML
  • D. Use the Script API to generate data for the view.
  • E. Use the model needed for the view.

Answer: A,C,E


NEW QUESTION # 76
Given the code snippet aboce, what should be added after this code so it can be used for page component display?

  • A. Base.render = render;
  • B. Module.exports.render = render;
  • C. Module.exports = server.exports();
  • D. Module.exports = render;

Answer: C


NEW QUESTION # 77
A developer needs to display a products list of their "Women Dresses" category in a new web application, independent of their main B2C Commerce site. This custom listing page needs to be styled differently from the existing one, as per marketing requirements.
Which B2C Commerce tool should the developer use to collect the necessary information?

  • A. The Search-Show Controller URL to perform a web crawl.
  • B. The ProductSearch resource of the Shop OCAPI.
  • C. The existing category's endpoint to perform a REST call.
  • D. The iframe of the existing category page.

Answer: A


NEW QUESTION # 78
The Home-Show route uses this middleware chain:

The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:

Assuming the code is correct on both functions, what is the expected result?

  • A. The base code executes and then the custom code executes.
  • B. The custom code executes and then the base code executes.
  • C. A RunTime error is thrown, "Error: Params do not match route".
  • D. The base code executes, but the custom code is ignored because the signature lines do not match.

Answer: C


NEW QUESTION # 79
A client has two B2C Commerce sites in the same instance: one for the U.S market, the other for the European market. The products they make are sold with different safety certificates based-on the world location.
For example, they sell a smartphone with certificate A in the U.S and certificate B in Europe, a hairdryer with certificate C in the U.S and certificate D in Europe, and more.
How should a developer allow the merchant to display the appropriate certification logo in the produce to details page, depending on the customer's location?

  • A. Add a Localizable custom preference to the SitePreference system object type.
  • B. Ad and Image custom preference to the Sitepreference system object type
  • C. Add a Localizable custom attribute to the Certificate system object type.
  • D. Add a Site-specific custom attribute to the Product system object type.

Answer: D

Explanation:


NEW QUESTION # 80
A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code.
What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?

  • A. Rework the implementation so it reads the parameter on client-side, passes it to the analytics and exclude It from cache parameters.
  • B. Rework the Implementation so it doesn't depend on that parameter.
  • C. Rework the Implementation so the parameter is not passed In the URL and is read from the URL hash.
  • D. Add the key to the cache exclude parameters.

Answer: D


NEW QUESTION # 81
The following promotions are configured with no exclusivity (can be combined with any other promotion) in a -1month campaign:
* Free correct- in -store shipping
* 20% accessories products discount, applies for all customers
* $5 off coupon based discount, sent to a selected group of customers
The combination of above promotions allows customers to get 16 socks for free in store. This was unintended, and the Client If considering disabling the coupon. The Client is concerned about a potential spike in the number of Call Center calls from customers who had the coupon code added to their baskets before it was disabled. As basket lifetime is set to 30 days for all customers, this can continue for the full length of the campaign.
What solution should the Architect suggest to keep the Call Center calls to a minimum?

  • A. Disable the coupon code. Email all the customers to not use the coupon code in their baskets.
  • B. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
  • C. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.
  • D. Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets

Answer: D


NEW QUESTION # 82
Given the customer basket described below:
* A customer has an existing basket that consists of multiple items.
* One of the items is identified as a gift item by an attribute at the product line item.
The developer needs to write custom code to fetch the customer basket and then modify the basket based upon the items in the cart. If the basket contains any gift items, modify the basket and create a separate shipment for the gift item.
Four hooks are required to make the modification, beginning with modifyGETRespone and ending with validatebasket.
* Dw.ocapi.shop.basket.modifyGETResponse
* -- missing hook -
* -- missing hook --
* dw.ocapi.shop.basket.validateBasket
What are the two missing hooks in the middle?

  • A. dw.ocapi.shop.baskep.shopment.beforePOST
  • B. dw.ocapi.shop.basket.shipment.beforeDELETE
  • C. dw.ocapi.shop.basket.shipment.afterDELETE
  • D. dw.ocapi.shop.basket.shipment.beforePATCH

Answer: A,D

Explanation:
Estos indican antes de actualizar y antes de introducir


NEW QUESTION # 83
A developer has a sandbox configured with a service and its profile and credential. Now there is a requirement to allow changes to the service URL manually from the sandbox.
Which B2C feature should the developer use to achieve the request?

  • A. Use the service credential URL field
  • B. Use a Sitepreference dedicated for the service URL
  • C. Use a Globalpreference dedicated for the service URL
  • D. Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.

Answer: A


NEW QUESTION # 84
An existing B2C Commerce site has the following aliases configuration:

Which statement related to this configuration is incorrect?

  • A. Hostname www.example.com will redirect to www example com/us
  • B. Site supports multiple hostnames and locates.
  • C. Hostname www example.co.uk will redirect to www.example.com/uk.
  • D. Hostname www.example.de will redirect to www.example.com/de.

Answer: A


NEW QUESTION # 85
Given the following snippet:
Server.append( 'Show' , function (req, res, next) )
According to SFRA, which two options shows a correct way to complete the code above in order to provide data to the response using a controller?
Choose 2 answers

  • A. res.render('/content/myPage',{
    data: myDataObject
    });
    next();
    });
  • B. res.viewData = {
    data: myDataObject
    };
    res.render('/content/myPage');
    next();
    });
  • C. res.render('/content/myPage');
    next();
    }).append{(
    Data:myDataObject
    });
  • D. res.setViewData ({
    data: myDataObject
    });
    res.render('/content/myPage');
    next();
    });

Answer: A


NEW QUESTION # 86
The client provides the system integrator with translation messages for the newly added "French" ("fr") locale.
What is the correct folder to store the associated .properties files?

  • A. cartridge/templates/resources/fr
  • B. cartridge/resources
  • C. cartridge/templates/fr
  • D. A cartridge/templates/resources

Answer: D


NEW QUESTION # 87
The Client wants to offer custom made container products on its new B2C Commerce storefront. The Client provided two business requirements.
* Customer can specify container length, width, and height.
* Customer can specify the material that the container is made of.
The Client also provided the Architect a current data schema (shown below) for reference while preparing the technical documentation.

Which two gaps between the requirements and the data schema should the Architect discuss with the Client?
Choose 2 answers

  • A. The data schema includes a Color_ID field, but there isn't a business requirement to allow the customer to specify container color.
  • B. The data schema includes unique identifiers for material and color fields, but neither are reflected in the business requirements.
  • C. The data schema includes an implied structure that the customer's choices should be captured as custom objects, but there isn't a business requirement to do so
  • D. The data schema includes a material Price_Markup field, but there Isn't a business requirement to factor the material cost Into the final price calculation.

Answer: A,D


NEW QUESTION # 88
......

Salesforce Exam Practice Test To Gain Brilliante Result: https://www.fast2test.com/CCM-101-premium-file.html

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어