Question 76

An org has an existing flow that edits an Opportunity with an Update Records element. A developer must update the flow to also create a Contact and store the created Contact's ID on the Opportunity.
Which update must the developer make in the flow?
  • Question 77

    What are two use cases for executing Anonymous Apex code?
    Choose 2 answers
  • Question 78

    Which Lightning Web Component custom event property settings enable the event to bubble up the containment hierarchy and cross the Shadow DOM boundary?
  • Question 79

    A developer is creating an app that contains multiple Lightning web components.
    One of the child components is used for navigation purposes. When a user click a button called.. component, the parent component must be alerted so it can navigate to the next page.
    How should this be accomplished?
  • Question 80

    Given:
    Map<ID, Account> accountMap = new Map>ID, Account> ([SELECT Id, Name FROM Account]); What are three valid Apex loop structures for iterating through items in the collection? (Choose three.)