PDII Exam Question 11

Consider the following code snippet:

Users of this Visualforce page complain that the page does a full refresh every time the Search button is pressed.
What should the developer do to ensure that a partial refresh is made so that only the section identified with opportunity List Is re-drawn on the screen?
  • PDII Exam Question 12

    A developer is trying to decide between creating a Visualforce component or a Lightning component for a custom screen.
    Which functionality consideration impacts the final decision?
  • PDII Exam Question 13

    A company manages information about their product offerings in custom objects named Catalog and Catalog Item. Catalog Item has a master-detail field to Catalog, and each Catalog may have as many as 100,000 Catalog Items.
    Both custom objects have a CurrencylsoCode Text field that contains the currency code they should use. If a Catalog's CurrencylsoCode changes, all of its Catalog Items' CurrencylsoCodes should be changed as well.
    What should a developer use to update the CurrencylsoCodes on the Catalog Items when the Catalog's CurrencylsoCode changes^5
  • PDII Exam Question 14

    A business requires that every parent record must have a child record. A developer writes an Apex method with two DML statements to insert a parent record and a child record.
    A validation rule blocks child records from being created. The method uses a try/catch block to handle the DML exception.
    What should the developer do to ensure the parent always has a child record?
  • PDII Exam Question 15

    Which use case can be performed only by using asynchronous Apex?