Want to pass your Salesforce Certified Platform Developer I CRT-450 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which type of code represents the model in the MVC architecture on the force.com platform?
A. A controller extension method that saves a list of account records
B. A list of account records returned from a controller extension method
C. Custom javascript that processes a list of accountrecords
D. A controller extension method that uses soql to query for a list of account records
Developer needs to automatically populate the Reports To field in a Contact record based on the values of the related Account and Department fields in the Contact record.
Which type of trigger would the developer create? Choose 2 answers
A. Before update
B. After insert
C. Before insert
D. After update
A newly hired developer discovers that there are multiple triggers on the case object.
What should the developer consider when working with triggers?
A. Developers must dictate the order of trigger execution.
B. Trigger execution order is based on creation date and time.
C. Unit tests must specify the trigger being tested.
D. Trigger execution order is not guaranteed for the same sObject.