Universal Containers (UC) has a large user base (over 300 users) and was originally implemented eight years ago by a Salesforce Systems Integration Partner. Since then, UC has made a number of changes to their Visualforce pages and Apex classes in response to customer requirements, made by a variety of Vendors and internal teams.
Which three issues would a new Technical Architect expect to see when evaluating the code in this Salesforce org? (Choose three.)
Select all that apply, then click Submit answer.
-
○
Custom-built JSON and String manipulation classes that are no longer required.
-
○
Broken functionality due to Salesforce upgrades.
-
○
Duplicated logic across Visualforce pages and Apex classes performing similar tasks.
-
○
Multiple unit test failures would be encountered.
-
○
Multiple triggers on the same object, making it hard to understand the order of operations.