1. How can a validity check be
performed on a component?
A.
cmp.get("v.isValid")==true
B.
cmp.get()==true
C.
cmp.get("v.isvalid")!=null
D. cmp.get()!=null
2. what is a consideration for
Locker service Enablement?
A. Locker service is enabled for
custom lightning components implementing the interface
force:enforceLockerService
B. Locker service is disabled for
custom lightning components implementing the interface
force:ignoreLockerService
C. Locker service is enabled for all custom
Lightning Components with api version 40.0 or greater.
D. Locker service is disabled for
all custom Lightning Components, regardless of the API version.
3. How do the CSS enhancements to
the Lightning Design System improve the developer experience?
A. Single
dashes are used in class names to enable commenting.
B. Class names are abbreviated to
reduce code length.
C. Uppercase is used to distinguish
from custom class names.
D. Class names are available in
upper and lower case
4. what are two considerations
when overriding standard actions? choose 2 answer
A. Overriding standard actions
with a Lightning component applies to Lightning Experience, salesforce1, and
salesforce classic.
B.
Overriding standard actions with a Lightning component applies only to
Lightning Experience, and salesforce1, but not to salesforce classic.
C. Overriding standard actions
with a visualforce page applies only to Salesforce Classic and Lightning
experience, but not to salesforce1.
D.
Overriding standard actions with a visualforce page applies to Salesforce
Classic , Lightning experience, and salesforce1
5. which standard actions can be overridden with
Lightning Components?
A. View, Edit, new, Delete.
B. List, Edit, New, Delete.
C. List, View, Edit, New
D. Tab,
View, Edit, new
No comments:
Post a Comment