How can this requirement be met with minimal customizations?

A customer requires that when the billing address field on an Account gets updated, the address field on all its related contact records should reflect the same update. How can this requirement be met with minimal customizations?A . Create an After Trigger on Account to upd|ate its related contact records...

November 2, 2021 No Comments READ MORE +

Which three techniques can a developer use to debug the JavaScript?

A company has the Lightning Component above that allows users to dick a button to save their changes and redirects them to a different page. Currently, when the user hits the Save button the records are getting saved, but they are not redirected. Which three techniques can a developer use...

November 2, 2021 No Comments READ MORE +

How would you test a web service?

How would you test a web service?A . Use the @future annotation on the methodB . Call the WebService interfaceC . Web Services do not need to be testedD . Create a class that implements the WebServiceMock interfaceView AnswerAnswer: D

November 2, 2021 No Comments READ MORE +

What is the optimal code that should be added to fire the event when the search has completed?

A company has a custom component that allows users to search for records of a certain object type by invoking an Apex Controller that returns a list of results based on the user's input, when the search Is completed, a searchComplete event is fired, with the results put in a...

November 2, 2021 No Comments READ MORE +

What tool in the Developer Console contains information on SOQL query Cardinality?

What tool in the Developer Console contains information on SOQL query Cardinality?A . Checkpoints tabB . Query EditorC . Query Plan ToolD . Log InspectorE . View State TabView AnswerAnswer: D

November 1, 2021 No Comments READ MORE +

REST uses___________.

REST uses___________.A . The HTTP classB . The HTTPRequest classC . The HTTPResponse classD . All of the aboveView AnswerAnswer: D

November 1, 2021 No Comments READ MORE +

How should the developer handle the recursive trigger?

A developer has written an After Update trigger on Account. A workflow rule and field update cause the trigger to repeatedly update the Account records. How should the developer handle the recursive trigger?A . Deactivate the trigger and move the logic into a Process or FlowB . Deactivate the workflow...

November 1, 2021 No Comments READ MORE +

What is the transaction limit for the number of DML statements allowed?

What is the transaction limit for the number of DML statements allowed?A . 20B . 2,000C . 100 (synchronous), 200 (async)D . 200 (synchronous), 100 (async)E . 150View AnswerAnswer: E Explanation: Includes Approval functions, rollbacks/savepoints, and System.runAs

November 1, 2021 No Comments READ MORE +

What should the developer use to ensure error messages are properly displayed?

Users report that a button on a custom Lightning Web Component is not working. However, there are no other details provided. What should the developer use to ensure error messages are properly displayed?A . Add the <apex:messages/> tag to the component.B . Use the Database method with allOrNone set to...

November 1, 2021 No Comments READ MORE +

What is the correct syntax for calling a controller action from a Visualforce page and updating part of the page once the action is completed? (Choose two.)

What is the correct syntax for calling a controller action from a Visualforce page and updating part of the page once the action is completed? (Choose two.)A . <apex : commandFunction action=?l { ! Save} " value="Save" rendered^"thePageBlock"/>B . <apex: actionFunction action=" { ! Save} " name=!,Save" rerender=l,thePageBlock1'/>C . <apex:commandButton...

November 1, 2021 No Comments READ MORE +