Question 16

Which statement would a developer use when creating test data for products and pricebooks?
  • Question 17

    The following code snippet is executed by a Lightning web component in an environment with more than 2,000 lead records:

    Which governor limit will likely be exceeded within the Apex transaction?
  • Question 18

    A developer needs to create a Visualforce page that displays Case data. The page will be used by both support reps and support managers. The Support Rep profile does not allow visibility of the Customer_Satisfaction__c field, but the Support Manager profile does.
    How can the developer create the page to enforce Field Level Security and keep future maintenance to a minimum?
  • Question 19

    What are two considerations for running a flow in debug mode?
    Choose 2 answers
  • Question 20

    A Platform Developer needs to write an Apex method that will only perform an action if a record is assigned to a specific Record Type.
    Which two options allow the developer to dynamically determine the ID of the required Record Type by its name? (Choose two.)