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 105 discussion

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

How many levels of child records can be returned in a single SOQL query from one parent object?

  • A. 1
  • B. 3
  • C. 5
  • D. 7
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
khoce
Highly Voted 2 years, 6 months ago
Selected Answer: A
1 level to child 5 level to parents and grand parents
upvoted 8 times
...
liadc
Highly Voted 2 years, 6 months ago
the answer is 1 level (A) 5 Level of Parent (meaning ObjectA.Parent1.Grandparent2...5 - with dot) 1 Level of Parent to Child (select id, (select id from contacts) from Account)
upvoted 8 times
...
ABHI0O07
Most Recent 8 months ago
Selected Answer: A
1 is correct. in reverse scenario 5 levels is correct
upvoted 1 times
...
helper_raw
11 months, 4 weeks ago
Selected Answer: C
5 levels
upvoted 1 times
...
huwamaru
1 year ago
Selected Answer: C
C : https://help.salesforce.com/s/articleView?id=release-notes.rn_api_soql_5level.htm&release=244&type=5
upvoted 2 times
...
lnnr
1 year, 4 months ago
Selected Answer: C
C arrording to @briccoli11
upvoted 1 times
Nand072
1 year, 3 months ago
C cannot be wrong. Try by yourself. When about child object, only level 1.
upvoted 1 times
...
...
briccoli11
1 year, 4 months ago
Selected Answer: C
"In API version 58.0 and later, SOQL queries can contain up to five levels of parent-to-child relationships." Source: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_relationships_query_using.htm
upvoted 4 times
gsori
1 year, 4 months ago
Yes but it states "The ability to query five levels of parent-child relationships is limited to SOQL queries via the REST and SOAP query calls for standards and custom objects". In general though, according to this link, https://developer.salesforce.com/docs/atlas.en-us.242.0.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_relationships_query_limits.htm, there can be only one level of parent-to-child relationship. So I'd say A.
upvoted 2 times
...
...
BaptisteBerard
1 year, 5 months ago
Before it was 1, now it's 5
upvoted 2 times
edogaldo
1 year, 2 months ago
If before it was 1 child level, starting from API v58 it would be 4 child levels, not 5; the 5th level is the parent/root level (which should not be counted)
upvoted 1 times
...
...
RSD999
2 years, 7 months ago
Selected Answer: C
5 levels
upvoted 2 times
...
Chera
2 years, 7 months ago
Answer is 5
upvoted 2 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 ...