Loading questions...
Updated
A developer wants to store a description of a product that can be entered on separate lines by a user during product setup and later displayed on a Visualforce page for shoppers.
Which field type should the developer choose to ensure that the description will be searchable in the custom Apex SOQL queries that are written?
A developer wants multiple test classes to use the same set of test data.
How should the developer create the test data?
A developer wants to display all of the picklist entries for the Opportunity StageName field and all of the available record types for the Opportunity object on a
Visualforce page.
Which two actions should the developer perform to get the available picklist values and record types in the controller? (Choose two.)
In order to override a standard action with a Visualforce page, which attribute must be defined in the <apex:page> tag?
Which feature allows a developer to create test records for use in test classes?
How many levels of child records can be returned in a single SOQL query from one parent object?
Which two declarative process automation features can be directly invoked when a field value changes on a record? (Choose two.)
How can a developer warn users of SOQL governor limit violations in a trigger?
Which control statement should a developer use to ensure that a loop body executes at least once?
A developer creates a custom controller and custom Visualforce page by using the code block below.
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?
An Account trigger updates all related Contacts and Cases each time an Account is saved using the following two DML statements: update allContacts; update allCases;
What is the result if the Case update exceeds the governor limit for maximum number of DML records?
A company has a custom object named Region. Each Account in Salesforce can only be related to one Region at a time, but this relationship is optional.
Which type of relationship should a developer use to relate an Account to a Region?
Given the code below, which three statements can be used to create the controller variable? (Choose three.)
How can a developer get all of the available record types for the current user on the Case object?
A developer needs to create an audit trail for records that are sent to the recycle bin.
Which type of trigger is most appropriate to create?
In which three areas can a Lightning component be used in the Lightning Experience? (Choose three.)
Using DescribeSObjectResult, which Apex method can a developer use to determine if the current user can edit records for an object?
A change set deployment from a sandbox to production fails due to a failure in a managed package unit test. The developer spoke with the managed package owner and they determined it is a false positive and can be ignored.
What should the developer do to successfully deploy?
A developer encounters APEX heap limit errors in a trigger.
Which two methods should the developer use to avoid this error? (Choose two.)
Candidates are reviewed by four separate reviewers and their comments and scores which range from 1 (lowest) to 5 (highest) are stored on a review record that is a detail record for a candidate.
What is the best way to indicate that a combined review score of 15 or better is required to recommend that the candidate come in for an interview?
A developer needs to find information about @future methods that were invoked.
From which system monitoring feature can the developer see this information?
When a Task is created for a Contact, how can a developer prevent the task from being included on the Activity Timeline of the Contact's Account record?
Which statement results in an Apex compiler error?
A developer needs to test an Invoicing system integration. After reviewing the number of transactions required for the test, the developer estimates that the test data will total about 2 GB of data storage. Production data is not required for the integration testing.
Which two environments meet the requirements for testing? (Choose two.)
What can the user expect to see when accessing the custom page?
A.
B.
C.
D.
E.