Which is an appropriate use of the <isif> ISML tag that follows B2C Commerce and SFRA best practices?

Which is an appropriate use of the <isif> ISML tag that follows B2C Commerce and SFRA best practices?A . Display a section of the page to logged users only B. Implement involved business logs through conditional statements. C. Redirect users to the registration page if they are not logged inView...

January 20, 2023 No Comments READ MORE +

Once the Cache Information tool of the storefront toolkit is enabled, how can a Digital Developer view caching information for a particular component of the page?

Once the Cache Information tool of the storefront toolkit is enabled, how can a Digital Developer view caching information for a particular component of the page?A . Hover over the caching icons now present on the storefront. B. Open the Request Logs to view the caching information. C. Start a...

January 20, 2023 No Comments READ MORE +

What is the correct code to accomplish this?

A developer wants to add a link to the My Account Page. What is the correct code to accomplish this?A . <a href=”${URLUtils.get(‘Account-Show’)}>${Resource.msg(‘myaccount’,’account’,request.locale())}</a> B. <a href=”${url.get(‘Account-Show’)}>${Resource.message(‘myaccount’)}</a> C. <a href=”${URLUtils.url(‘Account-Show’)}>${Resource.msg(‘myaccount’,’account’,null)}</a> D. <a href=”${URLUtils (‘Account- Show’)}>${ResourceMgr.getPropierties(‘myaccount’,’account’,null)}</a>View AnswerAnswer: C

January 20, 2023 No Comments READ MORE +

To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?

Universal Containers is preparing their storefront to use Open Commerce APIs (OCAPI). To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?A . dw.ocapi.shop.order.validateOrder B. dw.ocapi.shop.basket.calculate C. dw.ocapi.shop.basket.afterPostShipment D. dw.ocapi.shop.order.afterPOSTView AnswerAnswer: B

January 19, 2023 No Comments READ MORE +

Which action should the Developer take, given that JavaScript controllers CANNOT be used?

A Digital Developer wants to selectively retrieve products and process them from an iPhone. Which action should the Developer take, given that JavaScript controllers CANNOT be used?A . Use import/export in Business Manager. B. Create a webservice to retrieve products. C. Use OCAPI and invoke it in native language. D....

January 19, 2023 No Comments READ MORE +

Which three items are required to accomplish this task?

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 . Instance Version B. Instance Hostname C. Business Manager Username D. Keystore Password E. Business Manager PasswordView AnswerAnswer: A,B,D

January 19, 2023 No Comments READ MORE +

What should a developer implement to achieve this requirement?

A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user. What should a developer implement to achieve this requirement?A . Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered,...

January 19, 2023 No Comments READ MORE +

Which statement logs the HTTP status code to a debug-level custom log file?

A Digital Developer needs to add logging to the following code: Which statement logs the HTTP status code to a debug-level custom log file?A . logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: ", http.statusCode); B. logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode); C. Logger.getLogger().debug("Error retrieving profile email, Status...

January 19, 2023 No Comments READ MORE +

What could the developer do to correct this issue?

A developer has a sandbox with code to log a message during execution, and the following code: After the code executes, the developer does not see any log file with the message in the WebDAV folder. What could the developer do to correct this issue?A . Set the root log...

January 19, 2023 No Comments READ MORE +

A developer has the following files in template/resources:

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

January 19, 2023 No Comments READ MORE +