Pass Salesforce Manage and Merchandise a B2C Commerce Cloud Store - Extended Exam in First Attempt Guaranteed Updated Dump from Lead2PassExam!
Pass CCM-101 Exam with 208 Questions - Verified By Lead2PassExam
Salesforce CCM-101 (Manage and Merchandise a B2C Commerce Cloud Store - Extended) Certification Exam is a highly sought-after certification for professionals who are looking to boost their career in the field of Salesforce Commerce Cloud. Manage and Merchandise a B2C Commerce Cloud Store - Extended certification exam is designed for individuals who have experience in managing and merchandising a B2C Commerce Cloud Store. It aims to validate the knowledge and skills required to effectively manage and merchandise a B2C Commerce Cloud Store.
NEW QUESTION # 93
A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?
- A. CustomObject.createCustomObject(CustomObjectType,primaryKey);
- B. CustomObject.createCustomObject(primaryKey,CustomObjectType);
- C. CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
- D. CustomObjectMgr.createCustomObject(primaryKey);
Answer: A
NEW QUESTION # 94
A developer has the following files in template/resources:
account.proierties
weight.unit=kilos
account_en.propierties
weight.unit=stones
account_en_US.propierties
weight.unit= pounds
Using the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale= Your parcel weighs 10 ${Resource.msg('weight.unit','account')}
- A. Your parcel weighs 10 undefined.
- B. Your parcel weighs 10 pounds.
- C. Your parcel weighs 10 stones.
- D. Your parcel weighs 10 kilos
Answer: C
NEW QUESTION # 95
A developer is asked to implement a simple call to an authentication - protected REST web service.
Which configuration is valid?
- A. Configure the authentication username using a site preference.
- B. Add the authentication password to the service credentials.
- C. Insert the service's endpoint in a .properties file.
Answer: A
NEW QUESTION # 96
A developer working on a simple web service integration is asked to add appropriate logging to allow future troubleshooting.
According to logging best practices, which code should the developer write to log when an operation succeeds, but has an unexpected outcome that may produce side effects?
- A. Logger.info('Unexpected service response')
- B. Logger.error('Unexpected service response')
- C. Logger.debug('Unexpected service response')
- D. Logger.warn('Unexpected service response')
Answer: D
NEW QUESTION # 97
A NewsletterSubscription custom object exists that has a key attribute named email of type String and the following script code.
However, the NewsletterSubscription custom object is not persisted.
What is a possible reason?
- A. The code shown need to be wrapped in a transaction.
- B. The code shown needs to be wrapped in a try/catch block.
- C. The code shown is the wrong syntax. The correct syntax is:
Answer: A
Explanation:
NEW QUESTION # 98
A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them to SFTP how should the Architect configure the import job flows following the best practices?
- A. 1st flow is global to download the files from SFTP. 2nd flow is global to import the storefront catalog 3rd flow K global to Import the master catalog.
- B. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the master catalog. 3rd flow K global to Import the storefront catalog.
- C. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the storefront catalog 3rd flow It global to Import the master catalog.
- D. 1st flow is global to download the files horn SFTP. 2nd flow is global to import the master catalog. 3rd flow Is global to Import the storefront catalog.
Answer: D
NEW QUESTION # 99
A new version of the Page Show controller is required for implementation of Page Deserter specific look. It requires implementation of a specific, cache period for Page Designer pages, which b not currently available in the base Storefront Reference Architecture (SFRA) cache.js module What two steps should the Architect instruct the developer to implement?
Choose 2 answers
- A. Create new Page.js controller in client s cartridge. Copy code from base and modify the Page-Show route to include the new cache middleware function.
- B. Create new ceche,js client's cartridge. Copy cache,js from app_storefront_base and add a function for the Page Designer caching.
- C. Create new cache,js in client's cartridge. Extend cache,js from app_storefront_base and add a function for the Page Designer caching.
- D. Create new Page,js controller in client's cartridge. Extend the code from base and prepend the new cache middleware function to Page-Show route.
Answer: C,D
NEW QUESTION # 100
A Newsletter controller contains the following route:
Server.post('Subscribe', function (req,res,next){
var newsletterForm = server.forms.getForm('newsletter');var CustomObjectMgr = require('dw/object/CustomObjectMgr'); if(newsletterForm.valid){ try{ var CustomObject = CustomObjectMgr.createCustomObejct('NewsletterSubscription', newsletterform.email.value); CustomObject.custom.firstName = newsletterForm.fname.value; CustomObject.custom.lastName = newsletterForm.lname.value;-
} catch(e){
//Catch error here
}
}
next();
});
Assuming the Custom Object metadata exists, why does this route fail to render the newsletter template when the subscription form is correctly submitted?
- A. The Subscribe route is missing the server.middleware.httpt middleware.
- B. The Custom Object creation is not wrapped in a Transaction.
- C. Custom Objects can only be created by Job scripts
- D. The CustomObjectMgr variable should be declare outside of the route.
Answer: B
NEW QUESTION # 101
A merchant requires that an existing section of the Site become editable from the Business Manager, so that they can modify it independently of the developer.
Which of these is an important factor for a developer to consider when choosing the appropriate solution between a content slot and a Page Designer component?
- A. Only Page Designer Components can be localized for different languages.
- B. Only content slot configurations can ve localized for different languages.
- C. Only page Designer components can ve tied to campaigns.
- D. Only content slot configurations can be tied to campaigns.
Answer: A
NEW QUESTION # 102
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:
Which resource_id value enables the appropriate resource?
- A. /products/*
- B. /inventory_list_search
- C. /inventory_lists/*
- D. /inventory_lists/**
Answer: A
NEW QUESTION # 103
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/templates/fr
- C. cartridge/resources
- D. A cartridge/templates/resources
Answer: D
NEW QUESTION # 104
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? (Choose three.)
- A. Business Manager Username
- B. Business Manager Password
- C. Keystore Password
- D. Instance Version
- E. Instance Hostname
Answer: C,D,E
NEW QUESTION # 105
Which two items are appropriate content of custom logs implemented at checkout?
Choose 2 answers:
- A. Customer's password at post-checkout sign up
- B. Order failure information
- C. Payment gateway service response code
- D. Transaction's credit card information
Answer: B,C
NEW QUESTION # 106
What is accomplished by the code below?
- A. Performs a local include from the Account-Header endpoint.
- B. Performs a remote include from the Account-Header endpoint.
- C. Creates a link to the Account-Header end point that allows mobile navigation.
Answer: B
NEW QUESTION # 107
Universal Containers calls the following combination of products "The Basics" and sells the combination as a unique product ID:
One Model 103 container
Five Model 611 container
Tree Model 201 container
The Developer created these three products in the catalog.
What is the next step in Business Manager to create "The Basics" as a combination?
- A. In the Products module, create a product named "The Basics" and add the products to the Product Sets tab.
- B. In the Product Sets module, create a product set named "The Basics".
- C. In the Product Bundles module, create a bundle named "The Basics".
- D. In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab.
Answer: D
NEW QUESTION # 108
A B2C Commerce developer has recently completed a tax service link cartridge integration into a new SHU site. During review, the Architect notices the basket calculation hook is being run multiple times during a single tax call.
What is the reason for the duplicate calculations being run?
- A. The checkout is designed to recursively refer to the same hook.
- B. The tax cat is being called multiple times.
- C. The LINK cartridge Is Included multiple times in the cartridge path.
- D. There are multiple hook.js Wes referring to the same hook.
Answer: B
NEW QUESTION # 109
Which technical reports datapoint measures the performance of a controller's script execution if network factors and Web Adaptor processing is ignored?
- A. Call count
- B. Response time
- C. Cache hit ratio
- D. Processing time
Answer: D
NEW QUESTION # 110
A developer plans to use the /search_suggestion (Shop API) in a Storefront application and the following property must be set to do so suggestion.product.image:view_type What consideration should the developer in keep in mind to ensure that image data is returned correctly as part of search suggestions?
- A. If the view_type is not set or if the view_type is unknown, the image size of 'small' is used by default
- B. If the view_type is not set or if the view_type is unknown, the image properties are not part of the response.
- C. If the view_type is not set or if the view_type is unknown, the image size of 'large' is used by default
Answer: B
NEW QUESTION # 111
A developer is asked to create a new service instance that will call a remote web service.
Which method should the developer use to create the service instance?
A)
B)
C)
- A. Option A
- B. Option B
- C. Option C
Answer: A
NEW QUESTION # 112
......
Penetration testers simulate CCM-101 exam: https://www.lead2passexam.com/Salesforce/valid-CCM-101-exam-dumps.html
Free Test Engine For Manage and Merchandise a B2C Commerce Cloud Store - Extended Certification Exams: https://drive.google.com/open?id=1MAwEmmKFCpbSjuMDGLlxQK9BxvMieDYQ