Courseiva
Continuous Improvement for Existing SolutionshardMultiple SelectObjective-mapped

SAP-C02 Continuous Improvement for Existing Solutions Practice Question

A company runs a containerized microservices application on Amazon EKS. The operations team notices that some pods are frequently being evicted due to resource constraints. The team wants to improve resource utilization and reduce evictions. Which TWO actions should the team take? (Choose two.)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Configure Horizontal Pod Autoscaler based on CPU and memory utilization.

Options A and C are correct. Horizontal Pod Autoscaler (HPA) dynamically scales the number of pod replicas based on CPU or memory utilization, helping to meet demand without over-provisioning. Resource quotas limit the total resources a namespace can consume, preventing any single team or application from starving others. Option B is incorrect because increasing resource requests for all pods can lead to over-provisioning and wasted resources, potentially worsening the eviction problem. Option D is incorrect because Cluster Autoscaler adds more worker nodes, which addresses cluster-level capacity but does not directly reduce pod evictions caused by node-level resource contention. Option E is incorrect because Vertical Pod Autoscaler (VPA) adjusts resource requests and limits automatically, but it often requires pod restarts and may not immediately prevent evictions if the underlying node is already overcommitted.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Configure Horizontal Pod Autoscaler based on CPU and memory utilization.

    Why this is correct

    Scales pods to handle load.

  • Increase the resource requests for all pods to ensure they have enough resources.

    Why it's wrong here

    May waste resources.

  • Set resource quotas per namespace to limit resource consumption.

    Why this is correct

    Prevents one namespace from starving others.

  • Enable Cluster Autoscaler to add more worker nodes.

    Why it's wrong here

    Does not address pod-level evictions.

  • Use Vertical Pod Autoscaler to automatically adjust pod resource requests.

    Why it's wrong here

    Can cause pod restarts, not ideal.

About these practice questions

One of 1,660 original SAP-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SAP-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAP-C02 exam.