B2C-Commerce-Developer Salesforce Certified B2C Commerce Developer (WI23)

Loading demo links...

Showing 7–9 of 15 questions

Question 7

When inspecting the weekly service status report for a critical internally hosted web service used in the

application, a developer notices that there are too many instances of unavailability.

Which two solutions can reduce the unavailability of the service?

Choose 2 answers.

Select all that apply, then click Submit answer.

  • Update the service to have a faster response time.

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

  • Increase the web service time out

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

Question 8

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

Select an option, then click Submit answer.

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

  • <isslot id="my_banner " description="for home page" type="global" context="homepage"/>

  • <isslot id="my_banner " description="for home page" context="global">

  • <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>

Question 9

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

Select an option, then click Submit answer.

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

  • JSON.stringgify(PageMgrrenderpage(pageID), {paramter1:value1}}:

  • PageMgr,renderPage{pageID, {parameter1: value1}}