Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 32
List of questions
Related questions
Which technique can run custom logic when a Lightning web component is loaded?
When developing a Lightning web component, which setting displays lightning-layout-items in one column on small devices, such as mobile phones, and in two columns on tablet-size and desktop-size screens?
A company accepts orders for customers in their enterprise resource planning (ERP) crder__c records with a lookup field to Account. The Account object has an External ID field, ERP_Customer_ID__c.
What should the integration use to create new Order__c records that will automatically be related to the correct Account?
Given the following containment hierarchy:
What is the correct way to communicate the new value of a property named "passthrough" to myparent component if the property is defined within my-child-component?
A developer receives complaints that the component loads slowly.
Which change can the developer implement to make the component perform faster?
Which two queries are selective SOQL queries and can be used for a large data set of 200,000 Account records? Choose 2 answers
A company wants to run different logic based on an Opportunity's record type. Which code segment handles this request and follows best practices?
After a Platform Event Is defined in a Salesforce org, events can be published via which two mechanisms?
Choose 2 answers
A lead developer for a Salesforce organization needs to develop a page-centric application that allows the user to interact with multiple objects related to a Contact The application needs to implement a third-party JavaScript framework such as Angular, and must be made available in both Classic and Lightning Experience.
Given these requirements, what is the recommended solution to develop the application?
Refer to the code snippet below:
As part of an Integration development effort, a developer is tasked to create an Apex method mat solely relies on the use of foreign identifiers In order to relate new contact records to existing Accounts in Salesforce. The account object contains a field marked as an external ID, the API Name of this field is Legacy_Id_c.
What Is the most efficient way to instantiate the parentAccount: variable on line 02 to ensure the newly created contact is properly related to the Account?
Question