Certification Prep: Solutions Architect
Prerequisites
Section titled “Prerequisites”At least 2 Core certifications required. The Solutions Architect certification is an Advanced-tier exam. You must hold at least two Core certifications from different tracks before attempting this exam. This ensures you have hands-on depth in multiple product areas before tackling cross-product architecture.
Exam format
Section titled “Exam format”| Detail | Value |
|---|---|
| Certification tier | Advanced |
| Track | Multi-track (architecture) |
| Number of questions | 75 multiple-choice and scenario-based |
| Time limit | 120 minutes |
| Passing score | 75% |
| Delivery | Online, proctored |
| Validity | 2 years |
Who this path is for
Section titled “Who this path is for”You are a solutions architect, technical lead, or senior developer responsible for designing Optimizely implementations that span multiple products. You have hands-on experience with at least two Optimizely product areas and understand the platform at both a technical and strategic level. This certification validates your ability to design, integrate, and govern multi-product Optimizely solutions.
How to use this path
Section titled “How to use this path”This is not a beginner path. You should already be familiar with individual products through your Core certifications. This path focuses on cross-product decision-making, architecture patterns, and trade-off analysis. Many questions are scenario-based — you will choose the best architectural approach for a given set of requirements.
Estimated total time: 6-8 hours (spread across sessions as needed).
Exam domain 1: Solution design (25%)
Section titled “Exam domain 1: Solution design (25%)”The exam tests your ability to translate business requirements into Optimizely platform solutions.
Topics to study
Section titled “Topics to study”Read — Optimizely One Overview
- Requirements analysis — Translating business needs into product selections and configuration decisions
- Product selection — When to use CMS SaaS vs PaaS, Web vs Feature Experimentation, Configured vs Customized Commerce
- Architecture patterns — Headless, hybrid, traditional rendering, and composable DXP
- Content strategy — Content modeling decisions that affect delivery, personalization, and experimentation
- Proof of concept — Designing POCs that validate architectural assumptions
Key concepts
Section titled “Key concepts”- Solution design starts with customer capabilities, not product features
- Architecture decisions should optimize for the team’s skills, timeline, and long-term maintainability
- Composable architecture does not mean using every product — it means choosing the right combination
Self-check
Section titled “Self-check”- A customer needs a B2B commerce site with personalized content and A/B testing. Which products do you recommend and why?
- When would you choose a headless architecture over traditional rendering?
- How do you design a content model that supports both editorial flexibility and headless delivery?
Exam domain 2: Multi-product architecture (20%)
Section titled “Exam domain 2: Multi-product architecture (20%)”The exam covers how Optimizely products work together in production systems.
Topics to study
Section titled “Topics to study”Read — Opti ID and Optimizely One
Read — Content Delivery with Optimizely Graph
- Identity architecture — Opti ID as the identity layer, SSO configuration, and user provisioning
- Data flow architecture — How data moves between CMS, Graph, ODP, Experimentation, and Commerce
- Graph as integration hub — Using Graph to unify content from multiple sources
- Personalization architecture — Connecting ODP segments to CMS visitor groups and experiment targeting
- AI integration — How Opal connects to content, experimentation, and analytics
Self-check
Section titled “Self-check”- Draw the data flow from a customer browsing a CMS page to an ODP segment update to an experiment variation
- How does Graph consolidate content from CMS and Commerce into a single API?
- What happens if Opti ID is not configured — which cross-product features break?
Exam domain 3: Integration strategy (20%)
Section titled “Exam domain 3: Integration strategy (20%)”The exam tests how to connect Optimizely to external systems and how to choose integration patterns.
Topics to study
Section titled “Topics to study”- Integration patterns — Event-driven (webhooks), poll-based (API), batch (import/export), real-time (streaming)
- API design — REST API best practices, rate limiting, pagination, and error handling
- ERP integration — Product, pricing, and order data synchronization for commerce
- CRM integration — Customer data sync between CRM and ODP
- CDN and edge — Caching strategies for Graph and CMS content delivery
- Third-party frontends — Integrating with Next.js, React, and other framework ecosystems
Key concepts
Section titled “Key concepts”- Choose the integration pattern based on data freshness requirements and volume
- Event-driven integrations are preferred for real-time needs; batch for bulk operations
- Always design for failure — implement retry logic, circuit breakers, and fallback behaviors
Self-check
Section titled “Self-check”- How would you integrate an ERP system that updates prices hourly with a commerce site that needs near-real-time pricing?
- What factors determine whether to use webhooks vs polling for an integration?
- How do you handle Graph API rate limits in a high-traffic headless frontend?
Exam domain 4: Performance and scalability (15%)
Section titled “Exam domain 4: Performance and scalability (15%)”The exam covers how to design performant, scalable implementations.
Topics to study
Section titled “Topics to study”- Caching architecture — CDN caching, Graph caching, application-level caching, and cache invalidation
- Content delivery performance — Graph query optimization, field selection, and pagination
- Frontend performance — SSR vs SSG vs ISR for headless frontends
- Load testing — Approach to performance testing Optimizely implementations
- Monitoring — Application performance monitoring and alerting
Self-check
Section titled “Self-check”- How do you design a caching strategy that balances freshness with performance for personalized content?
- When would you choose SSG over SSR for a headless CMS frontend?
- How do you load test a Graph-powered headless site?
Exam domain 5: Security and governance (10%)
Section titled “Exam domain 5: Security and governance (10%)”The exam tests how to design secure, compliant implementations.
Topics to study
Section titled “Topics to study”- Authentication and authorization — Opti ID roles, API key management, and least-privilege access
- Data protection — Encryption, data residency, and retention policies
- Compliance — GDPR, CCPA, SOC 2, and their implications for architecture decisions
- API security — Token management, scope restrictions, and rotation policies
- Content governance — Publishing workflows, approval chains, and audit trails
Self-check
Section titled “Self-check”- How do you implement least-privilege access across a multi-product deployment?
- What architectural decisions are affected by GDPR data residency requirements?
- How do you design an API key rotation strategy for production systems?
Exam domain 6: Migration and modernization (10%)
Section titled “Exam domain 6: Migration and modernization (10%)”The exam includes questions about moving from legacy implementations to modern architectures.
Topics to study
Section titled “Topics to study”- CMS PaaS to SaaS migration — Content migration strategy, feature gap analysis, and phased rollout
- Monolith to composable — Incrementally moving from monolithic CMS to composable architecture
- Content migration — Tools and strategies for migrating content between platforms
- Feature parity assessment — Identifying gaps and planning workarounds
- Rollback planning — Designing migrations with safe rollback points
Self-check
Section titled “Self-check”- How would you plan a phased migration from CMS PaaS to CMS SaaS for a site with 10,000 pages?
- What are the key risks in a monolith-to-composable migration and how do you mitigate them?
- How do you handle features available in PaaS but not yet in SaaS?
Final preparation
Section titled “Final preparation”- Design a real architecture — Take a set of business requirements and design a complete Optimizely solution. Defend your product choices and integration decisions.
- Practice scenario questions — The exam emphasizes trade-off analysis. For every decision, practice articulating the alternatives and why you chose one over the others.
- Review cross-product data flows — Make sure you can trace how data moves between every product pair.
- Study cross-product recipes — Read Headless Content Delivery with Graph, Unified Customer Profile, Full-Stack Optimizely One, and Migration PaaS to SaaS.
- Take practice tests — Visit Optimizely Academy for official practice exams.
- Schedule the exam — Book your certification through Optimizely Academy.
What to do next
Section titled “What to do next”After passing the Solutions Architect certification:
- Complete the Platform certification — If you have not already, take the Platform Certification Prep path
- Mentor others — Help team members prepare for their Core certifications
- Explore meta-credentials — With multiple Advanced certifications, you qualify for Optimizely Partner meta-credentials