Salesforce Certified Platform Developer 1 - Spring '16 Release Exam
1 of 5. What features are available when writing apex test classes?
Choose 2 answers
A.The ability to write assertions to test after an @future method.
B.The ability to select error types to ignore in the developer console.
C.The ability to set and modify the CreatedDate field in apex tests.
D.The ability to select testing data using csv files stored in the system.
E.The ability to set breakpoints to freeze the execution at a given point.
Correct Answers : A and C
2 of 5. When creating a record with a Quick Action, what is the optimal way to post a feed item?
A.By adding a trigger on the new record.
B.By adding a workflow rule on the new record.
C.By selecting create feed item on the quick action.
D.By selecting the action type of feed item.
Correct Answers : C
3 of 5. What are the supported content sources for custom buttons and links?
Choose 2 answers
A.URL
B.Lightning Page
C.VisualForce Page
D.Chatter File
E.Static Resource
Correct Answers : A and C
4 of 5. What is the optimal way to verify a user before showing them sensitive content?
A.Calling the Session.forcedLoginUrl method in apex.
B.Calling the generateVerificationUrl method in apex.
C.Sending the user an email message with a passcode.
D.Sending the user a SMS message with a passcode.
Correct Answers : B
5 of 5. What actions types should be configured to display a custom success message?
A.Update a record.
B.Close a case.
C.Post a feed item.
D.Delete a record.
Correct Answers : A
No comments:
Post a Comment