Saturday, October 21, 2017

Salesforce Certified Platform Developer I – Summer ’17 Release Exam

Platform Developer 1 Summer 17 Release Exam

1 of 5. 
What is Consideration for Locker Service Enablement? 
A. Locker Service is enabled for custom Lightning Components Implementing the interface force:enforceLockerService.
B. Locker Service is enabled for all custom Lightning Components with API version    40.0 or greater.
C. Locker Service is disabled for custom Lightning Components Implementing the interface force:ignoreLockerService. 
D. Locker Service is disabled for all custom Lightning Components, regardless of the API  Version.
2 of 5. 
What are two considerations when overriding standard actions?
Choose 2 answers
A. Overriding standard actions with a Lightning component applies only to Lightning experience and Salesforce1, but not to Salesforce Classic.
B. Overriding standard actions with Visualforce page applies only to Salesforce Classic and Lightning Experience, but not to Salesforce1.
C. Overriding standard actions with Visualforce page applies only to Salesforce Classic, Lightning Experience and Salesforce1.
D. Overriding standard actions with a Lightning component applies to Lightning experience, Salesforce1 and Salesforce Classic.
3 of 5. 
Which standard actions can be overridden with Lightning Components? 
A. View, Edit, New, Delete.
B. List, View, Edit, New
C. List, Edit, New, Delete
D. Tab, View, Edit, New
4 of 5. 
How do the CSS enhancements to the Lightning Design System improve the developer experience?
Choose 3 answers
A. Uppercase is used to distinguish from a custom class name.
B. Class Names are available in upper and lower case.
C. Class names are abbreviated to reduce code length.
D. Single dashes are used in class names to enable commenting.

5 of 5. 
How can a validity check be performed on a component?
A. cmp.get("v.isValid") != Null
B. cmp.get() != Null
C. cmp.get("v.isValid") == true
D. cmp.get() == true

No comments:

Post a Comment