DEX-450 Exam Question 11

Which three resources in an Azure Component can contain JavaScript functions?
  • DEX-450 Exam Question 12

    A developer has javascript code that needs to be called by controller functions in multiple components by extending a new abstract component. Which resource in the abstract component bundle allows the developer to achieve this
  • DEX-450 Exam Question 13

    Assuming that 'name; is a String obtained by an <apex:inputText> tag on a Visualforce page. Which two SOQL queries performed are safe from SOQL injections? Choose 2 answers
  • DEX-450 Exam Question 14

    A developer created these three Rollup Summary fields in the custom object, Project__c:

    The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
    Which should the developer use to implement the business requirement in order to minimize maintenance overhead?
  • DEX-450 Exam Question 15

    How should a developer write unit tests for a private method in an Apex class?