Question 116

What are two ways for a developer to execute tests in an org? (Choose two.)
  • Question 117

    Given the following block code: try{ List <Accounts> retrievedRecords = [SELECT Id FROM Account WHERE Website = null]; }catch(Exception e){ //manage exception logic } What should a developer do to ensure the code execution is disrupted if the retrievedRecordslist remains empty after the SOQL query?
  • Question 118

    A company decides to implement a new process where every time an Opportunity is created, a follow up Task should be created and assigned to the Opportunity Owner.
    What is the most efficient way for a developer to implement this?
  • Question 119

    Universal Containers decides to use exclusively declarative development to build out a new Salesforce application.
    Which three options should be used to build out the database layer for the application?
    Choose 3 answers
  • Question 120

    The sales management team at Universal Containers requires that the Lead Source field of the Lead record be populated when a Lead is converted What should be done to ensure that a user populates the Lead Source field prior to converting a Lead?