Salesforce DEV401 - Data Model Flashcards
What is the difference between the Salesforce.com 15 and 18 digit IDs?
A. 15 digit ID is case sensitive, whereas 18 digit ID is case insensitive
B. 18 digit ID is case sensitive, whereas 15 digit ID is case insensitive
C. Both are the same
D. 15 digit IDs are no longer used, Salesforce now only uses 18 digit IDs
A. 15 digit ID is case sensitive, whereas 18 digit ID is case insensitive
Which of the following is not allowed?
A. Master (Custom object) and Detail (Standard object)
B. Master (Standard object) and Detail (Custom object)
C. Master (Custom object) and Detail (Custom object)
D. None of the Above
A. Master (Custom object) and Detail (Standard object)
How many different Master – Detail relationships can exist on the detail object side? A. 1 B. 2 C. 3 D. 4
B. 2
How can you create a Many to Many relationship in salesforce.com?
A. Create a direct Many to Many relationship
B. Use a junction Object
C. Use a piece of code to relate both objects
D. Not Possible to create Many to Many relationship in salesforce.com
B. Use a junction Object
How many external IDs are allowed on an object? A. 1 B. 2 C. 3 D. 4
C. 3
Rollup Summary fields work in which kind of relationship? A. Many-to-many Relationship B. One-to-one Relationship C. Master-detail Relationship D. Lookup Relationship
C. Master-detail Relationship
What happens to the Secondary Relationship when the Primary Relationship is deleted in the Junction Object?
A. Secondary Relationship becomes Primary Automatically
B. Secondary Relationship is made Primary manually
C. Nothing Happens
D. You can’t delete the primary relationship
A. Secondary Relationship becomes Primary Automatically
From Salesforce Online Help: The second master-detail relationship you create on your junction object becomes the secondary relationship. If you delete the primary master-detail relationship or convert it to a lookup relationship, the secondary master object becomes primary.
Which of the following cannot be a Dependent Picklist? A. Checkbox B. Multi-select Picklist C. Custom Picklist D. None of the Above
A. Checkbox
Which of the following is not allowed?
A. Master (Custom object) and Detail (Standard object)
B. Master (Custom object) and Detail (Custom object)
C. Look Up between (Standard object) and (Standard object)
D. Look Up between (Standard object) and (Custom object)
A. Master (Custom object) and Detail (Standard object)
When a Lookup Relationship is used in the parent-child model, what happens when a parent record is deleted?
A. Child records are also deleted
B. An error is returned
C. System doesn’t allow deletion of parent record unless children are first deleted
D. Child records are not deleted
D. Child records are not deleted
Which of the following is NOT true regarding Custom Summary Formula fields?
A. Summary formula can reference another summary formula
B. When fields are deleted, they are also deleted from the summary formulas that reference them
C. One can have 5 Custom Summary Formulas on a report
D. The summary types Sum, Largest Value, Smallest Value, and Average are not available for use with the Record Count Field
B. When fields are deleted, they are also deleted from the summary formulas that reference them
Can a standard field be made an External ID field?
A. Yes
B. No
B. No
The first 3 characters of a 15 Digit ID identifies the A. Record B. Object C. Field D. Application E. Organization
B. Object
IDs CANNOT be identified in which of the following ways?
A. Salesforce.com URL when the record is displayed
B. Reports
C. Formula Fields
D. Web service API (i.e. Data Loader)
C. Formula Fields
A Custom Lookup Field can be created between Account and Opportunity
A. Yes
B. No
A. Yes
Which does NOT apply to Custom Formula Fields?
A. Custom Formula Fields can reference other formula fields
B. Custom Formula Fields can reference standard fields
C. Custom Formula Fields can reference custom fields
D. Custom Formula Fields can calculate across objects
A. Custom Formula Fields can reference other formula fields
Custom Formula fields do NOT support which of the following functional expressions? A. Adding multiple records together B. If/then/else conditional statements C. Clickable image buttons D. Combine text strings together
A. Adding multiple records together
Which of the following is NOT a step in creating a junction object?
A. Creating the custom object to serve as the junction object between the two master objects
B. Creating two master-detail relationships
C. Customizing the related lists on the page layouts of the two master objects
D. Creating two lookup relationships
D. Creating two lookup relationships
Which type of field cannot be universally required? A. Lookup B. Text C. Email D. Number
A. Lookup
A developer wants to ensure that when a parent record is deleted, child records are not deleted. Which relationship should the developer choose? A. Lookup B. Master-detail C. Many-to-many D. Self E. None of the above
A. Lookup
Default values are available for standard text fields.
A. True
B. False
B. False
What is the maximum number of master-detail relationships that can be created on a custom object? A. 1 B. 2 C. 3 D. 4 E. Unlimited
B. 2
What is the significance of the first (primary) master-detail relationship in a junction object?
A. Look and feel. The junction object’s detail and edit pages use the color and any associated icon of the primary master object.
B. You cannot delete the primary relationship.
C. You cannot rename the primary relationship.
D. There is no significance
A. Look and feel. The junction object’s detail and edit pages use the color and any associated icon of the primary master object.
From Salesforce Online Help: The second master-detail relationship you create on your junction object becomes the secondary relationship. If you delete the primary master-detail relationship or convert it to a lookup relationship, the secondary master object becomes primary.
Which of the following is NOT a step in creating a junction object?
A. Creating the custom object to serve as the junction object between the two master objects
B. Creating two master-detail relationships
C. Customizing the related lists on the page layouts of the two master objects
D. Creating two lookup relationships
D. Creating two lookup relationships
In a custom object to track bugs, the organization wants the ability to relate bugs to parent bugs in a parent-child relationship. What type of relationship should be used? A. Master-detail B. Self C. Hierarchical D. Many-to-many
B. Self
A developer wants to ensure that, when a parent record is deleted, child records are NOT deleted. Which relationship should the developer use? A. Lookup B. Master-detail C. Many-to-many D. Master-to-master E. None
A. Lookup