Introduction I Flashcards

Révisions

1
Q

What is the MVC model in Salesforce?

A

The MVC model in Salesforce stands for Model-View-Controller, where the Model is the database, the View displays data to the user, and the Controller controls the flow of data and applies business logic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two ways to interact with Salesforce or any application?

A

There are two ways to interact with Salesforce: The Graphical User Interface (GUI) designed for human interaction, and the Application Programming Interface (API) designed for communication between applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the primary function of a Salesforce API?

A

The primary function of a Salesforce API is to allow two applications to communicate, enabling data viewing, copying, and storage across applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain the difference between GUI and API in Salesforce.

A

GUI in Salesforce is designed for human interaction, displaying data in a user-friendly way, while API allows interaction between applications, facilitating automated data exchange.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the Salesforce architecture in terms of front-end and back-end languages.

A

In Salesforce, the front-end languages include HTML and CSS, while the back-end language is primarily Apex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the significance of Apex in Salesforce?

A

Apex is a back-end language in Salesforce used for creating complex business logic on the server side.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Salesforce Triggers and their purpose?

A

Salesforce Triggers are event-based and execute before or after specific database events like insert, update, delete, etc., to implement custom business logic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Roll-Up Summary field in Salesforce?

A

A Roll-Up Summary field in Salesforce displays a sum, minimum, maximum, or count of a field in related records, helping to aggregate data from child records in a Master-Detail relationship.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Differentiate between Lookup and Master-Detail relationships in Salesforce.

A

Lookup relationships in Salesforce link two loosely coupled entities and are optional, whereas Master-Detail relationships link strongly coupled entities and are mandatory, with cascade delete and roll-up summary features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the main components of Lightning components in Salesforce?

A

Lightning components in Salesforce include a View, a Client Side Controller using JavaScript for dynamic user experience, and a Controller part (Apex) for backend interactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly