Question 101

How would a developer change the field type of a custom field on the Account object from string to an integer?
  • Question 102

    How are debug levels adjusted In the Developer Console?
  • Question 103

    A developer needs to confirm that a Contact trigger works correctly without changing the organization's dat a. what should the developer do to test the Contact trigger?
  • Question 104

    A developer has requirement to write Apex code to update a large number of account records on a nightly basis. The system administrator needs to be able to schedule the class to run after business hours on an as-needed basis.
    Which class definition should be used to successfully implement this requirement?
  • Question 105

    A Lightning component has a wired property, searchResults, that stores a list of Opportunities.
    Which definition of the Apex method, to which the searchResultsproperty is wired, should be used?