Font size
WorksheetsPDI Set 2
Total questions: 59
Worksheet time: 3hrs 38mins
Since Aura application events follow the traditional publish-subscribe model, which method is used to fire an event?
registerEvent()
emit()
fireEvent()
fire()
What does the Lightning Component framework provide to developer?
Prebuilt components that can be reused
Extended governor limitis for applications
Support for Classic and Lightning UIs
Templates to create custom components
Fast Field Updates record-triggered flow
Approval process
Quick actions
Account trigger
External Object
External ID field
Formula field
Lookup field
For which items can a trace flag be configured?
Flow
Apex Trigger
Apex Class
User
Visualforce
Which three resources in an Aura component can contain JavaScript functions?
Design
Helper
Controller
Style
Renderer
Which three code lines are required to create a Lightning component on a Visualforce page ?
$Lightning.useComponent
<apex:slds/>
$Lighthing.use
<apex:includeLightning/>
$Lightning.createComponent
@AuraEnable(cacheable=true)
@RemoteAction
@RemoteAction(cacheable=true)
@AuraEnable
Production
Sandbox
Enviroment Hub
Dev Hub
Specifying loading order
Loading scripts in parallel
Loading externally hosted script
Loading files from Documents
One-time loading for duplicates scripts
Apex trigger
Quick action
Formula field
Roll-up summary field
What are three ways for a developer to execute tests in an org ?
Metadata API
Salesforce DX
Bulk API
Setup Menu
Tooling API
What should be used to create scrach orgs ?
Developer Console
Workbench
Salesforce CLI
Sandbox refresh
Flow
Invocable method
Trigger
Future method
Developer Console
SFDX CLI
Change Sets
VSCode
0
1
2
3
@isTest(SeeAllData=true)
@TestSetup
@StartTest
@PreTest
Developer Console
Paused Flow Interviews component
Apex Flex Queue
Apex Jobs
Which action may cause triggers to fire ?
Renaming or replacing a picklist entry
Updates to feed Items
Changing a user's default division when the transfer division option is checked
Cascading delete operations
Roll-up summary field
Apex trigger
Record-triggered flow
Formula field
Production
Full Sandbox
Developer Pro Sandbox
Partial Copy Sandbox
Use Flow Builder
Use a validation rule
Mark fields as read-only on the page layout
Use the Process Automation settings
