Premium

Salesforce Developer Certifications Questions and Answers (Dumps and Practice Questions)



Question : Building your Data Model Who can view encrypted fields?
  : Building your Data Model Who can view encrypted fields?
1. Anyone
2. Users with the "View Encrypted Data" permission
3. Access Mostly Uused Products by 50000+ Subscribers
4. Encrypted data can not be viewed

Correct Answer : Get Lastest Questions and Answer :


Explanation: Encrypted fields are encrypted with 128-bit master keys and use the Advanced Encryption Standard (AES) algorithm. You can archive, delete, and import your master encryption key. To enable master encryption key management, contact salesforce.com.
" You can use encrypted fields in email templates but the value is always masked regardless of whether you have the "View Encrypted Data" permission.
" If you have created encrypted custom fields, make sure your organization has secure connections using SSL (Secure Sockets Layer) enabled.
" If you have the "View Encrypted Data" permission and you grant login access to another user, be aware that the other user will be able to see encrypted fields unmasked (in plain text).
" Only users with the "View Encrypted Data" permission can clone the value of an encrypted field when cloning that record.
Only the apex:outputField component supports presenting encrypted fields in Visualforce pages.




Question : Building your Data Model select limitations of encrypted fields.
1. Are limited to 200 characters
2. Cannot be unique
3. Access Mostly Uused Products by 50000+ Subscribers
4. Cannot have default values
5. Cannot be used to define report criteria
 : Building your Data Model select  limitations of encrypted fields.
1. 1,3,4

2. 3,5
3. Access Mostly Uused Products by 50000+ Subscribers
4. 2,3,4,5
5. 1,2,3,4,5




Correct Answer : Get Lastest Questions and Answer :


Explanation: Encrypted text fields:
" Cannot be unique, have an external ID, or have default values.
" For leads are not available for mapping to other objects.
" Are limited to 175 characters because of the encryption algorithm.
" Are not available for use in filters such as list views, reports, roll-up summary fields, and rule filters.
" Cannot be used to define report criteria, but they can be included in report results.
" Are not searchable, but they can be included in search results.
Are not available for: Salesforce Classic, Connect Offline, Connect for Outlook, Salesforce for Outlook, lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms.







Question : Which of the following are true about custom objects?

A. Salesforce provides a set of custom objects that you can use to store data.
B. After you create a custom object, you need to add the user interface.
C. Custom objects come with an infrastructure including reporting, auditing and access control.
D. When you create a custom object, you get a direct access to the database.
E. Custom objects are reportable and search
 : Which of the following are true about custom objects?
1. A,B
2. C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,C
5. C,E

Correct Answer : Get Lastest Questions and Answer :
Store information that's unique to your organization. You choose whether your custom objects support sharing, include access to the Bulk API, and include access to the Streaming API.
Available in: Contact Manager, Group, Professional, Enterprise, Performance, Unlimited, and Developer Editions
Every custom object is classified as either an Enterprise Application object or a Light Application object. The difference between these two categories is that Light Application objects don't support sharing, access to the Bulk API, or access to the Streaming API.
If you need to track your organization's usage of each category, create a custom report type with a primary object of User Licenses and a child object of Custom Object Usage by User License Metrics.
By default, all custom objects are Enterprise Application objects. To make your custom object a Light Application object, disable Allow Sharing, Allow Bulk API Access, and Allow Streaming API Access on the object's detail page.
After you define a custom object, you can:
" Create custom fields.
" Associate the custom object with other records and display the custom object data in custom related lists.
" Track tasks and events for custom object records.
" Build page layouts.
" Customize the search results and the custom object fields that display in them.
" Create a custom tab for the custom object.
" Create reports and dashboards to analyze custom object data.
" Share your custom objects, custom tabs, custom apps, and any other related components with other Salesforce users on Force.com AppExchange.
Import custom object records.




Related Questions


Question : Many-to-many relationship is created using?
  : Many-to-many relationship is created using?
1. Any number of master-detail relationships
2. One master-detail relationships
3. Two master-detail relationships
4. 1 and 2
5. All 1, 2 and 3



Question : The object used in many-to-many relationship is called as?
  : The object used in many-to-many relationship is called as?
1. Joining object
2. Junction object
3. Joint object
4. Multi Joint object


Question : Which are the types of Custom Tabs?
  : Which are the types of Custom Tabs?
1. Custom object tab
2. Web tab
3. Visualforce tab
4. Both 1 and 2
5. All 1 , 2 and 3



Question : Roll up summary field and Cross object formula field can be created only for master detail relationship.
  : Roll up summary field and Cross object formula field can be created only for master detail relationship.
1. True
2. False


Question : Select the correct statement which is true for cross object formula field?


 :  Select the correct statement which is true for cross object formula field?
1. Cross object formula field helps to access field of parent from child
2. Cross object formula field helps to access field of parent from child in both master detail relationship and lookup relationship
3. It can be used in a formula field on child Like CustomObject1__r.Details__c where Details__c is a text field on the parent object CustomObject1
4. 1 and 2
5. 2 and 3



Question : Field level security and record types work at
  : Field level security and record types work at
1. profile level
2. record level
3. 1 and 2 both
4. None of above