Question 106

Cloud Kicks Fitness, an ISV Salesforce partner, is developing a managed package application. One of the application modules allows the user to calculate body fat using the Apex class, BodyFat, and its method, calculateBodyFat(). The product owner wants to ensure this method is accessible by the consumer of the application when developing customizations outside the ISV's package namespace.
Which approach should a developer take to ensure calculateBodyFat()is accessible outside the package namespace?
  • Question 107

    Managers at Universal Containers want to ensure that only decommissioned containers are able to be deleted in the system. To meet the business requirement a Salesforce developer adds "Decommissioned" as a picklist value for the Status _c custom field within the Container _c object.
    Which two approaches could a developer use to enforce only Container records with a status of
    "Decommissioned" can be deleted?
    Choose 2 answers
  • Question 108

    A developer is tasked with building a custom Lightning web component to collect Contact information.
    The form will be shared among many different types of users in the org. There are security requirements that only certain fields should be edited and viewed by certain groups of users.
    What should the developer use in their Lightning Web Component to support the security requirements?
  • Question 109

    Which three code lines are required to create a Lightning component on a Visualforce page?
    Choose 3 answers.
  • Question 110

    A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required" What should the developer do to successfully deploy the new Apex trigger and helper class?