The Client has requested an Architect's help in documenting the architectural approach to a new home page. The requirements provided by the business are:
* Multiple areas of static image content, some may need text shown at well
* The content page must be Realizable
* A carousel of featured products must be shown below a banner 101191
* Recommended categories will be featured based on the time of year
Which two solutions would fulfil these requirements?
Choose 2 answers
To fulfill the requirements of having multiple static image content areas, a carousel of featured products, and dynamic content adjustments based on the time of year:
Option C (Leverage B2C Commerce content slots and assets): This solution allows for dynamic content management where different assets and slots can be used to manage and display static images, text overlays, and other content variations effectively.
Option D (Leverage B2C Commerce Page Designer with a dynamic layout): Using the Page Designer with a dynamic layout enables the easy assembly of complex page designs, including carousels and responsive elements that adjust based on viewing device or other criteria like time of year. This tool provides the flexibility required for real-time customization and resizability of page elements.
These solutions provide robust and flexible management of site content that meets the business's needs for a visually engaging and adaptable homepage.
A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.
Whetfirst step needs to be taken to identify and fix the issue?
When facing build failures that are not reproducible in developers' environments, a common and effective first step is to clean up the build server workspace (Answer A). This action clears any residual files, settings, or data that might be influencing the build process and causing discrepancies between local and server builds. By resetting the workspace to a clean state, it helps ensure that the build process is starting from a consistent base, potentially resolving issues caused by stale data or corrupted build artifacts. This step often resolves hidden configuration or environment-specific issues that are not immediately apparent in the code or module versions.
An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:
* 50 different pricing groups of customers
* 30 different pricing groups of employees
* 10 different pricing groups of vendors
Which items should the Architect include in the design in order to set applicable price books based on these requirements''
Choose 2 answers
For handling multiple pricing groups with specific discounts or prices for different customer groups, the optimal approach involves setting up separate customer groups for customers, employees, and vendors (Answer A). This setup allows the storefront to apply specific price books to each group accurately based on their designation. Furthermore, utilizing campaigns and multiple promotions tailored to each customer group (Answer C) facilitates targeted marketing efforts and pricing strategies effectively. These practices ensure that each group receives relevant pricing adjustments and promotional offers, thereby enhancing the shopping experience and managing financial transactions efficiently within Salesforce B2C Commerce.
A new version of the Page Show controller is required for implementation of Page Deserter specific look. It requires implementation of a specific, cache period for Page Designer pages, which b not currently available in the base Storefront Reference Architecture (SFRA) cache.js module
What two steps should the Architect instruct the developer to implement?
Choose 2 answers
To implement a specific cache period for Page Designer pages in SFRA:
Option A involves creating a new Page.js controller in the client's cartridge, where the existing Page-Show route can be modified to include a custom caching logic. This ensures that the specific caching requirements for Page Designer pages are met without altering the base functionality for other pages.
Option D calls for extending the existing cache.js module in the client's cartridge to include a function specifically for Page Designer caching. This allows for reusing the existing caching logic while adding enhancements specific to the Page Designer pages, thus maintaining efficiency and clarity in the codebase.
Both options provide a clean, maintainable approach to customizing caching for specific requirements in SFRA, avoiding disruptions in other areas of the site functionality.
The Client is creating a new Storefront and their requirements include:
* ApplePay support
* Log -n through a standard OAuth2 social media account
* One Okie checkout process
* Ay B testing forpromotions
Which two items require technical documentation for customizing the Storefront Reference Architecture?
Choose 2 answers
For customizing the Storefront Reference Architecture to meet specific requirements, the following items would require detailed technical documentation:
Option A (One Click checkout process): Implementing a one-click checkout process involves significant customization to streamline the checkout flow, potentially requiring integration with payment providers and modifications to the user session management.
Option C (Log in through a standard OAuth2 social media account): Integrating OAuth2 for social media logins involves handling authentication tokens, user sessions, and potentially syncing user data with the B2C Commerce profiles, all of which require detailed security and integration documentation.
These customizations require careful planning and implementation to ensure they work seamlessly with existing Storefront Reference Architecture components and meet security standards.