Question 166

Which three steps allow a custom Scalable Vector Graphic (SVG) to be included in a Lightning web component?
Choose 3 answers
  • Question 167

    While writing an Apex class, a developer wants to make sure that all functionality being developed is handled as specified by the requirements.
    Which approach should the developer use to be sure that the Apex class is working according to specifications?
  • Question 168

    Which type of controller should a developer use to include a list of related records for a Custom Object record on a Visualforce page without needing additional test coverage?
  • Question 169

    Given the following Apex statement:
    Account myAccount = [SELECT Id, Name FROM Account];
    What occurs when more than one Account is returned by the SOQL query?
  • Question 170

    When a user edits the Postal Code on an Account, a custom Account text field named "Timezone" must be updated based on the values in a PostalCodeToTimezone__c custom object.
    Which two automation tools can be used to implement this feature? Choose 2 answers