MultipleChoice
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?
OptionsMultipleChoice
Which code in a Visualforce page and/or controller might present a security vulnerability?
OptionsMultipleChoice
A developer has the following requirements:
Calculate the total amount on an Order.
Calculate the line amount for each Line Item based on quantity selected and price.
Move Line Items to a different Order if a Line Item is not stock.
Which relationship implementation supports these requirements?
OptionsMultipleChoice
Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?
OptionsMultipleChoice
A developer writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or update. The field update in the workflow rule is configured to not re-evaluate workflow rules. What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?
OptionsMultipleChoice
Which code should be used to update an existing Visualforce page that uses standard
Visualforce components so that the page matches the look and feel of Lightning Experience?
OptionsMultipleChoice
Which three data types can a SOQL query return? Choose 3 answers
OptionsMultipleChoice
Which three process automations can immediately send an email notification to the owner of an Opportunity when its Amount is changed to be greater than $10,000? Choose 3 answers
OptionsMultipleChoice
Which exception type cannot be caught ?
OptionsMultipleChoice
A developer needs to confirm that an Account trigger is working correctly without changing the organization's dat
a. What would the developer do to test the Account trigger?
Options