Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam CRT-450 Topic 3 Question 38 Discussion

Actual exam question for Salesforce's CRT-450 exam
Question #: 38
Topic #: 3
[All CRT-450 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Arletta
13 days ago
I think options B and D are the correct ways to pass data from the parent to the child component. Using a public property or a custom event seems like the most straightforward approach.
upvoted 0 times
...
Buddy
15 days ago
I'm not sure about option C and D. Using the Apex controller class seems unnecessary for passing data, and custom events might be more suitable for other purposes.
upvoted 0 times
...
Vallie
17 days ago
I agree with Aleshia. Option B is also valid because using a public property is a common way to pass data between components.
upvoted 0 times
...
Aleshia
24 days ago
I think option A is correct because the parent component can directly call a method in the child component.
upvoted 0 times
...

Save Cancel