Question 241

A lead developer is creating tests for a Lightning web component. The component re-renders when a property called bypassSelection. changes its value.
What should the developer use to the test that the component re-renders successfully when the property changes?
  • Question 242

    A developer 15 tasked with creating an application-centric feature on which end-users can access and update information. This feature must be available in lightning Experience while working seamlessly in multiple device form factors, such as desktops, phones, and tablets. Additionally, the feature must support Addressable URL Tabs and interact with the Salesforce Console APIs.
    What arm two approaches a developer can take to build the application and support the business requirements
    ^
    Choose 2 answers
  • Question 243

    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?
  • Question 244

    A company recently deployed a Visualforce page with a custom controller that has a data grid of information about Opportunities in the org.
    Users report that they receive a ''Maximum view state size limit'' error message under certain conditions.
    According to Visualforce best practice, which three actions should the developer take to reduce the view state? Choose 3 answers
  • Question 245

    A developer has working business logic code, but sees the following error in the test class:
    You have uncommitted work pending. Please commit or rollback before calling out. What is a possible solution?