Question 166

A developer created a Visualforce page and custom controller to display the account type field as shown below.
Custom controller code:

Visualforce page snippet:

The value of the account type field is not being displayed correctly on the page. Assuming the custom controller is properly referenced on the Visualforce page, what should the developer do to correct the problem?
  • Question 167

    A developer wants to invoke on outbound message when a record meets a specific criteria.
    Which three features satisfy this use case?
    Choose 3 answer
  • Question 168

    Developers at Universal Containers (UC) use version control to share their code changes, but they notice that when they deploy their code to different environments they often have failures. They decide to set up Continuous Integration (CI).
    What should the UC development team use to automatically run tests as part of their CI process?
  • Question 169

    A company has a custom object, Sales, }_Help_Request__c, that has a Lookup relationship to Opportunity. The Seles Help Request__c has a mumber field, Number_ct_Hours__c, that represents the amount of time spent on the Sales_Help Request__C.
    A developer is tasked with creating a field, total_Hour2__c, on Opportunity that should be the sum of all of the Number_of_Hours_c values for the Sales_Help_Request__c records related to that Opportunity.
    What should the developer use to implement this?
  • Question 170

    Given the code below:

    What should a developer do to correct the code so that there is no chance of hitting a governor limit?