Part 3
Part 3
Scenario-based:
Customization/Apex:
16. Under what scenario recursion will happen in triggers and how
will you overcome?
Recursion will happen when we are trying to update same record
multiple times in a single transaction. We can overcome it by using
Boolean check.
18. When to use public class and when to use global class?
By using public keyword, the class can be accessible throughout the
app.
Visualforce:
40. How will you call one vf page from another vf page?
Using apex:include attribute.
Integration:
Lightning:
47. Explain Lightning AppBuilder? How will make sure that your
lightning component available in App Builder?
Using flexipage:availableforrecordpage interface we can avail
component in app builder.