🔥 3-day streak
Cisco CCNP Cybersecurity CBRCOR (350-201)113 / 147
Question 113 of 147
A SOC analyst is reviewing a Python snippet used to process alerts returned by a threat intelligence REST API. The API returns a JSON payload assigned to the variable 'data'. The relevant structure is: {"alerts": [{"id": 101, "severity": "high"}, {"id": 102, "severity": "low"}]}. The analyst needs the script to print the ID of every alert whose severity is 'high'. Which code block correctly accomplishes this?
Reviewed for accuracy · Report an issueNext question