Practica 60 preguntas CISSP sobre gobernanza, riesgo, seguridad de activos, arquitectura, red, IAM, operaciones y desarrollo seguro.
Nivel: CISSPDificultad: advanced60 preguntas60 min
Responde cada pregunta CISSP, elige o escribe tu respuesta y revisa la explicación. Los errores se guardan localmente.
Racha de días: 0 díasGuardado solo en este dispositivo
Progreso0 / 60
Tiempo restante: 00:00
Aún no hay errores guardados.
Ninguna pregunta coincide con tus filtros.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 4
What is the primary purpose of a risk assessment?
Risk assessment evaluates threats, vulnerabilities, and impact so organizations can choose appropriate responses.
Pregunta 5
What is residual risk?
Residual risk is the leftover risk after mitigation; management must accept, avoid, transfer, or continue to mitigate it.
Pregunta 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.
Pregunta 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.
Pregunta 8
What is defense in depth?
Defense in depth uses overlapping controls so failure of one layer does not expose the asset.
Pregunta 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.
Pregunta 10
Which security goal ensures data is not modified without authorization?
Integrity protects data from unauthorized alteration and verifies it is accurate and trustworthy.
Pregunta 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.
Pregunta 12
What is authentication?
Authentication confirms who the user is; authorization then determines what the user may do.
Pregunta 13
What is authorization?
Authorization assigns access based on policy after identity has been verified.
Pregunta 14
Which mechanism provides non-repudiation?
Digital signatures provide non-repudiation by linking a signed message to a specific private key holder.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 18
What is a cryptographic hash primarily used for?
A hash creates a fixed-size fingerprint so changes to data can be detected.
Pregunta 19
Which network device filters traffic based on rules?
Firewalls inspect packets and allow or block traffic according to policy.
Pregunta 20
What is a VLAN used for?
VLANs isolate traffic at Layer 2 and can reduce attack surface without changing physical wiring.
Pregunta 21
Which protocol provides encrypted communication for web traffic?
TLS encrypts web traffic and is used by HTTPS to protect data in transit.
Pregunta 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.
Pregunta 23
What is a DMZ?
A DMZ sits between trusted and untrusted networks and contains public-facing services.
Pregunta 24
Which concept describes classifying data and applying protection based on its sensitivity?
Asset Security covers classification, ownership, retention, and secure handling of data.
Pregunta 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.
Pregunta 26
What is a directory service?
Directory services such as Active Directory centralize identity information and access policies.
Pregunta 27
Which authentication factor is described as something the user knows?
Knowledge factors include passwords, PINs, and answers to security questions.
Pregunta 28
Which authentication factor is described as something the user has?
Possession factors include smart cards, tokens, phones, and hardware keys.
Pregunta 29
Which authentication factor is described as something the user is?
Inherence factors use biometric traits such as fingerprints, face, or iris patterns.
Pregunta 30
What is single sign-on (SSO)?
SSO improves usability by letting one authenticated session work across trusted applications.
Pregunta 31
What is multi-factor authentication?
MFA combines categories such as knowledge, possession, and inherence to strengthen authentication.
Pregunta 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.
Pregunta 33
What does SIEM provide?
A SIEM collects security events from many sources and helps analysts detect incidents.
Pregunta 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.
Pregunta 35
What is a vulnerability scan?
Vulnerability scans identify missing patches and misconfigurations without confirming exploitation.
Pregunta 36
What is a penetration test?
Penetration testing goes beyond scanning by attempting to exploit vulnerabilities and validate impact.
Pregunta 37
Which incident response activity limits the scope of an incident?
Containment isolates affected systems to stop damage before eradication and recovery.
Pregunta 38
What is the purpose of a business continuity plan (BCP)?
BCP focuses on continuing essential business processes, while DRP focuses on IT recovery.
Pregunta 39
What is a disaster recovery plan (DRP)?
DRP defines recovery objectives, priorities, and procedures for technology after disruption.
Pregunta 40
Which secure coding practice prevents injection attacks?
Validating input and using parameterized queries prevent attackers from injecting malicious commands.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 44
Which of the following are symmetric encryption algorithms? Select all that apply.
AES, 3DES, and Blowfish are symmetric. RSA is an asymmetric algorithm.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 50
Data remanence is a concern when decommissioning storage media.
Residual data on old media can leak information, so sanitization or destruction is required.
Pregunta 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.
Pregunta 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.
Pregunta 53
The security goal that protects data from unauthorized modification is ___.
Integrity ensures data remains accurate and unchanged by unauthorized parties.
Pregunta 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.
Pregunta 55
A ___ encrypts traffic between a user and a remote network.
A VPN creates a secure encrypted tunnel for remote access.
Pregunta 56
The access control model that grants rights based on user roles is ___.
RBAC assigns permissions through roles, simplifying administration for large user populations.
Pregunta 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.