PDII Exam Question 46

A company has a native iOS order placement app that needs to connect to Salesforce to retrieve consolidated information from many different objects in a JSON format.
Which is the optimal method to implement this in Salesforce?
  • PDII Exam Question 47

    Consider the controller code below that is called from an Aura component and returns data wrapped in a class.

    The developer verified that the queries return a single record each and there is error handling in the Aura component, but the component is not getting anything back when calling the controller getSemeData.
    'What is wrong?
  • PDII Exam Question 48

    A developer needs to store variables to control the style and behavior of a Lightning Web Component.
    Which feature can be used to ensure that the variables are testable in both Production and all Sandboxes?
  • PDII Exam Question 49

    A developer created a Lightning web component for the Account record page that displays the five most recently contacted Contacts for an Account. The Apex method, Contacts, returns a list of Contacts and will be wired to a property in the component.

    Which two lines must change in the above code to make the Apex method able to be wired?
    Choose 2 answers
  • PDII Exam Question 50

    In an organization that has multi-currency enabled, a developer Is tasked with building a Lighting component that displays the top ten Opportunities most recently accessed by the logged in user. The developer must ensure the Amount and LastModifiedDate field values are displayed according to the user's locale.
    What is the most effective approach to ensure values displayed respect the user's locale settings?