Premium

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



Question : Fireld History Tracking : Values are tracked for Long text area Multi-select picklists
 :   Fireld History Tracking : Values are tracked for Long text area Multi-select picklists
1. True
2. False

Correct Answer : 2

Explanation: Tracking Field History

You can select certain fields to track, and display the field history in the History related list of an object. You can track the field history of custom objects, as well as the history of the following standard objects:
" Accounts
" Cases
" Contacts
" Entitlements
" Service contracts
" Contract line items
" Contracts
" Leads
" Opportunities
" Articles
" Solutions
Modifying any of these fields adds a new entry to the History related list. All entries include the date, time, nature of the change, and who made the change. Note that not all field types are available for history tracking. Certain changes, such as case escalations, are always tracked.

Considerations
" Changes to fields with more than 255 characters are tracked as edited, and their old and new values are not recorded.
" Tracked field values are not automatically translated; they display in the language in which they were made. For example, if a field is changed from Green to Verde, Verde is displayed no matter what a user's language is, unless the field value has been translated into other languages via the Translation Workbench. This also applies to record types and picklist values.
" Changes to custom field labels that have been translated via the Translation Workbench are shown in the locale of the user viewing the History related list. For example, if a custom field label is Red and translated into Spanish as Rojo, then a user with a Spanish locale will see the custom field label as Rojo. Otherwise, the user will see the custom field label as Red.
" Changes to date fields, number fields, and standard fields are shown in the locale of the user viewing the History related list. For example, a date change to August, 5, 2012 shows as 8/5/2012 for a user with the English (United States) locale, and as 5/8/2012for a user with the English (United Kingdom) locale.






Question : What is the limit for Fields History Tracking per object?

 :  What is the limit for Fields History Tracking per object?
1. 2 fields per object

2. 20 fields per object

3. 200 fields per object

4. 2000 fields per object
5. No Limit

Correct Answer : 2
Exp: You can select up to 20 fields to track per object via Chatter Feed tracking. When you also select "All Related Objects" in addition to 20 fields you encounter an error, "An error has occurred in the following section: [Exception, FeedFieldHistoryPerEntityExceededException]. Salesforce.com has been notified of this error."
Repro
1. Enable Feed tracked changes on an object via Chatter settings
2. Select "All Related Objects" in addition to 20 fields for the object






Question : What do Debug logs track?

A. Record database operations
B. system processes
C. errors that occur when executing a transaction
D. errors that occur when running unit tests

 :  What do Debug logs track?
1. A,B,C
2. B,C,D
3. A,B,D
4. A,B,C,D


Correct Answer : 4
A debug log can record database operations, system processes, and errors that occur when executing a transaction or running unit tests. Debug logs can contain information about:
" Database changes
" HTTP callouts
" Apex errors
" Resources used by Apex
" Automated workflow processes, such as:
o Workflow rules
o Assignment rules
o Approval processes
o Validation rules
The system generates a debug log every time a transaction that is included in the defined filter criteria is executed.
Transactions can be generated from the following:
" Salesforce user interface
" API
" executeanonymous calls
" Web services
" Email services




Related Questions


Question : Visualforce Controllers: A set of instructions that specify what happens when a user interacts with the
components specified in the page.


 : Visualforce Controllers: A set of instructions that specify what happens when a user interacts with the
1. True
2. False




Question : What attributes are required for the component?



 : What attributes are required for the component?
1. Entity Id
2. Entity
3. Component
4. Component Id




Question : What attribute of the component can be used to hide the related lists



 : What attribute of the component can be used to hide the related lists
1. Related List
2. Hidden List
3. Layered List
4. Component List



Question : What attribute of the component can be used to hide the sidebar?
 : What attribute of the component can be used to hide the sidebar?
1. Sidebar
2. Border
3. Layout
4. Panel


Question : Static resources : Uploaded content that can not be referenced in a Visualforce page



 : Static resources : Uploaded content that can not be referenced in a Visualforce page
1. True
2. False


Question : Where can you access and create new static resources?
 : Where can you access and create new static resources?
1. Setup menu
2. under Develop
3. Static Resources
4. All of the above
5. None of the above