CSA Standard & Custom Objects — Questions and Answers
Question 1: What is a standard object in Salesforce?
- One created by developers
- Third-party plugin
- Default Salesforce object (Correct answer)
- Temporary object
Correct answer: Default Salesforce object
A standard object in Salesforce is one that is pre-built and provided out-of-the-box by Salesforce. These objects, such as Account, Contact, Lead, Opportunity, and Case, represent common business processes and data structures. They form the foundational data model upon which many Salesforce functionalities are built.
Question 2: What is a custom object?
- Deleted field
- Built-in feature
- User-defined object (Correct answer)
- Data import tool
Correct answer: User-defined object
A custom object in Salesforce is an object created by an administrator or developer to store information specific to their organization's unique business needs. Unlike standard objects, custom objects are not pre-built and are designed to extend the Salesforce data model. They allow businesses to track and manage data that doesn't fit into standard object categories.
Question 3: Which tool is used to create a new custom object?
- Field Editor
- Role Manager
- Object Manager (Correct answer)
- Dashboard Builder
Correct answer: Object Manager
The Object Manager in Salesforce is the primary administrative interface used to create, customize, and manage all standard and custom objects. It provides a centralized location to define object properties, fields, page layouts, record types, and relationships. This tool is essential for extending the Salesforce data model to meet specific business requirements.
Question 4: How can you relate a custom object to a standard object?
- Workflow rule
- Validation rule
- Relationship field (Correct answer)
- App Builder
Correct answer: Relationship field
To relate a custom object to a standard object (or another custom object), you use a relationship field. These fields, such as Lookup or Master-Detail, link records between two different objects, establishing a connection in the data model. This allows users to view related information and ensures data integrity across connected records.
Question 5: What happens when a master record is deleted in a master-detail relationship?
- Records remain
- Error message appears
- Child records are deleted (Correct answer)
- Child records are backed up
Correct answer: Child records are deleted
In a master-detail relationship, the master record is the parent and the detail record is the child. This relationship type enforces a strong dependency: if the master (parent) record is deleted, all associated detail (child) records are automatically deleted as well. This cascading delete behavior maintains data integrity and prevents orphaned records.
Question 6: Which feature allows viewing object data in rows and columns?
- Dashboard
- Formula field
- List View (Correct answer)
- Lightning Flow
Correct answer: List View
A List View in Salesforce allows users to see a filtered set of records for a particular object, displayed in rows and columns. Users can create, customize, and share list views to quickly access and manage specific subsets of data relevant to their work. It's a powerful tool for organizing and navigating records efficiently.
Question 7: What is the purpose of a record type?
- Track login activity
- Clone users
- Customize views and picklists (Correct answer)
- Modify passwords
Correct answer: Customize views and picklists
Record types in Salesforce allow administrators to offer different business processes, picklist values, and page layouts to different users based on their profiles. This enables tailoring the user experience and data entry forms for various scenarios within the same object. For example, an "Opportunity" object might have different record types for "New Business" and "Existing Business" with distinct fields and picklist options.
Question 8: How do custom fields enhance a custom object?
- Slow down reports
- Lock access
- Store business-specific data (Correct answer)
- Link dashboards
Correct answer: Store business-specific data
Custom fields are essential for extending the data model of both standard and custom objects to capture unique information relevant to an organization's specific business processes. They allow administrators to add new data points beyond what Salesforce provides out-of-the-box. This ensures that all necessary business-specific data can be stored and managed within Salesforce.
Question 9: What does schema builder allow you to do?
- Design reports
- Reset passwords
- Visualize and edit objects (Correct answer)
- Create leads
Correct answer: Visualize and edit objects
Schema Builder is a graphical tool in Salesforce that provides a dynamic and interactive way to visualize, create, and modify the data model. It allows administrators to see the relationships between objects, create new custom objects, fields, and relationships, and understand the overall structure of their Salesforce instance. This visual representation simplifies complex data model management.
What is a standard object in Salesforce?