Salesforce
(Plat-Dev-201)
105 Minutes
201
Salesforce Certified Platform Developer
A: Better performance due to client-side rendering
B: Automatic support for accessibility standards
C: Compatibility with all web browsers
D: Easy integration with third-party libraries
A: insert records
B: Database.insert (records, false)
C: Insert (records, false)
D: Database.insert(records, true)
A: Screen-based flow
B: Lightning Component
C: Approval process
D: Apex trigger
A: Create helper classes to execute the appropriate logic when a record is saved.
B: Unify the before insert and before update triggers and use Flow for the delete action.
C: Unify all three triggers in a single trigger on the Expense__c object that includes all events.
D: Maintain all three triggers on the Expense__c object, but move the Apex logic out of the trigger definition.
A: Waterfall Model
B: Flux (view, action, dispatcher, and store)
C: Model-View-Controller (MVC)
D: Agile Development