Courseiva
Business Analysis FrameworkshardMultiple ChoiceObjective-mapped

CAPM Business Analysis Frameworks Practice Question

Exhibit

# Output from 'kubectl describe pod web-app-5d4f8c7b9d-abcde'
...
Containers:
  web-app:
    Image: myapp:v2
    Port: 8080/TCP
    State: Running
    Ready: True
    Restart Count: 3
    Environment:
      DB_HOST: db-service
      DB_PORT: 5432
    Mounts:
      /data from data-volume (rw)
...

Refer to the exhibit. A business analyst is evaluating the stability of a microservice. Which observation is most concerning for meeting non-functional requirements?

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

The container has restarted 3 times.

A restart count of 3 indicates the container has crashed multiple times, which affects reliability, a key non-functional requirement. Option A is wrong because environment variables are expected for configuration. Option C is wrong because mounting a volume with read-write access is common for stateful services. Option D is wrong because using image v2 is not inherently problematic.

Answer analysis

Option-by-option breakdown

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

  • The environment variables define database connection.

    Why it's wrong here

    Environment variables are expected for configuration.

  • The container has restarted 3 times.

    Why this is correct

    A restart count of 3 indicates the container has crashed multiple times, which affects reliability, a key non-functional requirement.

  • The container mounts a volume with read-write access.

    Why it's wrong here

    Mounting a volume with read-write access is common for stateful services.

  • The container is using an image tagged 'v2'.

    Why it's wrong here

    Using image v2 is not inherently problematic.

About these practice questions

Courseiva writes every CAPM question from scratch — 487 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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 CAPM practice question is part of Courseiva's free PMI 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 CAPM exam.