Salesforce Developer Exam
The Sales Management team hires a new intern. The intern is not allowed to view Opportunities , but
needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record.
What would a developer do to meet this requirement? - Answer-Create a roll-up summary field on the
Account object that performs a MAX on the Opportunity Close Date field.
Which trigger event allows a developer to update fields in the Trigger.new list without using an
additional DML statement? - Answer-Before insert and Before update
Which statement would a developer use when creating test data for products and pricebooks? - Answer-
Id pricebookId = Test.getStandardPricebookId();
Where would a developer build a managed package? - Answer-Developer Edition
Which type of information is provided by the Checkpoints tab in the Developer Console? - Answer-
Namespace, Time
A developer wrote a workflow email alert on case creation so that an email is sent to the case owner
manager when a case is created. When will the email be sent? - Answer-After Committing to database
What is a benefit of the lightning component framework? - Answer-More pre-built components to
replicate the Salesforce look and feel
What is a valid source and destination pair that can send or receive change sets? - Answer-Sandbox to
Production, Sandbox to Sandbox
The Sales Management team hires a new intern. The intern is not allowed to view Opportunities , but
needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record.
What would a developer do to meet this requirement? - Answer-Create a roll-up summary field on the
Account object that performs a MAX on the Opportunity Close Date field.
Which trigger event allows a developer to update fields in the Trigger.new list without using an
additional DML statement? - Answer-Before insert and Before update
Which statement would a developer use when creating test data for products and pricebooks? - Answer-
Id pricebookId = Test.getStandardPricebookId();
Where would a developer build a managed package? - Answer-Developer Edition
Which type of information is provided by the Checkpoints tab in the Developer Console? - Answer-
Namespace, Time
A developer wrote a workflow email alert on case creation so that an email is sent to the case owner
manager when a case is created. When will the email be sent? - Answer-After Committing to database
What is a benefit of the lightning component framework? - Answer-More pre-built components to
replicate the Salesforce look and feel
What is a valid source and destination pair that can send or receive change sets? - Answer-Sandbox to
Production, Sandbox to Sandbox