Free Practice Mock Questions Set 41-45 (Quiz # 9) for Salesforce Platform Developer I Exam, according to official Salesforce Platform Developer I exam syllabus topic # 5
What are two ways for a developer to execute tests in an org?
Answer : A, B
What are three capabilities of the <ltng : require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
Answer : B, C, D
Where are two locations a developer can look to find information about the status of asynchronous or future cals? Choose 2 answers
A developer has JavaScript code that needs to be called by controller functions in multiple Aura components by extending a new abstract component.
Which resource in the abstract Aura component bundle allows the developer to achieve this?
Answer : A
A variables 'creditAmount' and 'debtAmount' should not be able to change once a value is
assigned. In which two ways can the developer declare the variables to ensure their value
can only be assigned one time? Choose 2 answers
Answer : B, D