https://developer.salesforce.com/docs/atlas.en-us.apexcode.
meta/apexcode/
apex_gov_limits.htm?_ga=2.250403009.67915502.1707728029-
1095780679.1706876357&_gac=1.257449337.1707887616.Cj0KCQiAw6yuBhDrARIsACf94RVA6Rq7L
x0wjkX4YYpselLhysp6N530p-xGs7HSReWLZuMLJ0T6BQ0aAhEuEALw_wcB
1q. Authentication vs authorization
Authentication is the process of verifying a user's identity. Once a user's
identity has been confirmed, authorization is used to grant the user permission to
access different levels of information and perform specific functions.
2q. lazy loading in salesforce
3q.What is the difference between deterministic and probabilistic encryption in
Salesforce?
deterministic encryption is less secure but the data canbe searched
and sorted,
Probabilistic encryption ismore secure but the data cannot be searched or
sorted.
4q.lightning events in salesforce
There are two types of events in the framework: Component events are handled by the
component itself or a component that instantiates or contains the component.
Application events are handled by all components that are listening to the event.