Question 26

What is a valid way of loading external JavaScript files into a Visualforce page? (Choose 2)
  • Question 27

    What are three ways for a developer to execute tests in an org? Choose 3.
  • Question 28

    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 29

    An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship.
    How can this be achieved?
  • Question 30

    Universal Container uses Salesforce to create orders.
    When an order is created, it needs to sync with the-in-house order fulfillment system. The order fulfillment system can accept SOAP messages over the HTTPS. If the connection fails, messages should be retried for up to 24 hours.
    What is the recommended approach to sync the orders in Salesforce with the order fulfillment system?