Q: 2
DRAG DROP
Drag and drop the keywords onto the URL request to collect all the subnets configured under tenant Production using
a REST API. Not all options are used.


Your Answer
Discussion
Pretty sure it's D since the question asks for ALL subnets and not just the immediate ones under Production. API docs usually require the recursive keyword to get everything, including nested subnets in tenants. Saw a similar style on practice exams. If someone disagrees let me know, but that's how I understand it.
C vs D for me, but I lean C since not every API needs recursive for child resources. Could be wrong here.
D , that's what gets you all subnets recursively. Most API calls want that included for child objects.
B
Option D
Probably D, since just grabbing direct children (trap for C) isn't enough if the question wants every subnet including nested. I saw similar wording on a practice set.
D imo, since the trap is just grabbing direct children but "all subnets" needs recursion.
Option C
Had something like this in a mock test, picked C.
I’m thinking C fits better, since not every API call for subnets needs recursion.
Be respectful. No spam.