All Practice Exams

100+ Free IBM Cybersecurity Analyst Practice Questions

Prepare for the IBM Cybersecurity Analyst Professional Certificate (Coursera) exam with instant access — no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: IBM Cybersecurity Analyst Exam

8 courses

Program length

IBM / Coursera

80%

Minimum passing grade

IBM / Coursera

No expiry

Certificate validity

Coursera

4-8 months

Typical completion time

IBM / Coursera

QRadar, ZAP, Python

Hands-on tools

IBM Skills Network

Security+ prep

Aligned certification target

IBM

The IBM Cybersecurity Analyst Professional Certificate is an eight-course Coursera program delivered by IBM, earned with a minimum 80% grade and a passing final assessment, and included in a Coursera subscription with no separate exam fee. It covers OS and network security, threat intelligence and vulnerability management (CVE/CVSS), penetration testing, incident response and forensics, SIEM with IBM QRadar, and compliance frameworks (NIST, GDPR, HIPAA, PCI-DSS), capped by a real-world breach capstone. There is no fixed question count and the credential does not expire.

Sample IBM Cybersecurity Analyst Practice Questions

Try these sample questions to test your IBM Cybersecurity Analyst exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1The CIA triad is the foundational model taught early in the IBM Cybersecurity Analyst program. Which security goal is directly violated when an attacker alters values in a database without authorization?
A.Confidentiality
B.Availability
C.Integrity
D.Non-repudiation
Explanation: Integrity ensures that data is accurate, complete, and unmodified except by authorized parties. Unauthorized alteration of database values is a textbook integrity violation, which controls such as hashing, digital signatures, and access controls are designed to prevent.
2A SOC analyst follows the principle of least privilege when provisioning a new helpdesk account. Which configuration best reflects this principle?
A.Granting local administrator rights so the user never gets blocked
B.Disabling logging on the account to reduce noise
C.Adding the account to the Domain Admins group for convenience
D.Granting only the specific permissions needed to perform helpdesk tasks
Explanation: Least privilege means each user, process, or system is granted only the minimum access required to perform its function and nothing more. Limiting a helpdesk account to the precise permissions needed reduces the attack surface and the blast radius if the account is compromised.
3On a Linux system, which command displays the permission bits, owner, and group of files in the current directory in long format?
A.chmod -R
B.pwd
C.ls -l
D.whoami
Explanation: The 'ls -l' command lists directory contents in long format, showing the permission string (for example, -rwxr-xr--), owner, group, size, and modification time. Reading these permission bits is a core Linux administration skill for a security analyst auditing file access.
4In the Windows operating system, which feature uses access tokens and security identifiers (SIDs) to determine whether a process can access a securable object?
A.Windows Defender Firewall
B.Task Scheduler
C.BitLocker drive encryption
D.Access control through the Security Reference Monitor
Explanation: Windows enforces authorization by comparing the access token (which contains the user's SID and group SIDs) against the discretionary access control list (DACL) on the securable object. The Security Reference Monitor in the kernel performs this access check, the foundation of Windows access control.
5Which authentication concept is demonstrated when a user must provide a password AND a one-time code from a hardware token to log in?
A.Single sign-on
B.Federated identity
C.Multi-factor authentication combining 'something you know' and 'something you have'
D.Role-based access control
Explanation: Multi-factor authentication (MFA) requires two or more independent factors from different categories: something you know (password), something you have (token), or something you are (biometric). Combining a password with a hardware-token code uses two distinct factor categories, which is what makes MFA stronger than a password alone.
6A SOC is typically organized into analyst tiers. Which task is most characteristic of a Tier 1 (level 1) security analyst?
A.Performing deep malware reverse engineering
B.Leading enterprise threat-hunting campaigns
C.Triaging and monitoring incoming SIEM alerts and escalating true positives
D.Designing the organization's overall security architecture
Explanation: Tier 1 analysts are the first line of the SOC: they monitor dashboards, triage incoming alerts, filter out false positives, and escalate confirmed incidents to Tier 2 for deeper investigation. This triage role is central to the analyst processes taught in the IBM program.
7Which type of malware disguises itself as legitimate software to trick a user into installing it, then performs malicious actions in the background?
A.Worm
B.Logic bomb
C.Rootkit
D.Trojan horse
Explanation: A Trojan horse masquerades as a benign or desirable program to deceive the user into running it, after which it delivers a malicious payload such as a backdoor. Unlike a worm, a Trojan does not self-replicate; it relies on the user being tricked into executing it.
8An attacker sends a crafted email impersonating a bank to trick users into entering credentials on a fake site. The program teaches that this social-engineering technique is called what?
A.Phishing
B.Pharming
C.Smishing
D.Tailgating
Explanation: Phishing uses fraudulent emails (or messages) that impersonate a trusted entity to lure victims into revealing credentials or clicking malicious links. It is one of the most common initial-access vectors and a core social-engineering concept in the IBM curriculum.
9Which statement best describes the difference between authentication and authorization?
A.Authentication grants permissions; authorization verifies identity
B.They are interchangeable terms for the same control
C.Authentication verifies who you are; authorization determines what you are allowed to do
D.Authentication is only for machines; authorization is only for humans
Explanation: Authentication establishes identity (proving you are who you claim to be), while authorization decides which resources and actions that authenticated identity may access. A user is first authenticated, then authorized against access-control policies.
10On macOS and other Unix-like systems, which mechanism extends traditional owner/group/other permissions to grant fine-grained access to specific users?
A.Access Control Lists (ACLs)
B.The sudoers timeout
C.The /etc/shadow file
D.Address Space Layout Randomization
Explanation: Access Control Lists (ACLs) supplement the classic Unix owner/group/other model by letting administrators grant or deny permissions to named individual users or groups on a per-object basis. macOS supports file-system ACLs to provide this granularity beyond the standard rwx bits.

About the IBM Cybersecurity Analyst Exam

The IBM Cybersecurity Analyst Professional Certificate is an eight-course, beginner-friendly program on Coursera that prepares learners for an entry-level SOC analyst role and helps them get ready for the CompTIA Security+ exam. It covers cybersecurity roles and operating-system security across Windows, Linux, and macOS; network security, firewalls, and database vulnerabilities; cyber threat intelligence and vulnerability management; penetration testing, incident response, and digital forensics; and compliance frameworks such as NIST, GDPR, HIPAA, and PCI-DSS. Learners gain hands-on experience with industry tools including IBM QRadar SIEM, OWASP ZAP, and Python, and complete a real-world breach-response capstone. The certificate is earned with a minimum 80% grade and a passing score on the final IBM Cybersecurity Analyst Assessment, and it does not expire.

Assessment

Question count not published by the exam provider

Time Limit

Self-paced; no fixed time limit

Passing Score

80% on the final assessment

Exam Fee

Included in Coursera subscription (no separate fee) (IBM (delivered via Coursera))

IBM Cybersecurity Analyst Exam Content Outline

15%

Cybersecurity roles, processes & operating-system security

Master the CIA triad, least privilege and just-in-time access, authentication versus authorization, MFA factor categories, SOC analyst tiers, and social engineering. Secure Windows (access tokens, SIDs), Linux (file permissions, /etc/shadow), and macOS (ACLs) through hardening and patch management.

14%

Network security, firewalls, and defense

Understand the TCP/IP model and three-way handshake, well-known ports, stateful firewalls and implicit deny, IDS versus IPS, VPN tunnels, DMZ and segmentation to limit lateral movement, NAT, DNS poisoning, and packet analysis with Wireshark.

12%

Cyber threat intelligence & vulnerability management

Work with CVE identifiers and the NIST NVD, apply the CVSS v3.1 severity scale (None 0.0, Low 0.1-3.9, Medium 4.0-6.9, High 7.0-8.9, Critical 9.0-10.0), run port and vulnerability scans, distinguish threat-intelligence types and IOCs, and map behavior to MITRE ATT&CK and the OWASP Top 10.

13%

Penetration testing, incident response & digital forensics

Know the pen-test phases and white-box versus black-box testing, the NIST SP 800-61 incident response life cycle (Preparation; Detection and Analysis; Containment, Eradication, and Recovery; Post-Incident Activity), chain of custody, the order of volatility, evidence hashing, and Python automation.

13%

SIEM (including IBM QRadar), endpoint protection & tooling

Learn SIEM log normalization and correlation, QRadar offenses and magnitude from severity, relevance, and credibility, EDR and sandboxing, DLP, SOAR playbooks, UEBA baselining, and tuning rules to reduce false positives and alert fatigue.

14%

Compliance frameworks, standards & regulations

Apply the NIST Cybersecurity Framework and ISO/IEC 27001, PCI-DSS cardholder-data protection, GDPR (72-hour breach notification, data minimization, right to erasure), HIPAA administrative/physical/technical safeguards, and governance controls such as separation of duties and residual-risk management.

19%

Breach analysis & capstone case studies

Analyze real breaches through the cyber kill chain, symmetric and asymmetric cryptography, hashing and salting, ransomware recovery from offline backups, insider and APT threats, Zero Trust, RBAC, DNS-based data exfiltration detection, and responsible use of generative AI in investigations.

How to Pass the IBM Cybersecurity Analyst Exam

What You Need to Know

  • Passing score: 80% on the final assessment
  • Assessment: Question count not published by the exam provider
  • Time limit: Self-paced; no fixed time limit
  • Exam fee: Included in Coursera subscription (no separate fee)

Keys to Passing

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

IBM Cybersecurity Analyst Study Tips from Top Performers

1Memorize the CVSS v3.1 qualitative scale: None 0.0, Low 0.1-3.9, Medium 4.0-6.9, High 7.0-8.9, Critical 9.0-10.0, and pair severity with exploitability and asset criticality when prioritizing remediation.
2Know the four NIST SP 800-61 incident response phases in order and what each accomplishes, especially that containment limits spread before eradication and recovery.
3For QRadar, remember that offense magnitude combines severity, relevance, and credibility, and that an offense is a correlated set of events and flows worth analyst attention.
4Lock in the compliance facts that appear often: GDPR's 72-hour breach notification and right to erasure, HIPAA's administrative, physical, and technical safeguards, and PCI-DSS protection of stored cardholder data.
5Distinguish symmetric versus asymmetric cryptography and understand why salting passwords before hashing defeats rainbow tables; these breach-analysis concepts recur throughout the capstone.
6Practice forensic fundamentals: chain of custody for admissibility, the order of volatility (capture RAM before disk), and hashing a disk image to prove integrity.

Frequently Asked Questions

What are the key facts for the IBM Cybersecurity Analyst Professional Certificate?

It is an eight-course IBM program on Coursera, earned with a minimum 80% grade and a passing score on the final IBM Cybersecurity Analyst Assessment. There is no separate exam fee beyond the Coursera subscription, no formal prerequisites, and the certificate does not expire.

How many questions are on the exam?

There is no single fixed-length exam. Assessment is spread across graded quizzes, hands-on labs, a breach-response capstone, and a comprehensive final assessment, so IBM and Coursera do not publish a fixed total question count.

What passing score do I need?

You need a minimum passing grade of 80% across the program's graded assessments and a passing score on the final IBM Cybersecurity Analyst Assessment, which covers content from the previous courses.

Does this certificate prepare me for CompTIA Security+?

Yes. IBM designed the program to build job-ready analyst skills and to help learners prepare for the vendor-neutral CompTIA Security+ certification, with a dedicated assessment course covering Security+ and CySA+ topics.

Which tools will I use in the program?

Hands-on labs feature IBM QRadar SIEM for threat detection, OWASP ZAP for web-application penetration testing, and Python for security automation, plus standard incident response, forensics, and compliance tooling.

How should I prepare for the final assessment?

Drill the CVSS v3.1 severity ranges, the NIST SP 800-61 incident response phases, QRadar offense magnitude (severity, relevance, credibility), the cyber kill chain, and compliance facts like GDPR's 72-hour breach notification. Then practice forensic chain of custody and the order of volatility until they feel routine.