SFDC Question Set 1
SFDC Question Set 1:
1. MVC Architecture: Which of the following falls under Declarative View Layer of Salesforce MVC pattern
1. MVC Architecture: Which of the following falls under Declarative View Layer of Salesforce MVC pattern
- Field Creation
- Record Types
- Validation Rules
- Force.com Sites
Ans: 1,2
2. Rules: Consider a scenario when you have to assign leads to a queue as they are captured from the web. How this can be done?
2. Rules: Consider a scenario when you have to assign leads to a queue as they are captured from the web. How this can be done?
- Workflow Rule
- Assignment Rule
- Field Update
- Approval Process
Ans: 2
3. Fields: What all custom fields can be made universally required
- Formula
- Lookup
- URL
Ans: 3
4. Fields: An organization wants to create a field to hold credit card information of user in customer object. They want only few set of users to view/edit this field, through UI & API. They also want this field to be unique. How can this be achieved ?
4. Fields: An organization wants to create a field to hold credit card information of user in customer object. They want only few set of users to view/edit this field, through UI & API. They also want this field to be unique. How can this be achieved ?
- Create a TEXT field. Select UNIQUE option. Set field level security as applicable
- Create a text field of encrypted type. Make it Unique Give ‘View encrypted data’ permission to appropriate users. [Unique is not possible in encrypted fields]
- Create a text field. Select UNIQUE option and create a different page layout for the users who should be able to view it.
- None of the above.
Ans: 1
Comments
Post a Comment