DRAG DROP Refer to the exhibit. 

I think this is same as a common exam questions on practice-official guide helps for these. Mapping is profileName, profileDetails, ssidDetails, 0, flexConnect, enableFlexConnect. Follows the structure shown in DNA Center API docs.
profileName, profileDetails, ssidDetails, 0, flexConnect, enableFlexConnect fits the typical DNA Center API JSON layout. You call the profile by name, access details, then pick the first SSID in the list (index 0) and check FlexConnect settings. That's how I've seen it asked on other DevNet practice sets too. Pretty sure that's correct but let me know if anyone's seen Cisco change this order.
I don't think "0" goes before ssidDetails here. Mapping should be profileName, profileDetails, ssidDetails, 0, flexConnect, enableFlexConnect since DNAC's JSON has lists for SSIDs after the ssidDetails key. Easy to mix up but pretty sure that's right based on practice labs. Not 100% if Cisco ever changes their output though-anyone spot a different behavior?
