nerdexam
CompTIA

CAS-002 · Question #726

A security company is developing a new cloud-based log analytics platform. Its purpose is to allow: - Customers to upload their log files to the "big data" platform - Customers to perform remote log…

The correct answer is A. Secure storage and transmission of API keys B. Secure protocols for transmission of log files and search results D. Multi-tenancy with RBAC support. This question tests knowledge of multi-tenant cloud platform security controls to ensure customer data isolation. The three best controls address API credential protection, data-in-transit encryption, and logical tenant separation via access control.

Technical Integration of Enterprise Components

Question

A security company is developing a new cloud-based log analytics platform. Its purpose is to allow:

  • Customers to upload their log files to the "big data" platform
  • Customers to perform remote log search
  • Customers to integrate into the platform using an API so that third

party business intelligence tools can be used for the purpose of trending, insights, and/or discovery Which of the following are the BEST security considerations to protect data from one customer being disclosed to other customers? (Select THREE).

Options

  • ASecure storage and transmission of API keys
  • BSecure protocols for transmission of log files and search results
  • CAt least two years retention of log files in case of e-discovery requests
  • DMulti-tenancy with RBAC support
  • ESanitizing filters to prevent upload of sensitive log file contents
  • FEncrypted storage of all customer log files

How the community answered

(52 responses)
  • A
    81% (42)
  • C
    12% (6)
  • E
    2% (1)
  • F
    6% (3)

Why each option

This question tests knowledge of multi-tenant cloud platform security controls to ensure customer data isolation. The three best controls address API credential protection, data-in-transit encryption, and logical tenant separation via access control.

ASecure storage and transmission of API keysCorrect

API keys serve as authentication credentials for third-party integrations; if they are not securely stored and transmitted, a customer or attacker could obtain another customer's key and access their log data through the API. Protecting these credentials is essential to maintaining tenant isolation at the integration layer.

BSecure protocols for transmission of log files and search resultsCorrect

Secure protocols such as TLS encrypt log files and search results during transmission between customers and the platform, preventing interception or man-in-the-middle attacks that could expose one customer's data to another. Without transport encryption, data traversing shared network infrastructure could be read by other tenants.

CAt least two years retention of log files in case of e-discovery requests

Log retention policies address compliance and e-discovery requirements, not the prevention of cross-tenant data disclosure.

DMulti-tenancy with RBAC supportCorrect

Multi-tenancy with RBAC is the foundational architectural control that ensures each customer can only access their own data within the shared platform. RBAC policies enforce authorization boundaries between tenants so that authenticated users are limited strictly to their own organization's resources.

ESanitizing filters to prevent upload of sensitive log file contents

Sanitizing uploaded log content prevents sensitive data from entering the platform but does not control whether one authenticated tenant can access another tenant's already-stored data.

FEncrypted storage of all customer log files

Encrypted storage protects data at rest from infrastructure-level unauthorized access but does not enforce tenant isolation or prevent an authenticated user from reaching another customer's data if access controls are misconfigured.

Concept tested: Multi-tenant cloud data isolation and API credential security

Source: https://cloudsecurityalliance.org/research/cloud-controls-matrix/

Topics

#multi-tenancy#RBAC#API security#cloud data isolation

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice