Salesforce Fundamentals Flashcards
Identify the main features of a Salesforce multi tenant environment
Cloud computing, shared system resources, system updates, metadata-driven kernel
Metadata-driven kernel
Metadata that describes the base functionality of an application, the metadata corresponds to each tenant’s data and customizations
What is IDE
Integrated Development Environment
When does Salesforce update?
Spring, Summer, Winter
What is the lightning platform?
Platform as a Service (PaaS) - built for cloud computing in a multi-tenant architecture
Shared Resources - Customers use all the same _____, _____, _____, and _____.
computing power, custom designed database, data storage, and core features
Usage Limitations. Salesforce monitors code execution and has various _____ and _____ associated with code executions
Governor and Resource Limits
Resources such as _____, ______, and ______ are LIMITED PER CUSTOMER to ensure optimal performance.
CPU Usage, Queries, and Records Returned
What is a shared environment?
All customers get the same yearly updates at the same time
What is the release preview?
Sandboxes are upgraded before production so changes can be reviewed and tested.
How much percentage does a unit test have to cover of the application’s source code for deployment to go to production?
75%
Why are there governor limits?
So that tenants do not monopolize the shared resources
What are the MODEL components in MVC?
Objects (standard and custom), object fields, object relationship, apex classes
What are the VIEW components in MVC?
Standard pages, visualforce pages, visualforce components, custom tabs, page layouts
What are the CONTROLLER components in MVC?
Standard Controllers, Custom Apex Controllers, Extensions (apex), Declarative rules and tools ex: apex triggers, validation rules, processes