Exam CRT-450 Topic 1 Question 106 Discussion
Actual exam question for Salesforce's CRT-450 exam
Question #: 106
Topic #: 1
Question #: 106
Topic #: 1
A developer created a child Lightning web component nested inside a parent Lightning web component. The parent component needs to pass a string value to the child component.
In which two ways can this be accomplished?
Choose 2 answers
In which two ways can this be accomplished?
Choose 2 answers
Suggested Answer: A,B Vote an answer
Public Method (A):The parent component can call a public method defined in the child component to pass data directly.
Reference:LWC Communication: Public Methods
Public Property (B):The parent component can bind data to a public property in the child component using the attribute syntax.
Reference:LWC Communication: API Properties
Incorrect Options:
C:Apex controllers are not used for direct communication between parent and child components.
D:Custom events are used for communication from child to parent, not parent to child.
Reference:LWC Communication: Public Methods
Public Property (B):The parent component can bind data to a public property in the child component using the attribute syntax.
Reference:LWC Communication: API Properties
Incorrect Options:
C:Apex controllers are not used for direct communication between parent and child components.
D:Custom events are used for communication from child to parent, not parent to child.
by Eileen at Apr 22, 2026, 06:08 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
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).