nerdexam
CompTIA

CV0-003 · Question #433

A new version of an e-commerce application was deployed using a standard template configuration of 4 vCPU and 8GB of RAM. The administrator has configured the application to automatically add 4 GB…

The correct answer is B. Load testing. Load testing simulates sustained high utilization to validate that auto-scaling triggers fire correctly when thresholds like 80% RAM usage are reached over time.

Deployment

Question

A new version of an e-commerce application was deployed using a standard template configuration of 4 vCPU and 8GB of RAM. The administrator has configured the application to automatically add 4 GB of RAM after 80% utilization of continuous use over a period of time. Which of the following testing techniques should be used to test this scenario?

Options

  • AIntegration testing
  • BLoad testing
  • CPenetration testing
  • DAutomation testing

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    86% (38)
  • C
    2% (1)
  • D
    5% (2)

Why each option

Load testing simulates sustained high utilization to validate that auto-scaling triggers fire correctly when thresholds like 80% RAM usage are reached over time.

AIntegration testing

Integration testing verifies that different application components or services communicate and work together correctly, not that performance thresholds trigger scaling actions.

BLoad testingCorrect

Load testing applies a continuous, sustained workload to an application to drive resource utilization to a target level and verify that scaling or threshold-based behaviors activate as configured. In this scenario, the administrator needs to confirm that sustained RAM usage above 80% over the defined period triggers the addition of 4 GB of RAM, which is exactly what load testing is designed to validate. Without load testing, there is no reliable way to confirm the auto-scaling configuration behaves correctly under real demand conditions.

CPenetration testing

Penetration testing is a security assessment technique used to identify vulnerabilities, not a method for validating resource scaling or performance thresholds.

DAutomation testing

Automation testing refers to using automated scripts to execute test cases efficiently, but it is not a specific testing type that validates resource utilization and scaling behavior.

Concept tested: Load testing to validate auto-scaling thresholds

Source: https://learn.microsoft.com/en-us/azure/load-testing/overview-what-is-azure-load-testing

Topics

#load testing#auto-scaling#performance testing#resource configuration

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice