00:00

QUESTION 51

A Visual force page displays two fields named Phone Number and Email.User1 has access to Phone Number, but not to Email.User2 has access to Email, but not Phone NumberA developer needs to ensure that User1 can only see Phone Number, and User2 can only see Email.Which method can the developer use to achieve this?

Correct Answer: B

QUESTION 52

How can a developer determine, from the DescribeSObjectResult, if the current user will be able to create records for an object in Apex?

Correct Answer: B

QUESTION 53

What is a capability of a StandardSetController?Choose 2 answers

Correct Answer: AB

QUESTION 54

Which trigger event allows a developer to update fields in the Trigger.new list without using an additional DML statement?Choose 2 answers

Correct Answer: AB

QUESTION 55

What is an accurate constructor for a custom controller named "MyController"?

Correct Answer: A