Free Cisco 350-601 Actual Exam Questions - Question 2 Discussion
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.

I agree that D targets the tenant specifically, but I’m thinking about C too since it mentions subnets explicitly. Maybe the best approach is combining both to ensure the API call filters on tenant Production and pulls only subnets. If the API requires both tenant and resource type filtering, just using D might return more than subnets. So, dropping C and D makes sense to narrow down the request exactly to subnets under Production.
D seems right since it specifically targets subnets under tenant Production.
I think D makes the most sense here since it directly uses the tenant parameter, which fits the requirement to get subnets under Production. B might be a good option too, but it seems more generic and doesn’t specifically mention subnets. A and C don’t seem relevant because they either lack the tenant filter or target other resources. So, I’d place D first to lock in the tenant filter, then add B if it helps narrow down subnet details.
I ruled out C because it seems to target a different resource, not subnets. The URL structure favors B and D since they match query parameters for tenant and subnet filtering.
B and D filter by tenant and subnet, so yeah, that fits the URL query.
Skipped option A, looks unrelated; trying B and D for subnet filters.