Quiz 1 Flashcards
What is the impact of changing the Local?
A. Business Hours B. Currency C. Language D. Time Zone E. Date Format
E. Date Format
Access control is defined independently of objects that have a Lookup relationship.
A. True
B. False
A. True
When an end user hovers their mouse over the icon that appears to the right of a field, the field description appears to give the end user more information about that field.
A. True
B. False
B. False
The help text appears when the user hovers over the help icon. The description is intended to describe the field to administrators and developers, and it does not appear to the end user.
Custom objects on the “detail” side of a master-detail relationship cannot have sharing rules.
A. True
B. False
A. True
Custom objects on the “detail” side of a master-detail relationship can’t have sharing rules, manual sharing, or queues, as these require the Owner field.
Which is true about encrypted custom fields? (Select all that apply.)
A. They cannot have default values. B. They cannot be type email. C. They cannot be an External ID. D. They cannot be edited while encrypted. E. They cannot be set as unique.
A. They cannot have default values.
C. They cannot be an external ID.
E. They cannot be set as unique.
What is the name for an object that enables a many-to-many relationship between two other objects?
A. Child Object B. Schema Object C. Connector Object D. Junction Object E. Parent Object
D. Junction Object
A lookup relationship between two objects is loosely coupled.
A. True
B. False
A. True
You have created an application to track expenses. It is mandatory that a reason field be entered for each expense item. What are ways this could be accomplished? (Select all that apply.)
A. Check the Required field box on the field definition
B. Create a workflow rule
C. Check the Required field box for the filed on the Record Type definition
D. Create a validation rule for the field.
E. Check the Required field box on the page layout
A. Check the Required field box on the field definition
D. Create a validation rule for the field.
E. Check the Required field box on the page layout
A field designated as required, is only required when it is added to a user’s page layout.
A. True
B. False
A. True
Required Fields are always displayed on all page layouts.
What are three tiers of Salesforce platform?
A. Training B. User Interface C. Meta D. Data E. Business Logic
B. User Interface
D. Data
E. Business Logic
Which field types can be designated as an External ID?
A. Number B. URL C. Phone D. Auto Number E. Text F. Email
A. Number
E. Text
F. Email
A custom object contains employee salary and other employee information. The HR Manager may see all information about the employee. However, the HR Administrator should not see the salary. What settings would you use to accomplish this?
A. Organization Wide Defaults B. Field Level Security C. Page Layouts D. Record Types E. Sharing Rules
B. Field Level Security
When creating a custom picklist field, list values are entered delimited by a comma(,).
A. True
B. False
B. False
Picklist values are delimited by placing each new value on a separate line.
Standard picklist fields can be controlling or dependent?
A. True
B. False
B. False
Which of the following are required in a Force.com custom application. (Select all that apply.)
A. Ordered list of tabs B. Name C. Custom Object D. Fields E. Visual Force Pages
A. Ordered list of tabs
B. Name
At the minimum, a custom application contains a Name and List of tabs.