Question 86

Universal Containers (UC) is considering updating their Salesforce Production Deployment as a part of their Release Mgmt process. Which three best practices should UC consider for Production Deployment? Choose 3 ans.
  • Question 87

    Universal Containers is using Salesforce for Order Management and has integrated with an in-house Enterprise Resource Planning (ERP) system for order fulfillment. There is an urgent requirement to include a new order status value from the ERP system into the Order Status picklist in Salesforce.
    Which two considerations should be made when addressing the above requirement? (Choose two.)
  • Question 88

    Salesforce has three major releases a year.
    Which type of change introduced by a release can cause automated browser tests to need updating?
  • Question 89

    Universal Containers (UC) started to use the GitHub workflow. For the current minor release, an Experience Cloud developer and a Service Cloud developer both need to work on the Case object and codes that reference the Case object. Both developers branched off the same UCDev branch (maps to the Dev sandbox for Release Build) and started working. The Experience Cloud development team had Finished early, and the change was successfully merged into the UCDev branch. The local Git branch used by the Service Cloud developer is called ServiceCase At what point will the Service Cloud developer see the conflict and need to resolve the conflict?
  • Question 90

    Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an external endpoint and runs business logic and validations on it before inserting it into the database. UC is expecting to receive more than 100K orders a day and each order can have up to 10 line items. Each inbound request will contain only one order and its corresponding line items.
    What two testing types should an architect recommend to ensure users don't face platform slowdowns during peak business hours? Choose 2 answers