Question 136

A developer uses a loop to check each Contact in a list. When a Contact with the Title of 'Boss' is found, the Apex method should jump to the first line of code outside of the for loop.
Which Apex solution will let the developer implement this requirement?
  • Question 137

    Universal Containers hires a developer to build a custom search page to help user- find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
    Which consideration should the developer be aware of when deciding between SOQL and SOSL?
    Choose 2 answers
  • Question 138

    A developer needs to create a custom visualforce button for the opportunity object page layout that will cause a web service to be called and redirect the user to a new page when clicked.
    Which three attributes need to be defined in the <apx:page> tag of the visualforce page to enable this functionality?
  • Question 139

    A developer writes a single trigger on the Account object on the after insert and after update events. A workflow rule modifies a field every time an Account is created or updated.
    How many times will the trigger fire if a new Account is inserted, assuming no other automation logic is implemented on the Account?
  • Question 140

    What is a capability of a StandardSetController?Choose 2 answers