0% found this document useful (0 votes)
123 views

Salesforce Interview Que

Authentication verifies a user's identity, while authorization grants permission to access information and perform functions. Deterministic encryption allows searching and sorting encrypted data but is less secure, while probabilistic encryption is more secure but prevents searching or sorting. Lightning events include component events handled within a component or its children, and application events handled by any listening component.

Uploaded by

abc97057
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views

Salesforce Interview Que

Authentication verifies a user's identity, while authorization grants permission to access information and perform functions. Deterministic encryption allows searching and sorting encrypted data but is less secure, while probabilistic encryption is more secure but prevents searching or sorting. Lightning events include component events handled within a component or its children, and application events handled by any listening component.

Uploaded by

abc97057
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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 can‌be searched ‍


and sorted,

Probabilistic encryption is‌more 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.

You might also like