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

June 3, 2022 No Comments READ MORE +

What is the optimal technique a developer should use to programmatically retrieve Global Picklist options in a Test Method?

What is the optimal technique a developer should use to programmatically retrieve Global Picklist options in a Test Method?A . Perform a callout to the Metadata APC . Use the Schema namespace.D . Perform a SOQL Query.E . Use a static resource.View AnswerAnswer: B

June 3, 2022 No Comments READ MORE +

How should a developer assert that a trigger with an asynchronous process has successfully run?

How should a developer assert that a trigger with an asynchronous process has successfully run?A . Create at test data in the test class, use System.runAs() to invoke the trigger, then perform assertions.B . Insert records into Salesforce, use seeAllData-true, then perform assertions.C . Create all test data, use @future...

June 2, 2022 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

June 2, 2022 No Comments READ MORE +

After a Platform Event is defined in a Salesforce org, events can be published via which two mechanisms? Choose 2 answers

After a Platform Event is defined in a Salesforce org, events can be published via which two mechanisms? Choose 2 answersA . internal Apps can use Outbound MessagesB . Internal Apps can use Process Builder.C . External Apps require a custom Apex web service.D . External Apps can use the...

June 2, 2022 No Comments READ MORE +

How should the developer meet this requirement?

A developer must create a way for external partners to submit millions of leads into Salesforce per day. How should the developer meet this requirement?A . Publicly expose a Visualforce page via Force.com SitesB . Create a web service on Heroku that uses Heroku ConnectC . Host a Web-to-Lead form...

June 2, 2022 No Comments READ MORE +

How many Territories can an instance of salesforce have?

How many Territories can an instance of salesforce have?A . 400B . 200C . 1000D . 100E . 500View AnswerAnswer: E

June 1, 2022 No Comments READ MORE +

What will improve performance?

A developer has built a multi-page wizard using a single Custom Controller to query and update data. Users are complaining that the pages are loading slowly. What will improve performance? (Choose three.)A . Reducing the view stateB . Using actionRegion and rerenderC . Turning off the standard stylesheetD . Setting...

June 1, 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...

June 1, 2022 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...

June 1, 2022 No Comments READ MORE +