Special Month End Sale - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75vsure

Comm-Dev-101 Exam Dumps - Salesforce Certified B2C Commerce Developer

Searching for workable clues to ace the Salesforce Comm-Dev-101 Exam? You’re on the right place! ExamCert has realistic, trusted and authentic exam prep tools to help you achieve your desired credential. ExamCert’s Comm-Dev-101 PDF Study Guide, Testing Engine and Exam Dumps follow a reliable exam preparation strategy, providing you the most relevant and updated study material that is crafted in an easy to learn format of questions and answers. ExamCert’s study tools aim at simplifying all complex and confusing concepts of the exam and introduce you to the real exam scenario and practice it with the help of its testing engine and real exam dumps

Go to page:
Question # 9

A developer is asked to write a log containing the ID and name of the product with a variable named myProduct.

Which snippet of code should be used?

A.

Logger.warn( ' The current product is {0} with name {1} ' ,myProduct.getID(),myProduct.getName());

B.

Logger.warn( ' The current product is ${myProduct.getID()} with name ${myProduct.getName()} ' );

C.

Logger.warn( ' The current product is {0} with name {1} ' ).context(myProduct.getID(),myProduct.getName());

Full Access
Question # 10

Given a template rendered by a controller with caching and a remote include without caching, which situation applies?

A.

The remote include portion is not cached, but the rest of the page is cached.

B.

The page is not cached because the remote include introduces an uncached portion.

C.

The page is cached only for returning customers because of the remote include.

Full Access
Question # 11

A developer is given a task to implement a new Page Designer layout component that doesn ' t accept certain asset components.

How should the developer achieve the above task?

A.

Add component_type_exclusions in the layout json configuration.

B.

Add component_type_inclusion in the layout json configuration.

C.

Add layout_type_exclusion in the other asset components json configuration.

Full Access
Question # 12

A developer needs to render a Page Designer page in JSON format. What is the correct syntax?

A.

PageMgr.serializePage(pageID, {parameter1:value1});

B.

JSON.stringify(PageMgr.renderPage(pageID, {parameter1:value1}));

C.

PageMgr.renderPage(pageID, {parameter1:value1})

Full Access
Question # 13

A merchant checked the " Show Orderable Products Only " preference in Business Manager.

What impact does this have on the Storefront from a user perspective?

A.

Products with an Available to Sell (ATS) = 0 will be excluded from search results.

B.

Back-order products will be excluded from search results.

C.

The product detail page will be hidden if Available to Sell (ATS) = 0.

Full Access
Question # 14

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 times.

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 product.

Full Access
Question # 15

A developer is inspecting the weekly service status report for a critical internally-hosted web service and notices there are too many instances of unavailability.

Which solution can reduce service unavailability?

A.

Increase the web service time out.

B.

Change the code that sets the throwOnError attribute of the service to be true.

C.

Modify the code that makes the request to the external service to be wrapped in a try/catch block.

Full Access
Question # 16

Given the requirement to add caching to an existing page while adhering to SFRA best practices, which code snippet should be used?

A.

server.get( ' Show ' ,cache.applyDefaultCache,function(req,res,next) {// code});

B.

< iscache type= " relative " hour= " 24 " / >

C.

server.get( ' Show ' ,function(req,res,next) {// code}).applyDefaultCache();

Full Access
Go to page: