(Jul-2023) Get professional help from our CCD-102 Dumps PDF
Give You Free Regular Updates on CCD-102 Exam Questions
Understanding functional and technical aspects of B2C Commerce Developer with SFRA
The following will be asked from you in the SALESFORCE CCD-102 exam dumps:
- Demonstrate how to set up items, pricebooks, and pricebook passages
- Demonstrate what item index arrangement means for in general B2C information stream
The CCD-102 exam is designed for developers who want to demonstrate their expertise in building and customizing e-commerce solutions on the Salesforce Commerce Cloud platform. CCD-102 exam tests the developer's knowledge of the platform's architecture, customization options, and best practices for developing scalable and reliable e-commerce applications. It also covers the integration of third-party systems and tools, such as payment gateways, analytics, and social media platforms.
Salesforce CCD-102 (B2C Commerce Developer with SFRA) Certification Exam is a certification program that is designed for professionals who want to prove their skills and knowledge in Salesforce B2C Commerce. B2C Commerce Developer with SFRA certification focuses on the skills required to develop and maintain B2C Commerce applications using Salesforce Commerce Cloud Digital. The program is ideal for individuals who have experience with Salesforce B2C Commerce, and want to demonstrate their expertise in the field.
NEW QUESTION # 82
A merchant wants customers to be able to order gift vouchers via their site. Since they can issue an unlimited number of these digital vouchers, this item should be available to sell at all items.
How can a developer use Business Manager to ensure that the gift vouchers are always available?
- A. Check the perpetual flag in the product inventory record
- B. Manually set the inventory to a high number.
- C. Set StockLevel = maxAllocation for the producto.
- D. Check the Available to Sell (ATS) flag dor the producto set
Answer: A
NEW QUESTION # 83
The developer has been given the following business requirement:
The shipping method, Free Standard Ground Shipping' has an exclusion for products *lth category equals or is child of electronics-televisions.' The marketing department has scheduled a sale offering a "Free Standard Ground Shipping" method for brand XyzTv televisions for the next 3 months.
What method accomplishes this while following best practices?
- A. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTV" to the exclusion list for "Free Standard Ground Shipping."
- B. Extend the code in cartridge/models/shipping/shippingMethod.js using module, super Module and add an exception for the specified brand.
- C. Extend the CheckoutShippingservices controller using module.superModule and add an exception for the specified brand
Answer: A
NEW QUESTION # 84
Given the file structure below, which ISML method call renders the customLandingPage template?
- A. ISML.renderTernplate('cartridge/ternplates/default/content/custom/customLandingPage');
- B. ISML.render('content/custom/customLandingPage');
- C. ISML('content/custom/customLandingPage');
- D. ISML.renderTemplate('content/custom/customLandingPage');
Answer: D
NEW QUESTION # 85
Given a NewsletterSubscription custom object that has a key attribute named email of type String, what is the correct syntax to create the NewsletterSubscription custom object and persist it to the database?
- A. Var customobject = dw.object.CustomObjectMgr. createCustomObject
('NewsletterSubscription','email', newsLetterForm.email.value); - B. Var customobject = dw.object.CustomObjectMgr. createCustomObject
('NewsletterSubscription', newsLetterForm.email.value); - C. Var customobject =
dw.object.CustomObjectMgr.createCustomObject(newsletterForm.email.value,
'NewsletterSubscription'); - D. Var customobject = dw.object.CustomObjectMgr.createNewsletterSubscription('email', newsLetterForm.email.value);
Answer: B
NEW QUESTION # 86
A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:
How should the Developer change the request?
- A. Change the HTTP method to PUT.
- B. Change the URI to /dw/shop/v18_3/products/creative-zen-v.
- C. Include an authentication token in the request.
- D. Change the HTTP method to GET.
Answer: D
NEW QUESTION # 87
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
- A. <isinclude template="util/customtags">
- B. <isinclude template="util/modules">
- C. <isinclude url="${URLUtils.url("CustomTag-Start")}>
- D. <isscript>
dw.util.CustomTagMgr.createCustomTag("mytag"); <isscript>
Answer: B
NEW QUESTION # 88
A developer is importing edits for two different sites into the same sandbox, and is provided with four different files.
Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules?
Choose 2 answers.
- A. Search Settings En (search y en Sites)
- B. System type extensions (solo en Sites)
- C. Site Jobs (sites)
- D. Promotions ( en sites y en online marketing)
Answer: A,D
NEW QUESTION # 89
A developer is implementing new Page Designer content on a merchant's Storefront and adds the line shown below to the setupCsntentSearch function in the searchHelpers.Js file.
What does this achieve?
- A. Prevents Page Designer pages from being searchable
- B. Allows filtering Page Designer pages by folder
- C. Allows Page Designer pages and components to be searchable
Answer: C
NEW QUESTION # 90
The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.
An Architect analyzes the following proposed solution:
Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.
Which two risks should the Architect communicate to the Client about this solution?
Choose 2 answers
- A. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- B. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
- C. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
- D. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
Answer: B,C
NEW QUESTION # 91
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager?
Choose 3 answers
- A. Content assets
- B. Products
- C. Folders
- D. Images and other static assets
- E. Content slots
Answer: A,C,D
NEW QUESTION # 92
A Digital Developer added a file named MyBusinessController. js in the cartridge named app_project.
The project design calls for this new file to override MyBusinessControiier.3s in claient_project. The client_project cartridge contains other necessary functionality. Additional functionality is also included in the storefront_core and storefront_controliers cartridges.
Which cartridge path meets the project requirements?
- A. app_project:storefront_controllers:storefront_core
- B. app_project:client_project:storefront_controllers:storefront_core
- C. client_project:app_project:storefront_controllers:storefront_core
- D. storefront_core:storefront_controllers:client_project:app_project
Answer: B
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. CustomObjectMgr.createCustomObject(primaryKey);
- B. CustomObiectMqr.createCustomOb1ect(CustomOb1ectType,primaryKey);
- C. CustomObject.createCustomObject(primaryKey,CustomObjectType);
- D. CustomObject.createCustomObject(CustomObjectType,primaryKey);
Answer: B
NEW QUESTION # 94
The Client has just acquired a new brand and wants to Integrate the new brand s current ecommerce site into a current realm as a new site. The acquisition has its own Enterprise Resource Planning (ERP) system for product data and inventory. The new site will use the existing realm's Order Management System (OHS) and Customer Relationship Management (CRM) system.
What two requirements does the Architect need to keep in mind when creating the technical specification document?
Choose 2 answers
- A. A new inventory Import Job must be created to manage inventory.
- B. A new customer export Job must be created to export customers.
- C. A new product Import Job must be created to manage products.
- D. A new order export job must be created to export orders.
Answer: A,C
NEW QUESTION # 95
Refer to the screen shot below:
Given a site called RefArch that has the settings shown, what must be done for RefArch to use the same customer list as RefArchGlobal?
- A. Select RefArchGlobal in the dropdown for Customer List.
- B. Enable "Customer List Sharing" in Global Preferences.
- C. Import the RefArchGlobal customer list into the RefArch site.
- D. Enable "Customer List Sharing" in Site Preferences.
Answer: A
NEW QUESTION # 96
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?
- A. POST Form
- B. SOAP Form
- C. HTTP Form
- D. HTML Form
Answer: D
NEW QUESTION # 97
Universal Containers wants to give customers the ability to refine product search results by a product custom attribute, weightCapacity.
Which series of steps should a Digital Developer take to show this refinement on the storefront?
- A. Define search-suggestion buckets for weightCapacity, then rebuild the product search index.
- B. Define a sorting rule for weightCapacity, then rebuild the product search index.
- C. Define a search refinement for weightCapacity, then rebuild the product search index.
- D. Define a search refinement for weightCapacity, then clear the page cache segment for Search-Show.
Answer: C
NEW QUESTION # 98
Universal Containers created a site export file from staging in the global export directory. How should the Digital Developer update their sandbox using this staging site export file?
- A. Perform a data replication from staging.
- B. Use the Site Development > Import & Export Business Manager module.
- C. Download the site export file and use UX Studio to transfer the data to the sandbox.
- D. Use the Site Development > Site Import & Export Business Manager module.
Answer: D
NEW QUESTION # 99
......
Achieve the CCD-102 Exam Best Results with Help from Salesforce Certified Experts: https://www.pass4leader.com/Salesforce/CCD-102-exam.html
Provide CCD-102 Practice Test Engine for Preparation: https://drive.google.com/open?id=1GVbthlhKkjOwR-Hyhn2ehINtKOCRcX3-