The Account object in an organization has a master detail relationship to a child object called Branch. The following automations exist:
1.
Rollup summary fields
2.
Custom validation rules
3.
Duplicate rules A developer created a trigger on the Account object. What two things should the developer consider while testing the trigger code? Choose 2 answers
A. Rollup summary fields can cause the parent record to go through Save.
B. The trigger may fire multiple times during a transaction.
C. Duplicate rules are executed once all DML operations commit to the database.
D. The validation rules will cause the trigger to fire again.
What are two use cases for executing Anonymous Apex code? Choose 2 answers
A. To delete 15,000 inactive Accounts In a single transaction after a deployment
B. To schedule an Apex class to run periodically
C. To run a batch Apex class to update all Contacts
D. To add unit test code coverage to an org
Refer to the following Apex code:
Integer x = 0;
do {
x = 1;
x++;
} while (x < 1);
system.debug(x);
What is the value of x when it is written to the debug log?
A. 0
B. 1
C. 2
D. 3
A business has a proprietary Order Management System (OMS) that creates orders from their website and ... the order. When the order is created in the OMS, an integration also creates an order record in Salesforce ... relates it to the contact as identified by the email on the order. As the order goes through different stages in OMS, the integration also updates it in Salesforce. It is notified that each update from the OMS creates a new order record in Salesforce.
Which two actions prevent the duplicate order records from being created in Salesforce? Choose 2 answers
A. Ensure that the order number in the OMS is unique.
B. Use the order number from the OMS as an external ID.
C. Use the email on the contact record as an external ID.
D. Write a before trigger on the order object to delete any duplicates.
When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must be updated based on the values in a postalCodeToTimezone_c custom object. What should be built to implement this feature?
A. Account custom trigger
B. Account approval process
C. Account assignment rule
D. Account workflow rule
Universal Containers has a Visualforce page that displays a table of every Container_c. being ....... Is falling with a view state limit because some of the customers rent over 10,000 containers. What should a developer change about the Visualforce page to help with the page load errors?
A. Use Lazy loading and a transient List variable.
B. Use JavaScript remoting with SOQL Offset.
C. Implement pagination with an OffsetController.
D. Implement pagination with a StandardSetController,
A developer migrated functionality from JavaScript Remoting to a Lightning web component and wants to use the existing getOpportunities() method to provide data. What to do now?
A. The method must be decorated with (cacheable=true).
B. The method must be decorated with @AuraEnabied.
C. The method must return a JSON Object.
D. The method must return a String of a serialized JSON Array.
A Salesforce Administrator is creating a record-triggered flow. When certain criteria are met, the flow must call an Apex method to execute complex validation involving several types of objects. When creating the Apex method, which annotation should a developer use to ensure the method can be used within the flow?
A. @future
B. @RemoteAction
C. @InvocableMethod
D. @AuraEnaled
An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship. How can this be achieved?
A. Write a trigger on the child object and use a red-black tree sorting to sum the amount for all related child objects under the Opportunity.
B. Write a Process Builder that links the custom object to the Opportunity.
C. Write a trigger on the child object and use an aggregate function to sum the amount for all related child objects under the Opportunity
D. Use the Streaming API to create real-time roll-up summaries.
A developer Edition org has five existing accounts. A developer wants to add 10 more accounts for ...
The following code is executed in the Developer Console using the Executor Anonymous window:
Account myAccount = new Account (Name = "MyAccount");
insert myAccount;
Integer x = 1;
List
do (
Account acct = new Account (Name = 'New Account " + x++);
newAccounts.add(acct);
) while (x < 10);
How many total accounts will be in the org after this code is executed?
A. 5
B. 6
C. 10
D.
E. 15
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.