WGU D320/CCSP
,WGU D320/CCSP
WGU D320/CCSP Questions & Answers Latest
Update 100% Verified (Terms in this set 133).
The management plane is use to The management plane uses APIs to execute remote calls across the cloud
administer a cloud environment and environment to various management systems, especially hypervisors. This allows a
perform administrative tasks across a centralized administrative interface, often a web portal, to orchestrate tasks
variety of systems, but most specifically throughout an enterprise. Scripts may be utilized to execute API calls, but they are
it's used with the hypervisors. not used directly to interact with systems. XML is used for data encoding and
transmission, but not for executing remote calls. TLS is used to encrypt
What does the management plane communications and may be used with API calls, but it is not the actual process
typically leverage for this orchestration? for executing commands.
A. APIs
B. Scripts
C. TLS
D. XML
When dealing with PII, which category Regulated PII pertains to data that is outlined in law and regulations. Violations of
pertains to those requirements that can the requirements for the protection of regulated PII can carry legal sanctions or
carry legal sanctions or penalties for penalties. Contractual PII involves required data protection that is determined by
failure to adequately safeguard the data the actual service contract between the cloud provider and cloud customer,
and address compliance requirements? rather than outlined by law. Violations of the provisions of contractual PII carry
potential financial or contractual implications, but not legal sanctions. Legal and
A. Contractual jurisdictional are similar terms to regulated, but neither is the official term used.
B. Jurisdictional
C. Regulated
D. Legal
®™
,WGU D320/CCSP
Although the united states does not have The Payment Card Industry Data Security Standard (PCI DSS) pertains to
a single, comprehensive privacy and organizations that handle credit card transactions and is an industry-regulatory
regulatory framework, a number of standard, not a governmental one. The Sarbanes-Oxley Act (SOX) was passed in
specific regulations pertain to types of 2002 and pertains to financial records and reporting, as well as transparency
data or populations. requirements for shareholders and other stakeholders. The Health Insurance and
Portability Act (HIPAA) was passed in 1996 and pertains to data privacy and
Which of the following is NOT a security for medical records. FISMA refers to the Federal Information Security
regulatory system from the United States Management Act of 2002 and pertains to the protection of all US federal
federal government? government IT systems, with the exception of national security systems.
A. HIPAA
B. SOX
C. FISMA
D. PCI DSS
The president of your company has tsked A hybrid cloud model spans two more different hosting configurations or cloud
you with implementing cloud services as providers. This would enable an organization to continue using its current hosting
the most efficient way of obtaining a configuration, while adding additional cloud services to enable disaster recovery
robust disaster recovery configuration for capabilities. The other cloud deployment models--public, private, and
your production services. community--would not be applicable for seeking a disaster recovery
configuration where cloud services are to be leveraged for that purpose rather
Which of the cloud deployment models than production service hosting.
would you MOST likely be exploring?
A. Hybrid
B. Private
C. Community
D. Public
If you are running an application that has Multitenancy is the aspect of cloud computing that involves having multiple
strict legal requirements that the data customers and applications running within the same system and sharing the same
cannot reside on systems that contain resources. Although considerable mechanisms are in place to ensure isolation and
other applications or systems, which separation, the data and applications are ultimately using shared resources. Broad
aspect of cloud computing would be network access refers to the ability to access cloud services from any location or
prohibitive in this case? client. Portability refers to the ability to easily move cloud services between
different cloud providers, whereas elasticity refers to the capabilities of a cloud
A. Multitenancy environment to add or remove services, as needed, to meet current demand.
B. Broad network access
C. Portability
D. Elasticity
The REST API is a widely used standard Representational State Transfer (REST) is a software architectural scheme that
for communications of web-based applies the components, connectors, and data conduits for many web
services between clients and the servers applications used on the Internet. It uses and relies on the HTTP protocol and
hosting them. supports a variety of data formats. Extensible Markup Language (XML) and
Security Assertion Markup Language (SAML) are both standards for exchanging
Which protocol does the REST API encoded data between two parties, with XML being for more general use and
depend on? SAML focused on authentication and authorization data. Secure Shell client (SSH)
A. HTTP is a secure method for allowing remote login to systems over a network.
B. SSH
C. SAML
D. XML
®™
, WGU D320/CCSP
Which of the following actions will NOT Modifying the metadata does not change the actual data. Although this initial
make data part of the create phase of the phase is called "create", it can also refer to modification. In essence, any time data
cloud data lifecycle? is considered "new", it is in the create phase. This can come from data that is newly
created, data that is imported into a system and is new to that system, or data that
A. Modify data is already present and is modified into a new form or value.
B. Modify metadata
C. New data
D. Import data
Most APIs will support a variety of The Simple Object Access Protocol (SOAP) protocol only supports the Extensible
different data formats or structures. Markup Language (XML) data format. Although the other options are all data
formats or data structures, they are not supported by SOAP
However, the SOAP API will only support
which one of the following data formats?
A. XML
B. XSLT
C. JSON
D. SAML
Which cloud storage type is typically Object storage is typically used to house virtual machine images because it is
used to house virtual machine images that independent from other systems and is focused solely on storage. It is also the
are used throughout the environment? most appropriate for handling large individual files. Volume storage, because it is
A. Structured allocated to a specific host, would not be appropriate for the storing of virtual
B. Unstructured images. Structured and unstructured are storage types specific to PaaS and would
C. Volume not be used for storing items used throughout a cloud environment.
D. Object
With an API, various features and The Simple Object Access Protocol (SOAP) does not support caching, whereas
optimizations are highly desirable to the Representational State Transfer (REST) API does. The other options are all
scalability, reliability, and security. capabilities that are either not supported by SOAP or not supported by any API
and must be provided by external features.
What does the REST API support that the
SOAP API does NOT support?
A. Acceleration
B. Caching
C. Redundancy
D. Encryption
Although much of the attention given to Integrity refers to the trustworthiness of data and whether its format and values
data security is focused on keeping data are true and have not been corrupted or otherwise altered through unauthorized
private and only accessible by authorized means. Confidentiality refers to keeping data from being accessed or viewed by
individuals, of equal importance is the unauthorized parties. Accessibility means that data is available and ready when
trustworthiness of the data. needed by a user or service. Validity can mean a variety of things that are
somewhat similar to integrity, but it's not the most appropriate answer in this case.
Which concept encapsulates this?
A. Validity
B. Integrity
C. Accessibility
D. Confidentiality
®™
,WGU D320/CCSP
WGU D320/CCSP Questions & Answers Latest
Update 100% Verified (Terms in this set 133).
The management plane is use to The management plane uses APIs to execute remote calls across the cloud
administer a cloud environment and environment to various management systems, especially hypervisors. This allows a
perform administrative tasks across a centralized administrative interface, often a web portal, to orchestrate tasks
variety of systems, but most specifically throughout an enterprise. Scripts may be utilized to execute API calls, but they are
it's used with the hypervisors. not used directly to interact with systems. XML is used for data encoding and
transmission, but not for executing remote calls. TLS is used to encrypt
What does the management plane communications and may be used with API calls, but it is not the actual process
typically leverage for this orchestration? for executing commands.
A. APIs
B. Scripts
C. TLS
D. XML
When dealing with PII, which category Regulated PII pertains to data that is outlined in law and regulations. Violations of
pertains to those requirements that can the requirements for the protection of regulated PII can carry legal sanctions or
carry legal sanctions or penalties for penalties. Contractual PII involves required data protection that is determined by
failure to adequately safeguard the data the actual service contract between the cloud provider and cloud customer,
and address compliance requirements? rather than outlined by law. Violations of the provisions of contractual PII carry
potential financial or contractual implications, but not legal sanctions. Legal and
A. Contractual jurisdictional are similar terms to regulated, but neither is the official term used.
B. Jurisdictional
C. Regulated
D. Legal
®™
,WGU D320/CCSP
Although the united states does not have The Payment Card Industry Data Security Standard (PCI DSS) pertains to
a single, comprehensive privacy and organizations that handle credit card transactions and is an industry-regulatory
regulatory framework, a number of standard, not a governmental one. The Sarbanes-Oxley Act (SOX) was passed in
specific regulations pertain to types of 2002 and pertains to financial records and reporting, as well as transparency
data or populations. requirements for shareholders and other stakeholders. The Health Insurance and
Portability Act (HIPAA) was passed in 1996 and pertains to data privacy and
Which of the following is NOT a security for medical records. FISMA refers to the Federal Information Security
regulatory system from the United States Management Act of 2002 and pertains to the protection of all US federal
federal government? government IT systems, with the exception of national security systems.
A. HIPAA
B. SOX
C. FISMA
D. PCI DSS
The president of your company has tsked A hybrid cloud model spans two more different hosting configurations or cloud
you with implementing cloud services as providers. This would enable an organization to continue using its current hosting
the most efficient way of obtaining a configuration, while adding additional cloud services to enable disaster recovery
robust disaster recovery configuration for capabilities. The other cloud deployment models--public, private, and
your production services. community--would not be applicable for seeking a disaster recovery
configuration where cloud services are to be leveraged for that purpose rather
Which of the cloud deployment models than production service hosting.
would you MOST likely be exploring?
A. Hybrid
B. Private
C. Community
D. Public
If you are running an application that has Multitenancy is the aspect of cloud computing that involves having multiple
strict legal requirements that the data customers and applications running within the same system and sharing the same
cannot reside on systems that contain resources. Although considerable mechanisms are in place to ensure isolation and
other applications or systems, which separation, the data and applications are ultimately using shared resources. Broad
aspect of cloud computing would be network access refers to the ability to access cloud services from any location or
prohibitive in this case? client. Portability refers to the ability to easily move cloud services between
different cloud providers, whereas elasticity refers to the capabilities of a cloud
A. Multitenancy environment to add or remove services, as needed, to meet current demand.
B. Broad network access
C. Portability
D. Elasticity
The REST API is a widely used standard Representational State Transfer (REST) is a software architectural scheme that
for communications of web-based applies the components, connectors, and data conduits for many web
services between clients and the servers applications used on the Internet. It uses and relies on the HTTP protocol and
hosting them. supports a variety of data formats. Extensible Markup Language (XML) and
Security Assertion Markup Language (SAML) are both standards for exchanging
Which protocol does the REST API encoded data between two parties, with XML being for more general use and
depend on? SAML focused on authentication and authorization data. Secure Shell client (SSH)
A. HTTP is a secure method for allowing remote login to systems over a network.
B. SSH
C. SAML
D. XML
®™
, WGU D320/CCSP
Which of the following actions will NOT Modifying the metadata does not change the actual data. Although this initial
make data part of the create phase of the phase is called "create", it can also refer to modification. In essence, any time data
cloud data lifecycle? is considered "new", it is in the create phase. This can come from data that is newly
created, data that is imported into a system and is new to that system, or data that
A. Modify data is already present and is modified into a new form or value.
B. Modify metadata
C. New data
D. Import data
Most APIs will support a variety of The Simple Object Access Protocol (SOAP) protocol only supports the Extensible
different data formats or structures. Markup Language (XML) data format. Although the other options are all data
formats or data structures, they are not supported by SOAP
However, the SOAP API will only support
which one of the following data formats?
A. XML
B. XSLT
C. JSON
D. SAML
Which cloud storage type is typically Object storage is typically used to house virtual machine images because it is
used to house virtual machine images that independent from other systems and is focused solely on storage. It is also the
are used throughout the environment? most appropriate for handling large individual files. Volume storage, because it is
A. Structured allocated to a specific host, would not be appropriate for the storing of virtual
B. Unstructured images. Structured and unstructured are storage types specific to PaaS and would
C. Volume not be used for storing items used throughout a cloud environment.
D. Object
With an API, various features and The Simple Object Access Protocol (SOAP) does not support caching, whereas
optimizations are highly desirable to the Representational State Transfer (REST) API does. The other options are all
scalability, reliability, and security. capabilities that are either not supported by SOAP or not supported by any API
and must be provided by external features.
What does the REST API support that the
SOAP API does NOT support?
A. Acceleration
B. Caching
C. Redundancy
D. Encryption
Although much of the attention given to Integrity refers to the trustworthiness of data and whether its format and values
data security is focused on keeping data are true and have not been corrupted or otherwise altered through unauthorized
private and only accessible by authorized means. Confidentiality refers to keeping data from being accessed or viewed by
individuals, of equal importance is the unauthorized parties. Accessibility means that data is available and ready when
trustworthiness of the data. needed by a user or service. Validity can mean a variety of things that are
somewhat similar to integrity, but it's not the most appropriate answer in this case.
Which concept encapsulates this?
A. Validity
B. Integrity
C. Accessibility
D. Confidentiality
®™