PDI Platform Developer I (PDI)

Loading demo links...

Showing 7–9 of 15 questions

Question 7

Universal Containers decides to use purely declarative development to build out a new Salesforce application. Which three options can be used to build out the business logic layer for this application?

Choose 3 answers

Select all that apply, then click Submit answer.

  • Flow Builder

  • Validation Rules

  • Process builder


Question 8

Which two characteristics are true for Aura component events?

Select all that apply, then click Submit answer.

  • Calling event, stopPropagation ( ) may or may not stop the event propagation based of the current propagation phase.

  • If a container component needs to handle a component event, add a handleFacets='' attribute to Its handler.

  • Only parent components that create subcomponents (either in their markup or programmatically) can handle events.

  • The event propagates to every owner In the containment hierarchy.


Question 9

In the following example, which sharing context will myMethod execute when it is invoked?

Select an option, then click Submit answer.

  • Sharing rules will be inherited from the calling context.

  • Sharing rules Ail be enforced by the instantiating class

  • Sharing rules Ml be enforced for the running user.

  • Sharing rules will not be enforced for the running user.