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....
Which modification should be made to the new cartridge path?
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountControl.js and accountlanding.isml in the app_storefront cartridge. The app_storefront cartridge contains code for all other...
Given a template rendered by a controller with caching and a remote include without caching, which situation applies?
Given a template rendered by a controller with caching and a remote include without caching, which situation applies?A . Both the remote include portion and the rest of the page are cached. B. The remote include portion is not cached, but the rest of the page is cached. C. The...
Which configuration should the developer perform?
Given the sandbox with: • Service configured and assigned to its profile and credential • A code version that uses that service And given the requirement to limit the number of success or error calls the code can perform to a restricted number of calls per second. Which configuration should...
What are the two purposes of the JSON metadata definition file that the developer creates?
A developer is tasked with implementing the necessary code for a new Page Designer component. What are the two purposes of the JSON metadata definition file that the developer creates? Choose 2 answersA . Defines regions within the component type. B. Defines the responsive layout of the rendered template. C....
How can a developer use Business Manager to ensure that the gift vouchers are always available?
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...
Which three operations should be done in a controller? Choose 3 answers
Which three operations should be done in a controller? Choose 3 answersA . Generate the response as JSON or HTML B. Use the Script API to generate data for the view. C. Use middleware functions when applicable D. Create a plain JavaScript object representing a system object E. Use the...
How should the developer follow SFRA best practices to expose this data for rendering?
A client wants to differentiate their monobrand stores with a special icon when shown in the store locator. The information is saved in a true/false custom attribute for each Store object in Merchant tools. How should the developer follow SFRA best practices to expose this data for rendering?A . Extend...
How should the Digital Developer implement the requirement?
Universal Containers wants to add a model field to each product. Products will have locale-specific model values. How should the Digital Developer implement the requirement?A . Utilize resource bundles for translatable values. B. Set the model field as a localizable attribute. C. Store translated model values in different fields; one...
There are three logging categories: category1, category1.eu, and category1.us.
There are three logging categories: category1, category1.eu, and category1.us. In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled. The code segment below executes. var logger = Logger.getLogger(“loggerFile”, “category1.eu” ); logger.warn(“This is a log message”); What is the result'A...