Study for the Salesforce App Builder Exam. Challenge yourself with interactive questions and get detailed feedback. Boost your confidence and ace your exam!

Practice this question and more.


Which statement is true for Lightning Connect?

  1. No external data is imported into your Salesforce org.

  2. External data is read in real time when requested.

  3. It can be used with any data source that supports OData 2.0.

  4. All of the above.

The correct answer is: All of the above.

Lightning Connect is a powerful feature in Salesforce designed to seamlessly access external data without the need to store it within the Salesforce org. The ability for external data to be read in real-time when requested is a core characteristic of Lightning Connect. This means that when a user needs to access data from an external source, the system retrieves that data instantly rather than relying on pre-imported information. This functionality ensures that users always work with the most current data without duplicating data storage. Moreover, Lightning Connect can interface with various external data sources that support OData 2.0. OData is a standardized protocol that allows the integration of diverse data services, and this compatibility is essential for connecting Salesforce to numerous external systems. It’s also significant that no external data is actually imported into the Salesforce org. Instead, it is accessed dynamically, preserving storage space and maintaining real-time data accuracy. Together, these attributes of Lightning Connect—real-time access to external sources, compatibility with OData 2.0, and the absence of data importation—validate that all the specified statements in the question are indeed true.