A developer wants to retrieve and deploy metadata, perform simple CSV export of query results, and debug Apex REST calls by viewing JSON responses. Which tool should the developer use?
A. Developer Console
B. Force.com Migration Tool
C. Workbench
D. Force.com IDE
A developer has been asked to create code that will meet the following requirements:
Receives input of: Map
Which asynchronous feature should be used?
A. @future (callout=true)
B. Database.AllowCallouts interface
C. Schedulable interface
D. Queueable interface
A developer is writing a complex application involving triggers, workflow rules, Apex classes, and processes. The developer needs to carefully consider the order of execution when developing the application.
1.
Before Triggers
2.
After Triggers
3.
Post commit logic such as sending email
4.
DML committed to the database
5.
Workflow rules
6.
Roll-up summary calculations
In what order do the following operations execute?
A. 1,2,5,6,4,3
B. 1,5,6,2,4,3
C. 1,2,4,5,6,3
D. 1,6,5,2,4,3
A developer is trying to access org data from within a test class. Which sObject type requires the test class to have the (seeAllData=true) annotation?
A. RecordType
B. Profile
C. User
D. Report
The progress of an apex job queued is using the System.enqueueJob method and needs to be monitored. Which options are valid? (Choose two.)
A. Use the Apex Jobs page in setup
B. Query the Queueable Apex record
C. Query the AsyncApexJob record
D. Use the Scheduled Jobs page in setup
Which are relevant practices while analyzing the timeline of different types of transactions in the execution overview panel? (Choose two.)
A. Log lines in the execution log panel can be analyzed for details about specific events
B. The performance tree should be use to analyze events further starting from the one that take the least amount of time
C. The execution tree can be used with the execution log to filter and get specific information about events
D. Multiple short bursts of Apex events should be analyzed since they can add up to a significant amount of time
An org has a requirement that an Account must always have one and only one Contact listed as Primary. So selecting one Contact will de-select any others. The client wants a checkbox on the Contact called 'Is Primary' to control this feature. The client also wants to ensure that the last name of every Contact is stored entirely in uppercase characters.
What is the optimal way to implement these requirements?
A. write a single trigger on Contact for both after update and before update and callout to helper classes to handle each set of logic.
B. Write an after update trigger on Contact for the Is Primary logic and a separate before update trigger on Contact for the last name logic.
C. write an after update trigger on Account for the Is Primary logic and a before update trigger on Contact for the last name logic.
D. write a Validation Rule on the Contact for the Is Primary logic and a before update trigger on Contact for the last name logic.
UC Loans is a small company with a part time Salesforce administrator. UC Loans wants to create a Loan__c record whenever an Opportunity is won. What is the optimal solution for UC Loans to accomplish this?
A. Quick Action
B. Apex Trigger
C. Process Builder
D. Workflow Rule
A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then make a callout to a RESTful web service. The web service can only receive, at most, one record per call. Which feature should be used to implement these requirements?
A. workflow
B. @future
C. Queueable
D. Process Builder
A developer gets an error saying 'Maximum Trigger Depth Exceeded.' What is a possible reason to get this error message?
A. The SOQL governor limits are being hit.
B. A Process Builder is running that sends mass emails.
C. Trigger is recursively invoked more than 16 times.
D. There are numerous DML operations in the trigger logic.
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 PDII exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.