What are three capabilities of the <ltng : require> tag when loading JavaScript resources in Aura components? Choose 3 answers

What are three capabilities of the <ltng : require> tag when loading JavaScript resources in Aura components? Choose 3 answersA . Loading files from DocumentsB . One-time loading for duplicate scriptsC . Specifying loading orderD . Loading scripts In parallelE . Loading externally hosted scriptsView AnswerAnswer: B,C, D

November 23, 2023 No Comments READ MORE +

How can the developer find the current user's default record type?

A developer is creating a page that allows users to create multiple Opportunities. The developer is asked to verify the current user's default} | Opportunity record type, and set certain default values based on the record type before inserting the record. How can the developer find the current user's default...

November 22, 2023 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 Integrating with a legacy on-premise SQL database. What should the developer use to ensure the data being Integrated is matched to the right records in Salesforce?A . Lookup fieldB . External ID fieldC . Formula fieldD . External ObjectView AnswerAnswer: B

November 22, 2023 No Comments READ MORE +

Which approach should a developer use to meet this requirement?

Universal Containers wants to back up all of the data and attachments in its Salesforce org once month. Which approach should a developer use to meet this requirement?A . Use the Data Loader command line.B . Create a Schedulable Apex class.C . Schedule a report.D . Define a Data Export...

November 22, 2023 No Comments READ MORE +

What should the developer do to ensure the data is available to the test?

A developer needs to have records with specific field values in order to test a new Apex class. What should the developer do to ensure the data is available to the test?A . Use Anonymous Apex to create the required data.B . Use Test.loadDataO < > and reference a CSV...

November 22, 2023 No Comments READ MORE +

In which two ways can this be accomplished?

A developer created a child Lightning web component nested inside a parent Lightning web component, parent component needs to pass a string value to the child component. In which two ways can this be accomplished? Choose 2 answersA . The parent component can use a custom event to pass the...

November 22, 2023 No Comments READ MORE +

How should a developer write unit tests for a private method in an Apex class?

How should a developer write unit tests for a private method in an Apex class?A . Use the SeeAllData annotation.B . Add a test method in the Apex class.C . Use the TestVisible annotation.D . Mark the Apex class as global.View AnswerAnswer: C

November 22, 2023 No Comments READ MORE +

Which is the correct implementation?

A developer must create a CreditcardPayment class that provides an implementation of an existing Payment class. Public virtual class Payment { public virtual void makePayment(Decimal amount) { /*implementation*/ } } Which is the correct implementation?A . Public class CreditcardPayment extends Payment { public override void makePayment(Decimal amount) { /*implementation*/ }...

November 22, 2023 No Comments READ MORE +

Which update should the developer make in the Flow?

An org has an existing Flow that creates an Opportunity with an Update Records element. A developer update the Flow to also create a Contact and store the created Contact's ID on the Opportunity. Which update should the developer make in the Flow?A . Add a new Get Records element.B...

November 22, 2023 No Comments READ MORE +

Which method allows access to the price book?

A developer wants to get access to the standard price book in the org while writing a test class that covers an OpportunityLineItem trigger. Which method allows access to the price book?A . Use Test.loadData ( )and a static resource to load a standard price bookB . Use @TestVisible to...

November 21, 2023 No Comments READ MORE +