DEX-450 Exam Question 66

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?
  • DEX-450 Exam Question 67

    A development team wants to use a deployment script lo automatically deploy lo a sandbox during their development cycles.
    Which two tools can they use to run a script that deploys to a sandbox?
    Choose 2 answers
  • DEX-450 Exam Question 68

    Which aspect of Apex programming is limited due to multitenancy?
  • DEX-450 Exam Question 69

    Cloud kicks has a multi-screen flow that its call center agents use when handling inbound service desk calls.
    At one of the steps in the flow, the agents should be presented with a list of order numbers and dates that are retrieved from an external order management system in real time and displayed on the screen.
    What should a developer use to satisfy this requirement?
  • DEX-450 Exam Question 70

    A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names.
    What two things should be done to create the test data within the unit test with the least amount of code? Choose 2 answers A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names.
    What two things should be done to create the test data within the unit test with the least amount of code?
    Choose 2 answers