What is the best way to implement this?

A Developer wishes to improve runtime performance of Apex calls by caching results on the client . What is the best way to implement this?A . Decorate the server-side method with @AuraEnabled(cacheable=true).B . Set a cookie in the browser for use upon return to the page.C . Decorate the server-side...

May 27, 2022 No Comments READ MORE +

What is the recommended mechanism the developer should use to accomplish this?

A developer is writing a Visualforce page to display a list of all of the checkbox fields found on a custom object. What is the recommended mechanism the developer should use to accomplish this?A . Schema ClassB . Apex APIC . Schema BuilderD . Metadata APIView AnswerAnswer: A

May 26, 2022 No Comments READ MORE +

Which change in the Apex code will fix the problem?

An Apex trigger and Apex class increment a counter, Edit_Count_c, any time that the Case is changed. A new process on the case object was just created in production for when a Case is created or updated< since the process was created, they are reports that the Count is being...

May 26, 2022 No Comments READ MORE +

What should the developer use to ensure the data being integrated is matched to the right records in Salesforce?

A developer is integrated with a legacy on-premises SQL database. What should the developer use to ensure the data being integrated is matched to the right records in Salesforce?A . External ObjectB . Lookup fieldC . Formula fieldD . External Id fieldView AnswerAnswer: D

May 26, 2022 No Comments READ MORE +

Which technique may reduce heap size?

A developer encounters an error that states that the Apex heap size is exceeded . Which technique may reduce heap size?A . Add the transient keyword to the variable definitionB . Move the variable definition inside the scope of the functionC . Use static variables instead of instance variablesD ....

May 26, 2022 No Comments READ MORE +

What are three recommendations to optimize page performance?

A customer has a single Visualforce page that allows each user to input up to 1500 sales forecasts and instantly view pivoted forecast calculations. Users are complaining that the page is loading slowly, and they are seeing error messages regarding heap and view state limits. What are three recommendations to...

May 26, 2022 No Comments READ MORE +

Which tool should the developer use?

A developer wants to retrieve and deploy metadata, perform simple CSV export of query results, and debug Apex REST calls by viewing JSON responses. Which tool should the developer use?A . Developer ConsoleB . Force.com Migration ToolC . WorkbenchD . Force.com IDEView AnswerAnswer: C

May 26, 2022 No Comments READ MORE +

Which asynchronous feature should be used?

A developer has been asked to create code that will meet the following requirements: Receives input of: Map<ld, Project_c), List<Account> Performs a potentially long-running callout to an outside web service Provides a way to confirm that the process executed successfully Which asynchronous feature should be used?A . ©future (callout=true)B ....

May 25, 2022 No Comments READ MORE +

Following best practices, what should a developer use to meet this requirement?

A company wants to implement a new call center process for handling customer service calls. It requires service reps to ask for the caller's account number before proceeding with the rest of their call script. Following best practices, what should a developer use to meet this requirement?A . ApprovalsB ....

May 25, 2022 No Comments READ MORE +

Which two statements are true regarding these issues and resolution?

A large company uses Salesforce across several departments. Each department has its own Salesforce Administrator. It was agreed that each Administrator would have their own sandbox in which to test changes. Recently, users notice that fields that were recently added for one department suddenly disappear without warning. Also, Workflows that...

May 25, 2022 No Comments READ MORE +