Salesforce supports different types of relationships between objects, each serving a specific purpose.Checkout commonly used types of relationship in Salesforce
Latest in Interview Question
-
-
Microservice architecture is a software architectural style to development where a large application is built as a collection of small, independent services.
-
Webhook and API Polling both are used to communicate between two system. This post will explain difference between WebHook and API Polling.
-
REST is architectural principle and SOAP API is an XML-based messaging protocol for exchanging information. Check out the difference between SOAP and REST API.
-
Integration is important for Salesforce application. We have many types of integration patterns in Salesforce. This post will explain all Salesforce patterns.
-
A big object stores and manages massive amounts of data on the Salesforce platform. This post will explain Big objects and its benefit to using.
-
Custom Setting and Custom Metadata Type are used to store application secrets. This post will give similarities and differences of both storage features.
-
SOQL Injection (SOQLi) is a type of injection attack that makes it possible to execute malicious SOQL statements. This post will give SOQL injection mitigation techniques.
-
PK chunking is used to split the queries into manageable chunks which will increase application performance. This post will explain PK Chunking in Bulk API.
-
Skew means something is not right and in a data set, if the data is not distributed uniformly then it is referred to as Data skew.