Salesforce CRT-450 Question Answer
What are three capabilities of the tag when loading JavaScript resources in Aura components?
Choose 3 answers
One-time loading for duplicate scripts
Loading scripts in parallel
Loading Files from Documents
Specifying loading order
Loading externally hosted scripts
Option A: Thetag ensures that scripts are loaded only once, even if referenced multiple times.
Option D: The tag allows you to specify the order of scripts to ensure dependencies are loaded correctly.
Option E: Externally hosted scripts can be loaded using thescriptsattribute.
Not Suitable:
Option B (Loading scripts in parallel): Scripts are loaded sequentially to ensure proper dependency handling.
Option C (Loading Files from Documents): Files must be hosted externally or in static resources, not in Documents.
ltng:require Documentation
TESTED 13 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved