1.5 Explain the importance of efficiency and process improvement in security operations.
Objective 1.5 sits in Security Operations, which carries 33% of the CySA+ exam. The questions below are original, written from the official objective title above, and each explanation cites the CompTIA page it rests on.
Objective title verbatim from the official objectives. CompTIA exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
An analyst schedules a nightly enrichment script with this crontab entry:
0 2 * * 1 /opt/soc/enrich.shWhen does it actually run?
Correct.
Concept
Scheduled automation lives or dies on the field order of the schedule format. Reading positions wrong shifts a job from weekly to daily, and the mistake only surfaces when the output gap is noticed.
Why D
The fields run minute, hour, day of month, month, day of week. Here minute 0, hour 2, and day-of-week 1 restrict the run to 02:00 on Mondays, with the day-of-month and month fields wide open.
Now you: objective 1.5 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An analyst editing a crontab asks what the first field of an entry controls. What is it?
Sample question 2 of 3
A teammate schedules log collection with */35 in the minute field, expecting a run every 35 minutes. What actually happens?
Sample question 3 of 3
A SOC automation job placed in /etc/cron.d/ fails to run, while the same line works in a user crontab. What is the likely missing piece?
Full CySA+ question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.
More objectives in Security Operations
- 1.1 1.1 Explain the importance of system and network architecture concepts in security operations.
- 1.2 1.2 Given a scenario, analyze indicators of potentially malicious activity.
- 1.3 1.3 Given a scenario, use appropriate tools or techniques to determine malicious activity.
- 1.4 1.4 Compare and contrast threat-intelligence and threat-hunting concepts.