2. What is Component Event in Lightning Aura Component?
A. Component Events are fired by the child components and handled by the parent component. We require parent child relationship between two components if we want to use component event between them for communication.
3. What is the difference between Application and Component Events in Lightning Aura Component?
4. What is the difference between lightning:recordForm, lightning:recordEditForm, lightning:recordViewForm, force:recordData, force:recordView, force:recordEdit?
5. What's the tag used to loop over through list of records in Aura Components?
6. How can we navigate the user from one component to another component in Aura Component?
7. How can we plug a component in to the Lightning Record Page?
8. Can we display a component in aura conditionally?
9. Which interface can be used to get the id of the record from the record Detail page?
10. Which interface to use if you want your component to be available for all pages?
11. Which interface should be used to override a standard action?
12. Which interface is for using components in a quick action?
13. Which interface to use a component in the record home page?
14. Which interface is used if you want a component to be used as a tab?
15. Why Lightning:isUrlAddressable interface is used?
16. What are the phases in component events propagation?
17. What is Lightning Out?
18. What is Value provider and What is action provider in Salesforce Lightning component?
19. What is the purpose of aura:method tag?
20. What is the purpose of helper file in an Aura Component?
21. How many events do we have in Aura Components and what is their purpose?
22. Can we call an Apex method that is not Aura Enabled?
23. How can I implement a piece of logic automatically after the components is instantiated?
24. How can I implement a piece of logic automatically after the components is rendered completely?
25. How to find data changes using data handlers?
No comments:
Post a Comment