Free Salesforce DEX-450 Exam Braindumps (page: 19)

Which type of information is provided by the Checkpoints tab in the Developer Console? (Choose 2)

  1. Namespace
  2. Time
  3. Exception
  4. Debug Statement

Answer(s): A,B



A developer wrote a workflow email alert on case creation so that an email is sent to the case owner manager when a case is created. When will the email be sent?

  1. After Committing to database.
  2. Before Trigger execution.
  3. After Trigger execution.
  4. Before Committing to database.

Answer(s): A



Which code block returns the ListView of an Account object using the following debug statement? system.debug(controller.getListViewOptions() );

  1. ApexPages.StandardSetController controller = new ApexPages.StandardSetController( Database.getQueryLocator( 'SELECT Id FROM Account LIMIT 1'));
  2. ApexPages.StandardController controller = new ApexPages.StandardController( [SELECT Id FROM Account LIMIT 1]);
  3. ApexPages.StandardController controller = new ApexPages.StandardController( Database.getQueryLocator( 'SELECT Id FROM Account LIMIT 1'));
  4. ApexPages.StandardController controller = new ApexPages.StandardController( [SELECT Id FROM Account LIMIT 1]);

Answer(s): A



The Sales Management team hires a new intern. The intern is not allowed to view Opportunities, but needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record. What would a

developer do to meet this requirement?

  1. Create a trigger on the Account object that queries the Close Date of the most recent Opportunities.
  2. Create a Workflow rule on the Opportunity object that updates a field on the parent Account.
  3. Create a formula field on the Account object that performs a MAX on the Opportunity Close Date field.
  4. Create a roll-up summary field on the Account object that performs a MAX on the Opportunity Close Date field.

Answer(s): D



Viewing page 19 of 115
Viewing questions 73 - 76 out of 456 questions



Post your Comments and Discuss Salesforce DEX-450 exam prep with other Community members:

DEX-450 Exam Discussions & Posts