{"id":17302,"date":"2026-09-21T07:36:43","date_gmt":"2026-09-21T07:36:43","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17302"},"modified":"2026-09-21T07:36:43","modified_gmt":"2026-09-21T07:36:43","slug":"cyber-ab-ccp-practice-test-questions-and-exam-dumps-part15-q281-300","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/cyber-ab-ccp-practice-test-questions-and-exam-dumps-part15-q281-300\/","title":{"rendered":"Cyber AB CCP Practice Test Questions and Exam Dumps Part15 Q281-300"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ccp-exam-dumps\"><b>Cyber AB CCP Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 281<\/b><\/h3>\n<p><b>What is dynamic application security testing designed to examine?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An application while it is running<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employee background records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical access badges<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup retention periods<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dynamic application security testing, or DAST, evaluates an application while it is executing. The testing approach interacts with the running application from an external perspective and can identify weaknesses related to areas such as input handling, authentication behavior, session management, and application responses. Unlike static analysis, DAST does not primarily inspect source code. It can therefore reveal certain issues that become visible only during runtime. DAST should be incorporated into an organization&#8217;s application security process alongside other techniques because no single testing method identifies every vulnerability. Findings should be validated, prioritized, documented, and remediated according to organizational risk.<\/span><\/p>\n<h3><b>Question 282<\/b><\/h3>\n<p><b>What does interactive application security testing combine?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical penetration testing with disaster recovery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Runtime application observation with code-level analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network segmentation with employee training<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup verification with asset disposal<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Interactive application security testing, commonly called IAST, analyzes an application while it is running and can use information from inside the application environment to identify vulnerabilities. This provides a perspective that combines runtime behavior with application-level context. Because IAST operates during application execution, it can provide developers with information about the code paths and components associated with detected issues. IAST differs from DAST, which generally evaluates the application externally, and SAST, which analyzes source or compiled code without requiring normal runtime execution. Using multiple testing approaches can provide broader application security coverage.<\/span><\/p>\n<h3><b>Question 283<\/b><\/h3>\n<p><b>What is fuzz testing primarily intended to discover?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Weak employee passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical security gaps<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unexpected application behavior caused by unusual inputs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Missing disaster recovery contacts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fuzz testing provides applications with unexpected, malformed, random, or unusually structured inputs to identify crashes, errors, memory problems, validation weaknesses, or other abnormal behavior. The technique can be useful for applications that process complex input formats, network protocols, files, or user-supplied data. Fuzzing does not guarantee that every security vulnerability will be discovered, but it can expose conditions that conventional functional testing may overlook. Effective fuzz testing requires suitable input generation, monitoring, logging, and analysis of failures. Discovered crashes or unexpected responses should be investigated because they may reveal exploitable weaknesses.<\/span><\/p>\n<h3><b>Question 284<\/b><\/h3>\n<p><b>Why should security checks be integrated into CI\/CD pipelines?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To prevent developers from testing software<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To identify security issues earlier in the delivery process<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To eliminate the need for source control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To guarantee that deployed applications contain no vulnerabilities<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Integrating security checks into continuous integration and continuous delivery pipelines allows organizations to identify potential weaknesses before software reaches production. Automated checks can examine source code, dependencies, configuration, infrastructure definitions, container images, secrets, or software artifacts depending on the pipeline. Earlier identification can reduce the cost and effort associated with fixing defects after deployment. Pipeline security checks should be appropriately configured so that they provide useful findings without unnecessarily disrupting legitimate development work. Automated testing does not guarantee vulnerability-free software, so organizations still need manual review, threat analysis, operational monitoring, and other security practices.<\/span><\/p>\n<h3><b>Question 285<\/b><\/h3>\n<p><b>What is Kubernetes RBAC used to control?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permissions assigned to identities within Kubernetes resources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical access to cloud facilities<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encryption of employee email<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retention of paper records<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Kubernetes role-based access control, or RBAC, regulates which authenticated identities can perform specific actions on Kubernetes resources. Permissions can be assigned through roles and bindings that define allowed operations, such as reading, creating, updating, or deleting particular resource types. Proper RBAC configuration supports least privilege by limiting users, services, and workloads to the permissions they actually require. Excessive permissions can increase the impact of a compromised account or workload. Organizations should periodically review Kubernetes permissions and avoid broad administrative access when narrower permissions are sufficient for the required operational task.<\/span><\/p>\n<h3><b>Question 286<\/b><\/h3>\n<p><b>What is a cloud access security broker commonly used to provide?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical construction services for data centers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Visibility and security controls for cloud service usage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hardware replacement for employee laptops<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Software development training<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A cloud access security broker, or CASB, provides visibility and security capabilities between an organization and cloud services. Depending on the implementation, CASB functionality can support activities such as discovering cloud applications, enforcing security policies, monitoring data movement, identifying risky usage, and helping protect sensitive information. CASB solutions are particularly useful when organizations need greater visibility into software-as-a-service environments that employees may access. The exact capabilities differ among products and architectures. CASB should complement identity management, endpoint security, data protection, and cloud governance rather than being treated as a complete replacement for those controls.<\/span><\/p>\n<h3><b>Question 287<\/b><\/h3>\n<p><b>What is a SaaS security concern when employees adopt unsanctioned applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shadow IT can introduce unmanaged data and access risks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Every application automatically receives stronger authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unsanctioned software always improves compliance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud providers become responsible for every customer decision<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Shadow IT refers to technology services or applications used without appropriate organizational approval or oversight. When employees independently adopt cloud applications, sensitive information may be stored or processed outside established security controls. The organization may have limited visibility into authentication, retention, sharing, vendor practices, or data deletion. Managing this risk can involve application discovery, acceptable-use requirements, approved service catalogs, access controls, security awareness, and cloud monitoring. The goal is not necessarily to prevent every new technology service but to ensure that applications handling organizational information receive appropriate security and governance consideration.<\/span><\/p>\n<h3><b>Question 288<\/b><\/h3>\n<p><b>What is OpenID Connect primarily used for?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encrypting stored database files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Providing an identity layer on top of OAuth 2.0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detecting malicious network packets<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managing physical security cameras<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">OpenID Connect, or OIDC, is an identity protocol built on top of OAuth 2.0. It enables applications to obtain authenticated identity information about a user while using standardized authorization mechanisms. OIDC introduces concepts such as the ID token, which communicates identity-related claims to a relying application. OAuth itself primarily addresses delegated authorization rather than proving a user&#8217;s identity to an application. Organizations implementing OIDC should validate tokens appropriately, protect client credentials, use secure redirect configurations, and apply suitable authorization decisions. Correct protocol selection helps avoid confusing authentication requirements with authorization mechanisms.<\/span><\/p>\n<h3><b>Question 289<\/b><\/h3>\n<p><b>What does a JSON Web Token commonly contain?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Claims describing information about an identity or authorization context<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A physical copy of an encryption key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A complete database backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A hardware serial-number inventory<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A JSON Web Token, or JWT, commonly carries claims in a structured token format. Claims can communicate information such as an issuer, subject, expiration time, audience, or other application-defined attributes. Depending on the implementation, JWTs may be signed to provide integrity and authenticity assurances, and they may also be encrypted when confidentiality is required. A signed JWT should not automatically be assumed to hide its contents because signing and encryption provide different security properties. Applications should validate relevant claims, verify signatures appropriately, check expiration, and avoid placing unnecessary sensitive information inside tokens.<\/span><\/p>\n<h3><b>Question 290<\/b><\/h3>\n<p><b>What does SQL injection exploit?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Weak physical locks on database servers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improper handling of untrusted input in database queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Excessive backup retention<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Inadequate employee awareness training<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SQL injection occurs when untrusted input is incorporated into database queries in an unsafe manner, allowing an attacker to influence the query&#8217;s intended structure or behavior. Depending on the vulnerability and database permissions, exploitation may expose, modify, or delete information. Strong defenses include parameterized queries, prepared statements, appropriate input handling, least-privilege database accounts, and secure application development practices. Input validation can provide additional protection but should not be treated as the sole defense. Developers should also test database interactions specifically for injection weaknesses throughout the software development lifecycle.<\/span><\/p>\n<h3><b>Question 291<\/b><\/h3>\n<p><b>What is cross-site scripting intended to exploit?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Weak backup synchronization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A web application&#8217;s handling of untrusted content in a user&#8217;s browser<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incorrect server temperature settings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical network cable failures<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cross-site scripting, or XSS, occurs when an application causes untrusted content to be interpreted as executable script within a user&#8217;s browser. Depending on the type and context, XSS can allow attackers to execute actions in the victim&#8217;s browser context, access information available to scripts, or manipulate displayed content. Strong defenses include context-aware output encoding, appropriate input handling, secure framework practices, and carefully configured browser security mechanisms. Content Security Policy can provide an additional layer of protection. Developers should consider where untrusted data enters, how it is processed, and the context in which it is rendered.<\/span><\/p>\n<h3><b>Question 292<\/b><\/h3>\n<p><b>What does CSRF attempt to abuse?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An authenticated user&#8217;s browser session to perform an unwanted action<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A backup server&#8217;s storage capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A physical access control system<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A software license expiration date<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cross-site request forgery, or CSRF, attempts to cause an authenticated user&#8217;s browser to send an unintended request to a web application. If the application relies on automatically included authentication information and does not adequately verify the request&#8217;s origin or intent, an attacker may cause actions to be performed using the victim&#8217;s privileges. Common defenses include anti-CSRF tokens, appropriate SameSite cookie settings, origin checks, and careful authentication design. The risk depends on the application&#8217;s functionality and authentication mechanism. Developers should evaluate state-changing operations rather than assuming that authentication alone prevents unauthorized requests.<\/span><\/p>\n<h3><b>Question 293<\/b><\/h3>\n<p><b>What is SSRF capable of causing an application to do?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make attacker-influenced requests to internal or external resources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatically encrypt every employee device<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace all application logs with backups<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable physical surveillance equipment<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Server-side request forgery, or SSRF, occurs when an application can be manipulated into making network requests chosen or influenced by an attacker. Because the request originates from the server, the attacker may attempt to reach internal services, cloud metadata endpoints, or other destinations that are not directly accessible from the attacker&#8217;s own network position. Defenses can include strict destination allowlists, network segmentation, URL validation, restricted outbound connectivity, and protection of sensitive internal services. Applications should avoid assuming that a server-generated request is safe simply because the user cannot directly access the destination.<\/span><\/p>\n<h3><b>Question 294<\/b><\/h3>\n<p><b>Why are security headers used in web applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase hard-drive capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To communicate browser security policies or protections<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace application authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To perform database replication<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Security-related HTTP headers allow web applications to communicate certain security policies or handling instructions to browsers. Depending on the application, headers can help control content execution, framing behavior, transport security, referrer information, or other browser-side protections. Examples include Content Security Policy, Strict-Transport-Security, and frame-related controls. Headers are not a substitute for secure application design, authentication, authorization, or input handling. Their configuration should match the application&#8217;s functionality because overly restrictive settings can interfere with legitimate features. Security teams should periodically review headers as applications and browser security requirements evolve.<\/span><\/p>\n<h3><b>Question 295<\/b><\/h3>\n<p><b>What is SOAR designed to help security teams automate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incident response workflows and repetitive security tasks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Building construction schedules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employee compensation calculations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical document shredding<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Security orchestration, automation, and response, or SOAR, helps security teams coordinate tools and automate repetitive response activities. A SOAR platform can receive alerts, enrich events with additional information, execute predefined actions, create tickets, notify appropriate personnel, and coordinate response workflows. Automation can reduce manual effort and help analysts handle recurring tasks consistently. However, automated actions should be carefully designed because an incorrect response could disrupt legitimate systems or users. Organizations should establish appropriate approval points, test playbooks, monitor automation outcomes, and regularly update workflows as threats, tools, and business processes change.<\/span><\/p>\n<h3><b>Question 296<\/b><\/h3>\n<p><b>Why is incident severity classification important?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It determines which incidents receive attention and escalation based on impact<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees that incidents have identical causes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes the need for incident documentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It prevents all future security events<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Incident severity classification helps organizations prioritize response activities according to factors such as business impact, affected systems, data sensitivity, scope, operational disruption, and potential consequences. A clearly defined classification scheme helps determine response urgency, escalation requirements, communications, and resource allocation. Without consistent severity criteria, analysts may handle similar incidents differently or spend excessive effort on lower-impact events while more serious incidents require attention. Classification should be based on documented criteria rather than personal preference. Organizations should periodically review severity definitions using lessons from real incidents and exercises.<\/span><\/p>\n<h3><b>Question 297<\/b><\/h3>\n<p><b>What is a cold site in disaster recovery?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A fully operational duplicate facility ready for immediate production<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A location requiring substantial preparation before operations can resume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A secure password repository<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A remote monitoring workstation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A cold site is an alternate recovery location that generally has limited preinstalled operational capability and requires substantial preparation before normal business operations can resume. Equipment, systems, data, or configurations may need to be installed or restored before the site becomes functional. Because preparation requirements can increase recovery time, organizations choose cold sites when their recovery objectives and risk considerations make that approach acceptable. Cold sites can be less costly to maintain than more fully prepared alternatives, but cost should be considered alongside recovery requirements. Organizations should periodically verify that the location and associated recovery arrangements remain viable.<\/span><\/p>\n<h3><b>Question 298<\/b><\/h3>\n<p><b>What is differential backup designed to store?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changes made since the most recent full backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only files modified during the previous hour<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Every file from every previous backup separately<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only deleted operating-system components<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A differential backup stores data that has changed since the most recent full backup. As additional changes occur, subsequent differential backups generally become larger until another full backup is completed. During restoration, a typical differential strategy requires the most recent full backup and the latest differential backup. This differs from incremental backup, which records changes since the most recent backup of any type. Backup strategy should be selected according to recovery objectives, storage capacity, network constraints, restoration complexity, and business requirements. Organizations should also test restoration rather than assuming successful backup creation guarantees recoverability.<\/span><\/p>\n<h3><b>Question 299<\/b><\/h3>\n<p><b>What is a recovery point objective used to define?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The maximum acceptable amount of data loss measured in time<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The maximum number of administrators on a system<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The minimum length of a security policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of security alerts generated each day<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A recovery point objective, or RPO, defines the amount of data loss an organization can tolerate, usually expressed as a period of time. For example, an organization with a short RPO may need frequent backups or replication so that recovered systems contain data close to the point of disruption. RPO differs from recovery time objective, which concerns how quickly a service should be restored. RPO requirements should be based on business needs, data criticality, operational impact, and acceptable loss. Backup and replication architectures should then be designed to meet those requirements realistically.<\/span><\/p>\n<h3><b>Question 300<\/b><\/h3>\n<p><b>What is the purpose of a recovery time objective?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Specify how long a system may remain unavailable before restoration is required<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Determine the number of records stored in a database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identify the owner of an encryption key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Calculate the number of security incidents per quarter<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A recovery time objective, or RTO, establishes the target amount of time within which a system, service, or business function should be restored after a disruption. RTO helps organizations determine appropriate recovery strategies, staffing, infrastructure, redundancy, and technical capabilities. A highly time-sensitive service may require architecture capable of rapid restoration, while a less critical function may tolerate a longer outage. RTO should be based on business impact and operational requirements rather than an arbitrary technical target. Organizations should test recovery procedures to determine whether actual recovery capabilities can meet the established objective.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Cyber AB CCP Exam Dumps and Practice Test Dumps &nbsp; Question 281 What is dynamic application security testing designed to examine? An application while it is running Employee background records Physical access badges Backup retention periods Correct Answer: 1 Explanation: Dynamic application security testing, or DAST, evaluates an application while it is executing. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17302"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=17302"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17302\/revisions"}],"predecessor-version":[{"id":17303,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17302\/revisions\/17303"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}