100+ Free SF System Architect Practice Questions
Pass your Salesforce Certified System Architect exam on the first try — instant access, no signup required.
A Salesforce System Architect is designing Salesforce Platform Developer I testing standards. Which statement about Apex test coverage requirements is correct?
Explore More Salesforce Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
More From This Family
Videos and articles for deeper review.
Key Facts: SF System Architect Exam
4
Constituent Certifications
Lifecycle, IAM, Integration, PD1
$1,600
Total Exam Costs
$400 × 4 constituent exams
0
Separate Architect Exams
Umbrella credential — no standalone test
5
OAuth 2.0 Flows Tested
JWT, Client Cred, PKCE, ROPC, Auth Code
4
Sandbox Types
Developer, Developer Pro, Partial, Full Copy
Annual
Maintenance Required
Each constituent cert must stay active
The System Architect credential is earned automatically by holding four active certs: Development Lifecycle & Deployment Architect, Identity & Access Management Architect, Integration Architect, and Platform Developer I. No separate System Architect exam exists. Combined domain weights: Lifecycle & Deployment 25%, IAM 25%, Integration 25%, Platform Developer I 25%. Each constituent exam costs $400 ($200 retake). Annual maintenance is required for each constituent cert to keep the umbrella credential active.
Sample SF System Architect Practice Questions
Try these sample questions to test your SF System Architect exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1A Salesforce System Architect is designing the deployment lifecycle for an enterprise org with 5 development teams working simultaneously. Which environment strategy supports parallel development with minimal integration conflicts?
2A Salesforce System Architect is designing Single Sign-On for a company where Salesforce should authenticate using the company's SAML 2.0 identity provider (Active Directory). In this setup, Salesforce acts as what?
3A Salesforce System Architect must design an integration where Salesforce needs to receive data from an external system whenever a specific event occurs (e.g., a payment is processed). Which integration pattern is MOST appropriate?
4A Salesforce System Architect is designing an integration between Salesforce and an ERP system for bidirectional order synchronization. What is the key risk to address when both systems can write to the same data?
5A Salesforce System Architect must implement OAuth 2.0 for a server-to-server integration where no user interaction is possible. Which OAuth flow is designed for this use case?
6A Salesforce System Architect is designing the deployment pipeline. A complex change requires modifying 3 Apex classes, 2 Flows, and 5 custom fields. Which deployment approach ensures all components deploy together atomically?
7A Salesforce System Architect is designing an integration between Salesforce and a legacy mainframe system. The mainframe exposes a SOAP web service. How should this integration be implemented in Salesforce?
8A Salesforce System Architect must ensure that integration API credentials (client_id, client_secret, endpoint URL) are stored securely and not hardcoded in Apex. Which Salesforce feature handles this?
9A Salesforce System Architect is designing a Platform Developer I assessment. An Apex developer asks: what is the maximum number of DML statements allowed in a single synchronous transaction?
10A Salesforce System Architect must design a change management process for a heavily customized production org. Developers want to make an urgent hotfix directly to production. What governance process should be followed even for urgent fixes?
About the SF System Architect Exam
The Salesforce Certified System Architect is an umbrella credential automatically awarded when a candidate holds all four constituent certifications: Development Lifecycle & Deployment Architect, Identity & Access Management Architect, Integration Architect, and Platform Developer I. It demonstrates mastery of system-layer architecture including DevOps/CI-CD strategy, SSO and OAuth design, enterprise integration patterns, and Apex platform development.
Questions
60 scored questions
Time Limit
Varies per constituent exam (~105 min each)
Passing Score
65–68% per constituent exam
Exam Fee
Free (umbrella) — $400 per constituent exam (Webassessor / Kryterion)
SF System Architect Exam Content Outline
Development Lifecycle and Deployment
Salesforce DX, scratch orgs, unlocked packages, 2GP managed packages, CI/CD pipelines, sandbox strategy, change management, release management
Identity and Access Management
OAuth 2.0 (JWT Bearer, Client Credentials, PKCE, ROPC, Auth Code), SAML 2.0 SSO, delegated authentication, connected apps, named credentials, SCIM, Shield
Integration Architecture
Integration patterns, Bulk API 2.0, Platform Events, Change Data Capture, REST/SOAP, MuleSoft, API governance, middleware, event-driven architecture
Platform Developer I
Apex classes, triggers, SOQL/SOSL, DML, governor limits, bulkification, LWC, Visualforce, test framework, callouts, HttpCalloutMock
How to Pass the SF System Architect Exam
What You Need to Know
- Passing score: 65–68% per constituent exam
- Exam length: 60 questions
- Time limit: Varies per constituent exam (~105 min each)
- Exam fee: Free (umbrella) — $400 per constituent exam
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
SF System Architect Study Tips from Top Performers
Frequently Asked Questions
Is there a separate Salesforce System Architect exam?
No. The System Architect credential is an umbrella certification automatically granted when you hold all four active constituent certifications: Development Lifecycle & Deployment Architect, Identity & Access Management Architect, Integration Architect, and Platform Developer I. There is no standalone System Architect exam.
What are the four certifications needed for System Architect?
You must hold all four simultaneously: (1) Salesforce Certified Development Lifecycle & Deployment Architect, (2) Salesforce Certified Identity & Access Management Architect, (3) Salesforce Certified Integration Architect, and (4) Salesforce Certified Platform Developer I.
What OAuth 2.0 flows does the IAM Architect exam cover?
The IAM Architect exam covers all major OAuth 2.0 flows: JWT Bearer Token (server-to-server, no user interaction), Client Credentials (machine-to-machine), Authorization Code with PKCE (mobile/SPA), ROPC (legacy, discouraged), and standard Authorization Code (web server). Candidates must know when to use each flow based on the integration scenario.
What is the difference between SP-initiated and IdP-initiated SAML SSO?
In SP-initiated SSO, the user starts at the Salesforce (Service Provider) login page and is redirected to the Identity Provider for authentication. In IdP-initiated SSO, the user logs into the Identity Provider portal first and clicks a tile to access Salesforce without a redirect. Both use SAML 2.0 assertions, but the flow initiation and assertion binding differ.
When should I recommend Platform Events vs. Change Data Capture vs. Bulk API for integration?
Use Platform Events for real-time publish/subscribe event-driven integration (custom business events). Use Change Data Capture (CDC) to stream standard/custom object record changes to external systems automatically. Use Bulk API 2.0 for large-volume batch data loading/extraction (millions of records). These serve different integration patterns and are not interchangeable.
What sandbox types are available for the Deployment Architect exam?
Salesforce offers four sandbox types: Developer (smallest, metadata only, free with licenses), Developer Pro (metadata + 1GB data), Partial Copy (metadata + sample data subset, up to 5GB), and Full Copy (exact production replica including all data and metadata, 30-day refresh). The choice depends on use case: unit testing, integration testing, UAT, or performance testing.