Exam PDI Topic 1 Question 60 Discussion
Actual exam question for Salesforce's PDI exam
Question #: 60
Topic #: 1
Question #: 60
Topic #: 1
What are three capabilities of the <ltng:require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
Choose 3 answers
Suggested Answer: A,B,D Vote an answer
Option A: Specifying loading order
True.
The <ltng:require> tag allows you to specify the order in which scripts are loaded by the sequence in the scripts attribute.
Scripts loaded using <ltng:require> are loaded only once, even if multiple components request the same script, preventing redundant loads.
You can load scripts from external URLs, such as Content Delivery Networks (CDNs), using the scripts attribute.
<ltng:require> cannot load files from the Documents object. It loads resources from static resources or external URLs.
Scripts are loaded sequentially, not in parallel, to ensure dependencies are properly resolved.
Reference:
Include External JavaScript and CSS Libraries
Option B: One-time loading for duplicate scripts
True.
Loading JavaScript Libraries
Option D: Loading externally hosted scripts
True.
Using External Libraries
Option C: Loading files from Documents
False.
Static Resources
Option E: Loading scripts in parallel
False.
Scripts Loading Order
Conclusion:
The three capabilities are A, B, and D.
True.
The <ltng:require> tag allows you to specify the order in which scripts are loaded by the sequence in the scripts attribute.
Scripts loaded using <ltng:require> are loaded only once, even if multiple components request the same script, preventing redundant loads.
You can load scripts from external URLs, such as Content Delivery Networks (CDNs), using the scripts attribute.
<ltng:require> cannot load files from the Documents object. It loads resources from static resources or external URLs.
Scripts are loaded sequentially, not in parallel, to ensure dependencies are properly resolved.
Reference:
Include External JavaScript and CSS Libraries
Option B: One-time loading for duplicate scripts
True.
Loading JavaScript Libraries
Option D: Loading externally hosted scripts
True.
Using External Libraries
Option C: Loading files from Documents
False.
Static Resources
Option E: Loading scripts in parallel
False.
Scripts Loading Order
Conclusion:
The three capabilities are A, B, and D.
by Quintina at Sep 18, 2026, 11:00 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).