What actions types should be configured to display a custom success message?
A. Update a record.
B. Post a feed item.
C. Delete a record.
D. Close a case.
Which statement about the Lookup Relationship between a Custom Object and a Standard Object is correct?
A. The Lookup Relationship on the Custom Object can prevent the deletion of the Standard Object.
B. The Lookup Relationship cannot be marked as required on the page layout for the Custom Object.
C. The Custom Object will be deleted when the referenced Standard Object is deleted.
D. The Custom Object inherits security from the referenced Standard Objects
On which object can an administrator create a roll-up summary field?
A. Any object that is on the master side of a master-detail relationship.
B. Any object that is on the parent side of a lookup relationship.
C. Any object that is on the detail side of a master-detail relationship.
D. Any object that is on the child side of a lookup relationship.
A developer runs the following anonymous code block:List
A. 11, 150
B. 150, 2
C. 150, 11
D. 2, 150
What is the result when a Visualforce page calls an Apex controller, which calls another Apex class, which then results in hitting a governor limit?
A. Any changes up to the error are saved.
B. Any changes up to the error are rolled back.
C. All changes before a savepoint are saved.
D. All changes are saved in the first Apex class.
A developer has the following code block:
public class PaymentTax {public static decimal SalesTax = 0.0875;} trigger OpportunityLineItemTrigger on OpportunityLineItem (before insert, before update) {PaymentTax PayTax = new PaymentTax();decimal ProductTax = ProductCost *
XXXXXXXXXXX;} To calculate the productTax, which code segment would a developer insert at the XXXXXXXXXXX to make the value the class variable SalesTax accessible within the trigger?
A. SalesTax
B. PayTax.SalesTax
C. PaymentTax.SalesTax
D. OpportunityLineItemTngger.SalesTax
On a Visualforce page with a custom controller, how should a developer retrieve a record by using an ID that is passed on the URL?
A. Use the constructor method for the controller.
B. Use the $Action.View method in the Visualforce page.
C. Create a new PageReference object with the Id.
D. Use the tag in the Visualforce page.
Where can debug log filter settings be set?Choose 2 answers
A. The Filters link by the monitored user's name within the web UI.
B. The Show More link on the debug log's record.
C. On the monitored user's name.
D. The Log Filters tab on a class or trigger detail page.
A developer has the following trigger that fires after insert and creates a child Case whenever a new Case is created. List
A. Multiple child cases are created for each parent case in Trigger.new.
B. Child case is created for each parent case in Trigger.new.
C. The trigger enters an infinite loop and eventually fails.
D. The trigger fails if the Subject field on the parent is blank.
When the number of record in a recordset is unknown, which control statement should a developer use to implement a set of code that executes for every record in the recordset, without performing a .size() or .length() method call?
A. For (init_stmt, exit_condition; increment_stmt) { }
B. Do { } While (Condition)
C. For (variable : list_or_set) { }
D. While (Condition) { ... }
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PDI exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.