Question 7

Which action causes a before trigger to fire by default for Accounts?

Correct Answer:B

Question 8

The Job_Application__c custom object has a field that is a Master-Detail relationship to the Contact object, where the Contact object is the Master. As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is ‘Technology’ while also retrieving the contact’s Job_Application__c records.
Based on the object’s relationships, what is the most efficient statement to retrieve the list of contacts?

Correct Answer:B

Question 9

A developer must create a lightning component that allows users to input contact record information to create a contact record, including a salary__c custom field. what should the developer use, along with a lightning-record-edit form, so that salary__c field functions as a
currency input and is only viewable and editable by users that have the correct field levelpermissions on salary__C?

Correct Answer:A

Question 10

A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?

Correct Answer:A

Question 11

Given the following code snippet, that is part of a custom controller for a Visualforce page:
Platform-Developer-I dumps exhibit
In which two ways can the try/catch be enclosed to enforce object and field-level permissions and prevent the DML statement from being executed if the current logged-in user does not have the appropriate level of access? Choose 2 answers

Correct Answer:AB

Question 12

For which three items can 2 trace flag be configured? Choose 3 answers

Correct Answer:BCD

START Platform-Developer-I EXAM