Salesforce Certified Platform Data Architect at a glance
Salesforce Certified Platform Data Architect
| Certification | Salesforce Certified Platform Data Architect |
|---|---|
| Number of questions | 60 multiple-choice questions and up to 5 unscored questions |
| Duration | 105 minutes |
| Passing score | 58% |
| Question formats | Multiple-choice |
| Delivery | Proctored exam delivered onsite at a testing center or in an online environment |
| Exam cost | US$400 or JPY 60,000, plus applicable taxes |
| Languages | English, Japanese; Salesforce lists French and Spanish as coming August 2026 |
| Certification validity | Annual certification maintenance is required through the Architect certification maintenance badge; missing the applicable maintenance deadline causes the certification to expire |
| Retake policy | Within each release cycle, wait 24 hours after the first failed attempt and 14 days after the second failed attempt. After a third failed attempt, wait until the next release cycle. Attempts reset at the beginning of the next release cycle. The retake fee is US$200. |
| Prerequisites | None |
The certification is intended for architects who assess architecture environments and requirements and design sound, scalable, and performant enterprise data management solutions on the Salesforce Platform. Salesforce describes candidates as typically having 2–3 years of Salesforce experience and 5 or more years of experience supporting or implementing data-centric solutions, including data modeling, master data management, data governance, large data volumes, data quality, and data migration.
Skills measured and their weighting
| Skill area | Weight |
|---|---|
| Data Modeling/Database Design | 25% |
| Master Data Management | 5% |
| Salesforce Data Management | 25% |
| Data Governance | 10% |
| Large Data Volume Considerations | 20% |
| Data Migration | 15% |
Source: trailhead.salesforce.com — official Salesforce Certified Platform Data Architect certification page. The official exam guide states that exam questions align to the Spring ’26 release. Figures were checked against Salesforce’s official certification documentation. Confirm current details there before booking.
The full bank covers every domain, with timed mode and per-domain scoring.
SALESFORCE-PLATFORM-DATA-ARCHITECT Practice Questions By Domains
6 domains covered1. Large Data Volume Considerations
7 free questions available
2. Salesforce Data Management
7 free questions available
3. Data Governance
6 free questions available
4. Data Modeling/Database Design
5 free questions available
5. Master Data Management
2 free questions available
6. Data Migration
3 free questions available
Practice the full exam, not a sample
Unlock the full bank and practise every domain end to end.
Unlock all 257 questionsSalesforce Platform Data Architect Practice Test
Preparing for the Salesforce Platform Data Architect certification means learning how to design data solutions that remain accurate, secure, scalable, and useful as an organization grows. You can Try practice questions for your chosen exam to identify weak areas, then use this guide to understand the current Salesforce topics in plain language. The focus is not on memorizing object names. It is on making sound decisions about data models, master records, governance, large data volumes, virtualization, and migration.
Who benefits from this practice test?
The preparation is best suited to data architects, solution architects, technical architects, advanced Salesforce administrators, experienced platform developers, and consultants who design data-centered Salesforce solutions.
Salesforce’s official audience description says a typical candidate has approximately two to three years of Salesforce experience and more than five years supporting or implementing data-centric solutions. Those figures describe the expected background rather than mandatory eligibility requirements. The guide lists no formal prerequisites.
You are likely ready to begin architect-level practice when you can already:
- Explain standard objects, custom objects, fields, and object relationships.
- Translate a business process into data entities, attributes, and rules.
- Discuss lookup and master-detail relationships at a practical level.
- Recognize why security and sharing influence data modeling.
- Identify data-quality problems such as duplicates, missing values, and inconsistent formats.
- Explain why a design that works with 10,000 records may behave differently with millions.
- Discuss the stages of a data migration from discovery through reconciliation.
Students who are new to Salesforce should first build administrator, app-building, and platform fundamentals. The official guide recommends Platform App Builder, Platform Developer, and Platform Developer II as helpful certifications, but they are not required.
Current Salesforce Platform Data Architect topics explained
The following sections use the exact current domains and percentages from Salesforce. Each section translates the objectives into an easy study checklist without reproducing live certification questions.
1. Data Modeling/Database Design — 25%
Data modeling is the process of deciding what information must be stored, how it is structured, and how different records relate. On Salesforce, that includes the choice of standard, custom, big, and external objects; field types; relationship types; ownership; security; sharing; indexing; and metadata.
Begin with business requirements. Identify the main entities, their attributes, their relationships, and the events that change them. For example, a customer, household, product, contract, order, and service case may each need a distinct representation. Do not create a custom object merely because the business uses a particular noun. First, check whether a suitable standard object already provides the expected platform behavior.
Study relationship choices carefully:
- A lookup relationship creates a flexible connection between records.
- A master-detail relationship creates tighter dependency and supports behavior such as inherited ownership and roll-up summaries.
- Junction objects can represent many-to-many relationships.
- Hierarchical relationships and parent-child structures should be designed with depth, access, ownership, and volume in mind.
Security and sharing belong in the data-model conversation from the beginning. A perfectly normalized model may be difficult to secure or may cause expensive sharing calculations. The architect must understand who owns records, who needs access, how access is granted, and how those decisions affect performance.
The official outline also includes business and technical metadata. Students should understand business dictionaries, taxonomies, data classifications, ownership, data lineage, field purpose, source information, and transformation history. Good metadata helps teams understand what a field means, where it came from, who is responsible for it, and whether it contains sensitive information.
Standard, custom, big, and external objects
Standard and custom objects support normal transactional application needs. Big objects are designed for very high-scale, long-term data that needs a carefully planned index and limited interaction patterns. Salesforce’s Big Objects guidance explains that these objects can store extremely large record volumes but have important field, automation, and design constraints. They are a specialized tool, not a direct replacement for every large custom object.
External objects support data virtualization. They make external data visible through Salesforce metadata while the records remain in the source system. The Salesforce data-virtualization architecture guide explains that Salesforce sends queries to the source at runtime rather than copying all data into platform storage.
When choosing an object type, compare transaction needs, automation, reporting, query patterns, latency, storage, data freshness, security, ownership, and system-of-record responsibility.
Avoiding data skew
Data skew occurs when too many records are concentrated under one parent, owner, or sharing structure. This concentration can increase locking, slow sharing recalculation, and create long transactions. Salesforce’s platform sharing architecture guidance recommends avoiding a single parent or owner accumulating more than roughly 10,000 related records where possible.
Treat this as an architecture warning level, not a reason to split records blindly. Understand the access model and transaction behavior, then distribute ownership or parent relationships in a way that still represents the business correctly.
2. Master Data Management — 5%
Master Data Management, or MDM, establishes trusted definitions and records for important business domains such as customers, products, locations, and suppliers. Although this is the smallest domain, it includes concepts that appear throughout enterprise data design.
Study common MDM styles and their trade-offs. An organization may use a registry that links records without fully consolidating them, a central hub that creates mastered records, a coexistence approach that sends mastered data back to source systems, or another hybrid model. The right approach depends on ownership, synchronization, latency, governance, and operational impact.
A “golden record” is a trusted representation assembled according to known rules. It is not necessarily one perfect physical record that replaces every source. Architects must define:
- Which source owns each attribute.
- How records are matched.
- How conflicts are resolved.
- Which value survives when sources disagree.
- How confidence thresholds and weights are applied.
- How source identifiers and lineage are preserved.
- How corrections are sent to consuming or source systems.
For example, an identity system may own a customer’s legal name while a service platform owns communication preferences. A newest-value rule may work for a phone number but be unsuitable for a regulated identifier. Survivorship must be business-specific.
Also review hierarchy management, enrichment from reference sources, canonical models, traceability, and stewardship. Technology can identify likely matches, but business owners still need rules and accountability.
3. Salesforce Data Management — 25%
This second 25% domain focuses on storing and using data consistently within the Salesforce ecosystem. The outline covers license and object choices, consistent persistence, a single customer view across systems of interaction, and designs involving multiple Salesforce orgs.
License and object decisions
Salesforce licenses affect access to products, objects, features, and user experiences. A data architect should not design a model that assumes every user can access every standard object. Start with the personas and business capabilities, then validate the licenses and permissions required for those users.
Standard objects often provide established relationships, reporting, automation, and product behavior. Custom objects offer flexibility when a business concept does not fit a standard model. The architect should avoid both extremes: forcing every requirement into a standard object and rebuilding standard functionality with unnecessary custom structures.
Consistent data persistence
Consistency means that the system stores information according to known rules. Define required values, valid ranges, formats, unique identifiers, relationship rules, validation, ownership, and automation order. Consider what happens when several channels update the same record.
Useful tools and techniques may include validation rules, restricted values, duplicate management, external IDs, unique fields, before-save automation, programmatic checks, and controlled integration logic. Choose the simplest control that provides the required protection without blocking legitimate work.
Salesforce Duplicate Management guidance explains that matching rules identify potential duplicates while duplicate rules determine whether to warn users, allow creation, or block the operation. Exact and fuzzy matching are useful in different cases. A very broad fuzzy rule can create false positives, while an exact rule may miss real duplicates.
Creating a single customer view
A single customer view brings together relevant information from several systems of interaction. The design must answer whether the view is physically consolidated, synchronized, virtualized, unified in Data 360, or assembled at request time.
Do not assume that copying every record into one object creates a trusted customer view. You still need identity resolution, data ownership, matching, survivorship, freshness, consent, and lineage. Decide which system owns each attribute and how consumers know whether information is current.
Current Salesforce Data 360 architecture supports ingestion, harmonization, unification, and zero-copy federation for suitable sources. The Data 360 architecture guide explains that zero-copy access can query supported external platforms without making another persistent copy. Study it as one option among replication, integration, and virtualization patterns.
Working with multiple Salesforce orgs
Companies may have several Salesforce orgs because of acquisitions, business separation, geography, regulation, product history, or operating autonomy. A data architect must decide whether to consolidate orgs, synchronize selected data, create a shared master, virtualize access, or use a central data platform.
Compare data ownership, duplicate risk, record identifiers, security boundaries, regional requirements, process variation, integration cost, reporting, and organizational readiness. A technical merge may fail if teams have incompatible meanings for the same fields.
4. Data Governance — 10%
Data governance defines the decision rights, policies, ownership, controls, and processes that keep data trusted and responsibly used. It is broader than platform security.
A practical governance program identifies:
- Data owners who are accountable for business meaning and use.
- Data stewards who maintain quality and resolve issues.
- Technical custodians who operate the systems and controls.
- Approved definitions, classifications, retention rules, and quality thresholds.
- Processes for access, change, issue resolution, deletion, and audit.
- Metrics that show whether data is improving.
The official blueprint specifically mentions GDPR-compliant data-model design. This requires students to understand how personal and sensitive information is identified, classified, minimized, protected, retained, and deleted according to applicable requirements. Salesforce provides data-classification metadata fields for recording ownership, usage, sensitivity, and compliance categorization on standard and custom fields.
Classification alone does not create compliance. It must connect to access controls, encryption decisions, consent, retention, subject-request processes, backups, downstream copies, and monitoring. Regulations and legal obligations vary, so a real implementation requires guidance from qualified privacy and legal teams.
Students should also understand data lineage. If a customer’s preference is copied, transformed, or combined, the organization should know its origin, meaning, and destination. Lineage supports impact analysis, trust, audit, and safe change.
5. Large Data Volume Considerations — 20%
Large data volume, usually shortened to LDV, is not defined by record count alone. Relationships, access patterns, sharing, ownership, indexes, automation, and query selectivity can matter as much as total storage. Salesforce’s Well-Architected reliability guidance notes that record relationships can have a major effect on scalability.
Designing a model that scales
Review these LDV concerns:
- Parent-child and ownership skew.
- Record locking during concurrent updates.
- Sharing-rule and role-hierarchy calculations.
- Selective versus nonselective queries.
- Appropriate indexed filter fields.
- Synchronous automation on high-volume transactions.
- Batch size and processing concurrency.
- Reports and list views over very large objects.
- Integration patterns that repeatedly touch the same parent records.
A scalable model supports the most important access paths without creating excessive relationships or duplicated data. Indexing can help selective queries, but an index is not a cure for a poor filter or an access pattern that returns a large part of an object.
Archiving and purging
An archive plan moves records that are no longer needed for daily transactions while keeping them available for legal, analytical, or historical purposes. A purge permanently removes eligible data. The architect should define:
- Business and legal retention periods.
- Which records qualify for archival?
- Where archived data lives.
- How authorized users retrieve it.
- Whether relationships and audit context remain understandable.
- How deletion affects reports, integrations, and downstream copies.
- How the process is tested and monitored.
Keeping everything forever increases storage, security exposure, query cost, and governance work. Deleting too early can violate legal or business obligations. Retention should therefore be policy-driven.
Virtualization versus copying data
Data virtualization can reduce storage and synchronization work when users need read-heavy access to data that remains authoritative elsewhere. External Objects through Salesforce Connect and supported zero-copy patterns in Data 360 are examples.
Virtualization is not automatically the best choice. Live access introduces dependency on network latency, source availability, query capability, and remote-system performance. Native data may be more suitable when Salesforce automation, low-latency transactions, offline availability, advanced reporting, or platform features require local records.
6. Data Migration — 15%
Data migration moves data into, between, or out of Salesforce while preserving meaning, quality, relationships, and auditability. A successful migration is a controlled business transition, not simply a file upload.
Start with discovery and profiling
Identify source systems, record volumes, data owners, data quality, security classifications, retention obligations, duplicates, missing values, invalid formats, and relationship dependencies. Build a mapping that shows each source field, target field, transformation, default rule, owner, and validation method.
Clean data before loading where practical. Standardize dates, addresses, country codes, identifiers, picklist values, and required fields. Define duplicate and survivorship rules before the load rather than asking users to repair the result later.
Plan the load sequence
Parent records usually need to exist before dependent child records. External IDs can help match source and Salesforce records without relying only on Salesforce-generated IDs. Upsert can create or update records based on an appropriate key.
Plan for users, reference data, parents, children, junction objects, activities, files, and other dependent records. Decide how automation, validation, duplicate rules, sharing calculations, and notifications will behave during the load. Disabling controls without a safe replacement can allow bad data into production.
Improve LDV migration performance
For large asynchronous operations, Bulk API 2.0 is often appropriate. Salesforce’s integration-pattern guidance identifies operations involving more than approximately 2,000 records as good candidates for Bulk API 2.0. The API supports large-scale insert, upsert, query, and delete operations.
Performance depends on batch size, object relationships, lock contention, automation, indexes, network throughput, and concurrency. Parallel processing can be faster but may create locking when batches update records connected to the same parents. Serial processing can reduce contention in supported tools but takes longer. Test with production-like volumes rather than estimating from a tiny sample.
Reconcile and validate
A job marked complete does not prove that the migration is correct. Compare source, staged, loaded, rejected, and transformed counts. Review row-level errors, sample critical records, totals, relationships, ownership, security, reports, and business processes. Keep an exception process with named owners.
For exports, consider data volume, API choice, filtering, relationships, encryption, secure transfer, retention, and deletion of temporary files. Salesforce has added parallel result downloads for Bulk API 2.0 queries, as described in the Salesforce Developers article on Bulk API 2.0. Always check current API documentation before building a migration process.
How focused preparation develops data-architecture judgment
A useful preparation path should provide more than a percentage score. It should help students build a repeatable way to evaluate data scenarios. With consistent practice, learners can gain:
- Coverage across all six domains: Results show whether familiar modeling topics are hiding weaknesses in governance, MDM, LDV, or migration.
- Better requirement analysis: Practice helps separate business needs from assumptions about objects or tools.
- Tradeoff awareness: Students learn that several options can be technically possible while only one best fits ownership, scale, security, and access requirements.
- Faster recognition of data risks: Duplicate creation, skew, locking, stale copies, unclear ownership, and weak retention rules become easier to spot.
- Stronger explanation skills: Reviewing rationales helps candidates communicate designs to both business and technical stakeholders.
- A measurable study loop: Learners can record weak domains, verify them in official sources, complete a practical task, and retest later.
Use independently written practice material that follows the published blueprint. Avoid brain dumps or content presented as copied from a live Salesforce certification assessment. Such material does not build real design skill and can violate the Salesforce Certification Program Agreement and Code of Conduct.
Students can also Review Salesforce mock tests by exam level using the supplied vendor link. Editorial note: the destination currently points to a Microsoft vendor page even though the anchor refers to Salesforce. Replace it with the correct Salesforce vendor URL when the intended collection is available.
How to use practice questions effectively
Begin with a short diagnostic set before deep revision. For each answer, record your confidence and the requirement that influenced your decision. Review low-confidence correct answers as carefully as incorrect ones.
Use this five-step cycle:
- Attempt: Choose the option that best satisfies the scenario.
- Explain: State why it fits and why the alternatives are weaker.
- Classify: Map the concept to one of the six official domains.
- Verify: Check the current Salesforce guide and official documentation.
- Apply: Draw a model, define a rule, plan a migration step, or write a small architecture decision record.
Do not memorize only an answer explanation. Change one constraint and reconsider the design. What changes if the data must remain in the source? What changes if users need offline access? What changes if one account may have millions of related events? What changes if a privacy rule requires deletion across downstream copies? These variations develop transferable judgment.
A six-week student study plan
This plan can be adjusted based on your Salesforce and enterprise data experience.
Week 1: Core data modeling
Review standard and custom objects, fields, lookup and master-detail relationships, junction objects, security, sharing, and object ownership. Draw a data model for a familiar business process and explain every relationship.
Week 2: Advanced modeling and metadata
Study big objects, external objects, data virtualization, business dictionaries, lineage, taxonomy, classification, and data skew. Compare three storage choices for the same historical dataset.
Week 3: Salesforce data management and MDM
Review object and license considerations, consistency controls, matching rules, duplicate rules, golden records, survivorship, source ownership, and single-customer-view patterns. Create a source-to-attribute ownership matrix.
Week 4: Governance and privacy
Study ownership, stewardship, quality standards, classification, retention, deletion, consent, lineage, and GDPR-oriented design. Build a simple governance charter with roles, policies, issue workflows, and quality measures.
Week 5: Large data volumes
Review skew, locking, sharing calculations, query selectivity, indexing, archives, purging, and virtualization tradeoffs. Draw a high-volume access path and mark the likely performance risks.
Week 6: Migration and mixed practice
Create a migration plan covering profiling, mapping, cleansing, identifiers, load order, automation, error handling, reconciliation, and rollback. Complete mixed-domain practice sessions and revisit every weak objective in the official documentation.
Practical activities that make the topics easier
Hands-on work helps students remember architecture decisions:
- Create a small object model with lookup, master-detail, and junction relationships.
- Document a field’s owner, definition, source, sensitivity, and retention rule.
- Compare a standard object, custom object, big object, and external object for one use case.
- Create matching and duplicate rules in a practice org.
- Build a golden-record worksheet with source priority and survivorship logic.
- Identify parent-child and ownership skew in a sample model.
- Write an archive-and-purge policy for closed records.
- Create a source-to-target migration mapping.
- Test a small load with external IDs and review error files.
- Reconcile source and target counts and verify relationships.
- Write an architecture decision record explaining why data is copied or virtualized.
The goal is not to create a complex enterprise system. It is to understand the consequences of each design choice well enough to explain it in a new scenario.
Common preparation mistakes
Choosing objects before understanding the business: Start with entities, ownership, lifecycle, access, and scale. Then choose the platform structure.
Treating every relationship as only a diagram line: Relationship type affects ownership, deletion, reporting, sharing, automation, and locking.
Building a customer view without identity rules: Combining data does not automatically resolve duplicates or conflicting attributes.
Calling one system the source of truth for every field: Authority may differ by attribute. Define it deliberately.
Ignoring metadata: A field without a clear definition, owner, source, classification, and lifecycle becomes difficult to trust.
Using Big Objects for ordinary transactions: Big objects have specialized interaction and index requirements. Confirm that the use case fits.
Using virtualization only to save storage: Consider source availability, network latency, reporting, automation, and user access patterns.
Waiting until production to test LDV behavior: Small datasets may hide locking, skew, sharing, and query problems.
Loading data before defining quality rules: Cleansing and matching decisions should be made before the migration.
Counting loaded rows without business reconciliation: Validate relationships, ownership, totals, security, and process outcomes—not only record counts.
Readiness checklist
You are approaching readiness when you can:
- Translate business requirements into objects, fields, relationships, and rules.
- Compare standard, custom, big, and external objects for a scenario.
- Design a model that respects security and sharing requirements.
- Explain business metadata, technical metadata, classification, and lineage.
- Recognize parent-child, ownership, and sharing-related skew.
- Define a golden record, matching logic, and attribute survivorship.
- Choose controls for consistency, validation, and duplicate management.
- Design a single customer view across several systems or Salesforce orgs.
- Define governance ownership, stewardship, quality, privacy, and retention controls.
- Design for LDV using selective access, appropriate indexes, controlled relationships, and safe automation.
- Compare archiving, purging, replication, and virtualization.
- Plan migration profiling, cleansing, sequencing, loading, error handling, and reconciliation.
- Explain tradeoffs clearly to technical and business stakeholders.
If several items remain unclear, map them to the official blueprint, complete a small practical exercise, and then try a new set of practice questions.
Continue building your data-architecture skills
The strongest preparation connects every field, object, rule, and migration decision to business meaning, ownership, access, quality, scale, and lifecycle. Use the blueprint to allocate study time, practice questions to reveal weak areas, official sources to verify platform behavior, and small design exercises to strengthen judgment. When you are ready to organize another study session, Search Edurely for your upcoming exam.
Frequently asked questions
What does a Salesforce Platform Data Architect do?
A Platform Data Architect assesses requirements and designs scalable, high-performing enterprise data solutions on Salesforce. The role covers modeling, data management, MDM, governance, LDV, virtualization, migration, quality, and communication of design tradeoffs.
Is the Salesforce Platform Data Architect certification active?
Yes. Salesforce currently lists it in the official credential catalog and architect certification path. Candidates should still confirm the status and blueprint before registering because certification programs can change.
Is a prerequisite required?
No formal prerequisite is listed. Salesforce recommends Platform App Builder, Platform Developer, and Platform Developer II as helpful credentials, but they are not mandatory.
Is this certification suitable for beginners?
It is not designed as an entry-level credential. Salesforce’s audience description expects meaningful Salesforce and enterprise data experience. Beginners should first learn platform administration, data modeling, sharing, automation, and migration fundamentals.
Which domains have the highest weight?
Data Modeling/Database Design and Salesforce Data Management each carry 25%. Together they represent half of the current blueprint. Large Data Volume Considerations follows at 20%.
What is the difference between Data Architect and Sharing and Visibility Architect?
Platform Data Architect focuses on enterprise data models, quality, governance, scale, MDM, virtualization, and migration. Platform Sharing and Visibility Architect focuses more deeply on record access, sharing mechanisms, security, and scalable visibility designs. Data architecture still must respect sharing, so the two areas overlap.
Do I need to know Data 360?
The current blueprint emphasizes Customer 360 Platform data architecture, single customer views, virtualized data, and multiple-source designs. Understanding current Data 360 concepts such as harmonization, unification, and zero-copy access is useful, but organize study around the exact published objectives.
What is a golden record?
A golden record is a trusted representation of an important business entity, created through matching, consolidation, survivorship, and governance rules. It should preserve source identifiers and lineage rather than hiding where values came from.
What causes Salesforce data skew?
Data skew can occur when many child records relate to one parent, when one user owns a very large number of records, or when access structures become heavily concentrated. It can contribute to locking, slow sharing calculations, and reduced transaction performance.
When should data be virtualized?
Virtualization is useful when data should remain in an authoritative external source and users mainly need live, read-oriented access without maintaining another full copy. Replication or native storage may be better when low latency, local automation, offline use, or platform features require Salesforce records.
Are practice tests enough on their own?
No. Practice tests help identify gaps and improve scenario reasoning. Combine them with the official guide, Trailhead, Salesforce architecture documentation, a practice org, data-model diagrams, and migration exercises.
Which official learning resources are recommended?
The Salesforce guide recommends the Architect Journey: Data Architecture Trailmix and the Build Data Architect Expertise (ARC201) course. Use the current outline as an index for further searches in Salesforce Help and architecture documentation.