Salesforce Certified B2C Commerce Architect (Arch-303) Exam Questions

Page: 1 / 14
Total 64 questions
Question 1

There Is an Issue with the site when the domain Is opened from Google search results. After researching the problem. It turns out that the site returns * 404 page error when accessedwith a parameter in the URL.

What should the Architect recommend to fix that issue?



Answer : A

To address the issue of the site returning a 404 error when accessed with a parameter from Google search results, a dynamic catch-all rule to redirect such requests to the homepage is an effective solution (Answer A). This approach ensures that users landing from external links with appended parameters, which might not match any configured route or alias, are redirected to a valid page instead of seeing an error page. This improves the user experience and minimizes potential bounce rates caused by broken links or outdated URLs.


Question 2

A client has just pushed a new site live to Production. However during smoketesting. It's found that some customers are not seeing the correct pricing on the Product Detail Page.

What three places would the Architect begin to look for the cause of this Issue?

Choose 3 answers



Answer : C, D, E

To resolve issues where some customers are not seeing the correct pricing on the Product Detail Page, the following places should be examined:

Global Preferences (C): It's critical to check the global preferences settings to ensure they align with the intended pricing strategy and configurations. This includes checking currency settings, pricing rules, and tax configurations, which can all influence the pricing displayed to customers.

Error during replication (D): If there were errors during data replication, this could lead to inconsistencies such as incorrect pricing being shown. Ensuring that data has been replicated correctly and without errors is essential, particularly when moving from staging to production environments.

Cache settings (E): Incorrect cache settings or outdated cached data can cause old or incorrect pricing to be displayed. Clearing the cache or verifying that cache invalidation rules are correctly set can resolve such issues.

These steps are critical for ensuring that the displayed pricing is accurate and consistent, providing a seamless user experience.


Question 3

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.


Question 4

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.


Question 5

The Client identifies that a segment of customers need to see some products on the site that other customers should not be able to access. All products are maintained within one catalog but in separate categories. A custom attribute will be used on the Profile system object to identify customers that belong to this special segment. A customer group will be made that is qualified for by this Profile custom attribute. The storefront will be customized to include navigation to relevant categories for this customer group.

Unfortunately during technical review the Client points out that the business teams have raised a concern with maintenance and want to use a shared navigation within the catalog and not use separate categories.

Which item should the Architect suggest to efficiently fulfil this new requirement while maintaining scalability?



Answer : C

The optimal solution for this requirement is to modify the search results dynamically based on the user's customer group membership. This approach:

Ensures that all users can navigate the same catalog and categories without seeing separate categories for special segments.

Dynamically includes or excludes products from search results based on the user's membership in the special segment, effectively using existing catalog structures while personalizing product visibility.

Maintains scalability by leveraging existing catalog and category infrastructure without needing additional custom attributes for navigation purposes.

This method aligns with best practices for creating personalized customer experiences in B2C Commerce without complicating catalog management.


Question 6

A client has a single site with multiple domains, locales, and languages. Afterlaunch, there is a need for the client to perform offline maintenance. The client would like to show the same maintenance page for each locale.

Which version of aliases,Json file below will accomplish this task?

A)

B)

C)

D)



Question 7

An Architect isperforming an audit of production logs via Log Center and finds some potentially dangerous custom log output.

In which two ways It this log output Improper In a production environment? Choose 2 answers



Answer : A, D

In a production environment, logging sensitive customer information such as credit card details (PAN, CVV, expiration date) can lead to severe security and compliance issues, specifically violating PCI DSS (Payment Card Industry Data Security Standard) requirements. The standards strictly prohibit the storage of CVV codes and mandate that any PAN displayed must be masked. Storing such data in logs is not only a risk for data breaches but also non-compliance with these standards can lead to penalties.

Option A: Including the customer's card name along with the full credit card number in logs is a clear violation of PCI DSS requirements, which stipulate that no more than the last four digits of the card number may be displayed.

Option B: Logging the card security code (CVV) and expiration date is explicitly prohibited by PCI DSS, which requires that sensitive authentication data, including CVV, must never be stored post-authentication, even if it is encrypted.


Page:    1 / 14   
Total 64 questions