What should be used to ensure that a user populates the Lead Source field prior to converting a Lead?

The sales management team at Universal Containers requires that the Lead Source field of the Lead record be populated when a Lead is converted. What should be used to ensure that a user populates the Lead Source field prior to converting a Lead?A . Process BuilderB . Validation RuleC ....

May 28, 2021 No Comments READ MORE +

What will be the output in the debug log in the event of a QueryExeption during a call to the @query method in the following Example?

What will be the output in the debug log in the event of a QueryExeption during a call to the @query method in the following Example? A . Querying Accounts. Query Exception.B . Querying Accounts. Custom Exception.C . Querying Accounts. Query Exception. DoneD . Querying Accounts. Custom Exception Done.View AnswerAnswer:...

May 28, 2021 No Comments READ MORE +

What are two characteristics related to formulas? Choose 2 answers.

What are two characteristics related to formulas? Choose 2 answers.A . Formula can reference themselves.B . Formulas are calculated at runtime and are not stored in the database.C . Formulas can reference values in related objects.D . Fields that are used in a formula field can be deleted or edited...

May 28, 2021 No Comments READ MORE +

Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers

Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answersA . $Lightning.createComponentB . <apex:slds/>C . $Lightning.useComponentD . $Lightning.useE . <apex:includeLightning/>View AnswerAnswer: A,D,E

May 27, 2021 No Comments READ MORE +

Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers

Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answersA . Records created in the test setup method cannot be updated in individual test methods.B . Qo The @testSetup annotation is not supported when the GisTest(SeeAllData=True) annotation is used.C . Test data...

May 27, 2021 No Comments READ MORE +

A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required" What should the developer do to successfully deploy the new Apex trigger and helper class?

A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage...

May 27, 2021 1 Comment READ MORE +

Which definition of the Apex method, to which the searchResults property is wired, should be used?

A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?A . @AuraEnabled(cacheable=true) public static List<Opportunity> search(String term) { /* implementation*/ }B . @AuraEnabled(cacheable=true) public List<Opportunity> search(String term) { /*implementation*/ }C...

May 27, 2021 No Comments READ MORE +

Why should the developer choose to use data Loader instead of Data Import Wizard?

A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use data Loader instead of Data Import Wizard?A . Data Loader runs from the developer's browser.B . Data Import Wizard does not support Opportunities.C . Data Loader automatically relates Opportunities to Accounts.D ....

May 27, 2021 No Comments READ MORE +

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answersA . The Apex governor limits might be higher due to the asynchronous nature of the transaction.B . The apex governor limits are reset...

May 26, 2021 No Comments READ MORE +

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

May 26, 2021 1 Comment READ MORE +