Certified Cloud Security Professional – CCSP – Question082

Which of the following represents a minimum guaranteed resource within a cloud environment for the cloud customer?

A.
Reservation
B. Share
C. Limit
D. Provision

Correct Answer: A

Explanation:

Explanation: A reservation is a minimum resource that is guaranteed to a customer within a cloud environment. Within a cloud, a reservation can pertain to the two main aspects of computing: memory and processor. With a reservation in place, the cloud provider guarantees that a cloud customer will always have at minimum the necessary resources available to power on and operate any of their services.

Certified Cloud Security Professional – CCSP – Question081

Which aspect of archiving must be tested regularly for the duration of retention requirements?

A.
Availability
B. Recoverability
C. Auditability
D. Portability

Correct Answer: B

Explanation:

Explanation: In order for any archiving system to be deemed useful and compliant, regular tests must be performed to ensure the data can still be recovered and accessible, should it ever be needed, for the duration of the retention requirements.

Certified Cloud Security Professional – CCSP – Question080

What is the biggest negative to leasing space in a data center versus building or maintain your own?

A.
Costs
B. Control
C. Certification
D. Regulation

Correct Answer: B

Explanation:

Explanation: When leasing space in a data center, an organization will give up a large degree of control as to how it is built and maintained, and instead must conform to the policies and procedures of the owners and operators of the data center.

Certified Cloud Security Professional – CCSP – Question079

Which publication from the United States National Institute of Standards and Technology pertains to defining cloud concepts and definitions for the various core components of cloud computing?

A.
SP 800-153
B. SP 800-145
C. SP 800-53
D. SP 800-40

Correct Answer: B

Explanation:

Explanation: NIST Special Publications 800-145 is titled “The NIST Definition of Cloud Computing” and contains definitions and explanations of core cloud concepts and components.

Certified Cloud Security Professional – CCSP – Question078

Which of the following threat types can occur when an application does not properly validate input and can be leveraged to send users to malicious sites that appear to be legitimate?

A.
Unvalidated redirects and forwards
B. Insecure direct object references
C. Security miscomfiguration
D. Sensitive data exposure

Correct Answer: A

Explanation:

Explanation: Many web applications offer redirect or forward pages that send users to different, external sites. If these pages are not properly secured and validated, attackers can use the application to forward users off to sites for phishing or malware attempts. These attempts can often be more successful than direct phishing attempts because users will trust the site or application that sent them there, and they will assume it has been properly validated and approved by the trusted application’s owners or operators. Security misconfiguration occurs when applications and systems are not properly configured for security–often a result of misapplied or inadequate baselines. Insecure direct object references occur when code references aspects of the infrastructure, especially internal or private systems, and an attacker can use that knowledge to glean more information about the infrastructure. Sensitive data exposure occurs when an application does not use sufficient encryption and other security controls to protect sensitive application data.

Certified Cloud Security Professional – CCSP – Question077

What is the data encapsulation used with the SOAP protocol referred to?

A.
Packet
B. Envelope
C. Payload
D. Object

Correct Answer: B

Explanation:

Explanation: Simple Object Access Protocol (SOAP) encapsulates its information in what is known as a SOAP envelope and then leverages common communications protocols for transmission.

Certified Cloud Security Professional – CCSP – Question076

Which of the following threat types can occur when baselines are not appropriately applied or unauthorized changes are made?

A.
Insecure direct object references
B. Unvalidated redirects and forwards
C. Security misconfiguration
D. Sensitive data exposure

Correct Answer: C

Explanation:

Explanation: Security misconfigurations occur when applications and systems are not properly configured or maintained in a secure manner. This can be caused from a shortcoming in security baselines or configurations, unauthorized changes to system configurations, or a failure to patch and upgrade systems as the vendor releases security patches.

Certified Cloud Security Professional – CCSP – Question074

Why does a Type 1 hypervisor typically offer tighter security controls than a Type 2 hypervisor?

A.
A Type 1 hypervisor also controls patching of its hosted virtual machines ensure they are always secure.
B. A Type 1 hypervisor is tied directly to the bare metal and only runs with code necessary to perform its specific mission.
C. A Type 1 hypervisor performs hardware-level encryption for tighter security and efficiency.
D. A Type 1 hypervisor only hosts virtual machines with the same operating systems as the hypervisor.

Correct Answer: B

Explanation:

Explanation: Type 1 hypervisors run directly on top of the bare metal and only contain the code and functions required to perform their purpose. They do not rely on any other systems or contain extra features to secure.