Question: 1
Universal Containers (UC) has an integration with its Accounting system that creates tens of thousands of Orders inside of Salesforce in a nightly batch. UC wants to add automaton that can attempt to match Leads and Contacts to these Orders using the Email Address field on the insert. UC is concerned about the performance of the automation with a large data volume. Which tool should UC use to automate this process?
Question: 2
When are code coverage calculations updated?
Question: 3
How are debug levels adjusted In the Developer Console?
Question: 4
What are two considerations for custom Apex Exception classes? Choose 2 answers.
Question: 5
A developer created a Visualforce page with a custom controller to show a list of accounts. The page uses the component, with a variable called 'selection', to show the valid values for Account.Type. The page uses an component to display the list of accounts, where the iteration variable is 'acct'. The developer wants to ensure that when a user selects a type on the component, only accounts with that type are shown on the page. What should the developer do to accomplish this?