I B M C E R T I F I C A T I O N
F1003500 IBM Certified Professional Architect v6 PLUS IBM Professional Cloud SRE v2 Practice Exam
Exam Number: 4324 | Last updated April 17, 2026 | 391+ questions across 5 vendor-aligned objectives
Teams often split design and operations between two roles, but the F1003500 bundle certifies people who do both. This credential pairs Professional Architect v6 with Professional Cloud SRE v2, aimed at architects who draft designs and then run the resulting platform on call. Candidates should be fluent with reference architectures, SLO engineering, OpenShift operations, and the incident response practices that keep a cloud platform healthy.
Making up 25% of the exam, Architecture That Operates covers design choices that affect day-two operations — blue-green versus canary patterns, stateful workload placement, and runbook-ready topology. At 22%, Reliability Engineering covers SLI/SLO definition, error budgets, and incident command. A further 20% targets Platform Operations, covering OpenShift and Kubernetes management, GitOps patterns, and Helm chart hygiene.
Ending the blueprint, Observability and Incident Response accounts for 18% and spans metrics, traces, logs, and on-call practice. Security and Compliance represents 15% and spans IAM, secrets, and posture management. The exam rewards judgment calls that reflect real production experience; expect questions where the architecturally clean answer loses to the operationally sustainable one.
Every answer links to the source. Each explanation below includes a hyperlink to the exact IBM documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →
754
practice exam users
94%
satisfied users
91%
passed the exam
4.7/5
quality rating
Test your F1003500 architect v6 cloud sre v2 knowledge
10 of 391+ questions
Question #1 - Architecture That Operates
An architect at Fernworth Financial must choose between blue-green and canary deploys for a payments API with an aggressive uptime target.
Which choice pairs best with SRE-led operations?
A) Big-bang deploys with manual smoke tests only
B) Blue-green with full switchovers and no canary phase, regardless of SLI health
C) Canary deploys with SLI-driven promotion — smaller blast radius and continuous validation against live traffic
D) No deploys in production, only in staging
Show solution
Correct answers: C – Explanation:
Canary with SLI promotion is the IBM Cloud SRE reference for high-uptime services. Blue-green without canary fully shifts a cold version into all traffic. Big-bang deploys defeat progressive delivery. Staging-only deploys never reach production. Source: Check Source
Question #2 - Architecture That Operates
A stateful workload at Stormbridge Telecom needs placement that survives zone failure and keeps write latency low.
Which architectural choice is most appropriate?
A) Place the primary replica in the same zone as its highest-volume consumers and place synchronous replicas across zones for zone-loss survival
B) Place all replicas in one zone for simplicity
C) Place replicas randomly and hope for the best
D) Serve writes from staging clusters
Show solution
Correct answers: A – Explanation:
Primary in the high-volume zone plus cross-zone replicas balances latency and resilience — the IBM architecture-that-operates pattern. Single-zone placement fails zone events. Random placement is not a design. Staging writes are not production. Source: Check Source
Question #3 - Architecture That Operates
An SRE-ready design at Pennywood Grocers requires runbooks for every new service before it goes to production.
Which handoff practice fits the IBM SRE reference?
A) Require operational runbooks, SLI/SLO registration, and a named on-call rotation as a go-live gate before SREs accept the service on call
B) Let services go live without runbooks and write them later
C) Rely on tribal knowledge from the build team
D) Send runbooks by email once a year
Show solution
Correct answers: A – Explanation:
Runbooks plus SLOs plus named on-call are go-live gates in IBM’s SRE reference. Deferral, tribal knowledge, and yearly emails all fail operability. Source: Check Source
Question #4 - Reliability Engineering
An SRE at Oakhill Transport wants to convert a 99.9% monthly availability SLO into practical release-gate guidance.
Which approach is consistent with SRE practice?
A) Translate the SLO into an error budget (approx. 43 minutes per month) and use a burn-rate alert to slow the release train when the budget is being consumed too fast
B) Lower the SLO target to avoid budget conversations
C) Ignore the SLO once it is published
D) Use the SLO as a marketing number only
Show solution
Correct answers: A – Explanation:
Error-budget math from the SLO plus burn-rate alerts is IBM’s SRE reference. Lowering, ignoring, or marketing-only SLOs defeat reliability engineering. Source: Check Source
Question #5 - Reliability Engineering
A product team at Kingfisher Media insists on launching a feature even though the service is already over budget.
How should the SRE team respond under error-budget policy?
A) Launch anyway and ignore the budget
B) Hold the launch until the budget recovers or the team completes reliability work, with the policy documented and agreed by leadership
C) Fire the SRE who raised the concern
D) Rewrite the SLO to accommodate the launch
Show solution
Correct answers: B – Explanation:
Holding launches per error-budget policy is IBM’s SRE practice. Ignoring the policy, firing SREs, or rewriting SLOs all defeat the reliability contract. Source: Check Source
Question #6 - Platform Operations
A platform team at Langbury Services must run OpenShift at enterprise scale with consistent deploys across 14 clusters.
Which operational pattern fits?
A) A single central cluster with manual exports to others
B) Hand-typed oc apply in each cluster
C) GitOps with Argo CD deploying the same application definitions to every cluster, with per-environment overlays committed in Git
D) Scripts executed from the lead engineer’s laptop
Show solution
Correct answers: C – Explanation:
GitOps with Argo CD is the IBM OpenShift enterprise-scale reference. Hand-typed apply, manual exports, and laptop scripts all break consistency and audit. Source: Check Source
Question #7 - Platform Operations
A Helm chart at Silverbrook Insurance has accumulated environment-specific conditionals across hundreds of values keys.
Which hygiene practice fits IBM’s platform-operations guidance?
A) Add more conditionals whenever a new environment appears
B) Refactor to a base chart plus per-environment values files (or Kustomize overlays), removing conditionals that reduce chart readability and maintainability
C) Fork the chart per environment and maintain each fork by hand
D) Abandon Helm and deploy manually
Show solution
Correct answers: B – Explanation:
Base chart plus overlays is IBM’s OpenShift Helm hygiene reference. Conditional sprawl, hand-maintained forks, and manual deploys all fail maintainability. Source: Check Source
Question #8 - Observability and Incident Response
A multi-service cascade at Darkwater Telecom is hard to diagnose because each service has its own log format.
Which observability improvement fits?
A) Ask every developer to remember what they changed last week
B) Increase log verbosity without correlation
C) Only look at service dashboards one at a time
D) Enable distributed tracing across services and normalize log fields so traces and logs correlate by trace ID in IBM Instana
Show solution
Correct answers: D – Explanation:
Distributed tracing plus normalized logs correlated by trace ID is the IBM observability reference. Verbosity without correlation adds noise. Single-service dashboards miss cascades. Memory is not evidence. Source: Check Source
Question #9 - Observability and Incident Response
After a sev-1 at Briarwick Retail, the team wants to avoid repeating the same failure mode.
Which incident-response practice fits?
A) Write a new incident policy every time
B) Punish the engineer at the keyboard
C) Forget the incident once service is restored
D) Run a blameless postmortem with tracked, assigned action items reviewed in subsequent incident reviews
Show solution
Correct answers: D – Explanation:
Blameless postmortems with tracked actions are IBM SRE doctrine. Punishment, forgetting, and policy churn do not prevent recurrence. Source: Check Source
Question #10 - Security and Compliance
An SRE-led platform at Halverton Holdings grants cluster-admin broadly because it is convenient.
Which remediation aligns with IBM guidance?
A) Keep cluster-admin broad for developer velocity
B) Move to least-privilege via IAM trusted profiles and access groups, scoping cluster-admin to a small break-glass rotation with just-in-time elevation and audit trails
C) Remove all access and block the platform
D) Grant root on every node to every engineer
Show solution
Correct answers: B – Explanation:
Least-privilege with trusted profiles, JIT access, and audit is IBM’s IAM reference. Broad admin, total access removal, and node-root grants all fail the control objective. Source: Check Source
Get 391+ more questions with source-linked explanations
Every answer traces to the exact IBM documentation page — so you learn from the source, not just memorize answers.
Exam mode & learn mode · Score by objective · Updated April 17, 2026
Learn more...
What the F1003500 architect v6 cloud sre v2 exam measures
- Draft and defend architectures tuned for operability, runbook readiness, and stateful placement to produce designs that hold up under real production load rather than just review-board approval
- Define and protect SLI/SLO targets, error budgets, and incident-command roles to give engineering teams a shared understanding of reliability and a clear path for improvement
- Run and scale OpenShift, Kubernetes, GitOps, and Helm chart patterns to operate multi-tenant platforms that multiple business units can adopt independently
- Page and improve metrics, traces, logs, and disciplined on-call practice to cut noise out of alerting and convert every incident into measurable system improvement
- Guard and delegate IAM, secrets, and posture management to enforce least-privilege access across humans and automation at platform scale
How to prepare for this exam
- Review the official exam guide to understand every objective and domain weight before you begin studying
- Work through the relevant IBM Training learning path — ibm certified professional architect v6 plus ibm professional cloud sre v2 F1003500 — to cover vendor-authored material end-to-end
- Get hands-on inside IBM TechZone or a comparable sandbox so you can practice the console tasks, CLI commands, and APIs the exam expects
- Tackle a real-world project at your workplace, a volunteer role, or an open-source repository where the technology under test is actually in use
- Drill one exam objective at a time, starting with the highest-weighted domain and only moving on once you can teach it to someone else
- Study by objective in PowerKram learn mode, where every explanation links back to authoritative IBM documentation
- Switch to PowerKram exam mode to rehearse under timed conditions and confirm you consistently score above the pass mark
Career paths and salary outlook
Architect-plus-SRE generalists are rare on the market, which keeps offers competitive across industries:
- Platform Architect — $150,000–$205,000 per year, owning architecture and operations for cloud platforms (Glassdoor salary data)
- Staff SRE — $140,000–$195,000 per year, setting reliability strategy and carrying the pager (Indeed salary data)
- Principal Cloud Engineer — $160,000–$215,000 per year, leading hybrid-cloud platform programs (Glassdoor salary data)
Official resources
Work through the official IBM Training learning path for this certification, which bundles videos, labs, and skill tasks aligned to every objective. The official exam page lists the full objective breakdown, prerequisite knowledge, and scheduling details.
