SAP-C02 Practice Question: Design Solutions for Organizational Complexity
Exhibit
Refer to the exhibit.
$ aws organizations list-accounts
{
"Accounts": [
{
"Id": "111111111111",
"Arn": "arn:aws:organizations::123456789012:account/o-xxxxxxxxxx/111111111111",
"Email": "admin@company.com",
"Name": "Management",
"Status": "ACTIVE",
"JoinedMethod": "INVITED",
"JoinedTimestamp": "2023-01-01T00:00:00Z"
},
{
"Id": "222222222222",
"Arn": "arn:aws:organizations::123456789012:account/o-xxxxxxxxxx/222222222222",
"Email": "prod@company.com",
"Name": "Production",
"Status": "ACTIVE",
"JoinedMethod": "CREATED",
"JoinedTimestamp": "2023-01-02T00:00:00Z"
},
{
"Id": "333333333333",
"Arn": "arn:aws:organizations::123456789012:account/o-xxxxxxxxxx/333333333333",
"Email": "suspended@company.com",
"Name": "Suspended",
"Status": "SUSPENDED",
"JoinedTimestamp": "2023-01-03T00:00:00Z"
}
]
}Refer to the exhibit. An administrator runs this command and sees the output. Which statement about the accounts is correct?
⚠ Common exam trap
Watch out — candidates often confuse account status (SUSPENDED) with the method of account creation (invited vs. created), leading them to incorrectly infer that a suspended account must have been invited, when in fact suspension is independent of how the account joined the organization.
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 Suspended account cannot be used until it is reactivated.
The command output shows the account status as 'SUSPENDED'. In AWS Organizations, a suspended account cannot be used for any AWS operations until it is reactivated by the management account. This is a hard state enforced by the service, regardless of how the account was added to the organization.
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 Suspended account was invited to the organization.
Why it's wrong here
JoinedMethod is not shown for Suspended account.
- ✗
The Production account is the management account.
Why it's wrong here
Management account is 111111111111.
- ✓
The Suspended account cannot be used until it is reactivated.
Why this is correct
Suspended accounts are not active and must be reactivated.
- ✗
The Management account was created directly.
Why it's wrong here
Management account has JoinedMethod INVITED, meaning it was invited.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SAP-C02 question from scratch — 1,660 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 →
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.