CORRECT TEXT - (Topic 2)
What is the difference between the 15 digit Sale force record Id and the 18 digit equivalent?
Solution:
The 15 digit Id is case sensitive, where the 18 digit Id is case Insensitive and should be used when analyzing data in case insensitive tools such as Excel
Does this meet the goal?
Correct Answer:A
- (Topic 3)
If multiple active workflow rules are present on an object, then these workflow rules will execute in the order in which they have been created.
Correct Answer:B
CORRECT TEXT - (Topic 2)
What is the difference between Export and Export All in Apex Data Loader?
Solution:
Deleted records are stored in Sales force for 45 days. In 'Export All' the deleted records also get exported. In ‘Export’ the deleted records do not get exported.
Does this meet the goal?
Correct Answer:A
CORRECT TEXT - (Topic 4)
While creating record type specifying associated process is compulsory (like Sales process for Opportunity or Support process for Case or Lead process for Lead or Solution process for Solution) OR while creating process specifying associated record type is compulsory?
Solution:
While creating record type specifying associated process is compulsory. So process has to be created first.
Does this meet the goal?
Correct Answer:A
- (Topic 4)
A custom text field on Account ‘Location’ has a validation rule if(location c == null || isblank(location c), true, false)
This field has been removed from the Account page layout. So error for this field will not be given when a new account record is being created.
Correct Answer:A
CORRECT TEXT - (Topic 2)
The recruiting team would like every section and related list to display as an individual tab that can be viewed when clicked on. Which tool should you use?
Solution:
Visualforce - This requirement can only be fulfilled using Visualforce
Does this meet the goal?
Correct Answer:A