SFDC Question Set 1

SFDC Question Set 1:


1. MVC ArchitectureWhich of the following falls under Declarative View Layer of Salesforce MVC pattern
  1.  Field Creation
  2.  Record Types
  3.  Validation Rules
  4.  Force.com Sites
Ans: 1,2

2. RulesConsider a scenario when you have to assign leads to a queue as they are captured from the web. How this can be done?
  1. Workflow Rule
  2. Assignment Rule
  3. Field Update
  4. Approval Process
Ans: 2

3. FieldsWhat all custom fields can be made universally required
  1. Formula
  2. Lookup
  3. Email
  4. URL

Ans: 3

4. FieldsAn 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 ?
  1. Create a TEXT field. Select UNIQUE option. Set field level security as applicable
  2. 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]
  3. Create a text field. Select UNIQUE option and create a different page layout for the users who should be able to view it.
  4. None of the above. 

Ans: 1

Comments

Popular posts from this blog

Check all checkbox while setting FLS from Profile

Allow other users to unlock record in approval process