1.
While writing a test class that covers an OpportunityLineItem trigger, a Developer is unable to create a standard PriceBook since one already exists in the org. How should the Developer overcome this problem?
2.
Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
3.
A developer working on a time management application wants to make total hours for each timecard available to application users. A timecard entry has a Master-Detail relationship to a timecard. Which approach should the developer use to accomplish this declaratively?
4.
What is the requirement for a class to be used as a custom Visualforce controller?
5.
A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension. The Visualforce page should include which attribute(s) to correctly implement controller functionality?
6.
A newly hired developer discovers that there are multiple triggers on the case object. What should the developer consider when working with triggers?
7.
How should a developer prevent a recursive trigger?
8.
In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?
9.
An org has a single account named 'NoContacts' that has no related contacts. Given the query: List accounts = [Select ID, (Select ID, Name from Contacts) from Account where Name='NoContacts']; What is the result of running this Apex?
10.
When is an Apex Trigger required instead of a Process Builder Process?