تدرّب على 60 سؤالًا من CISSP تغطي الحوكمة والمخاطر وأمن الأصول والهندسة وأمن الشبكات وإدارة الهوية والعمليات والتطوير الآمن.
المستوى: CISSPالصعوبة: advanced60 سؤال60 دقيقة
أجب عن كل سؤال في CISSP، واختر أو اكتب إجابتك ثم راجع الشرح. تُحفظ الأخطاء محليًا للمراجعة.
أيام متتالية: 0 أياممحفوظ على هذا الجهاز فقط
التقدم0 / 60
الوقت المتبقي: 00:00
لا توجد أخطاء محفوظة بعد.
لا توجد أسئلة تطابق عوامل التصفية.
سؤال 1
Which CISSP domain covers security governance, risk management, and legal compliance?
Security and Risk Management covers governance, risk, compliance, ethics, and business continuity planning.
سؤال 2
Which access principle means users receive only the permissions required for their role?
Least privilege limits access to the minimum required for legitimate work.
سؤال 3
Which type of security control detects and reports a security incident?
Detective controls such as monitoring and alarms identify incidents after or during an event.
سؤال 4
What is the primary purpose of a risk assessment?
Risk assessment evaluates threats, vulnerabilities, and impact so organizations can choose appropriate responses.
سؤال 5
What is residual risk?
Residual risk is the leftover risk after mitigation; management must accept, avoid, transfer, or continue to mitigate it.
سؤال 6
Which security document states management expectations and is typically high-level?
A policy is high-level direction from management; procedures, standards, and guidelines support it.
سؤال 7
What is separation of duties designed to prevent?
Separation of duties splits sensitive tasks among multiple people so no one person can act alone.
سؤال 8
What is defense in depth?
Defense in depth uses overlapping controls so failure of one layer does not expose the asset.
سؤال 9
Which security goal protects data from unauthorized disclosure?
Confidentiality ensures only authorized parties can access sensitive data. It prevents unauthorized disclosure through controls such as encryption and access permissions. Availability keeps systems accessible, integrity prevents unauthorized modification, and authentication verifies identity, so confidentiality is the goal that directly matches the question.
سؤال 10
Which security goal ensures data is not modified without authorization?
Integrity protects data from unauthorized alteration and verifies it is accurate and trustworthy.
سؤال 11
Which security goal ensures systems remain accessible to authorized users?
Availability means systems and data are accessible when needed, supported by redundancy and recovery controls.
سؤال 12
What is authentication?
Authentication confirms who the user is; authorization then determines what the user may do.
سؤال 13
What is authorization?
Authorization assigns access based on policy after identity has been verified.
سؤال 14
Which mechanism provides non-repudiation?
Digital signatures provide non-repudiation by linking a signed message to a specific private key holder.
سؤال 15
What is the main purpose of cryptography?
Cryptography provides confidentiality, integrity, authentication, and non-repudiation. Encryption protects data from disclosure, hashes detect modification, digital signatures verify senders, and key-based systems support these goals. It does not replace identity management, eliminate every attack, or improve network speed.
سؤال 16
Which encryption type uses the same key for encryption and decryption?
Symmetric algorithms such as AES use one shared secret key for both operations.
سؤال 17
In public-key cryptography, which key is used to encrypt a message sent to a recipient?
Anyone can encrypt with the recipient public key, but only the recipient private key can decrypt it.
سؤال 18
What is a cryptographic hash primarily used for?
A hash creates a fixed-size fingerprint so changes to data can be detected.
سؤال 19
Which network device filters traffic based on rules?
Firewalls inspect packets and allow or block traffic according to policy.
سؤال 20
What is a VLAN used for?
VLANs isolate traffic at Layer 2 and can reduce attack surface without changing physical wiring.
سؤال 21
Which protocol provides encrypted communication for web traffic?
TLS encrypts web traffic and is used by HTTPS to protect data in transit.
سؤال 22
Which technology creates an encrypted tunnel for remote network access?
A VPN encrypts traffic between a remote user and the network, protecting data in transit.
سؤال 23
What is a DMZ?
A DMZ sits between trusted and untrusted networks and contains public-facing services.
سؤال 24
Which concept describes classifying data and applying protection based on its sensitivity?
Asset Security covers classification, ownership, retention, and secure handling of data.
سؤال 25
What is Identity and Access Management (IAM)?
IAM combines identity lifecycle, authentication, authorization, and auditing controls. It manages who users are, what they may access, and how actions are recorded, usually through policies and role assignments. A firewall, encryption method, or backup service addresses only one part of security rather than the full identity and access framework.
سؤال 26
What is a directory service?
Directory services such as Active Directory centralize identity information and access policies.
سؤال 27
Which authentication factor is described as something the user knows?
Knowledge factors include passwords, PINs, and answers to security questions.
سؤال 28
Which authentication factor is described as something the user has?
Possession factors include smart cards, tokens, phones, and hardware keys.
سؤال 29
Which authentication factor is described as something the user is?
Inherence factors use biometric traits such as fingerprints, face, or iris patterns.
سؤال 30
What is single sign-on (SSO)?
SSO improves usability by letting one authenticated session work across trusted applications.
سؤال 31
What is multi-factor authentication?
MFA combines categories such as knowledge, possession, and inherence to strengthen authentication.
سؤال 32
What is privileged access management?
Privileged access management limits, rotates, and audits privileged credentials. It reduces risk by giving administrators only the elevated access they need and by monitoring how that access is used. Deleting all admin accounts breaks operations, giving every user admin rights increases risk, and blocking remote access is not the purpose of PAM.
سؤال 33
What does SIEM provide?
A SIEM collects security events from many sources and helps analysts detect incidents.
سؤال 34
What does SOAR stand for?
SOAR stands for Security Orchestration, Automation, and Response. It connects security tools and automates response workflows so teams can handle alerts faster and consistently. The other options expand the letters differently and are not the standard industry definition.
سؤال 35
What is a vulnerability scan?
Vulnerability scans identify missing patches and misconfigurations without confirming exploitation.
سؤال 36
What is a penetration test?
Penetration testing goes beyond scanning by attempting to exploit vulnerabilities and validate impact.
سؤال 37
Which incident response activity limits the scope of an incident?
Containment isolates affected systems to stop damage before eradication and recovery.
سؤال 38
What is the purpose of a business continuity plan (BCP)?
BCP focuses on continuing essential business processes, while DRP focuses on IT recovery.
سؤال 39
What is a disaster recovery plan (DRP)?
DRP defines recovery objectives, priorities, and procedures for technology after disruption.
سؤال 40
Which secure coding practice prevents injection attacks?
Validating input and using parameterized queries prevent attackers from injecting malicious commands.
سؤال 41
Which of the following are core security objectives in the CIA triad? Select all that apply.
The CIA triad is confidentiality, integrity, and availability. Authentication supports access control but is not one of the three objectives.
سؤال 42
Which of the following are access control models? Select all that apply.
DAC, MAC, and RBAC are access control models. HTTP is a network protocol.
سؤال 43
Which of the following are authentication factors? Select all that apply.
Common factor categories include knowledge, possession, inherence, and location. Knowledge is something you know, possession is something you have, inherence is something you are, and location can be a contextual factor. All four are recognized categories, so every option is correct.
سؤال 44
Which of the following are symmetric encryption algorithms? Select all that apply.
AES, 3DES, and Blowfish are symmetric. RSA is an asymmetric algorithm.
سؤال 45
Which of the following are asymmetric cryptography algorithms? Select all that apply.
RSA, ECC, and Diffie-Hellman are asymmetric. Asymmetric algorithms use a public key and a private key pair for encryption and digital signatures. AES is a symmetric algorithm that uses one shared secret key, so it does not belong in the asymmetric group.
سؤال 46
Which of the following are phases of incident response? Select all that apply.
Preparation, detection, containment, eradication, recovery, and lessons learned are common incident response phases.
سؤال 47
Which of the following are secure development practices? Select all that apply.
Input validation, least privilege, and secure defaults reduce vulnerabilities. Skipping tests increases risk.
سؤال 48
Confidentiality means information is available to everyone at all times.
Confidentiality restricts access to authorized users only; availability is the goal that keeps systems accessible.
سؤال 49
A vulnerability is the same thing as an exploit.
A vulnerability is a weakness, while an exploit is a technique or tool that takes advantage of a vulnerability.
سؤال 50
Data remanence is a concern when decommissioning storage media.
Residual data on old media can leak information, so sanitization or destruction is required.
سؤال 51
Symmetric encryption is generally faster than asymmetric encryption.
Symmetric algorithms are typically faster, which is why hybrid systems use asymmetric keys to exchange symmetric session keys.
سؤال 52
The principle of least privilege means granting all users administrator access by default.
Least privilege grants only the access users need, and administrative rights are tightly controlled.
سؤال 53
The security goal that protects data from unauthorized modification is ___.
Integrity ensures data remains accurate and unchanged by unauthorized parties.
سؤال 54
The process of confirming a user claimed identity is ___.
Authentication verifies identity before authorization grants access. The user proves who they are with credentials such as a password, token, or biometric. After identity is confirmed, authorization decides what resources that user may use, and auditing records the activity.
سؤال 55
A ___ encrypts traffic between a user and a remote network.
A VPN creates a secure encrypted tunnel for remote access.
سؤال 56
The access control model that grants rights based on user roles is ___.
RBAC assigns permissions through roles, simplifying administration for large user populations.
سؤال 57
A documented plan to restore IT systems after a disaster is the ___ recovery plan.
The DRP defines recovery objectives and procedures after a disruptive event.