What are two uses for External IDs? (Choose two.)
Answer : AD
A developer wrote a unit test to confirm that a custom exception works properly in a custom controller, but the test failed due to an exception being thrown.
Which step should the developer take to resolve the issue and properly test the exception?
Answer : A
Which SOQL query successfully returns the Accounts grouped by name?
Answer : B
For which three items can a trace flag be configured? (Choose three.)
Answer : ABD
A developer is asked to create a custom Visualforce page that will be used as a dashboard component.
Which three are valid controller options for this page? (Choose three.)
Answer : ABE
A Platform Developer needs to implement a declarative solution that will display the most recent Closed Won date for all Opportunity records associated with an
Account.
Which field is required to achieve this declaratively?
Answer : C
Which three statements are true regarding the @isTest annotation? (Choose three.)
Answer : BCE
What is the data type returned by the following SOSL search?
[FIND ג€˜Acme*ג€™ IN NAME FIELDS RETURNING Account, Opportunity];
Answer : C
A company wants to create an employee rating program that allows employees to rate each other. An employeeג€™s average rating must be displayed on the employee record. Employees must be able to create rating records, but are not allowed to create employee records.
Which two actions should a developer take to accomplish this task? (Choose two.)
Answer : CD
Which two SOSL searches will return records matching search criteria contained in any of the searchable text fields on an object? (Choose two.)
Answer : BC
For which example task should a developer use a trigger rather than a workflow rule?
Answer : D
Which feature should a developer use to update an inventory count on related Product records when the status of an Order is modified to indicate it is fulfilled?
Answer : A
A developer has JavaScript code that needs to be called by controller functions in multiple Aura components by extending a new abstract component.
Which resource in the abstract Aura component bundle allows the developer to achieve this?
Answer : A
Which option should a developer use to create 500 Accounts and make sure that duplicates are not created for existing Account Sites?
Answer : C