Question: 1
When creating unit tests in Apex, which statement is accurate?Choose 2
Question: 2
Which standard field needs to be populated when a developer inserts new Contact records programmatically?
Question: 3
A developer creates a new Visualforce page and Apex extension, and writes test classes that exercise 95% coverage of the new Apex extension.Change set deployment to production fails with the test coverage warning: 'Average test coverage across all Apex classes and triggers is 74%, at least 75% test coverage is required.'What can the developer do to successfully deploy the new Visualforce page and extension?
Question: 4
Developer needs to automatically populate the Reports To field in a Contact record based on the values of the related Account and Department fields in the Contact record. Which type of trigger would the developer create? Choose 2 answers
Question: 5
To which primitive data type in Apex is a currency field atomically assigned?