Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 349 discussion

Actual exam question from Salesforce's CRT-450
Question #: 349
Topic #: 1
[All CRT-450 Questions]

Which Lightning code segment should be written to declare dependencies on a Lightning component, c:accountList, that is used in a Visualforce page?

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Thanh201
2 weeks, 6 days ago
I tested 4 answers; the correct answer is B
upvoted 1 times
...
Ke_James0302
1 month ago
Selected Answer: C
A and B: These two options use aura:application, and the question clearly states that if you need to use this component in a Visualforce page, you should use aura:component instead of the application tag. C: Correct usage, it uses aura:component and defines a reference to c Component dependencies. D: Similar to option C, but uses incorrect extends="ltng ", this is not necessary.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...