Programmatic Development Using Apex and Visualforce (DEX 450) Quiz Questions and Answers

Answer :
  • Pre-defined components to give Standard Look and Feel
Answer :
  • By using Limits.getDMLRows() and then display an error message before the number of DML statements is exceeded
Answer :
  • Create activities at multiple intervals 
  • Send outbound message without Apex code 
Answer :
  • By uploading the content as a Static Resource.
Answer :
  • Lookup
Answer :
  • Using the Map data structure to hold query results by ID
  • Using the set data structure to ensure distinct records
Answer :
  • Before Triggers; Validation Rules; After Triggers; Assignment Rules; Workflow Rules; Commit 
Answer :
  • ApexPages.StandardSetController controller = new ApexPages.StandardSetController(Database.queryLocator(‘SELECT Id from Account LIMIT 1’));
Answer :
  • The default modifier for a class is private
  • Exception classes must end with the word exception
Answer :
  • Create a master-detail relationship in the Applications custom object to the Job Posting custom object