<< Prev Question Next Question >>

Question 3/93

Where are two locations a developer can look to find information about the status of batch or future methods?
Choose 2 answers

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (93q)
Question 1: A developer is asked to write helper methods that create tes...
Question 2: Which two characteristics are true for Lightning Web Compone...
Question 3: Where are two locations a developer can look to find informa...
Question 4: Universal Containers wants to ensure that all new leads crea...
Question 5: Provide question feedback here (optional): (Exhibit) Based o...
Question 6: What can be used to override the Account's standard Edit but...
Question 7: How can a developer check the test coverage of autolaunched ...
Question 8: Which action causes a before trigger to fire by default for ...
Question 9: Universal Containers (UC) uses a custom object called Vendor...
Question 10: A developer is designing a new application on the Salesforce...
Question 11: A developer at AW Computing is tasked to create the supporti...
Question 12: (Exhibit) When the code executes, a DML exception is thrown....
Question 13: A software company uses the following objects and relationsh...
Question 14: Universal Containers hires a developer to build a custom sea...
Question 15: Universal Containers wants to back up all of the data and at...
Question 16: Which two events need to happen when deploying to a producti...
Question 17: When importing and exporting data into Salesforce, which two...
Question 18: What is a benefit of developing applications...
Question 19: Cloud Kicks has a multi-screen flow that its call center age...
Question 20: A developer has an integer variable called maxAttempts. The ...
Question 21: A developer is integrating with a legacy on-premise SQL data...
Question 22: Universal Containers (UC) wants to lower its shipping cost w...
Question 23: A developer completed modifications feature that is comprise...
Question 24: A developer is tasked to perform a security review of the Co...
Question 25: A developer creates a Lightning web component that imports a...
Question 26: Which three code lines are required to create a Lightning co...
Question 27: (Full question statement) Universal Containers recently tran...
Question 28: Universal Containers (UC) processes orders in Salesforce in ...
Question 29: A developer needs to make a custom Lightning Web Component a...
Question 30: A developer wants to mark each Account in a List&lt;Account&...
Question 31: Universal Containers needs to create a custom user interface...
Question 32: Given the following Apex statement: Account myAccount = [SEL...
Question 33: When using Salesforce DX, what does a developer need to enab...
Question 34: (Full question statement) A developer must create a CreditCa...
Question 35: An Apex method, getAccounts, that returns a List of Accounts...
Question 36: A lead developer creates a virtual class called "OrderReques...
Question 37: A developer must perform a complex SOQL query that joins two...
Question 38: A developer created these three Rollup Summary fields in the...
Question 39: A developer wants to import 500 Opportunity records into a s...
Question 40: How should a developer write unit tests for a private method...
Question 41: What is the value of the Trigger.old context variable in a b...
Question 42: A developer creates a custom exception as shown below: publi...
Question 43: Consider the following code snippet: apex CopyEdit public cl...
Question 44: Which Apex class contains methods to return the amount of re...
Question 45: What should a developer use to fix a Lightning web component...
Question 46: Which two statements are true about using the @testSetup ann...
Question 47: What should a developer use to obtain the Id and Name of all...
Question 48: A custom picklist field, Pool Preference , exists on a custo...
Question 49: Which three steps allow a custom Scalable Vector Graphic (SV...
Question 50: How is a controller and extension specified for a custom obj...
Question 51: A developer has the following requirements: * Calculate the ...
Question 52: Universal Containers has a support process that allows users...
Question 53: A team of developers is working on a source-driven project t...
Question 54: While writing an Apex class, a developer wants to make sure ...
Question 55: Universal Containers wants to assess the advantages of decla...
Question 56: A company has a custom object, order __c, that has a require...
Question 57: Which exception type cannot be caught?...
Question 58: Refer to the component code requirements below: &lt;lightnin...
Question 59: Which two are phases in the Aura application event propagati...
Question 60: A developer has a single custom controller class that works ...
Question 61: A developer needs to create a baseline set of data (Accounts...
Question 62: A developer creates a batch Apex job to update a large numbe...
Question 63: A developer writes a trigger on the Account object on the be...
Question 64: What is the result of the following code? (Exhibit)...
Question 65: A developer must implement a CheckPaymentProcessor class tha...
Question 66: Universal Containers decides to use purely declarative devel...
Question 67: Since Aura application events follow the traditional publish...
Question 68: A Developer Edition org has five existing accounts. A develo...
Question 69: Where are two locations a developer can look to find informa...
Question 70: A developer is working on a project to import data from an e...
Question 71: As part of new feature development, a developer is asked to ...
Question 72: Universal Containers has a large number of custom applicatio...
Question 73: The Account object in an organization has a master-detail re...
Question 74: What are three considerations when using the @lnvocableMetho...
Question 75: A developer is creating a page that allows users to create m...
Question 76: What are two considerations for deploying from a sandbox to ...
Question 77: Universal Containers implemented a private sharing model for...
Question 78: A developer must provide custom user interfaces when users e...
Question 79: A developer created a trigger on the Account object and want...
Question 80: For which three items can a trace flag be configured? Choose...
Question 81: A custom Visualforce controller calls the ApexPages.addMessa...
Question 82: Developers at Universal Containers (UC) use version control ...
Question 83: Universal Containers wants to automatically assign new cases...
Question 84: Which statement describes the execution order when triggers ...
Question 85: When a user edits the Postal Code on an Account, a custom Ac...
Question 86: What are two ways a developer can get the status of an enque...
Question 87: What is the result of the following code snippet? public wor...
Question 88: A credit card company needs to implement the functionality f...
Question 89: Refer to the following Apex code: apex Copy Integer x = 0; d...
Question 90: What is an example of a polymorphic lookup field in Salesfor...
Question 91: The following Apex method is part of the ContactService clas...
Question 92: Consider the following code snippet: public static List&lt;L...
Question 93: A developer creates a new Apex trigger with a helper class, ...