What is the architecture of Lightning experience?
Answer / Pradeep Kumar Gautam
The architecture of Lightning Experience, Salesforce's modern user interface, is based on a component-driven design. This means that it is built using reusable UI components (Lightning components) that can be easily customized and combined to create custom pages. The architecture also includes the use of Apex classes for server-side logic and REST APIs for integrating with external systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many callouts to external service can be made in a single apex transaction? : salesforce integration
How many lookup relationship fields can be created in an object?
How can you lock record using soql so that it cannot be modified by other user?
What is the sharing rule?
How to report on user license field?
What is the difference between isNull and isBlank?
Explain lead conversion?
What is a workflow? What all are its components?
What are the different types of object relations in salesforce? How can you create them? : salesforce crm
What are the matrix and trend report?
How can we deploy components to production org ? : salesforce lightning component
What is the Syntax for upsert & undelete trigger & Purpose undelete?