The following promotions are configured with no exclusivity (can be combined with any other promotion) in a -1month campaign:
* Free correct- in -store shipping
* 20% accessories products discount, applies for all customers
* $5 off coupon based discount, sent to a selected group of customers
The combination of above promotions allows customers to get 16 socks for free in store. This was unintended, and the Client If considering disabling the coupon. The Client is concerned about a potential spike in the number of Call Center calls from customers who had the coupon code added to their baskets before it was disabled. As basket lifetime is set to 30 days for all customers, this can continue for the full length of the campaign.
What solutionshould the Architect suggest to keep the Call Center calls to a minimum?
Answer : D
Reducing the basket lifetime is a strategic approach to minimizing the impact of disabling a promotional coupon. This action will cause baskets that may still contain the now-disabled coupon to expire sooner, thereby reducing the potential volume of calls to the Call Center from customers inquiring about the coupon. This method also avoids the drastic measure of clearing all existing baskets or restarting the production instance, which could disrupt user experience and lead to further customer dissatisfaction.
An Architect has been asked by the Business to integrate a newpayment LINK cartridge. As part of the integration, the Architect has created four new services to access various endpoints in the integration.
How can the Architect move the new services to Production when the integration is ready for launch?
Answer : D
For deploying new services related to a payment LINK cartridge to Production, the correct method is through Code Replication (D). This approach ensures that all new code changes, including the integration services, are consistently applied across different environments. Code replication covers deploying all changes made in code, scripts, and service configurations from a staging or development environment to the production environment. This process ensures that all new functionalities are tested in a controlled environment before being moved to production, reducing the risk of errors affecting the live site.
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
Answer : C, D
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.
The Client plans to deploy a new payment provider and Order Management System on its existing B2C Commerce website. They have asked an Architect to advise which environment it should use to conduct load testing of its new integrations.
Which environment should be used as the ideal environment for this kind of load test?
Answer : B
For conducting load testing of new integrations with a payment provider and Order Management System, it is recommended to use the Development Instance of the existing Realm (Option B). This approach ensures that any issues found during testing do not affect the live production environment, while still allowing tests to be conducted in an environment that mirrors the production setup as closely as possible. This minimizes the risk of disruptive downtime or customer-facing errors when the integration goes live.
An Architect to notify by the Business that order conversion dramatically dropped a few hours after go live. Further investigation points out that customers cannot proceed to checkout anymore. The Architect is aware that a custom inventory checks with a third-party API is enforced at the beginning of checkout, and that customers are redirected to the basket page when items are no longer in stock
Which tool can dearly confirm that the problem is indeed caused by the inventory check?
Answer : C
The appropriate tool to verify that the problem is indeed caused by the inventory check at the beginning of checkout is the Pipeline Profiler in Business Manager. This tool allows an architect to analyze the performance of specific code execution paths, including those involving third-party API calls. It helps identify bottlenecks and inefficiencies in the pipeline execution, particularly useful in situations where custom code like inventory checks may impact site functionality. The use of the Pipeline Profiler would enable the architect to pinpoint if the custom inventory check is causing the checkout process to fail or redirect users inappropriately.
A business wants to migrate its customerservice provider from provider A to provider B. Provider e offers a LINK cartridge to integrate with its commerce solution.
Which three artifacts need to be created by the Architect? Choose 3 answers
Answer : A, B, D
When integrating a new LINK cartridge for a customer service provider, the following documents are essential:
Option A (Document the design of implementing a new B2C Commerce cartridge following the industry standard best practices): This ensures that the cartridge is implemented in a manner that is consistent with established best practices, enhancing maintainability and compatibility.
Option B (Document the data objects, the interface, and data synchronization frequency between the systems): It's crucial to define how data will flow between the new customer service provider and the commerce system, including the frequency of synchronization to ensure data integrity and timeliness.
Option D (Document the customizations required on top of the LINK cartridge based on current commerce implementation and business needs): Customizing the cartridge to fit the specific needs and existing setup of the commerce system ensures that the integration adds the intended value without disrupting existing operations.
These artifacts will guide the structured integration and customization of the LINK cartridge, ensuring it meets the business's operational and strategic needs.
The Client wants to offer custom made container products on its new B2C Commerce storefront. TheClient provided two business requirements.
* Customer can specify container length, width, and height.
* Customer can specify the material that the container is made of.
The Client also provided the Architect a current data schema (shown below) for reference while preparing the technical documentation.
Which two gaps between the requirements and the data schema should the Architect discuss with the Client?
Choose 2 answers
Answer : A, D
The provided data schema includes several fields that do not match the stated business requirements, which focus on the custom dimensions and materials of the containers:
Option A: The inclusion of unique identifiers for materials and color fields in the data schema suggests a level of detail and structure around these attributes that is not reflected in the business requirements. If the business does not require tracking or differentiating materials beyond just naming them, this might be unnecessarily complex.
Option D: The data schema includes a Color_ID field, which implies the ability to specify the color of the container. However, the business requirements do not mention color as a customization option available to customers. This discrepancy needs to be addressed to ensure that the database design aligns with actual business needs.