When importing and exporting data into Salesforce, which two statements are true? Choose 2 answers
When importing and exporting data into Salesforce, which two statements are true? Choose 2 answersA . Bulk API can be used to import large data volumes in development environments without bypassing the storage limits.B . Bulk API can be used to bypass the storage limits when importing large data volumes...
Which two actions should the developer take to fix the code segment shown above?
Management asked for opportunities to be automatically created for accounts with annual revenue greater than $1,000,000. A developer created the following trigger on the Account object to satisfy this requirement. Users are able to update the account records via the UI and can see an opportunity created for high annual...
Which three features satisfy this use case?
A developer wants to invoke on outbound message when a record meets a specific criteria. Which three features satisfy this use case? Choose 3 answerA . Approval Process has the capacity to check the record criteria and send an outbound message without Apex CodeB . Process builder can be used...
What are three considerations when using the @InvocableMethod annotation in Apex? Choose 3 answers
What are three considerations when using the @InvocableMethod annotation in Apex? Choose 3 answersA . A method using the @InvocableMethod annotation must define a return value.B . A method using the @InvocableMethod annotation can have multiple input parameters.C . A method using the @InvocableMethod annotation must be declared as staticD...
What are three characteristics of change set deployments? Choose 3 answers
What are three characteristics of change set deployments? Choose 3 answersA . Change sets can only be used between related organizations.B . Change sets can be used to transfer records.C . Sending a change set between two orgs requires a deployment connection.D . Change sets can deploy custom settings data.E...
What should the developer do to fulfill the business request in the quickest and most effective manner?
Universal Containers has large number of custom applications that were built using a third-party javaScript framework and exposed using Visualforce pages. The Company wants to update these applications to apply styling that resembles the look and feel of Lightning Experience. What should the developer do to fulfill the business request...
In which two ways can the developer declare the variables to ensure their value can only be assigned one time?
A developer is implementing an Apex class for a financial system. Within the class, the variables ‘creditAmount’ and ‘debtAmount’ should not be able to change once a value is assigned. In which two ways can the developer declare the variables to ensure their value can only be assigned one time?...
Which type of Salesforce orgs should they use for their development?
A team of developers is working on a source-driven project that allows them to work independently, with many different org configurations. Which type of Salesforce orgs should they use for their development?A . Developer sandboxesB . Scratch orgsC . Full Copy sandboxesD . Developer orgsView AnswerAnswer: B
Which Apex technique should the developer use?
A developer wants to mark each Account in a List<Account> as either or Inactive based on the LastModified field value being more than 90 days. Which Apex technique should the developer use?A . A for loop, with a switch statement insideB . A Switch statement, with a for loop insideC...
When using SalesforceDX, what does a developer need to enable to create and manage scratch orgs?
When using SalesforceDX, what does a developer need to enable to create and manage scratch orgs?A . ProductionB . Dev HubC . Environment HubD . SandboxView AnswerAnswer: B Explanation: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm When using SalesforceDX, a developer needs to enable Dev Hub in order to create and manage scratch orgs. A Dev...