What modification is necessary on the Salesforce side?

A company exposes a REST web service and wants to establish two-way SSL between Salesforce and the REST web service. A certificate signed by an appropriate certificate authority has been provided to the developer. What modification is necessary on the Salesforce side? (Choose two.)A . Create an entry for the...

November 3, 2021 No Comments READ MORE +

How can the Lightning component execute the query?

A developer must perform a complex SOQL query that joins two objects in a Lightning component. How can the Lightning component execute the query?A . Use the SaJesforce Streaming API to perform the SOQL query.B . Create a Process Builder to execute the query and invoke from the Lightning component.C...

November 3, 2021 No Comments READ MORE +

How should a developer verify that a specific Account record is being tested in a test class for a visualforce controller?

How should a developer verify that a specific Account record is being tested in a test class for a visualforce controller?A . Insert the Account in the test class, instantiate the page reference in the test class, then use System.currentPageReference().getParameters{}.put() to set the Account IC . Instantiate the page reference...

November 3, 2021 No Comments READ MORE +

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 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 ....

November 2, 2021 No Comments READ MORE +

What should the developer do to ensure good data quality and to ensure that data imports, integrations, and searches perform well?

A developer needs to design a custom object that will be integrated into a back-end system. What should the developer do to ensure good data quality and to ensure that data imports, integrations, and searches perform well? (Choose two.)A . Configure a custom field as uniqueB . Configure a custom...

November 2, 2021 No Comments READ MORE +

What is a consideration when using bind variables with dynamic SOQL? (Choose two.)

What is a consideration when using bind variables with dynamic SOQL? (Choose two.)A . Dynamic SOQL cannot reference fields on bind variablesB . Dynamic SOQL cannot use bind variablesC . Bind variables must be public or globalD . Bind variables must be in local scopeView AnswerAnswer: A,D

November 2, 2021 No Comments READ MORE +

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 +