PDII Exam Question 11

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
  • PDII Exam Question 12

    The Salesforce instance at Universal Containers currently integrates with a third-party company to validate mailing addresses via REST services. The third-party address verification system recently changed endpoint URLs for all their set vices from https://th-addreaa-service.3pc.com to https://plc1-mailsarvice.3pc.com. Everything else remained the same. The developer updated code to reflect this endpoint change, but the mailing address validation service stopped working after the change.
    What else should be done to complete this web service end point change?
  • PDII Exam Question 13

    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?
  • PDII Exam Question 14

    An Apex trigger creates a Contract record every time an Opportunity record is marked as Closed end Won. This trigger is working great, except (due to a recent acquisition) historical Opportunity records need to be loaded into the Salesforce instance.
    When a test batch of records are loaded, the Apex trigger creates Contract records. A developer is tasked with preventing Contract records from being created when mass loading the Opportunities, but the daily users still need to have the Contract records created.
    What is the most extendable way to update the Apex trigger to accomplish this?
  • PDII Exam Question 15

    Which three approaches should a developer Implement to obtain the best performance for data retrieval when building a Lightning web component?
    Choose 3 answers