SAUTO Cloud Web And Email Security Automation Practice Question
You are automating the extraction of SaaS security incidents from Cloudlock. You observe that incidents are being missed by your script. What is the most likely cause if your script is calling the API every 60 seconds?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The script is not using a 'start_time' parameter to track the last retrieved event
The Cloudlock API may have rate limits or specific event ingestion windows; if the script is not handling pagination or 'since' timestamps correctly, data might be skipped.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The script is not using a 'start_time' parameter to track the last retrieved event
Why this is correct
To avoid missing events, one must use timestamps to ensure sequential fetching of data.
- ✗
The incidents have been deleted by the user
Why it's wrong here
Incident logs are typically preserved for audit purposes, not immediately deleted.
- ✗
The API is offline
Why it's wrong here
If the API were offline, the script would receive errors, not missed data.
- ✗
The script uses POST instead of GET
Why it's wrong here
The incident retrieval API is GET-based; using POST would return an error.
About these practice questions
One of 281 original SAUTO practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Cisco exam blueprint
This SAUTO practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAUTO exam.