PDI Exam Question 46

Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3 answers
  • PDI Exam Question 47

    A Salesforce Administrator is creating a record-triggered flow. When certain criteria are met, the flow must call an Apex method to execute complex validation involving several types of objects.
    When creating the Apex method, which annotation should a developer use to ensure the method Can be used within the flow?
  • PDI Exam Question 48

    A custom Visualforce controller calls the ApexPages,addMessage () method, but no messages are rendering on the page.
    Which component should be added to the Visualforce page to display the message?
  • PDI Exam Question 49

    What should a developer do to check the code coverage of a class after running all tests?
  • PDI Exam Question 50

    A developer writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or updated. The field update in the workflow rule is configured to not re-evaluate workflow rules.
    What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?