Certification Box https://www.certificationbox.com/ Prepared Well With Certification Box Wed, 26 Aug 2026 12:43:30 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 https://www.certificationbox.com/wp-content/uploads/2026/04/cropped-CertificationBox-Mini-Logo-32x32.png Certification Box https://www.certificationbox.com/ 32 32 LPIC-3 High Availability: The Certification You Cannot Actually Earn Yet https://www.certificationbox.com/2026/08/26/lpic-3-high-availability-306-300/ Wed, 26 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30489 You can book 306-300, pass it, and be awarded nothing at all. LPI grants LPIC-3 only to candidates who already hold a current LPIC-2, and that condition is missing from most write-ups of this exam.

The post LPIC-3 High Availability: The Certification You Cannot Actually Earn Yet appeared first on Certification Box.

]]>

LPIC-3 High Availability and Storage Clusters is LPI’s highest tier, examined as 306-300: 60 questions in 90 minutes, weighted across twelve objectives covering Pacemaker, HAProxy, DRBD, GlusterFS, Ceph and LVM. It is the enterprise Linux clustering credential, and it is distribution-neutral.

There is a catch that most summaries of this exam omit entirely. LPI requires an active LPIC-2 certification before it will award LPIC-3, so it is entirely possible to book 306-300, pass it, and hold nothing. This article covers that prerequisite first, then works through where the sixty marks actually sit and what the four topic areas expect.

What Does LPIC-3 High Availability Actually Certify?

It certifies that you can keep Linux services running when individual machines do not. The objectives cover load balanced clusters, failover clusters, replicated block storage, clustered and distributed file systems, and the single-node resilience underneath all of it. LPIC-3 is LPI’s enterprise tier, and this is one of four specialties within it.

The distribution-neutral framing matters here more than at the lower tiers. The exam names specific software rather than specific distributions: Pacemaker and corosync for failover, keepalived and HAProxy for load balancing, DRBD for replicated block devices, GlusterFS and Ceph for distributed storage. Those are the tools an enterprise Linux estate actually runs, whichever vendor supplies the operating system.

One of four specialties, not a single ladder rung

LPIC-3 offers four separate specialty certifications, and passing any one of them grants LPIC-3 for that specialty. High Availability and Storage Clusters is the 306 track. There are also mixed environment, security, and virtualization and containerisation tracks, each with its own exam code. You do not work through them in sequence; you choose the one that matches your work.

Why Can You Pass 306-300 and Still Not Hold LPIC-3?

Because LPI requires an active LPIC-2 certification before it awards LPIC-3. Passing 306-300 satisfies the exam requirement, but the certification itself is only granted to a candidate who already holds a current LPIC-2. Without it, the pass sits there unredeemed until the prerequisite is met.

The LPI certification ladder from LPIC-1 through LPIC-2 to LPIC-3 exam 306-300

The word doing the work is active. LPI certifications carry a validity period, so an LPIC-2 earned years ago and never renewed does not count. A candidate returning to LPI after a gap needs to check the state of their LPIC-2 before booking anything, not afterwards.

What this means in practice

If you do not hold LPIC-2, the honest sequence is LPIC-1 (exams 101 and 102), then LPIC-2 (exams 201 and 202), then 306-300. That is a substantial commitment, and it is the reason this credential sits where it does: the LPIC-2 requirement is what makes LPIC-3 an enterprise-level statement rather than a topic badge.

It is worth being blunt that several published summaries of 306-300 list no prerequisite at all. Checking the specialty against the 306-300 exam page alongside LPI’s own certification page is the way to avoid an expensive misunderstanding.

Where Do the Sixty Marks Sit Across Twelve Objectives?

LPI publishes a weight for every objective, and the twelve weights sum to 60, matching the question count. That makes the blueprint unusually transparent: a weight of 8 means roughly eight questions. Cluster Management takes 22, Cluster Storage 13, Distributed Storage 13, and Single Node High Availability 12.

Topic area Objective Weight
High Availability Cluster Management High Availability Concepts and Theory 6
High Availability Cluster Management Load Balanced Clusters 8
High Availability Cluster Management Failover Clusters 8
High Availability Cluster Storage DRBD 6
High Availability Cluster Storage Cluster Storage Access 3
High Availability Cluster Storage Clustered File Systems 4
High Availability Distributed Storage GlusterFS Storage Clusters 5
High Availability Distributed Storage Ceph Storage Clusters 8
Single Node High Availability Hardware and Resource High Availability 2
Single Node High Availability Advanced RAID 2
Single Node High Availability Advanced LVM 3
Single Node High Availability Network High Availability 5

Three objectives carry a weight of 8 and therefore matter disproportionately: Load Balanced Clusters, Failover Clusters and Ceph Storage Clusters. Together they are 24 of 60, roughly 40 percent of the paper across three topics. At the other end, Hardware and Resource High Availability and Advanced RAID are worth 2 each, so four questions between them.

What Does the Clustering Half of the Exam Cover?

Cluster Management is the heaviest topic area at 22 of 60. It splits into concepts and theory at weight 6, load balanced clusters at 8, and failover clusters at 8. The theory objective sets up the vocabulary the other two assume: active/passive against active/active, failover against load balanced, shared-nothing against shared-disk.

Load balanced clusters, weight 8

This objective names LVS and IPVS, VRRP, keepalived, ldirectord, backend server networking, and HAProxy configuration. It is a mix of kernel-level load balancing and userspace proxying, and the exam expects configuration familiarity rather than architectural description alone. HAProxy in particular appears both as understanding and as configuration.

Failover clusters, weight 8

Pacemaker dominates: managing cluster configurations and resources, obtaining node information and managing node health, quorum and fencing, the split brain detector on shared storage, and managing Pacemaker through both pcs and crmsh. Pacemaker ACL awareness is included too.

Fencing and quorum are the concepts that separate candidates who have run a cluster from those who have read about one. A cluster that cannot fence a misbehaving node cannot safely recover from a partition, and the exam returns to that idea repeatedly. Knowing both pcs and crmsh matters because different distributions ship different tooling around the same Pacemaker core.

Why Is Distributed Storage Worth as Much as Failover?

High Availability Distributed Storage carries 13 of 60, the same as Cluster Storage, and Ceph alone is weighted 8, equal to the two heaviest clustering objectives. GlusterFS takes the remaining 5. LPI weights it that way because distributed storage is where modern Linux high availability has actually moved.

The reasoning is architectural. A traditional failover cluster keeps a service alive by moving it between nodes attached to shared storage, which makes the storage itself the thing that must not fail. A distributed store spreads data across many nodes so that losing one is routine rather than exceptional. Understanding how Ceph is structured is the single highest-value piece of study on this exam by weight.

DRBD sits between the two models

DRBD is its own objective at weight 6, covering architecture, resources, states and replication modes, disk and device configuration, networking connections and meshes, automatic recovery and error handling, drbdadm, the principles of drbdsetup and drbdmeta, integration with Pacemaker, and the architecture of LINSTOR. Protocols A, B and C and the primary and secondary roles are named explicitly.

DRBD is replicated block storage rather than a distributed file system, which makes it the bridge between the failover model and the distributed one. Its integration with Pacemaker is why it appears in an exam that also covers Ceph: in practice they solve overlapping problems at different layers.

What Does Single Node High Availability Add?

Single Node High Availability is the lightest topic area at 12 of 60, covering hardware and resource availability at weight 2, advanced RAID at 2, advanced LVM at 3, and network high availability at 5. It is the resilience you build into one machine before any clustering happens.

The low weights are easy to misread as unimportance. They are better read as a signal about how few questions each is worth: two questions on RAID, two on hardware and resource monitoring. That is a small return on deep study, which makes this the area to cover competently and quickly rather than exhaustively.

Network high availability is the exception

At weight 5, network high availability is worth more than the other three single-node objectives combined would suggest, and it connects directly upward to the load balancing material. Bonding, redundant paths and interface-level failover are the foundation the cluster layer assumes is already in place.

Why the Linux Foundation context helps

Almost every technology named across these objectives is an open-source project rather than a vendor product, and several sit under shared governance. Browsing the Linux Foundation project landscape is a quick way to see how these components relate to one another, which helps when the exam asks about integration rather than about a single tool.

What Is the Exam Format, and How Long Does It Last?

306-300 is a 90-minute exam of 60 multiple-choice and fill-in-the-blank questions, with a passing score of 500 out of 800. It costs around $200 USD depending on region, and it can be taken either at a Pearson VUE test centre or online through OnVUE. The certification is valid for five years.

Item Detail
Exam code 306-300 (objectives version 3.0)
Questions 60, multiple choice and fill in the blank
Duration 90 minutes
Passing score 500 out of 800
Price Around $200 USD, varies by country
Delivery Pearson VUE test centre or online via OnVUE
Languages English and Japanese
Prerequisite Active LPIC-2 certification
Validity 5 years

Fill in the blank changes how you study

A multiple-choice question lets you recognise the right command. A fill-in-the-blank question makes you produce it. Given that the objectives name drbdadm, pcs, crmsh, lvresize, lvchange and the gluster subcommands explicitly, the difference is not academic. Recognition-level familiarity with the tooling is not enough for this format.

The current version and what it replaced

The objectives are version 3.0, which came out of a split of version 2.0 of the older 304 exam. The previous version, 304-200, was available only until June 2022, so any study material written against 304 is describing a different, narrower syllabus. Checking the version on any resource before using it is worth the thirty seconds.

How Should You Work Through the Four Topic Areas?

Follow the weights. Cluster Management is 22 of 60 and Ceph alone is 8, so those two claims on your time come first. Single Node High Availability is 12 of 60 across four objectives, so cover it competently and move on. Confirm your LPIC-2 is active before you plan anything at all.

Four high availability approaches tested by LPIC-3 306-300: failover, load balancing, replication and distributed storage
  1. Verify that your LPIC-2 certification is current, because without it a pass on 306-300 will not result in an LPIC-3 certification.
  2. Start with high availability concepts and theory, since the vocabulary of active/passive, shared-nothing and quorum underpins every heavier objective that follows.
  3. Work failover clusters and Pacemaker next, practising with both pcs and crmsh, and treating fencing and quorum as the ideas the exam keeps returning to.
  4. Take Ceph after that, because at weight 8 it is worth as much as either clustering objective and is usually the least familiar to candidates from a traditional cluster background.
  5. Finish with load balancing, DRBD and the single node objectives, then drill the named commands until you can produce them from memory rather than recognise them.

That last step is the one specific to this exam’s format. Fill-in-the-blank questions on drbdadm, pcs, crmsh, lvresize and the gluster subcommands reward hands-on repetition and punish reading. Building a small cluster in virtual machines is worth more than any amount of note-taking, and the practical emphasis is a recurring theme in these 306-300 preparation notes.

If you are choosing between LPIC-3 specialties

The four tracks are genuinely different jobs, not difficulty tiers, and picking on interest rather than on what your estate runs is the common mistake. The mixed environment track suits an administrator whose reality is Linux alongside Windows, and the 300-300 route covers that side of the choice.

Frequently Asked Questions

Do you need LPIC-2 before taking 306-300?

You need an active LPIC-2 certification to be awarded LPIC-3. You can sit and pass 306-300 without it, but the certification will not be granted until the prerequisite is met.

How many questions are on the LPIC-3 306 exam?

60 questions in 90 minutes, in a mix of multiple-choice and fill-in-the-blank formats.

What is the passing score for 306-300?

500 out of 800.

How much does LPIC-3 High Availability cost?

Around $200 USD. LPI prices the exam by country, so the exact figure depends on where you sit it.

How long is LPIC-3 valid?

Five years, with options available for extending beyond that period.

Can you take 306-300 online?

Yes. It is available at Pearson VUE test centres and online through OnVUE, in English and Japanese.

Which objective is worth the most marks?

Three are tied at weight 8: Load Balanced Clusters, Failover Clusters and Ceph Storage Clusters. Together they account for 24 of the 60 marks.

What software does the 306 exam actually name?

Pacemaker with pcs and crmsh, keepalived, ldirectord, HAProxy, LVS and IPVS, DRBD with drbdadm and LINSTOR, GlusterFS, Ceph, and LVM and RAID tooling.

How many LPIC-3 specialties are there?

Four. Passing any one of the four exams grants LPIC-3 for that specialty, so they are parallel tracks rather than sequential levels.

Is study material written for exam 304 still usable?

Not reliably. The current objectives are version 3.0 and came from a split of version 2.0 of exam 304, whose last availability was June 2022. Material written against 304 describes a different syllabus.

Conclusion

LPIC-3 High Availability is a genuine enterprise Linux credential, and its blueprint is more honest than most: twelve objectives with published weights that sum exactly to the sixty questions, so you can see precisely where the marks are. Cluster Management takes 22, Ceph alone takes 8, and the whole Single Node area is worth 12.

The detail to act on first is not in the objectives at all. LPI awards LPIC-3 only to candidates holding an active LPIC-2, and that condition is missing from a number of published summaries of this exam. Confirm it before booking, then follow the weights: theory, failover clustering, Ceph, and finally the commands you will have to type from memory rather than recognise.

Rating: 5 / 5 (1 votes)

The post LPIC-3 High Availability: The Certification You Cannot Actually Earn Yet appeared first on Certification Box.

]]>
CPMAI Certification Cost: What $899 Actually Buys You https://www.certificationbox.com/2026/08/26/cpmai-certification-cost-what-it-buys/ Wed, 26 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30482 The most searched question about PMI's AI credential is not what it covers but what it costs, and the $200 member discount is larger than the membership itself. This guide breaks down the fee, the pass-or-fail result with no published cut score, and why business needs and data needs take half the exam between them.

The post CPMAI Certification Cost: What $899 Actually Buys You appeared first on Certification Box.

]]>

PMI-CPMAI is the exam code for the PMI Certified Professional in Managing AI, and the question people actually type into Google about it is not what it covers. It is what it costs. The answer is $899 at full price, or $699 if you hold a PMI membership, which makes the $200 gap larger than the membership itself. That single arithmetic detail decides how most candidates book it.

Behind the fee sits a 120-question exam, 160 minutes at a Pearson VUE centre, and a result that arrives as a plain pass or fail with no score attached. The blueprint splits across five domains, and two of them, business needs and data needs, take 26 percent each. This guide works through what the money buys, why half the exam is about problems and data rather than models, how the credential sits against a data science qualification, and whether it adds anything for someone who already holds PMP.

What Does the CPMAI Certification Cost?

The CPMAI certification cost is $899 USD at full price and $699 USD for PMI members. That is a $200 saving, which is more than a standard PMI membership costs, so joining before booking is cheaper than not joining even if you never use another member benefit. The fee covers one attempt at the exam through Pearson VUE.

Why the membership maths matters

Most certification bodies price membership as a modest discount. PMI prices it as a genuine arbitrage on this credential: the discount exceeds the joining fee, so a candidate paying $899 has effectively chosen to pay extra. It is the single most common avoidable mistake with this exam, and it happens because the full price is the number displayed first.

Membership also carries across PMI’s other credentials, which matters if CPMAI is not the last exam you sit. Anyone holding PMP already has it and pays $699 without doing anything.

What the fee does not include

Training is separate. PMI publishes a free introduction to the credential and sells a digital guide on leading and managing AI projects, and neither is bundled into the exam fee. Budget for study material on top, and treat any third-party course price as an addition rather than a substitute.

There is also no published bundle that includes a retake. A failed attempt means paying again, which is a stronger argument than usual for not booking early.

Why Is There No Published CPMAI Passing Score?

CPMAI reports a plain pass or fail. There is no published cut score, no percentage, and no scaled number, so a candidate cannot calculate how close they came. The exam is 120 multiple choice questions in 160 minutes, which is 80 seconds per question, and the whole result reduces to one word.

What that changes about preparation

Without a published threshold you cannot budget marks. There is no “I can afford to write off the smallest domain” calculation available, because you do not know how many questions you can lose. The only safe assumption is that every domain matters and that a weak area is a real risk rather than an accounted-for cost.

It also removes the near-miss signal. On an exam that reports a score, failing at 62 percent against a 65 percent bar tells you to revise lightly and rebook. A bare fail tells you nothing, so a retake means re-preparing broadly rather than surgically.

Why PMI is building this credential now

The demand side is not speculative. The Stack Overflow developer survey found 84 percent of respondents using or planning to use AI tools, up from 76 percent the year before, with 51 percent of professional developers using them daily. Organisations running that many AI initiatives need someone accountable for them who is not a data scientist.

That is the gap CPMAI targets. It certifies the person who scopes, funds, governs and lands an AI project, rather than the person who trains the model.

What Do the Five CPMAI Domains Actually Test?

The CPMAI blueprint has five domains carrying 37 named tasks between them. Business needs and data needs are the two largest at 26 percent each. Operationalising the solution takes 17 percent, model development and evaluation 16 percent, and responsible and trustworthy AI, despite being the domain people expect to dominate, takes only 15 percent.

Domain Title Weight Tasks
I Support Responsible and Trustworthy AI Efforts 15% 5
II Identify Business Needs and Solutions 26% 10
III Identify Data Needs 26% 9
IV Manage AI Model Development and Evaluation 16% 6
V Operationalize AI Solution 17% 7

The responsible AI domain is smaller than expected

Fifteen percent is the smallest slice, and it surprises candidates who assume an AI credential is mostly ethics. The five tasks are concrete rather than philosophical: overseeing a privacy and security plan, managing transparency in data and algorithm selection, running bias checks, monitoring regulatory compliance, and maintaining an accountability audit trail.

The blueprint names GDPR and CCPA directly, along with privacy impact assessments and encryption of training data. The territory maps closely onto the NIST AI framework, which is the most useful free reading for this domain.

“intended for voluntary use and to improve the ability to incorporate trustworthiness considerations into the design, development, use, and evaluation of AI products, services, and systems”

NIST Information Technology Laboratory, AI Risk Management Framework

Sitting a mock under time is the quickest way to discover whether your instincts match the weightings, and the CPMAI question bank is organised on the same five-domain split, so a weak result points straight at the domain to revisit.

Why Do Business Needs and Data Needs Share Half the Exam?

Domains II and III carry 26 percent each, so 52 percent of CPMAI is decided before any model is built. That is deliberate. AI projects fail on the wrong problem and the wrong data far more often than on the wrong algorithm, and the blueprint puts its weight where the failures are.

CPMAI project order showing business needs and data needs coming before model build and deployment

What Domain II asks of you

Ten tasks, and only one of them touches technology. They run from identifying the problem and its personas, through feasibility, risk assessment across security, safety and ethics, a scope statement, ROI, adoption and integration risk, drafting the solution, success criteria, business case support, and resourcing including hardware and contractors.

Read as a list it is recognisable project management, applied to a domain where feasibility is genuinely uncertain. The distinctive task is comparing AI approaches against traditional alternatives, which is the question a good AI project manager is expected to ask before spending anything.

What Domain III asks of you

  • Defining the required data, and finding the subject matter experts who understand it.
  • Locating sources, and coordinating the workspace and infrastructure to hold them.
  • Gathering the data, then checking privacy, compliance and access before it is used.
  • Overseeing evaluation, and deciding whether the data actually meets the solution’s needs.
  • Conveying that data understanding upward to leadership in terms they can act on.

That last task is the one that separates this credential from a technical one. The exam expects you to translate a data reality into an executive decision, not to clean the data yourself.

The lineage behind the data-first structure

Putting business understanding and data understanding ahead of modelling is not a PMI invention. It is the shape of the CRISP-DM process model, which has organised analytics work along those phases since the late 1990s. Recognising the ancestry makes the domain order feel logical rather than arbitrary, and it explains why modelling itself is only 16 percent.

How Does CPMAI Differ From a Data Science Credential?

A data science certification tests whether you can build a model. CPMAI tests whether you can run the project around one. The verbs in the blueprint make the split obvious: the tasks say oversee, manage, verify, coordinate and convey, not train, tune or deploy. Only Domain IV touches modelling, and even there the job is governance rather than construction.

Where the two genuinely overlap

Both need enough technical literacy to judge feasibility, and both care about data quality. A CPMAI holder has to know why a class imbalance matters, what a fairness metric is measuring, and when a model has drifted. What they do not have to do is implement any of it.

Domain IV makes the boundary explicit with two separate go/no-go decision tasks: verifying data quality before preparation proceeds, and verifying the model is ready to be operationalised. Those are governance gates, and owning them is the role this credential describes.

Where PMI’s other role credentials sit

PMI has been building narrow, role-specific credentials for several years rather than extending PMP indefinitely. Its construction-focused exam followed the same pattern of taking a general discipline and rebuilding the tasks around one industry’s realities, and the write-up on PMI’s construction credential shows how that structure works in practice.

CPMAI is the same idea applied to AI. If your work is genuinely AI delivery, it is more useful than a broader qualification. If AI is one project among twenty, it is harder to justify.

Is CPMAI Worth It if You Already Hold PMP?

For a PMP holder the calculation is narrower than it looks. You already have the membership, so the exam costs $699 rather than $899, and you already know the project management half of Domains II and V. What you are buying is the AI-specific content: the data domain, the bias and transparency tasks, and the two go/no-go gates.

What the salary question really tells you

Search demand around this credential includes a steady stream of salary queries, which suggests candidates are hoping for a direct uplift. That is the wrong frame. PMI publishes no CPMAI salary data, and any figure quoted elsewhere is inference rather than evidence.

A more honest reference point is what the project management credential itself commands, and PMP compensation data gives a real baseline. CPMAI’s value sits on top of that as an access argument rather than a pay rise: it is what gets you assigned to the AI programme, and the programme is what changes the number.

Who should probably skip it

If nobody in your organisation is funding AI work, the credential certifies capability you will not use, and it has no published recertification pathway that keeps it current for you. If you are a data scientist rather than a delivery lead, the blueprint spends 52 percent of its weight on activities you do not own. And if you are new to project management entirely, the tasks assume a working knowledge of scope, ROI and stakeholder management that CPMAI does not teach.

How Should a Project Manager Prepare for 120 Questions?

Work the two 26 percent domains first, because together they decide half the exam, and leave responsible AI until you have the delivery picture straight. With 80 seconds per question and no published cut score, even coverage across all five domains beats depth in the one you find most interesting.

CPMAI preparation comparison showing which domains delivery and analytics candidates find hardest
  1. Start with Domain III, identifying data needs, because it is the least familiar territory for most project managers and carries the joint-highest weight.
  2. Move to Domain II, business needs and solutions, mapping each of its ten tasks onto a project you have actually run so the vocabulary sticks.
  3. Learn the two go/no-go gates in Domain IV as decisions rather than definitions, since the exam frames them as judgement calls.
  4. Work Domain V by tracing one deployment end to end, from the deployment plan through model governance and metrics to the transition and contingency plans.
  5. Take Domain I last, reading the responsible AI tasks against a real regulation such as GDPR so the compliance language has something concrete attached to it.
  6. Finish with full timed mocks at 80 seconds a question, checking that your weakest domain is not one of the two carrying 26 percent.

Candidates who came up through delivery usually find Domain III hardest and Domain V easiest. Candidates who came from an analytics background find the reverse, and tend to underestimate how much of Domain II is stakeholder work rather than analysis. The same domain-by-domain discipline works across PMI’s role credentials, and the approach set out for the risk management professional exam transfers cleanly here.

Frequently Asked Questions

How much does the CPMAI certification cost?

PMI members pay $699 USD and non-members pay $899 USD. The $200 gap is larger than a standard PMI membership, so joining before booking costs less than paying full price. The fee covers a single attempt through Pearson VUE and does not include training material.

How many questions are on the PMI-CPMAI exam?

The exam has 120 multiple choice questions and a 160-minute limit, which works out at roughly 80 seconds per question. It is delivered at Pearson VUE test centres. There is no separate practical or scenario component beyond the question format itself.

What is the CPMAI passing score?

PMI publishes no cut score for CPMAI. The result is reported as a plain pass or fail with no percentage or scaled figure attached, so candidates cannot tell how close they came. Prepare for even coverage rather than budgeting marks against a threshold.

Which CPMAI domain carries the most weight?

Two domains tie at 26 percent each: identifying business needs and solutions, and identifying data needs. Together they decide 52 percent of the exam. Operationalising the solution follows at 17 percent, model development at 16, and responsible AI at 15.

Is CPMAI a technical certification?

No. The blueprint’s tasks use oversight verbs throughout, and only one of five domains touches model development. It certifies the person accountable for an AI project rather than the person building the model, so no coding or model training is assessed.

Does CPMAI require PMP first?

The syllabus lists no prerequisite certification. In practice the tasks assume working knowledge of scope definition, ROI, risk assessment and stakeholder management, so candidates without project delivery experience will find Domain II harder than the weighting suggests.

What regulations does the CPMAI exam name?

Domain I names GDPR and CCPA explicitly, alongside privacy impact assessments, encryption and access controls for training data, and sector-specific compliance requirements. The expectation is that you can coordinate with legal teams, not that you can interpret statutes yourself.

How long does it take to prepare for CPMAI?

There is no official study estimate. The realistic driver is which half of the blueprint is new to you: delivery managers usually need longest on the data domain, while analytics professionals need longest on business needs and stakeholder work. Plan around the unfamiliar half rather than a fixed week count.

What are the go/no-go gates in CPMAI?

Domain IV contains two: verifying data quality before data preparation proceeds, and verifying that a model is ready to be operationalised. Both are framed as governance decisions the certified professional owns, which is the clearest expression of what the credential is actually about.

Can you take the CPMAI exam online?

The syllabus lists Pearson VUE as the scheduling route. Pearson VUE operates both test centres and online proctored delivery depending on the certification and region, so confirm the options available where you are at the point of booking rather than assuming either.

Conclusion

The honest answer to what CPMAI costs is $699 if you handle the booking sensibly and $899 if you do not, and the difference is worth more attention than most candidates give it. What the fee buys is a credential aimed squarely at the accountability gap in AI delivery: the person who has to decide whether the data is good enough, whether the model can ship, and who answers for it afterwards.

The blueprint is more useful than the marketing around AI credentials usually suggests, mainly because it puts 52 percent of its weight on problems and data rather than on models. If your work genuinely involves scoping and governing AI initiatives, that emphasis will match your week. Once the five domains are familiar, timed practice at 80 seconds a question is the fastest way to find out whether your weakest area is one of the two that decide half the result.

Rating: 5 / 5 (1 votes)

The post CPMAI Certification Cost: What $899 Actually Buys You appeared first on Certification Box.

]]>
Appian Lead Developer Certification: Why 54 Percent Is Harder Than It Sounds https://www.certificationbox.com/2026/08/25/appian-lead-developer-certification-acd-301/ Tue, 25 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30465 Forty-five scenario questions, ninety minutes and a pass mark of just 54 percent. That cut score reflects how hard the questions are, not how easy the exam is. Here is what each of the six ACD-301 domains asks, and where lead developers actually lose marks.

The post Appian Lead Developer Certification: Why 54 Percent Is Harder Than It Sounds appeared first on Certification Box.

]]>

ACD-301 is the exam behind the Appian Certified Lead Developer credential, the top rung of Appian’s developer ladder. Forty-five questions, ninety minutes, $250, and a passing score of 54 percent. That last number stops people. Most certifications sit between 65 and 80 percent, and a mark this low usually means one thing: the questions are hard enough that the vendor expects competent candidates to get a meaningful share of them wrong. It is not a soft exam with a generous bar. It is a difficult exam with a realistic one.

This guide walks the six domains ACD-301 publishes, explains what a low pass mark actually implies about question design, digs into the data management and integration material that catches most candidates, and settles the question of whether the senior developer exam should come first.

What Does the Appian Lead Developer Exam Cover?

ACD-301 spans six domains: platform management, application design and development, data management, designing for scalability and performance, extending Appian, and project and resource management. It is not a syntax exam. Every domain is written in the language of judgement calls, using verbs like evaluate, diagnose, recommend and troubleshoot rather than build.

That verb choice is the clearest signal of what changes at the lead level. An associate exam asks whether you can make something work. This one asks whether you can decide what should be built, spot why something already built is failing, and defend the choice to a client.

“Relevant, reliable, and standards-based. Appian certifications validate the skills of qualified practitioners through realistic, role-based exams recognized worldwide.”

Appian, Certification programme description

Appian publishes no percentage weightings for the six domains, so there is no heaviest block to chase. Judge by objective count instead: data management carries six objectives, more than any other domain, while project and resource management carries three. Treat that as the only distribution signal available and be sceptical of any resource quoting ACD-301 percentages as fact.

If you want the objectives in full before deciding, the ACD-301 exam syllabus lists every one of them domain by domain.

Why Is the ACD-301 Passing Score Only 54 Percent?

A 54 percent pass mark on 45 questions means you need 25 correct answers and can afford 20 wrong ones. That is unusually generous on paper, and it is set that way because the questions are unusually hard. Vendors calibrate the cut score against how a qualified practitioner actually performs, not against a round number that looks impressive.

What a low cut score tells you about the questions

When a pass mark drops into the fifties, it normally means the item pool contains a lot of scenario questions with several defensible answers and one best one. Candidates who know the platform well still lose marks on those, because the difference between a workable design and the correct design is a matter of degree. That is precisely the territory ACD-301 lives in.

The practical consequence is that you should not chase perfection on any single domain. Twenty wrong answers is a lot of room, and the efficient strategy is broad competence across all six domains rather than mastery of two. A candidate strong in design and development but blank on platform management will still fail, because platform management questions are not optional.

Why it does not make the exam easy

The trap is reading 54 percent as a soft target and preparing accordingly. Ninety minutes for 45 questions is two minutes each, and scenario items routinely take longer than that to read properly. Time pressure plus ambiguity is what turns a generous cut score into a genuine challenge, and it is why candidates who skim the scenario and jump to the options tend to fail.

What Does the Data Management Domain Expect You to Do?

Data management carries six objectives, more than any other ACD-301 domain. It covers designing secure data models, choosing between data fabric, data types and data migration, diagnosing data fabric complexities, planning and troubleshooting migrations, handling high-volume database structures, and implementing advanced database features.

Four things that break at scale in Appian applications: queries, integrations, load and access rules

Data fabric appears twice, deliberately

Two separate objectives name data fabric: one about deciding when to use it, one about diagnosing when it goes wrong. That repetition tells you where the exam expects real experience. Knowing what Appian data fabric does is table stakes. Being able to explain why a record type is returning slowly across three source systems is the actual test.

The high-volume objective

Analysing and troubleshooting high-volume database structures is where platform knowledge meets database knowledge, and it is the objective most likely to be outside a candidate’s daily work. Indexing strategy, query shape and how Appian’s own querying behaves against a large table are all fair game. Candidates who have only worked on small applications tend to discover this domain the hard way.

Advanced database features get their own objective too, which pushes the exam past what the platform hides from you and into what the database underneath is genuinely doing.

How Deep Does Extending Appian Really Go?

The Extending Appian domain covers five objectives: authentication through connected systems, advanced integration design and troubleshooting, programming advanced APIs so Appian can talk to external systems, evaluating plug-ins and knowing when to write one, and advanced document generation. It is the most engineering-heavy domain on the exam.

The judgement objective people underestimate

One objective asks you to evaluate existing plug-ins and recognise when to develop a custom one. That is a build-or-buy decision dressed as a technical question, and the exam is testing restraint as much as capability. Writing a custom plug-in when a maintained one exists is a defensible-sounding answer that is usually wrong, because it creates upgrade debt somebody else will inherit.

Authentication and integration

Connected systems carry the authentication objective, which means OAuth flows, API keys and certificate handling are all in scope. The integration objective is explicitly about troubleshooting advanced integrations rather than configuring simple ones, so expect scenarios where a call is failing intermittently and you are asked what to check first.

Document generation sits oddly alongside the rest until you remember what enterprise Appian applications actually do. Generating a correctly formatted contract or statement is a common requirement and a common source of production incidents, which is why it earns its own objective.

Why Is Project and Resource Management on a Developer Exam?

Project and resource management is on ACD-301 because a lead developer is accountable for delivery, not just for code. Three objectives cover interpreting client requirements and recommending technical design options, managing and leading essential activities across an Agile team, and recommending the protocols and procedures involved in Appian governance.

Governance is the specific word

Appian governance means the rules an organisation sets about who can build what, how objects are named and reused, how environments are promoted, and what review a change goes through before it reaches production. The exam asks you to recommend those protocols, which is a different skill from following them.

Candidates who have only worked as an individual contributor on someone else’s programme often find this domain the least familiar, even though it contains no technical content at all. It is worth deliberate revision rather than assuming general project experience will carry it.

Requirements interpretation

The requirements objective is where design meets client management. You are expected to take a stated business need, recognise where it is under-specified, and recommend technical options with trade-offs attached. Independent market analysis such as the Forrester low-code Wave is useful background here, because knowing where Appian is strong relative to other platforms sharpens the recommendations you would actually make.

What Does ACD-301 Cost and How Is It Delivered?

ACD-301 costs $250 USD and runs 45 questions in 90 minutes with a 54 percent passing score. It is scheduled through Appian rather than through a general test-centre network, which means booking goes via the Appian certification programme rather than a third-party portal you may already have an account with.

Detail Value
Exam name Appian Certified Lead Developer
Exam code ACD-301
Questions 45
Duration 90 minutes
Passing score 54 percent
Price $250 USD
Delivery Appian

Where it sits in the programme

Appian runs a ladder of role-based credentials rather than a single exam, and the Appian certification programme is where the current structure and booking route live. The credentials are deliberately role-shaped: analyst, associate developer, senior developer and lead developer describe jobs rather than feature sets.

On pay, the honest position is that platform-specific credentials rarely move a salary on their own. What they do is qualify you for the roles that pay more. General software engineer salary data is a better reference point than any Appian-specific figure, because the lead role is a seniority step rather than a niche.

Senior Developer or Lead Developer: Which Comes Next?

Take the senior developer exam if you build; take the lead developer exam if you decide. Appian’s senior credential validates that you can implement complex applications well. ACD-301 validates that you can own an environment, a data architecture, an integration surface and a delivery team at the same time. Neither is a formal prerequisite for the other.

What an Appian senior developer does compared with what a lead developer owns

The honest test

Ask who gets called when a production application is slow. If the answer is you, and the next question is whether the problem is the record type, the database, the integration or the design, then ACD-301 describes your job already. If you are still mostly implementing designs somebody else signed off, the senior exam is a better match and a cheaper way to find out where your gaps are.

Two of the six domains, platform management and project and resource management, contain almost nothing an individual contributor touches daily. That is the clearest indicator of the gap between the two credentials, and it is where most of the additional study lands.

Candidates mapping out the whole route will find the Appian certification path a useful overview of how the role credentials stack up before committing to one.

How Should You Prepare for a Scenario-Only Exam?

The efficient approach is to close the two non-development domains first, then drill the data and integration material against real systems, and only then move to timed practice. Platform management and governance are the fastest gaps to close and the most commonly ignored, which makes them the cheapest marks on the paper.

  1. Work through the administration console setting by setting, because platform management is a whole domain most developers have never deliberately studied.
  2. Practise a deployment across environments end to end, including a failure and a rollback, so troubleshooting questions describe something you have actually seen.
  3. Build a record type over more than one source and then deliberately break it, since diagnosing data fabric complexity is its own named objective.
  4. Read the query behaviour of a genuinely large table and note where it degrades, because the high-volume objective assumes that experience rather than teaching it.
  5. Trace one advanced integration through authentication, call and error handling, and write down what you would check first when it fails intermittently.
  6. Write out your organisation’s governance rules from memory, then compare them against what Appian recommends, which is exactly the shape of the governance objective.
  7. Finish with timed practice at two minutes a question, reading every scenario in full rather than jumping to the options.

Most candidates with two or more years on the platform report four to eight weeks of part-time study. The variable is not Appian knowledge but exposure: developers who have worked on a single application need longer than those who have moved between environments and clients. When you are close to booking, the collected lead developer exam materials are a useful final check against the six domains.

Frequently Asked Questions

How many questions are on the ACD-301 exam?

The Appian Certified Lead Developer exam has 45 questions and a 90-minute limit, which is two minutes per question. The questions are scenario-based rather than recall-based, so reading time is the constraint. Candidates who skim the scenario and jump to the options tend to run into trouble.

What is the passing score for the Appian Lead Developer certification?

You need 54 percent, which is 25 correct answers out of 45. That is low by certification standards and it reflects genuinely hard questions rather than a soft exam. Broad competence across all six domains beats mastery of two, because you cannot skip a domain and still reach the mark.

How much does ACD-301 cost?

The exam costs $250 USD and is scheduled through Appian rather than a general test-centre network. That means booking happens inside the Appian certification programme rather than through a portal you may already use for other vendors, so allow time to set up access before you plan a sitting.

Do you need the senior developer certification before the lead developer exam?

No. Appian does not make the senior credential a prerequisite for ACD-301. In practice most candidates hold it, because the lead exam assumes you can already implement complex applications and spends its questions on architecture, environment ownership and delivery decisions instead.

Which ACD-301 domain has the most objectives?

Data management, with six objectives covering secure data models, data fabric selection and diagnosis, migrations, high-volume database structures and advanced database features. Appian publishes no percentage weightings, so objective count is the only distribution signal the blueprint actually offers.

Is the Appian Lead Developer exam hands-on?

No. ACD-301 is delivered as questions rather than as a lab, but the questions are scenario-based and assume real platform experience. You are asked what you would do about a described situation, which is difficult to answer well without having been in similar situations before.

What does the Extending Appian domain include?

Five objectives: authentication through connected systems, designing and troubleshooting advanced integrations, programming advanced APIs, evaluating plug-ins and deciding when to build a custom one, and advanced document generation. It is the most engineering-heavy part of the exam.

Why is project management tested on a developer certification?

Because a lead developer is accountable for delivery. The domain covers interpreting client requirements and recommending design options, leading activities across an Agile team, and recommending Appian governance protocols. Individual contributors often find this the least familiar material on the paper.

How long does it take to prepare for the Appian lead developer certification?

Most candidates with two or more years on the platform report four to eight weeks of part-time study. Breadth of exposure matters more than years: someone who has worked across several environments and clients prepares faster than someone who has only ever maintained one application.

Does ACD-301 test data fabric?

Yes, in two separate objectives. One covers deciding when to use data fabric against other data types and migration approaches. The other covers diagnosing and troubleshooting data fabric complexities, which is the harder of the two and assumes you have debugged a slow record type in production.

Conclusion

ACD-301 is a judgement exam with a deliberately realistic bar. The 54 percent cut score is not a shortcut, it is an admission that the questions are hard, and the twenty wrong answers you can afford are far better spent spread across six domains than concentrated in the two you already know. Data management carries the most objectives, extending Appian carries the most engineering, and platform management and governance carry the marks most candidates leave on the table.

Prepare by widening exposure rather than deepening any single skill, and read every scenario in full during timed practice. Once the two unfamiliar domains stop producing surprises, working practice items against the published objectives is the fastest way to confirm you are ready to book.

Rating: 4.9 / 5 (40 votes)

The post Appian Lead Developer Certification: Why 54 Percent Is Harder Than It Sounds appeared first on Certification Box.

]]>
AI Governance Certification: What the AIGP Exam Really Asks of You https://www.certificationbox.com/2026/08/25/aigp-ai-governance-certification-exam-domains/ Tue, 25 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30458 The AIGP body of knowledge lists four domains and attaches a percentage to none of them, which changes how you should revise. This guide covers each domain, the risk tiers and laws it names, the member and non-member pricing, and who the credential genuinely suits.

The post AI Governance Certification: What the AIGP Exam Really Asks of You appeared first on Certification Box.

]]>

AIGP is the exam code for the IAPP Certified Artificial Intelligence Governance Professional, and it is the first credential from a recognised privacy body to treat AI oversight as a discipline in its own right. One hundred questions, one hundred and sixty-five minutes, scored on a scale from 100 to 500 with 300 to pass. The fee is $649 for IAPP members and $799 for everyone else, which puts it near the top of the AI governance certification market and makes the decision to sit it a real one rather than an obvious one.

What makes AIGP unusual is what its blueprint leaves out. There are four body-of-knowledge domains and no published percentage weightings, so you cannot plan revision by chasing the biggest block. This guide walks the four domains in plain language, sets out the laws and frameworks the objectives name directly, gives the true cost including the parts people forget, and answers the question the search data says candidates actually ask: is it worth it.

What Is the AIGP Certification and Who Runs It?

AIGP is run by the International Association of Privacy Professionals, the body behind the CIPP, CIPM and CIPT credentials. It certifies that the holder can build and run an AI governance programme rather than write model code. The exam is 100 questions in 165 minutes through Pearson VUE, and it covers foundations, applicable law, development governance and deployment governance.

The framing matters. IAPP did not build a technical AI exam and then bolt policy onto it. It built a governance exam and left the mathematics alone. Nothing in the blueprint asks you to tune a model. Plenty of it asks you to decide whether a model should ship.

“The AIGP credential demonstrates competency in AI development, the ability to conduct ethical AI deployment, and the ability to utilize best practices in AI management to ensure safety and trust.”

IAPP, Certification programme description

IAPP publishes a free Body of Knowledge and Exam Blueprint alongside a free study guide on the official AIGP page, which is unusual for a credential at this price and worth taking seriously as the primary reading. Its own positioning is that AI governance is now a cross-industry requirement rather than a technology-sector concern, which is reflected in objectives that reach into employment, credit, lending, housing and insurance.

What Do the Four AIGP Domains Actually Cover?

The AIGP body of knowledge has four domains. The first establishes what AI governance is and how to set it up inside an organisation. The second covers the legal and standards landscape. The third governs building an AI system. The fourth governs deploying and running one, including systems you bought rather than built.

Domain one: the foundations

This domain asks for the accepted definitions and types of AI, the categories of harm AI can cause, and the characteristics that make AI hard to govern in the first place: opacity, autonomy, speed and scale, data dependency, and probabilistic rather than deterministic outputs. It then moves into organisational mechanics, defining roles, building cross-functional collaboration, and writing life-cycle policy.

One objective is easy to underestimate. You are expected to distinguish developers, providers, deployers and users from a governance perspective, because their responsibilities and exposure differ. That distinction returns in the legal domain and again in the deployment domain.

Domain two: laws, standards and frameworks

Here the exam tests how existing privacy law applies to AI, how non-privacy law applies, what AI-specific law requires, and which industry standards matter. Nondiscrimination, consumer protection, product liability and intellectual property all appear by name.

Domain three: governing development

Three objective groups cover designing and building the system, governing the data used to train and test it, and governing release, monitoring and maintenance. Model cards, conformity requirements, red teaming, threat modelling, data lineage and provenance, and drift are all named.

Domain four: governing deployment and use

The final domain is the one most candidates live in professionally. It covers deployment decisions, vendor and licensing risk, impact assessment of a system you did not build, and the controls needed to deactivate or localise a system when regulation or performance demands it. It also asks about model types and deployment options, including retrieval augmented generation and agentic architectures. Anyone weighing whether this maps to their day job will find the AIGP certification overview a quicker read than the full blueprint.

Why Does the AIGP Blueprint Publish No Domain Weightings?

Unlike most certification blueprints, the AIGP body of knowledge lists domains and objectives without attaching a percentage to any of them. There is no published statement that domain two is worth thirty percent or that domain one is worth fifteen. That absence is a planning fact, not an oversight to be filled in with a guess.

What that changes about revision

On a weighted exam you can rationally over-invest in the heaviest domain. Here you cannot, so the sensible default is to treat all four as equally likely to appear and to let objective count rather than assumed weight guide your time. Domains two, three and four each carry three or four objective groups; domain one carries three. That is as close to a distribution signal as the blueprint offers.

It also means you should be sceptical of any study resource that presents AIGP domain percentages as fact. If a percentage is not in IAPP’s own blueprint, someone has estimated it.

A second consequence is that scenario questions can legitimately straddle domains. A question about a vendor-supplied hiring model touches deployment governance, nondiscrimination law and impact assessment at once, and no single domain owns it.

Which Laws and Frameworks Does the AIGP Exam Test?

The AIGP blueprint names its sources rather than gesturing at them. It requires the OECD principles for trustworthy AI, the NIST AI Risk Management Framework and Playbook including its core functions and categories, and the core ISO AI standards 22989, 42001 and 42005. On the legal side it requires the risk classification framework and enforcement model of AI-specific law.

The four AI risk tiers the AIGP exam expects candidates to apply: prohibited, high, limited and minimal

The risk tiers you are expected to apply

The blueprint asks you to understand a four-tier risk classification covering prohibited, high, limited and minimal risk, and to know what systems and uses fall into each. That vocabulary comes from the EU AI Act, and the exam expects you to place a described system into the right tier rather than to recite the tiers.

Alongside the tiers, you need the obligations that attach to each: risk management, data governance, technical documentation, conformity and impact assessments, record keeping, human oversight, transparency and notification, and quality management. General-purpose AI models carry their own distinct requirements, and the obligations differ again between providers, deployers, importers and distributors.

Where privacy law stops and AI law starts

The exam is careful about the boundary. Transparency, lawful basis, purpose limitation, data minimisation and privacy by design are tested as privacy requirements applied to AI. Automated decision making, cross-border transfers, data subject rights and breach notification are tested as controller obligations applied to AI. Those are privacy questions in an AI setting, and a CIPP holder will recognise them immediately.

What is genuinely new is the ethics and safety layer. Fairness, safety and reliability, transparency and explainability, accountability and human-centricity are examined as principles you can apply to a described scenario. IEEE’s autonomous systems work is the clearest public grounding for where those principles came from, and reading it makes the difference between recognising the words and being able to argue with them.

How Much Does the AIGP Exam Cost and What Score Passes?

The AIGP exam costs $649 USD for IAPP members and $799 USD for non-members, and is delivered through Pearson VUE. It runs 100 questions in 165 minutes and is scored on a scale from 100 to 500, with 300 required to pass. That is just under one hundred seconds per question, which is generous for definition items and tight for the longer scenario items.

Detail Value
Exam name IAPP Certified Artificial Intelligence Governance Professional
Exam code AIGP
Questions 100
Duration 165 minutes
Passing score 300 on a 100 to 500 scale
Price $649 member, $799 non-member
Delivery Pearson VUE

The number people budget wrong

The $150 gap between the member and non-member price is close to the cost of IAPP membership itself, which is why most candidates end up joining rather than paying the higher fee. Work out the combined figure before you decide which route looks cheaper. The exam is bought directly from the IAPP store, so the pricing is easy to confirm rather than inferred.

A scaled score of 300 out of 500 is not sixty percent of questions answered correctly. Scaling adjusts for the difficulty of the particular form you sit, so treat it as needing consistent competence across all four domains rather than a fixed count of right answers.

Is the AIGP Certification Worth It?

AIGP is worth it if AI governance is already landing on your desk and you need a defensible vocabulary for it. It is not worth it as a speculative entry credential for someone with no privacy, risk, legal or compliance grounding, because the exam assumes you already know how a governance programme works and only teaches you to apply that to AI.

Who the AIGP AI governance certification suits and who it does not

The case for

  • It is the first AI governance credential from a body that hiring managers in privacy and compliance already recognise, which matters more than the syllabus in a job application.
  • The blueprint is genuinely current, built around risk tiers, general-purpose models and deployment realities rather than around abstract ethics.
  • It transfers across industries. The objectives reach into employment, lending, housing and insurance, so the credential is not locked to technology employers.

The case against

  • The price is high for a self-funded candidate, and the certification term is short at two years, so it is a recurring cost rather than a one-off.
  • There is no hands-on component. If your role is building models rather than governing them, this credential will not close that gap.
  • The field is moving fast enough that a governance credential earned today will need genuine maintenance, not just a renewal fee.

The honest test is whether you can name a decision at work in the last six months that this material would have changed. If you can, the fee is easy to justify. If you cannot, wait until you can.

Does a Privacy Background Transfer to AI Governance?

A privacy background transfers well to roughly half of AIGP and not at all to the rest. Domain two rewards it heavily, because the exam tests how existing privacy law applies to AI and a CIPP or CIPM holder already knows impact assessments, controller obligations, cross-border transfers and breach notification. Domains three and four are new ground.

What carries over

Impact assessment methodology, data minimisation, lawful basis reasoning, third-party processor management, record keeping and incident handling all appear in AIGP with the same shape they have in privacy work. Candidates from a CIPM background in particular tend to find the organisational objectives in domain one straightforward, because programme design is programme design.

What does not

The model life cycle is genuinely new for most privacy professionals. Training and testing governance, data lineage and provenance, drift, red teaming, model cards and conformity assessment are engineering-adjacent concepts, and reading about them is not the same as being able to reason about them under time pressure. So is the vocabulary of model types, where the exam distinguishes classic from generative, proprietary from open source, and single-modality from multimodal systems.

Candidates who have already sat an IAPP exam should read the write-up on recent blueprint changes before planning, because the body of knowledge has moved since the credential launched and older study notes drift out of date quickly.

How Should You Build an AIGP Study Plan?

The efficient order is to read the free blueprint first, close the legal domain second, then work the two governance-of-practice domains, and finish on scenario reasoning. That order works because the legal domain is the most memorisable and the deployment domain is the most judgement-based, so the facts should be settled before the judgement is practised.

  1. Download IAPP’s free Body of Knowledge and Exam Blueprint and treat it as the syllabus of record rather than any third-party summary.
  2. Learn the four risk tiers and the obligations attached to each until you can place a described system without hesitating.
  3. Separate the four actor roles, provider, deployer, importer and distributor, and learn what changes between them, because scenario questions turn on exactly that.
  4. Work through the NIST AI Risk Management Framework core functions and the three ISO standards named in the blueprint, at the level of what each is for rather than clause by clause.
  5. Map the AI life cycle end to end, from use-case assessment through training and testing to release, monitoring and incident management.
  6. Practise deployment scenarios where the system was bought rather than built, since vendor and licensing risk is its own named objective.
  7. Run timed practice at roughly one hundred seconds a question so the longer scenario items stop feeling like a time trap.

Most candidates with a privacy background report six to ten weeks of part-time study. Candidates arriving from a purely technical role usually need longer, because the legal domain has no shortcut and cannot be reasoned out from first principles. When you are close to booking, the collected AIGP preparation materials are a useful final checklist against the blueprint.

Frequently Asked Questions

How many questions are on the AIGP exam?

The AIGP exam contains 100 questions and you get 165 minutes to complete them. That works out at just under one hundred seconds per question. Definition items move quickly, so the real time pressure comes from the longer scenario questions that describe a whole AI system and its context.

What score do you need to pass the AIGP exam?

You need 300 on a scale that runs from 100 to 500. Because the score is scaled rather than a raw percentage, it adjusts for the difficulty of the specific exam form you sit. Treat it as needing consistent competence across all four domains rather than a fixed number of correct answers.

How much does the AIGP certification cost?

The exam is $649 USD for IAPP members and $799 USD for non-members. Because the gap is close to the price of membership itself, most candidates join IAPP rather than pay the higher fee. Work out the combined cost before deciding which route is genuinely cheaper for you.

Are there prerequisites for the AI governance certification?

IAPP sets no mandatory prerequisite certification or minimum experience for AIGP, and its certification policy FAQ confirms it. In practice the blueprint assumes working familiarity with how a governance or compliance programme operates, so candidates with no privacy, legal, risk or audit grounding usually find domains one and two much harder.

Which domain is worth the most marks in AIGP?

None is published as heaviest. The AIGP body of knowledge lists four domains without percentage weightings, so any resource quoting AIGP domain percentages is estimating. Plan on all four being equally likely to appear and let objective count rather than assumed weight guide your revision time.

Does the AIGP exam require technical AI knowledge?

Not at a build level. You are never asked to train or tune a model. You are asked to reason about model types, deployment options, training and testing governance, drift and red teaming, so you need the vocabulary of the model life cycle without needing the mathematics behind it.

How long is the AIGP certification valid?

The AIGP certification term runs two years from the day after you pass, after which it must be maintained. That short cycle is deliberate in a field where regulation and practice are both moving quickly, but it does make the credential a recurring cost rather than a single purchase.

Is AIGP worth it if you already hold a CIPP?

Usually yes, because roughly half the blueprint builds directly on privacy knowledge you already have and the rest is genuinely new. The legal domain will feel familiar. The development and deployment governance domains will not, and those are where your study time should concentrate.

What laws does the AIGP exam cover?

The blueprint covers existing privacy law applied to AI, plus intellectual property, nondiscrimination, consumer protection and product liability law. It then covers AI-specific law, including the four-tier risk classification, the obligations attached to each tier and the enforcement and penalty framework.

How long does it take to prepare for the AIGP exam?

Candidates with a privacy or compliance background commonly report six to ten weeks of part-time study. Those arriving from a purely technical role should plan longer, because the legal domain cannot be reasoned out from first principles and has to be learned as material.

Conclusion

AIGP is a governance exam wearing an AI badge, and reading it that way makes the whole blueprint easier. The four domains move from setting a programme up, through the law it has to satisfy, into building and then running systems, and the absence of published weightings means none of them can safely be skipped. The legal domain is the most learnable, the deployment domain is the most judgement-heavy, and the ethics layer is where privacy professionals meet material they have not seen before.

Decide on the strength of your own case rather than on the credential’s newness. If AI oversight is already part of your role, the vocabulary this exam builds will pay for itself quickly, and working practice items against the published blueprint is the fastest way to find out how far your existing knowledge already carries you.

Rating: 4.9 / 5 (50 votes)

The post AI Governance Certification: What the AIGP Exam Really Asks of You appeared first on Certification Box.

]]>
JNCIS-DC Certification: One Objective Is Networking, Six Are Apstra https://www.certificationbox.com/2026/08/24/jncis-dc-certification-jn0-481/ Mon, 24 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30441 Data centre specialist sounds like spine-leaf and route types. Six of the seven published objectives name a single automation platform instead.

The post JNCIS-DC Certification: One Objective Is Networking, Six Are Apstra appeared first on Certification Box.

]]>

JNCIS-DC is Juniper’s Data Center Specialist credential, earned by passing JN0-481, and its name sets an expectation the syllabus does not meet. Data centre specialist sounds like spine-leaf design, EVPN route types and VXLAN tunnel endpoints. All of that is on the exam. It is objective one of seven.

The other six are Juniper Apstra. Its architecture, its design phase, its build and deploy phases, blueprint operations, multitenancy and intent-based analytics. Six sevenths of the stated objectives name a single software product, which means the honest description of JN0-481 is that it is an Apstra exam with a networking prerequisite baked into the first objective. That changes what preparation looks like: you need access to Apstra far more than you need a lab full of switches. This guide works through all seven objectives in that light, sets out what the JNCIS-DC certification costs, confirms the prerequisite Juniper actually requires, and gives a preparation sequence built around the phases Apstra itself uses.

What Is the JNCIS-DC Certification?

JNCIS-DC is the second of four certifications in Juniper’s Data Center track, earned by passing JN0-481. It covers data centre architectures built on IP fabrics and EVPN-VXLAN, and the design, deployment, operation and analysis of those fabrics through Juniper Apstra. The exam is 65 multiple-choice questions in 90 minutes, delivered by Pearson VUE.

“The second of four certifications in the Data Center track, the JNCIS-DC, Specialist, is designed for data center networking professionals with intermediate knowledge of the Juniper Apstra software and data center devices.”

Juniper Networks, Data Center Specialist certification overview

Read that carefully and Juniper says the quiet part out loud. Apstra software comes first in the sentence, before data centre devices. The credential is aimed at people who already run an intent-based fabric, not at people who configure switches individually.

It also carries a real gate. JNCIA-DC is a stated prerequisite, which is unusual in a market where most vendors treat lower-level credentials as recommendations. You need the associate certification before you can hold this one.

Why Is JN0-481 Mostly an Apstra Exam?

Because six of the seven published objectives name Apstra directly or describe working inside it. Objective one covers IP fabrics, EVPN and VXLAN. Objectives two through seven are Apstra architecture, the Apstra design phase, the Apstra build and deploy phases, blueprint operations, multitenancy using Apstra, and Apstra intent-based analytics. There is no ambiguity in the wording.

This matters more than a typical weighting quirk, because it changes what preparation is even possible. You can learn EVPN route types from documentation and a pair of switches. You cannot learn what a probe anomaly looks like, or what time voyager does, or how a cable map behaves when a device state changes, without an Apstra instance in front of you.

Candidates who miss this arrive having revised protocols and find themselves guessing on questions about property sets and configlets. The Juniper Apstra product pages are the starting point, but reading about the product is a poor substitute for driving it.

What that means for the exam’s difficulty profile

The difficulty is not conceptual. Apstra’s abstractions are reasonable and most experienced network engineers grasp them quickly. The difficulty is vocabulary volume: blueprint, template, logical device, rack type, interface map, device profile, connectivity template, routing zone, probe, configlet. Each is a specific named thing with a specific place in the workflow, and the exam tests whether you know which is which.

What Does the IP Fabric and EVPN-VXLAN Objective Cover?

Objective one is the largest single list on the syllabus with fourteen sub-topics, split across three ideas: IP fabric fundamentals, EVPN, and VXLAN. It covers spine-leaf topology design, ECMP load balancing, underlay and overlay routing strategies, Juniper best practices, and then the protocol detail underneath them.

On the EVPN side the sub-topics are EVPN interface, bridge domain, Ethernet segments, route distinguisher, route target against vrf-import and vrf-export policies, EVPN route types, and edge-routed bridging using Type 2 or Type 5. On the VXLAN side they are control plane options, VNI-to-VLAN mapping, and VTEP functions.

  • Route types are the sub-topic most worth over-preparing, because Type 2 against Type 5 recurs in the edge-routed bridging objective as well
  • The route target against vrf-import and vrf-export distinction is a policy question, not a protocol question, and candidates routinely conflate them
  • VNI-to-VLAN mapping is where the overlay meets the physical fabric, and it is the concept Apstra abstracts away most aggressively

If you want the primary source rather than a vendor summary, EVPN as a network virtualisation overlay is specified in IETF RFC 8365, which is where route types and tunnel endpoint behaviour are defined independently of any implementation.

What Do the Apstra Architecture and Design Objectives Ask For?

Objective two covers the Apstra platform itself: the Apstra server, device agents, the user interface, role-based access control, the event log and syslog. Objective three covers the design phase: data centre reference design, interface maps, device profiles, resources, tags, logical devices, rack types, planning total spine capacity and templates. Together they are the exam’s foundation.

JN0-481 split showing one objective covering IP fabric, EVPN and VXLAN against six objectives covering Juniper Apstra design, deployment and operation

Architecture is short and easily banked

Six sub-topics, all of them platform components rather than networking concepts. Learn what the server does, how device agents get onto a switch, and how RBAC and logging work, and objective two is largely closed. It is the cheapest objective on the paper.

The design phase is where the real vocabulary lives

Nine sub-topics, and the ones people confuse are logical devices, device profiles, interface maps and rack types. A logical device is an abstract port layout. A device profile describes a real piece of hardware including interface naming and speeds. An interface map connects the two. A rack type assembles them into a repeatable unit. Get that chain straight and the design phase stops being a jumble of similar-sounding nouns.

Planning total spine capacity is the one arithmetic sub-topic in the objective, and it is worth practising because it is the sort of thing that produces a single unambiguous exam question.

What Happens in the Build and Deploy Phases?

Objective four has five sub-topics: fabric device management, the blueprint user interface, the cable map, device states and deploy modes. It is the shortest Apstra objective and it sits between design, which is abstract, and blueprint operations, which is where the fabric is already running.

Fabric device management is about getting agents installed and system IDs assigned so Apstra can actually talk to the hardware. The cable map is the record of what is physically plugged into what, and it is the piece most likely to disagree with reality in a real deployment. Device states and deploy modes decide whether Apstra is watching a device, managing it, or actively pushing configuration to it.

The distinction between deploy modes is the examinable heart of the objective. Knowing that a device can be in the blueprint without being under full configuration control is exactly the sort of nuance that separates people who have run a staged rollout from people who have only read about one.

Why Is Blueprint Operations the Largest Objective?

Because it covers everything that happens after the fabric is live, and that is where an operator spends their time. Objective five carries thirteen sub-topics, more than any other Apstra objective, spanning anomaly interpretation, the top-level tabs, querying, change management, reverting, time voyager, property sets and configlets, root cause identification, and structural changes such as adding a rack or a generic system.

The four Apstra phases in order: design with templates and rack types, build with agents and cable map, deploy with device states and modes, and operate with anomalies and configlets

Two ideas anchor the objective. The first is the difference between service anomalies and probe anomalies, which is really a question about whether the fabric has deviated from intent or whether a monitoring probe has fired. The second is the staged and uncommitted model: Apstra lets you build up changes and then commit them, which is why reverting and time voyager exist at all.

Property sets and configlets are the escape hatch

Configlets are how configuration that Apstra does not model natively gets applied anyway, and property sets are how values are supplied to them. They are the answer to almost any exam scenario that describes needing something the reference design does not cover, and they are frequently under-studied because they feel like an edge case.

Configuration types are worth learning by name as well. Rendered, incremental and pristine configurations describe three different views of what is on a device, and knowing which one shows what is a fast mark.

How Does Apstra Handle Multitenancy and Analytics?

Objective six covers multitenancy with seven sub-topics: connectivity templates, routing zones and VRFs, routing policy, virtual networks, security policies, VMware integration and Data Center Interconnect. Objective seven covers intent-based analytics with three: graph explorer, graph queries and analytics probes. They are the two objectives that assume everything before them is already working.

Multitenancy in Apstra terms is mostly about routing zones, which map onto VRFs, and connectivity templates, which attach services to endpoints. Data Center Interconnect extends the same tenancy model between sites, and VMware integration is the one sub-topic that reaches outside the network entirely.

Intent-based analytics is small but conceptually distinct. Apstra models the fabric as a graph, and analytics probes run queries against that graph to detect conditions that violate intent. Understanding that the graph is the data model, and that probes are queries over it, is worth more than memorising individual probe names.

What Does JN0-481 Cost, and Do You Need JNCIA-DC First?

JN0-481 costs $300 and yes, JNCIA-DC is a stated prerequisite. The exam is 65 multiple-choice questions in 90 minutes through Pearson VUE, which is roughly 83 seconds per question. Juniper certifications are valid for three years, and pass or fail status is shown immediately after the exam.

Detail Value
Exam code JN0-481
Credential Data Center Specialist (JNCIS-DC)
Questions 65 multiple choice
Duration 90 minutes
Passing score Variable, approximately 60 to 70 percent
Cost $300 USD
Delivery Pearson VUE
Prerequisite JNCIA-DC
Language English only
Validity 3 years
Built against Apstra 5.1, Junos v24.4

The software versions are the detail most worth acting on. The exam is written against Apstra 5.1 and Junos v24.4, so material built on an older Apstra release will describe a user interface that has moved and features that have been renamed. Check the version of any lab you get access to before you trust what it shows you.

Juniper does not publish a fixed pass mark, describing the outcome only as pass or fail delivered immediately. Plan against the higher end of the approximate range rather than the lower one. The prerequisite, the software versions and the three-year validity are all set out on Juniper’s own JNCIS-DC exam details.

Where Does JNCIS-DC Sit in the Data Center Track?

It is the second rung of four: JNCIA-DC at associate level, JNCIS-DC at specialist, JNCIP-DC at professional, and JNCIE-DC at expert. Because the associate certification is a hard prerequisite rather than a suggestion, the track is genuinely sequential in a way most vendor ladders are not.

That has a planning consequence. If you do not hold JNCIA-DC, your first task is not studying Apstra, it is taking the associate exam. Budget for two exams rather than one, and note that the associate paper covers the device-level and fabric fundamentals that JN0-481 assumes you already have. The site’s JNCIA-DC readiness guide covers what that exam expects.

Juniper’s own recommended training for the specialist level is a course on data centre automation using Apstra, which is another signal about where the emphasis sits. The broader Juniper credential index shows how the data centre track compares with the enterprise, service provider, security and Mist AI tracks.

On career value, intent-based fabric operation is a narrower skill than general network engineering and tends to price above it, because the pool of engineers who have actually run Apstra in production is small. Current benchmarks for network engineer pay give a baseline to reason from before adding an automation speciality.

How Should You Prepare Without an Apstra Lab?

The honest answer is that you should not try. Six of the seven objectives describe working inside a specific piece of software, and no amount of reading substitutes for driving it. If lab access is genuinely impossible, front-load the objectives that survive documentation study and treat the rest as a reason to find access before booking.

  1. Confirm you hold JNCIA-DC first, because Juniper states it as a prerequisite for JNCIS-DC and no amount of Apstra knowledge substitutes for it.
  2. Work objective one from documentation and a small fabric, fixing EVPN route types, the route target against vrf-import and vrf-export distinction, and VNI-to-VLAN mapping before you touch Apstra at all.
  3. Learn the Apstra architecture objective next, since six sub-topics covering the server, device agents, the interface, access control and logging is the cheapest set of marks on the paper.
  4. Fix the design-phase vocabulary chain deliberately, working from logical device to device profile to interface map to rack type until you can say which one describes real hardware and which one is abstract.
  5. Build a blueprint end to end in a lab if you possibly can, going through the build and deploy phases so that device states, deploy modes and the cable map become things you have watched rather than read.
  6. Spend your largest single block on blueprint operations, because thirteen sub-topics makes it the biggest Apstra objective, and concentrate on anomalies, the staged and uncommitted model, and configlets with property sets.
  7. Cover multitenancy and intent-based analytics last, treating routing zones as VRFs and analytics probes as queries over the graph model, which reduces ten sub-topics to two ideas.
  8. Sit timed papers at 65 questions in 90 minutes, keeping any single question under 80 seconds so an unfamiliar Apstra noun cannot cost you the marks you had already earned.

Working through a realistic JN0-481 question set is the quickest way to discover which of those nouns you actually know and which you only recognise.

Frequently Asked Questions

How many questions are on the JN0-481 exam?

65 multiple-choice questions in 90 minutes, which is roughly 83 seconds each. Juniper confirms the format is multiple choice rather than performance based, so there is no lab component on the exam itself.

Do you need JNCIA-DC before taking JNCIS-DC?

Yes. Juniper lists JNCIA-DC as a prerequisite certification for JN0-481, not merely as a recommendation. Budget for both exams if you do not already hold the associate credential.

What does the JNCIS-DC certification cost?

The exam is $300 USD through Pearson VUE. Juniper does not publish a fixed pass mark for it, describing the result only as a pass or fail shown immediately after you finish.

Is JN0-481 an Apstra exam or a networking exam?

Predominantly Apstra. One of the seven objectives covers IP fabrics, EVPN and VXLAN. The remaining six cover Apstra architecture, design, build and deploy, blueprint operations, multitenancy and intent-based analytics.

Which software versions is the exam built against?

Apstra 5.1 and Junos v24.4. Study material written for an older Apstra release will describe a user interface and feature names that have since changed, so check the version of any lab you use.

How long is the certification valid?

Three years. Juniper applies the same three-year window across its certification programme, so plan recertification into the same cycle as any other Juniper credentials you hold.

Which objective has the most sub-topics?

Objective one, the IP fabric and EVPN-VXLAN objective, with fourteen. Blueprint operations follows closely with thirteen, and it is the largest of the six Apstra objectives.

What is the difference between a service anomaly and a probe anomaly?

A service anomaly means the running fabric has deviated from the intent Apstra holds for it. A probe anomaly means an analytics probe you configured has detected a condition it was set up to watch for.

What are configlets used for?

Configlets apply configuration that the Apstra reference design does not model natively, with property sets supplying the values they need. They are the answer to most scenarios describing a requirement the standard design cannot express.

Is the exam available in languages other than English?

No. Juniper states that the exam is only provided in English, which is worth knowing early if you were planning to sit it in another language.

Conclusion

The most useful thing to know about JN0-481 before you start is how little of it is about switching. One objective covers the fabric protocols; six cover a single automation platform and the vocabulary it uses to describe a data centre. Prepare accordingly: confirm JNCIA-DC first, close out the protocol objective early, then spend the bulk of your time inside Apstra, with blueprint operations getting the largest share because it carries the most sub-topics. Check that any lab you use is running Apstra 5.1, since older releases will teach you names the exam no longer uses. Then test yourself against realistic questions and see which of Apstra’s nouns you genuinely own.

Rating: 5 / 5 (48 votes)

The post JNCIS-DC Certification: One Objective Is Networking, Six Are Apstra appeared first on Certification Box.

]]>
Oracle GoldenGate 26ai Certification: The Exam Is the Component Names https://www.certificationbox.com/2026/08/24/oracle-goldengate-26ai-certification-1z0-948/ Mon, 24 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30434 Extract, trails, Distribution Service, Receiver Service, Replicat. Get those five straight and most of the seven topics stop being memory work.

The post Oracle GoldenGate 26ai Certification: The Exam Is the Component Names appeared first on Certification Box.

]]>

1Z0-948 is the exam behind Oracle GoldenGate 26ai Implementation Associate, and it is a vocabulary exam before it is anything else. Seven topics, fifty questions, ninety minutes. What separates candidates is not whether they understand replication as a concept, because most people sitting this exam already run it. It is whether they can name the moving parts precisely: Extract, Distribution Service, Receiver Service, Replicat, local trails, remote trails, GLOBALS parameters, Integrated Capture.

Those names are not decoration. They are the exam. Six of the seven topics reference components introduced in topic two, which means a candidate who skips the architecture section spends the rest of their preparation reading about things they cannot picture. This guide takes the seven topics in a sequence that actually works, explains what the version label means, sets out what the exam costs and what score it demands, and shows how to plan for a syllabus that publishes no weightings at all.

What Is the Oracle GoldenGate 26ai Certification?

1Z0-948 leads to the Oracle GoldenGate 26ai Implementation Associate credential. It tests the installation, configuration, parameterisation and monitoring of Oracle’s real-time data replication platform across seven topics, from architecture components through mapping and transformation to migration. The paper runs 50 questions in 90 minutes and requires 68 percent to pass.

Oracle positions GoldenGate as a replication and integration platform that moves committed changes between heterogeneous systems in near real time, and the GoldenGate product overview frames it that way. The associate credential validates the person who builds and runs those pipelines rather than the architect who designs the target estate.

What makes the exam distinctive within Oracle’s catalogue is how component-specific it is. Most associate-level Oracle exams reward broad familiarity. This one asks which process writes to a local trail and which reads from a remote one, and there is no way to reason your way to that from first principles.

What Does 26ai Actually Refer To?

26ai is the GoldenGate release the exam is built against, and it is the current one. The credential is titled Oracle GoldenGate 26ai Implementation Associate, and the older exam in the same line, 1Z0-947, covers GoldenGate 19c. If you are choosing between them, 1Z0-948 is the newer paper and the one aligned to the release most organisations are moving toward.

The practical difference the version makes is architectural. The syllabus names the Distribution Service and the Receiver Service as separate components, and those belong to the microservices architecture rather than to the older classic deployment model. That single detail tells you which documentation set to revise from.

Oracle’s GoldenGate documentation set is organised around that architecture, which makes it the natural companion to the syllabus. Working from older classic-architecture material is the most common way candidates end up learning component names that the exam no longer uses.

Why Should You Learn the Architecture Topic First?

Because six of the seven topics reference components that topic two introduces. Topic two asks you to describe GoldenGate components, create Capture process types for Oracle database, create Replicat process types, explain the Extract, Distribution Service, Receiver Service, Replicat and local and remote trails, and configure the process recovery mechanism. Everything after it assumes you know those names.

The GoldenGate replication path from source database through Extract, local and remote trails, the Distribution and Receiver Services, and Replicat to the target

The five names that matter most

Extract reads change records from the source. Trails are the files those records land in, and the distinction between local and remote is which side of the network they sit on. The Distribution Service moves trail data outward, the Receiver Service accepts it at the far end, and Replicat applies it to the target. That is the whole path, and almost every scenario in the exam sits somewhere on it.

Process recovery is the objective people skip

The last objective in topic two is configuring the process recovery mechanism, and it is easy to read past. It is also the thing that decides whether a pipeline survives a restart without losing or duplicating rows, which makes it exactly the sort of objective a 50-question paper likes to test once and decisively.

Learn this topic properly and topics three through seven become recognition rather than memorisation. Learn it last and you will read the other six twice.

How Much of 1Z0-948 Is Installation and Initial Load?

Topic three, Installing and Configuring Oracle GoldenGate, carries six objectives and is the largest installation block on the paper. It covers downloading and installing the product, synchronising source and target with the Initial Load, preparing the database for change data capture, configuring replication component parameter files, using the command interface to create processes, and using the GoldenGate utilities.

Two of those deserve more attention than they usually get. The Initial Load is how a replication pair starts life in sync, and getting it wrong means every subsequent change is applied to a target that was never correct to begin with. Preparing the database for change data capture is the source-side work that makes any of it possible, and it is prerequisite knowledge for topics four and six as well.

  • Initial Load is a synchronisation step, not an installation step, and the syllabus deliberately places it here
  • Change data capture preparation is source-database work, so it sits outside the GoldenGate binaries entirely
  • The command interface objective is about creating processes, so expect questions phrased as tasks rather than as syntax recall
  • The utilities objective is broad and under-specified, which makes hands-on exposure the only reliable preparation

Data replication of this kind is a recognised discipline in its own right, and the data integration knowledge area of the DAMA body of knowledge gives useful vocabulary for why initial synchronisation and ongoing capture are treated as separate problems.

What Do the Parameter Topics Expect You to Know?

Topic four, Defining Oracle GoldenGate Parameters, has three objectives: describing GLOBALS parameters, creating solutions using component parameters for replication requirements, and installing GoldenGate parameters. The distinction between global and component-level settings is the whole topic, and it is the sort of hierarchy question that is easy to get backwards under time pressure.

Three levels of GoldenGate settings: GLOBALS parameters across the deployment, component parameter files for one Extract or Replicat, and macros for reusable logic

GLOBALS parameters apply across the deployment. Component parameters apply to a single Extract or Replicat. The middle objective is the interesting one because it is phrased as creating solutions for replication requirements, which means the questions are likely to describe a requirement and ask which parameter delivers it, rather than asking what a named parameter does.

Configuration options sit in a separate topic

Topic six, Configuring Oracle GoldenGate, covers DDL replication, compression and encryption options, event actions based on use cases, and Integrated Capture, Replicat and deployment options. Read alongside topic four, this is really the second half of the parameter story: topic four is where settings live, topic six is what the significant ones do.

DDL replication is worth singling out. Replicating data is one problem and replicating schema changes is another, and candidates who have only run steady-state pipelines often have no exposure to the second at all.

How Does the Exam Treat Mapping and Transformation?

Topic five is the smallest on the paper with just two objectives: implementing use cases for transformation functions, and implementing macros for transformation. Small does not mean skippable, because with seven topics across 50 questions even a two-objective topic can carry several marks.

Transformation functions handle the row-level work of reshaping a column between source and target. Macros are the reuse mechanism, letting a piece of parameter logic be written once and referenced repeatedly. The exam frames both as implementation rather than description, which again points at scenario-shaped questions.

The practical advice here is narrow and useful. Write one macro. Not five, not a library, just one that does something real in a parameter file, and then read it back. The mechanics stop being abstract immediately, and the syllabus asks for nothing deeper than that.

What Does Managing, Monitoring and Migrating Cover?

Topic seven bundles four objectives that share an operational character: managing OGG command and data security, managing GoldenGate command and data security, implementing and troubleshooting GoldenGate Monitoring, and configuring the migration process. It is the topic that describes life after the pipeline is running.

Security appears twice in the topic’s own wording, which is unusual and worth taking at face value. Command security governs who can issue operational instructions, and data security governs what moves across the wire and how it is protected. Both are examinable and both are frequently left to defaults in real deployments, which is precisely why candidates find them unfamiliar.

Monitoring is stated as implementing and troubleshooting, not merely configuring. Expect at least one question that describes a symptom rather than asking for a setting. Migration closes the topic and closes the syllabus, covering the move from one deployment to another, which in practice usually means moving off the classic architecture.

What Does 1Z0-948 Cost and What Score Do You Need?

1Z0-948 costs USD $245 and requires 68 percent to pass, which is 34 correct answers out of 50. The paper runs 90 minutes, giving an average of 108 seconds per question. Oracle notes that pricing may vary by country or by localized currency, so confirm the figure for your region when booking.

Detail Value
Exam code 1Z0-948
Credential Oracle GoldenGate 26ai Implementation Associate
Questions 50
Duration 90 minutes
Passing score 68%
Cost USD $245
Syllabus topics 7, no published weightings
Older exam in the same line 1Z0-947, GoldenGate 19c

No weightings are published for this syllabus, which removes the usual planning shortcut. The nearest available proxy is objective count: topic three has six objectives, topic two has five, topics six and seven have three and four, topic four has three, and topics one and five have two each. Weight your time roughly that way and adjust for what you already know.

Treat that as a guide and nothing firmer. Seven topics across 50 questions averages seven questions per topic, and a two-objective topic can still produce a question about a macro you have never written. You can see the raw 1Z0-948 topic list if you want to do the objective count yourself.

Who Is the Implementation Associate Level For?

The credential fits database administrators, data engineers and integration specialists who build and operate replication pipelines. Associate level here means implementation rather than design: you are being asked whether you can stand a pipeline up and keep it running, not whether you can architect a multi-region topology from scratch.

The clearest self-test is the component vocabulary. If Extract, trail, Distribution Service and Replicat are words you use rather than words you have read, the exam validates work you already do. If they are new, you are learning a substantial platform in order to sit an associate paper about it, which only makes sense if GoldenGate is arriving in your environment anyway.

On career value, replication and integration skills sit at the higher end of database administration because the work is unforgiving and the failure modes are visible to the business. Current benchmarks for database administrator pay give a sensible baseline before adding a replication speciality on top.

If you are coming from the previous generation of the product, the site’s GoldenGate 12c exam guide is a useful comparison point for how much the architecture has moved, and the wider Oracle credential index shows where the associate level sits in the rest of the catalogue.

How Should You Sequence Preparation for Seven Unweighted Topics?

Sequence beats allocation when there are no weightings to allocate against. Start with the architecture topic so the component names stop being abstract, then install something so the architecture stops being theoretical, then work outward through parameters, transformation and operations in the order the syllabus itself implies.

  1. Start with the Overview of the Oracle GoldenGate Architecture, learning Extract, the Distribution Service, the Receiver Service, Replicat and the difference between local and remote trails until you can draw the path without prompting.
  2. Add the process recovery mechanism to that same session, because it is the objective most candidates read past and the one that decides whether a restarted pipeline stays correct.
  3. Install GoldenGate on a real pair of databases next, running an Initial Load end to end so that synchronisation and change data capture preparation become something you have done rather than something you have read.
  4. Move to Defining Oracle GoldenGate Parameters, fixing the distinction between GLOBALS parameters and component parameters firmly before anything else in that topic.
  5. Take Configuring Oracle GoldenGate immediately afterwards, since DDL replication, compression, encryption and Integrated Capture are the settings that give the parameter hierarchy something to do.
  6. Write one transformation macro in a real parameter file and read it back, which covers the mapping and transformation topic more effectively than any amount of reading about it.
  7. Finish with Managing, Monitoring and Migrating, paying particular attention to command security and data security, both of which are named twice in the topic and left at defaults in most real deployments.
  8. Sit timed papers at 50 questions in 90 minutes, keeping any single question under two minutes so an unfamiliar utility cannot cost you the marks you had already earned.

One caution on sources. Oracle’s certification pages are frequently unavailable to anything but a signed-in browser, so anchor your preparation to the product documentation and a running deployment rather than to a catalogue page you may not be able to open on the day you need it.

Frequently Asked Questions

How many questions are on the 1Z0-948 exam?

The exam contains 50 questions and runs for 90 minutes, which is an average of 108 seconds per question. That is comfortable for a recall item and tight for a scenario that describes a broken replication path.

What score do you need to pass 1Z0-948?

68 percent, which means 34 correct answers out of 50. With seven topics and no published weightings, no single topic is small enough to write off and still reach that mark reliably.

How much does the Oracle GoldenGate 26ai certification cost?

USD $245. Oracle notes that pricing may vary by country or by localized currency, so check your regional price before booking rather than assuming the dollar figure applies everywhere.

What is the difference between 1Z0-948 and 1Z0-947?

1Z0-948 is the GoldenGate 26ai Implementation Associate exam and 1Z0-947 covers GoldenGate 19c. If you are choosing between them, 1Z0-948 is the newer paper and aligns to the current release.

Which topic has the most objectives?

Installing and Configuring Oracle GoldenGate, with six: download and install, Initial Load, change data capture preparation, replication component parameter files, the command interface, and the GoldenGate utilities.

Does the syllabus publish domain weightings?

No. It lists seven topics with their objectives and assigns no percentages. Objective count is the nearest usable proxy, but treat it as a rough guide rather than a blueprint.

What are local and remote trails?

Trails are the files that captured change records are written into. Local trails sit on the source side and remote trails on the target side, and the Distribution and Receiver Services are what move data between them.

Do you need hands-on GoldenGate experience to pass?

It is very difficult without it. The objectives are phrased as create, configure and implement rather than describe, and questions about the utilities and the command interface reward exposure over reading.

Is DDL replication on the exam?

Yes. It appears in the Configuring Oracle GoldenGate topic alongside compression and encryption options. Candidates who have only run steady-state data pipelines often have no exposure to schema change replication.

Who should take this certification?

Database administrators, data engineers and integration specialists who build and run replication pipelines. It validates implementation ability rather than architectural design, which is what associate level means here.

Conclusion

1Z0-948 rewards precision about components far more than it rewards general knowledge of replication. Extract, trails, the Distribution and Receiver Services and Replicat form a single path, and almost every question sits somewhere along it. Learn that path first, install the product and run an Initial Load so the path becomes real, then work outward through the parameter hierarchy, one transformation macro, and the operational topic that closes the syllabus. There are no weightings to plan against, so use objective count as a rough guide and let hands-on exposure fill the gaps. Read the topic list carefully before you book, and make sure the component names are ones you use rather than ones you recognise.

Rating: 4.9 / 5 (35 votes)

The post Oracle GoldenGate 26ai Certification: The Exam Is the Component Names appeared first on Certification Box.

]]>
SAS Visual Analytics Exam: One Content Area Holds Six Marks in Ten https://www.certificationbox.com/2026/08/22/sas-visual-analytics-exam-a00-470/ Sat, 22 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30408 Most people who build SAS Viya reports for a living use about half the object types this exam names. The other half is where the paper is won or lost.

The post SAS Visual Analytics Exam: One Content Area Holds Six Marks in Ten appeared first on Certification Box.

]]>

A00-470 is the SAS Visual Analytics Using SAS Viya exam, the credential SAS lists under Visual Analytics as its Visual Business Analytics Specialist. Fifty to fifty-five questions, one hundred minutes, sixty-seven percent to pass, $180 through Pearson VUE. What decides preparation is not the length but the shape: one content area, Use Objects and Build Reports, is worth 54 to 60 percent of the whole SAS Visual Analytics exam. Data preparation takes 32 to 36 percent, and everything about viewing, sharing and managing finished reports is squeezed into 8 to 10. That is a paper about building things. It rewards the person who has dragged a dual-axis chart onto a page and fought with its data roles, and it barely rewards the person who has read about doing so. This article walks through the three content areas, the report objects named in the objectives, how deep the data half really goes, what the exam costs, and how it differs from the Visual Statistics credential it is often confused with.

What Does the SAS Visual Analytics Exam Test?

A00-470 tests whether you can take data into SAS Visual Analytics on SAS Viya, shape it into usable data items, and build a report that answers a question. It has three content areas: data sources and data items, using objects and building reports, and viewing, sharing and managing reports. The middle one dominates.

“Now everyone can easily discover and share powerful insights that inspire action with a single application for reporting, data exploration and analytics.”

SAS, Visual Analytics product overview

Those three activities in SAS’s own sentence, reporting, exploration and analytics, line up almost exactly with the exam’s three areas. The credential is not testing SAS programming, and it is not testing statistics. It is testing the application.

SAS lists it under Visual Analytics as the Visual Business Analytics Specialist, which is why search results and study material use two names for the same thing. If you are looking at both and wondering whether you have found two credentials, you have not.

What Are the Three A00-470 Content Areas?

The three areas are weighted 32 to 36 percent, 54 to 60 percent and 8 to 10 percent. Data Sources and Data Items covers importing and shaping data. Use Objects and Build Reports covers everything you place on a page. View, Share and Manage Reports covers what happens once the report is finished, and it is deliberately small.

Content area Weight What it covers
Data Sources and Data Items 32-36% Importing local files, working with multiple sources, mappings, views, joins and aggregated sources, creating and modifying data items, hierarchies, calculations and parameters, and subsetting through sorts, filters and ranks
Use Objects and Build Reports 54-60% Automatic features, charts and templates, data roles and styles, list tables and crosstabs, descriptive, relationship and time series charts, geographic objects, custom graphs, page and container layout, and actions, alerts and prompts
View, Share and Manage Reports 8-10% Viewing in a browser, progressive web app, mobile and custom applications, exporting and distributing, and saving, localising and managing report configurations

Notice that the weightings are ranges rather than fixed percentages. That is normal for SAS and it has a practical consequence: the boundaries move slightly between exam forms, so treating 54 percent as a floor rather than 60 as a ceiling is the safer reading of the middle area.

Which Report Objects Does the Exam Expect You to Build?

Specific ones, named individually in the objectives. List tables and crosstabs with display rules and sparklines. Descriptive, relationship and time series charts. Bar, dual-axis, part-to-whole, KPI and time variant charts. Geographic objects and analytic visualisations. And custom graphs built from the available layouts.

Four families of SAS Visual Analytics report object named in the A00-470 objectives

That list is unusually concrete for a certification blueprint, and it should be read as a checklist rather than as a summary. A candidate who has built six of those object types and never touched the other four is carrying a real gap into the largest area of the paper.

Data roles are where the marks quietly sit

Applying data roles is listed alongside creating the objects themselves, and it is the step that separates a chart that renders from a chart that answers something. A dual-axis chart with the wrong measure on the wrong axis is technically a completed object and analytically useless, and the exam asks about exactly that distinction.

  • List tables and crosstabs, including display rules and sparklines
  • Descriptive, relationship and time series chart families
  • Bar, dual-axis, part-to-whole, KPI and time variant charts
  • Geographic objects and analytic visualisations
  • Custom graphs assembled from available layouts

Layout is the other half of this area. Pages, layouts, containers and content are named explicitly, and so are actions, filters, ranks, alerts and prompts. Those interaction features are what turn a set of charts into a report, and they are where a self-taught builder is most likely to have gaps. Background on the wider discipline sits in this overview of data visualisation principles if the vocabulary is new.

How Deep Does the Data Preparation Half Go?

Deeper than the phrase “data sources” suggests. At 32 to 36 percent, this area asks you to import xlsx and csv files, work across multiple sources with mappings, views, joins and aggregated sources, and then create and modify data items including properties, hierarchies, categories, calculations and parameters.

Parameters are the objective candidates most often underestimate. A parameter lets a single report respond to a user’s choice rather than being rebuilt for each variation, and the syllabus names numeric, character, date and expression-based parameters separately, which implies questions can distinguish between them.

Subsetting is a named skill, not an afterthought

Custom sorts, filters, ranks and common filters all appear in the objectives. A common filter is the one worth rehearsing, because it applies across objects rather than to a single one, and knowing when a filter should be common rather than local is a design decision the exam can test directly.

Hierarchies deserve the same attention. They drive drill-down behaviour, and a report whose hierarchy is built in the wrong order gives users a path they cannot use. That is the kind of practical consequence this area keeps returning to.

What Does A00-470 Cost and What Is the Pass Mark?

The exam costs $180, runs for 100 minutes and contains 50 to 55 questions, with a pass mark of 67 percent. It is delivered through Pearson VUE. At roughly two minutes a question the pacing is comfortable, which matters because scenario questions that describe a report take longer to read than they do to answer.

Item Detail
Exam code A00-470
Questions 50 to 55
Duration 100 minutes
Passing score 67 percent
Fee $180 USD
Delivery Pearson VUE

A 67 percent bar on a 55-question form means roughly eighteen wrong answers is the limit. Given that the largest area could supply more than thirty of those questions, weakness in object building is very hard to compensate for elsewhere, however strong your data preparation is.

SAS publishes its full credential list on the SAS certification index, which is also where the Visual Business Analytics naming can be confirmed.

Is This the Same as the Visual Statistics Exam?

No. SAS runs a separate Modeling Using SAS Visual Statistics credential, and the two are commonly confused because both sit under the Visual Analytics heading and both run on SAS Viya. A00-470 is about building reports from data. The Visual Statistics exam is about building statistical models.

The practical test is what your output is. If the thing you hand over is a report that someone reads and filters, this is your exam. If it is a model whose coefficients someone acts on, it is the other one.

Where the two genuinely overlap

Analytic visualisations appear in the A00-470 objectives, which is the closest the reporting exam comes to modelling territory. They are treated as objects to place and configure, not as statistical procedures to justify, and that distinction is a reliable guide to how deep the questions go.

SAS’s own Visual Analytics product page is worth a look if the boundary still feels blurred, because it describes the reporting application rather than the modelling one.

How Should a Working Report Builder Prepare?

Audit your object range first. Most people who build SAS Visual Analytics reports for a living use perhaps half the object types the objectives name, because their organisation’s reporting style settled years ago. The fastest route to a pass is finding the untouched half rather than revising what you already do daily.

Five step order in which a SAS Visual Analytics report is built for the A00-470 exam
  1. Write out the named object list and mark every type you have not personally built in the last six months, since that list is your actual syllabus.
  2. Build one report containing every unfamiliar object type, however artificial the data, so the first time you configure a time variant chart is not during the exam.
  3. Practise data roles deliberately by rebuilding one familiar chart with the roles assigned wrongly, then correcting it, which fixes the distinction far faster than reading does.
  4. Work through parameters next, creating one of each of the numeric, character, date and expression-based kinds the objectives name separately.
  5. Spend a short session on the small third area, covering export, distribution and mobile viewing, because 8 to 10 percent is still five questions you can bank cheaply.
  6. Finish with timed practice at 55 questions in 100 minutes, treating any question that requires you to picture the interface as a signal to go back and build that object again.

The A00-470 exam hub collects the syllabus and practice material in one place, which is useful once your gap list exists.

On the career side, this credential tends to sit alongside business intelligence and reporting roles rather than data science ones. Published BI analyst salary ranges give a realistic band, and a certification moves you within it rather than out of it.

CertificationBox’s own A00-470 preparation page works as a checklist, and the wider SAS certification hub covers the neighbouring credentials.

Frequently Asked Questions

How many questions are on the A00-470 exam?

Between 50 and 55, depending on the form you sit, with 100 minutes to complete them. That works out at roughly two minutes per question.

What is the passing score for A00-470?

Sixty-seven percent. On a 55-question form that means around eighteen wrong answers is the limit, most of which you cannot afford to lose in the report-building area.

How much does the SAS Visual Analytics exam cost?

One hundred and eighty US dollars, delivered through Pearson VUE. That is at the lower end of enterprise analytics certifications, which makes it an accessible first SAS credential.

Which content area carries the most marks?

Use Objects and Build Reports, at 54 to 60 percent. Data Sources and Data Items follows at 32 to 36, and viewing, sharing and managing reports is only 8 to 10.

Do you need SAS programming to pass it?

No. A00-470 is an application exam covering the Visual Analytics interface on SAS Viya. Coding skill helps you understand calculations but is not what the questions assess.

Is A00-470 the same as the Visual Statistics exam?

No. Modeling Using SAS Visual Statistics is a separate credential about building statistical models. A00-470 is about building reports and the objects that make them up.

What is a common filter?

A filter applied across multiple objects rather than to a single one. Knowing when a filter should be common rather than local is a named subsetting skill in the objectives.

Why does SAS call it Visual Business Analytics?

SAS lists the credential as Visual Business Analytics Specialist while the exam itself is titled Visual Analytics Using SAS Viya. Both names refer to the same certification.

Are parameters really examined?

Yes, and in detail. The objectives name numeric, character, date and expression-based parameters separately, which suggests questions can distinguish between the four kinds.

How long should preparation take?

For a daily report builder, a few focused weeks spent on unfamiliar object types. For someone new to the interface, considerably longer, because more than half the paper is hands-on building.

Conclusion

A00-470 concentrates its marks in one place. Six questions in ten come from building objects and assembling them into a report, another three from getting the data into a usable shape, and barely one from everything that happens after the report is finished. Preparation should follow that shape exactly, and the most valuable hour you can spend is building an object type you have never used.

Treat the SAS Visual Analytics exam as a practical test of the application rather than a knowledge test about analytics. Audit your object range against the named list, close the gaps by building rather than reading, then rehearse against realistic practice material before booking.

Rating: 5 / 5 (40 votes)

The post SAS Visual Analytics Exam: One Content Area Holds Six Marks in Ten appeared first on Certification Box.

]]>
Adobe Analytics Business Practitioner Certification: Fifty Questions About Reading Data https://www.certificationbox.com/2026/08/22/adobe-analytics-business-practitioner-certification/ Sat, 22 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30401 Most candidates for this exam already open Analysis Workspace every morning. That is exactly why they fail the sections their job never happens to touch.

The post Adobe Analytics Business Practitioner Certification: Fifty Questions About Reading Data appeared first on Certification Box.

]]>

AD0-E212 is the Adobe Analytics Business Practitioner Professional exam, Adobe’s professional-level credential for people who read data in Analysis Workspace rather than implement the tracking behind it. Fifty questions, one hundred minutes, thirty-one correct answers to pass. What makes the Adobe Analytics business practitioner certification unusual is where its marks live. Nearly three quarters of the paper covers business analysis plus reporting and dashboarding, while general tool knowledge and troubleshooting is worth only nine percent. In other words, the exam is far less interested in whether you can recite what an eVar is than in whether you can pick the right visualisation for a question a stakeholder just asked. This article breaks down the four sections and their exact weightings, what the exam costs, how deep your Analysis Workspace fluency needs to be, why segments and calculated metrics get a section to themselves, and how to decide between this professional exam and the expert level above it.

What Is the Adobe Analytics Business Practitioner Certification?

It is Adobe’s professional-level credential, exam code AD0-E212, for practitioners who use Adobe Analytics to answer business questions. It covers business analysis, reporting and dashboarding for projects, segmentation and calculated metrics, and general tool knowledge. Adobe grades it at Professional level and aims it squarely at business practitioners rather than developers.

That audience statement is the fastest way to work out whether the exam is for you. Adobe splits its Analytics credentials by what you do with the product, not by how senior you are. Developers get their own track. Architects get another. This one belongs to the person who opens a project on a Monday morning because someone wants to know why conversion dropped.

The exam does not assume you configured the implementation. It assumes you inherited one and have to work within it, which is exactly why the Solution Design Reference appears in the objectives rather than tag management.

How Are the Four AD0-E212 Sections Weighted?

AD0-E212 has four sections weighted 34, 38, 19 and 9 percent. Reporting and Dashboarding for Projects is the largest at 38 percent, Business Analysis follows at 34 percent, Segmentation and Calculated Metrics takes 19 percent, and General Tool Knowledge and Troubleshooting closes at 9 percent. The first two together account for 72 percent of the paper.

Section Weight What it asks you to do
Business Analysis 34% Choose reporting strategies for business needs, analyse data to answer questions, identify conversion funnels, consult the Solution Design Reference, draw conclusions from report data and recognise outliers and anomalies
Reporting and Dashboarding for Projects 38% Select the right visualisation for a scenario, compare fallout against flow, schedule and share projects, combine dimensions, metrics, date ranges and segments, and report on campaign performance
Segmentation and Calculated Metrics 19% Build and configure basic segments to best practice, share them across the organisation, apply them to projects and components, and generate calculated and segmented metrics
General Tool Knowledge and Troubleshooting 9% Understand dimension types including eVars, props and events, and export data from Adobe Analytics

The nine percent section is the one candidates over-prepare. Its two objectives are genuinely narrow, and every hour spent memorising the difference between an eVar and a prop is an hour not spent on the seventy-two percent that asks you to interpret a report.

What Does AD0-E212 Cost and How Long Is It?

The exam costs $125 and runs for 100 minutes across 50 questions. The pass mark is 31 correct out of 50, which is 62 percent. Adobe’s own listing gives the duration as one hour and forty minutes, matching the syllabus, and places the exam at Professional level for a business practitioner audience.

Item Detail
Exam code AD0-E212
Questions 50
Duration 100 minutes
Passing score 31 of 50
Fee $125 USD
Level Professional

Two minutes a question sounds comfortable and mostly is. The pressure comes from scenario items that describe a stakeholder request, show you a report, and ask which visualisation or segment answers it. Reading those carefully takes longer than answering a definition, so the time you bank on the short questions is the time you spend on the long ones.

Nineteen wrong answers are survivable. That margin is worth knowing before you sit down, because candidates who treat every uncertain question as a crisis lose more marks to panic than to knowledge. Adobe publishes the scheduling logistics on the official AD0-E212 exam page.

How Much Analysis Workspace Do You Need to Know?

Enough to build a project without pausing to think. Reporting and Dashboarding is 38 percent of AD0-E212, and its objectives name freeform tables, visualisation selection, fallout versus flow, scheduling and sharing, and combining dimensions with metrics, date ranges and segments. Workspace is not one topic among many here. It is the room the exam takes place in.

Chart choice guide for AD0-E212 scenarios comparing fallout, flow and freeform table visualisations

“Analysis Workspace allows you to build analyses quickly to gather insights and then share those insights with others.”

Adobe Experience League, Analysis Workspace documentation

That sentence contains the whole section in miniature. Build quickly, gather insight, share it. The exam tests all three verbs, and the third one catches people out, because scheduling and permission questions feel administrative rather than analytical.

Fallout against flow is the classic question

The objectives call out comparing fallout and flow visualisations specifically, which tells you it appears more than once. The distinction is simple but easy to fumble under time pressure: fallout measures how many people survive a sequence you defined, and flow shows you the paths people actually took, including the ones you did not anticipate. One tests a hypothesis; the other generates them.

Adobe’s own Analysis Workspace documentation is the best free preparation available for this section, because it is organised the same way the objectives are.

Why Do Segments and Calculated Metrics Get a Section of Their Own?

Because they are the two components that turn a generic report into an answer, and both are shared across an organisation rather than owned by one analyst. The section is 19 percent of AD0-E212 and covers building segments to best practice, sharing them, applying them to projects and components, and generating calculated and segmented metrics.

The phrase “using best practices” is doing real work in that objective. Segment questions rarely ask whether a definition is technically valid. They ask whether it is the right container, hit, visit or visitor, for the question being answered. Choosing visitor scope when the question is about a single session is the classic wrong answer.

  • Hit scope answers questions about individual interactions
  • Visit scope answers questions about a session
  • Visitor scope answers questions about a person across sessions

Calculated metrics carry a similar trap. A metric that divides two numbers can be arithmetically correct and analytically meaningless if the two numbers sit at different scopes. Adobe’s segmentation overview documentation sets out the container model the exam expects you to apply.

Should You Sit the Professional or the Expert Exam?

Sit the professional exam, AD0-E212, if you use Adobe Analytics to answer questions inside an implementation someone else built. Move to the expert level once you are shaping the measurement strategy, advising on the implementation, and being asked why the data looks the way it does rather than what it says. The professional exam assumes fluency; the expert one assumes authority.

Comparison of the Adobe Analytics professional and expert certification levels

Search behaviour suggests a lot of people arrive at the expert exam first, because it is the better known of the two. That is usually the wrong entry point. The professional exam already demands practical command of Workspace, segments and calculated metrics, and passing it is a far more useful signal early in an analytics career than failing the level above.

A practical test

  1. Ask yourself who wrote the Solution Design Reference you work from, because if the answer is someone else, the professional exam matches your daily reality.
  2. Count how often you are asked to change what is being tracked rather than to explain what was tracked, since a low count points to the professional level.
  3. Check whether your work stops at the insight or continues into the implementation decision, as the expert exam expects the second.

Broader product background sits on the Adobe Analytics platform overview if you are new to the suite and still placing it against competitors.

How Do You Prepare When You Already Use the Tool Daily?

Turn habit into coverage. Daily users pass the sections they touch and fail the ones their job never reaches, so the useful preparation is a gap audit rather than a course. Read the four sections, mark every objective you have not done in the last three months, and practise only those. Most analysts find their gaps in sharing, scheduling and campaign reporting.

The second habit worth breaking is tool memory. Knowing where a button lives is not the same as knowing which visualisation answers a question, and the exam only tests the second. Working through a realistic AD0-E212 practice exam exposes that difference quickly.

Where daily users usually lose marks

  • Scheduling and sharing projects with users and groups, which many analysts have never configured
  • Campaign performance reporting, if marketing owns that view in your organisation
  • Recognising outliers and anomalies as a named analytical step rather than an instinct
  • Conversion funnel identification when your team calls it something else internally

CertificationBox’s own AD0-E212 preparation page is a useful checklist once your gap list exists, and the wider Adobe certification hub covers the neighbouring exams if you are mapping a longer path.

What Does the Certification Change at Work?

It changes what people assume you can do without being told. Adobe Analytics is expensive enterprise software, and organisations running it usually have more licences than confident users. A professional-level credential marks you as one of the confident ones, which tends to show up as being handed the analysis rather than the data pull.

The roles it fits are digital analyst, marketing analyst, optimisation analyst and agency account analyst. None of those titles require certification, and that is the point: the credential is a differentiator inside a crowded applicant pool rather than a gate.

On pay, look at ranges rather than headline averages. Published digital analyst salary data spreads widely by market and seniority, and a certification moves you within that spread rather than lifting you out of it.

Frequently Asked Questions

How many questions are on the AD0-E212 exam?

Fifty questions in 100 minutes. That works out at two minutes each, though scenario questions that show you a report take noticeably longer than straightforward definition questions.

What is the passing score for AD0-E212?

Thirty-one correct answers out of fifty, which is 62 percent. You can miss nineteen questions and still pass, so an uncertain answer is not the disaster it feels like.

How much does the Adobe Analytics business practitioner exam cost?

One hundred and twenty-five US dollars. That is at the lower end for an enterprise software credential, which is one reason it is a common first Adobe certification.

Which section carries the most marks?

Reporting and Dashboarding for Projects at 38 percent. Business Analysis is close behind at 34 percent, and between them the two account for nearly three quarters of the paper.

Do you need to know eVars and props in detail?

Only at a working level. Dimension types sit inside General Tool Knowledge and Troubleshooting, which is the smallest section at nine percent and contains just two objectives.

Is there a prerequisite for AD0-E212?

No prerequisite is published in the exam syllabus. In practice the questions assume you have used Analysis Workspace regularly, because they describe scenarios rather than test recall.

What is the difference between the professional and expert exams?

The professional exam tests fluency inside an existing implementation. The expert level assumes you influence measurement strategy and advise on how the implementation itself should be built.

How long should you study for it?

Less than you would think if you use the tool weekly, and considerably more if you do not. The efficient approach is auditing the four sections for objectives your job never touches.

Does the exam cover fallout and flow?

Yes, and explicitly. Comparing fallout with flow visualisation options is a named objective, so expect at least one scenario asking which of the two answers a stated question.

Is Adobe Analytics certification worth it for a marketer?

For a marketer who genuinely analyses rather than only receives reports, yes. It converts informal tool familiarity into something a hiring manager or client can verify.

Conclusion

AD0-E212 rewards interpretation over recall. Seventy-two percent of the paper sits in business analysis and in reporting and dashboarding, the smallest section is worth nine marks in a hundred, and the pass mark of 31 out of 50 leaves real room for error. Prepare by auditing the four sections against what your job actually asks of you, and spend the time on the objectives your week never reaches.

The Adobe Analytics business practitioner certification suits the analyst who already lives in Analysis Workspace and wants that fluency on record. Map your gaps against the section list first, then test your reading of scenario questions against realistic practice material before you book.

Rating: 5 / 5 (37 votes)

The post Adobe Analytics Business Practitioner Certification: Fifty Questions About Reading Data appeared first on Certification Box.

]]>
AgilePM Foundation Exam: Fifty Questions in Forty Minutes https://www.certificationbox.com/2026/08/21/agilepm-foundation-exam-apmg/ Fri, 21 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30381 At 48 seconds a question this paper measures recall speed, not reasoning. Ten unweighted topics, a framework older than the Agile Manifesto, and a certificate that never expires.

The post AgilePM Foundation Exam: Fifty Questions in Forty Minutes appeared first on Certification Box.

]]>

The AgilePM Foundation exam gives you 40 minutes to answer 50 multiple choice questions, and you need 60% to pass. That works out at 48 seconds a question, which is the number worth holding onto, because it shapes everything about how you should prepare. AgilePM is APMG International’s Agile Project Management certification, now at version 3, and it is built on the DSDM Agile Project Framework rather than on Scrum. That distinction matters more than most candidates expect. This is not an exam you can pass by knowing agile in general; it tests one specific framework with its own lifecycle, its own roles and its own vocabulary. This article covers the exam format and pass mark, the ten syllabus topics, how AgilePM relates to DSDM, what version 3 added, whether Foundation is enough on its own, and how to prepare for a paper this short.

What Is the AgilePM Foundation Certification?

AgilePM Foundation is the entry-level credential in APMG International’s Agile Project Management scheme. It certifies that you understand the AgilePM framework: its lifecycle, its roles and responsibilities, how requirements are prioritised, and how planning, control and governance work inside an agile project. It is a knowledge-level exam rather than an applied one.

The scheme exists to solve a specific problem. Agile practice grew up in software teams, and much of it assumes a product context with no fixed end date. Project organisations, particularly in the public sector and in regulated industries, still work to defined projects with governance, budgets and reporting obligations. AgilePM is the attempt to make agile delivery work inside that structure rather than around it.

What Foundation does not do

It does not certify that you can run an agile project. That is the Practitioner level. Foundation confirms you know the framework well enough to work in a team using it, which is genuinely useful for business analysts, team members and stakeholders as well as for project managers. There is no prerequisite: you can sit Foundation with no prior certification and no stated experience requirement.

What Is the Exam Format and Pass Mark?

The AgilePM Foundation exam is 50 multiple choice questions in 40 minutes, with a pass mark of 60%, which means 30 correct answers. The listed fee is USD $386, though in practice most candidates sit it bundled with an accredited three day course rather than buying it separately.

Exam detail Value
Certification APMG International Agile Project Management Foundation
Questions 50
Duration 40 minutes
Passing score 60%, which is 30 of 50
Format Multiple choice
Fee USD $386
Framework version AgilePM version 3
Prerequisites None
Certificate validity Does not expire
Languages English, Polish, German, Italian, French

Forty-eight seconds a question is the tightest timing you will meet at Foundation level in any comparable scheme. It is achievable because the questions are recall-based rather than scenario-based, but it leaves no room for working things out from first principles. If you have to reason your way to an answer, you have already lost the time you needed for two other questions.

The practical implication is that AgilePM Foundation rewards rote familiarity in a way that scenario exams do not. Knowing which role owns which decision, and what each lifecycle phase is called, has to be automatic rather than derived. A scenario-driven contrast is the CPMAI methodology certification, which tests a six-phase delivery method rather than recall.

Which Ten Topics Does the Syllabus Cover?

The syllabus lists ten topics and publishes no weightings for any of them, and no sub-objectives either. That is unusually sparse, and it means the only honest planning approach is to treat all ten as equally examinable and cover each one properly rather than trying to guess where the questions concentrate.

Topic What sits under it
Key Concepts The vocabulary the rest of the syllabus assumes
Scrum Overview Scrum’s roles, events and artefacts, for context and contrast
AgilePM Fundamentals The philosophy and principles underpinning the framework
Individuals and Interactions The AgilePM roles and who is accountable for what
Collaboration and Communication Facilitated workshops, modelling, daily stand-ups
Project Lifecycle Framework The phases and how a project moves through them
Requirements, Estimating and Prioritisation Requirement types and the prioritisation scheme
Planning and Control Timeboxing, planning levels, tracking progress
Risk Management and the Project Approach Risk in an agile project and how the approach is assessed
Governance, Compliance and the AgilePM Products The products the framework produces and when

Where the marks concentrate in practice

Three of these carry disproportionate weight for a recall exam. Individuals and Interactions, because role questions are easy to write and easy to get wrong. Project Lifecycle Framework, because phase names and their order are exactly the sort of thing a 48 second question tests. And Governance, Compliance and the AgilePM Products, because the products list is long and each product belongs to a specific point in the lifecycle.

Requirements, Estimating and Prioritisation deserves separate mention. The prioritisation scheme is central to how AgilePM protects a deadline, and understanding that it is a way of flexing scope rather than a way of labelling wishes is the single conceptual leap the framework asks you to make.

Is AgilePM the Same Thing as DSDM?

Effectively yes. AgilePM is APMG International’s certification scheme built on the DSDM Agile Project Framework, which is owned and maintained by the Agile Business Consortium. The exam tests DSDM’s lifecycle, roles, principles and products. If you have studied DSDM, you have studied the substance of AgilePM.

Timeline showing DSDM created in 1994, the Agile Manifesto in 2001, and AgilePM version 3 today

The framework is considerably older than most agile methods people encounter today.

“DSDM was initially created in 1994 through collaboration of a large number of project practitioners across many companies who were seeking to build quality into Rapid Application Development (RAD) processes”

Agile Business Consortium, DSDM Agile Project Framework

That 1994 date predates the Agile Manifesto by seven years, which explains a lot about the framework’s character. DSDM was built by people who already had project disciplines and wanted to add speed, rather than by people who had speed and later had to add discipline. The result is a framework that treats governance and documentation as normal rather than as overhead to be minimised, which is exactly why it fits organisations that Scrum alone does not.

Why the distinction matters for the exam

Because a question about the lifecycle expects DSDM’s phases, not a generic agile answer. Candidates who arrive with Scrum experience and no framework study often assume the vocabulary transfers, and it does not. The DSDM framework reference is the underlying material, and the broader principles it builds on are set out in the Agile Manifesto explained.

What Changed in AgilePM Version 3?

The current scheme is AgilePM version 3, and the most visible change for exam candidates is the arrival of a dedicated Scrum Overview topic in the syllabus. Earlier versions treated Scrum as background context; version 3 makes it examinable material in its own right, sitting alongside the AgilePM Fundamentals topic.

That is a pragmatic response to how organisations actually work. Most teams sitting an AgilePM exam already run Scrum at team level, and the framework increasingly has to explain how it sits above and around that rather than instead of it. Expect questions that require you to know Scrum’s roles, events and artefacts by name, and to be clear about which vocabulary belongs to which framework.

What this means for study material

Check the version before you buy anything. Study notes written for the previous version will not contain the Scrum Overview material, and the search data shows candidates actively looking for version 3 content specifically, which suggests plenty of older material is still circulating. APMG confirms the current version on its official AgilePM page, which is the place to check before committing to a course or a book.

Should You Stop at Foundation or Go On to Practitioner?

It depends on whether you will run projects or work in them. Foundation is a knowledge credential and it does not expire, which makes it a low-maintenance addition to a profile. Practitioner is the applied level and it requires re-registration every five years, so it carries an ongoing commitment as well as a higher bar.

Question Foundation Practitioner
What it certifies Knowledge of the framework Ability to apply it to a project
Expiry Does not expire Re-registration every five years
Prerequisite None AgilePM Foundation
Best suited to Team members, analysts, stakeholders Project managers running delivery

For most people the honest answer is that Foundation is enough unless the job title says project manager. If you contribute to agile projects rather than leading them, the Foundation vocabulary is what makes you useful in planning conversations, and nobody is going to ask you to justify a project approach.

If you are leading delivery, Foundation on its own tends to feel incomplete, because the questions that come up in real projects are exactly the applied ones Practitioner tests. Detail on both levels sits in the wider APMG certification catalogue.

Who Actually Benefits From This Certification?

AgilePM lands hardest where agile delivery has to coexist with formal project governance. That means UK and European organisations more than US ones, public sector more than startups, and any environment where a project has a business case, a budget line and a reporting obligation that will not go away because the team adopted an agile method.

  • Project managers moving from waterfall into agile delivery without abandoning governance
  • Business analysts who need shared vocabulary with a delivery team
  • Delivery leads in organisations where AgilePM is the mandated house framework
  • PMO staff assessing whether an agile project approach is sound

Where it is worth less

In a US-centric job market, AgilePM has noticeably lower recognition than PMI-ACP, and search demand reflects that. If your career is US-based and you are choosing one agile credential on recognition alone, that is a real consideration rather than a marketing quibble. If your organisation already uses AgilePM, none of that applies and the framework credential is the right one.

On compensation, the certification is rarely the variable that moves pay; the role is. Current benchmarks for the agile project manager role are tracked on PayScale project manager data, which is a better reference than any single figure quoted in an article.

How Do You Prepare for a Forty Minute Exam?

Prepare for recall speed, not for depth. Fifty questions in 40 minutes means every answer has to come from memory rather than from reasoning, so the goal is to make the framework’s names, roles, phases and products automatic. Depth of understanding helps, but it is not what this particular paper measures.

What to memorise first for the AgilePM Foundation exam: roles, then lifecycle phases, then products
  1. Confirm your study material is written for AgilePM version 3, because anything older will be missing the Scrum Overview topic that version 3 made examinable.
  2. Learn the roles and who is accountable for what first, since role questions are the easiest for an examiner to write and the easiest for a candidate to get wrong.
  3. Memorise the lifecycle phases in order, along with which products belong to which phase, because phase and product questions suit a 48 second format perfectly.
  4. Drill the prioritisation scheme until you can apply it without hesitating, and make sure you can explain it as a way of flexing scope rather than as a way of ranking wishes.
  5. Learn the Scrum roles, events and artefacts by name, keeping them clearly separate in your head from the AgilePM equivalents so the two vocabularies do not blur under time pressure.
  6. Read the governance and compliance material last, since it is the most list-like part of the syllabus and benefits most from being fresh on the day.
  7. Sit full timed practice papers at 40 minutes rather than untimed question sets, because on this exam the clock is the difficulty and untimed practice will not reveal that.

Working AgilePM practice questions in the exam’s own format is the most useful final step, and the existing AgilePM Foundation resource page collects the preparation material in one place.

Frequently Asked Questions

How long is the AgilePM Foundation exam?

Forty minutes for 50 multiple choice questions, which is 48 seconds each. That is tight enough that the exam effectively tests recall speed rather than reasoning, so preparation should aim at automatic recall.

What is the AgilePM Foundation pass mark?

Sixty per cent, which means 30 correct answers out of 50. There is no separate requirement to pass individual topics, so a strong showing in one area can offset a weaker one elsewhere.

Does the AgilePM Foundation certificate expire?

No. APMG states the Foundation examination is not valid for a defined period and will not expire. Practitioner is different and requires re-registration every five years to stay current.

Are there prerequisites for AgilePM Foundation?

None. You can sit Foundation with no prior certification and no stated experience requirement. Practitioner does require Foundation first, so this is the entry point to the scheme either way.

Is AgilePM the same as DSDM?

AgilePM is APMG’s certification scheme built on the DSDM Agile Project Framework, which the Agile Business Consortium owns. The exam tests DSDM’s lifecycle, roles and products, so the two are the same body of knowledge under different names.

How much does the AgilePM Foundation exam cost?

The listed fee is USD $386. In practice most candidates sit it as part of an accredited course, typically three days, and the exam is bundled into the course price rather than bought separately.

What is new in AgilePM version 3?

The most visible change for candidates is a dedicated Scrum Overview topic in the syllabus. Earlier versions treated Scrum as background; version 3 makes its roles, events and artefacts examinable in their own right.

Which languages is the exam available in?

APMG lists Foundation examinations in English, Polish, German, Italian and French. That reflects where the framework is most used, which is predominantly the UK and continental Europe.

Is AgilePM better than PMI-ACP?

Neither is better in the abstract. AgilePM certifies one specific framework and is stronger in UK and European organisations; PMI-ACP is broader across agile approaches and carries more recognition in the US market.

Do the syllabus topics carry weightings?

No. The syllabus lists ten topics with no percentages and no sub-objectives, so there is no basis for prioritising one over another. Even coverage of all ten is the only defensible study plan.

Conclusion

Two numbers decide how you should approach this exam: 48 seconds per question, and ten topics with no weightings between them. Together they point to the same conclusion, which is that AgilePM Foundation rewards even, automatic recall rather than deep understanding of any one area. Get the roles, the lifecycle phases and the products to the point where you do not have to think, keep the Scrum vocabulary cleanly separate from the AgilePM vocabulary, and check that whatever you study from is written for version 3. Foundation not expiring makes it a genuinely low-maintenance credential once earned. When the framework names come without hesitation, move to full timed papers and let the clock, rather than the content, tell you whether you are ready.

Rating: 4.9 / 5 (39 votes)

The post AgilePM Foundation Exam: Fifty Questions in Forty Minutes appeared first on Certification Box.

]]>
ArcGIS Pro Associate Certification: The Exam That Assumes You Already Do the Job https://www.certificationbox.com/2026/08/21/arcgis-pro-associate-certification-exam/ Fri, 21 Aug 2026 00:00:00 +0000 https://www.certificationbox.com/?p=30373 Esri sorts its credentials by years of experience, and the Associate band starts at two. This is what the four weighted skills areas ask, and how to tell whether Foundation is the better match.

The post ArcGIS Pro Associate Certification: The Exam That Assumes You Already Do the Job appeared first on Certification Box.

]]>

The ArcGIS Pro Associate certification, exam code EAPA_2025, is Esri’s mid-tier credential for people who use ArcGIS Pro as part of their working week rather than as a subject they are learning. That distinction is the whole design of the exam. Esri sorts its technical certifications into three experience bands, and Associate sits at two to four years. Sit it with six months of coursework behind you and the scenario questions will feel like they are written in a language you half know. Sit it after three years of real projects and the same questions read as descriptions of Tuesday. The paper is 75 questions in 90 minutes for $295, delivered through Pearson VUE, and its four skills areas carry published weightings that tell you exactly where to spend your preparation.

What Does the ArcGIS Pro Associate Certification Actually Test?

It tests applied competence in the ArcGIS Pro desktop application: managing geospatial data, symbolising and querying it, running geoprocessing workflows, and getting the result out as a map, layout or shared item. The questions are framed as workplace scenarios, not definitions, and they assume you have made these decisions on real projects.

Read the objective list and a pattern emerges immediately. Phrase after phrase begins “given a scenario”. Given a scenario, determine the appropriate geoprocessing tool. Given a scenario, apply a query. Given a scenario, determine the appropriate existing geodatabase elements to use. Esri is not asking whether you know the tool exists. It is asking whether you would reach for that one.

Where it sits among Esri’s exams

Esri runs a wide certification programme covering ArcGIS Pro, ArcGIS Enterprise, ArcGIS Online, developer APIs and the utility network. This exam covers only ArcGIS Pro, and only at the applied level. It does not test enterprise administration, it does not test scripting beyond recognising when a script or model is the right approach, and it does not test the web platform. If your day is spent administering an ArcGIS Enterprise deployment, this is the wrong paper. For readers newer to the field, geographic information systems as a discipline sit behind everything the exam touches, and the vocabulary is worth having straight before you start.

What Is on the EAPA_2025 Exam, and What Does It Cost?

The exam is 75 questions in 90 minutes, priced at $295 USD, scheduled through Pearson VUE and reported as a pass or fail rather than a percentage. It covers four skills areas, and unlike many vendor exams, Esri publishes a weighting for each one. That single fact makes planning far easier than it is on most certification papers.

Exam detail Value
Certification Esri Certified ArcGIS Pro Associate 2025
Exam code EAPA_2025
Questions 75
Duration 90 minutes
Price $295 USD
Result Pass or fail
Delivery Pearson VUE, test centre or online
Language English

Seventy-five questions in 90 minutes gives you 72 seconds each. That is tighter than it looks, because scenario stems take time to read. The compensation is that the weightings let you know in advance which areas are worth the most, so nothing on the paper should be a surprise.

Skills area Weight Roughly how many questions
Data Management 32% 24
Visualization 25% 19
Analysis and Geoprocessing 25% 19
Layouts and Sharing 18% 13

The exam was published in January 2025 and is offered in English. Esri refreshes its certification exams on a cycle of roughly eighteen to twenty-four months so that they track current ArcGIS releases, which is worth knowing if you are deciding whether to sit now or wait. Programme mechanics are documented on the Esri certification programme pages.

Why Is Data Management Almost a Third of the Exam?

Because it is where GIS work goes wrong. Data Management carries 32% of EAPA_2025, the largest of the four areas, and it covers raster, vector and tabular data, coordinate systems, geodatabase element selection, and editing features and attributes. Every downstream task in the other three areas depends on getting these right first.

Four blind spots that cost marks on the ArcGIS Pro Associate exam: projections, time layers, map series and joins

The coordinate system objective is worded carefully: manage coordinate systems to preserve the desired spatial properties. That is not a question about knowing what a projection is. It is a question about knowing that a projection preserving area will distort distance, and choosing accordingly for the task in front of you. Candidates who have only ever accepted whatever coordinate system a dataset arrived in tend to lose marks here.

The geodatabase question type

The syllabus asks you to determine the appropriate existing geodatabase elements to use for a given scenario. In practice that means knowing when a feature dataset, a subtype, a domain, a relationship class or an attribute rule is the correct structure, and being able to say why one is better than another for a stated requirement. It rewards people who have designed a schema rather than merely populated one.

  • Raster against vector storage decisions and when each is appropriate
  • Domains and subtypes as a way of enforcing data quality at entry
  • Editing workflows, including what happens to related records
  • Tabular data and how it joins into the spatial model

Full behaviour of every one of these is documented in the ArcGIS Pro documentation, which is the reference to keep open while you revise this area.

What Do Visualization and Layouts Ask For?

Together these two areas are 43% of the paper. Visualization at 25% covers layer properties, geographic transformations, querying, and displaying temporal, ranged and 3D data. Layouts and Sharing at 18% covers exporting maps and scenes to different formats, creating and managing layouts and map series, and choosing how to share content out of ArcGIS Pro.

The two areas are separated in the blueprint but joined in practice: you symbolise something in order to publish it. Treating them as one revision block is more efficient than working through them separately.

The parts people underestimate

Geographic transformations appear in the Visualization objectives rather than in Data Management, which surprises people. If two layers in different datums are not aligning, the fix is a transformation, and the exam expects you to know where that control lives. Temporal and 3D display is the other commonly thin spot, because plenty of working analysts have never enabled time on a layer or opened a scene.

Map series get less attention than they deserve for an 18% area. Knowing how to drive a layout from an index layer, and what changes page to page, is directly examinable and quick to learn if you have never built one.

How Deep Does the Analysis and Geoprocessing Section Go?

Not as deep as its name suggests, but broader. At 25% it covers choosing the right geoprocessing tool for a scenario, comparing table joins, relates, relationship classes and spatial joins, executing complex workflows with tasks, batch processing, models or scripts, and applying raster functions for image processing.

The joins comparison is the standout question type, because four mechanisms overlap and each has a case where it is the only correct answer. A join and a relate differ in cardinality. A relationship class persists in the geodatabase where a relate does not. A spatial join answers a question about location rather than a shared key. Being able to state those distinctions cleanly covers a meaningful share of the area.

Automation, but only at the level of choosing it

You are asked to use tasks, batch processing, models or scripts to execute a complex workflow. Note the framing: the exam wants you to select the right automation mechanism for the situation, not to write Python under time pressure. A ModelBuilder model is right for a repeatable spatial workflow you want colleagues to run. A script is right when the logic outgrows what a model can express. A task is right when a human needs guiding through steps. Knowing which is which matters more than syntax.

Raster functions round the area out. They are the on-the-fly alternative to running a raster tool and writing a new dataset, and knowing why you would choose one over the other is exactly the kind of judgement this exam rewards.

Which Esri Certification Level Fits Your Experience?

Esri publishes experience bands for its three levels, and they are unusually direct. Foundation is aimed at zero to two years, Associate at two to four years, and Professional at four or more. The ArcGIS Pro track offers all three, so choosing the right one is mostly a matter of being honest about how long you have been doing the work.

Level Experience band What it suits
Foundation 0 to 2 years Recent graduates and career changers proving core competence
Associate 2 to 4 years Working analysts applying ArcGIS Pro across real projects
Professional 4 or more years Specialists leading design and complex workflow decisions

The common mistake is skipping Foundation on the assumption it is trivial. If your ArcGIS Pro use is regular but narrow, one workflow repeated often, Foundation may genuinely be the better match, and a pass is worth more than a near miss at the level above. If you are weighing that choice, the ArcGIS Pro Foundation route sets out what the lower tier expects, and the wider Esri certification catalogue shows how the tracks fit together.

Esri’s own view of who each level is for, along with the programme’s exam refresh cadence, is set out on its certification programme board.

Is the ArcGIS Pro Associate Certification Worth It for a GIS Career?

It is worth most to people who need to prove competence to someone who cannot watch them work: a hiring manager, a procurement panel, or a client evaluating a consultancy. Esri certification is widely recognised in the GIS labour market because Esri software dominates it, so the credential functions as a common reference point that a portfolio does not always provide.

Four roles the ArcGIS Pro Associate certification leads to: GIS analyst, technician, mapping specialist and planning teams

Where it is worth less is inside an organisation that already knows what you can do. If your manager has three years of your project work to look at, a certificate adds little. The exception is procurement: consultancies bidding for public sector GIS work are frequently asked how many certified staff they employ, and that turns individual credentials into commercial value.

What the roles look like

  • GIS analyst, the most common destination and the role the Associate band describes
  • GIS technician moving toward analysis rather than data capture
  • Cartographer or mapping specialist, where the Visualization and Layouts areas map directly onto the job
  • Utility, environmental or planning roles where GIS is one tool among several

Pay varies widely by sector and region, and public sector GIS pay differs sharply from utilities or private consultancy. Current benchmarks for the analyst role are tracked on PayScale GIS analyst data, which is a more useful reference point than any single figure quoted in an article.

How Should You Prepare for 75 Questions in 90 Minutes?

Let the weightings drive the plan. Data Management is 32% of the paper and deserves roughly a third of your time; Layouts and Sharing is 18% and deserves roughly a fifth. Within each area, prioritise the objectives you have never had a project reason to touch, because the exam draws on all of them regardless of what your work happens to involve.

  1. Map your own project history against the four skills areas first, marking every objective you have genuinely done, so the gaps rather than the strengths set your study plan.
  2. Spend the largest block on Data Management, since it is 32% of the exam and the area where a weak coordinate system or geodatabase answer costs the most marks.
  3. Deliberately build a geodatabase with domains, subtypes and a relationship class, because the exam asks you to choose between these elements and the choice only becomes obvious once you have created them.
  4. Practise the joins comparison directly, working through a table join, a relate, a relationship class and a spatial join on the same data so the differences in cardinality and persistence are concrete.
  5. Enable time on a layer and open a scene if you never have, since temporal and 3D display sits inside the 25% Visualization area and is a common blind spot.
  6. Build one map series from an index layer, which is the fastest way to cover a disproportionate share of the Layouts and Sharing objectives.
  7. Finish with timed practice at about 72 seconds a question, tracking wrong answers by skills area so you can see which of the four still needs work.

When you are ready to check where you stand, the EAPA_2025 exam page collects the exam details and practice material in one place.

Frequently Asked Questions

How many questions are on the ArcGIS Pro Associate exam?

There are 75 questions and the time limit is 90 minutes, which works out at about 72 seconds each. The questions are scenario-based, so a fair share of that time is spent reading rather than deciding.

How much does the ArcGIS Pro Associate certification cost?

The exam is $295 USD. It is booked and paid for through Pearson VUE, and you can sit it either at a test centre or online, so there is no separate proctoring charge to budget for.

What are the exam domains and their weightings?

Four areas: Data Management at 32%, Visualization at 25%, Analysis and Geoprocessing at 25%, and Layouts and Sharing at 18%. Data Management is the largest single area and should take the largest share of study time.

What is the difference between ArcGIS Pro Foundation and Associate?

Experience level. Foundation targets zero to two years and core competence; Associate targets two to four years and applied judgement across real projects. They are separate exams, and Foundation is not a prerequisite for Associate.

Do you need Python for this exam?

Not in the sense of writing code under time pressure. The blueprint asks you to choose between tasks, batch processing, models and scripts for a given workflow, so you need to know when a script is the right answer rather than how to write one.

Is there a passing percentage?

Esri reports the outcome as pass or fail and does not publish a percentage threshold. Since the four weightings are published, the practical approach is even coverage weighted toward Data Management rather than targeting a number.

What ArcGIS Pro version is the exam based on?

The exam was published in January 2025 and is built around the ArcGIS Pro release current at that point. Esri refreshes certification exams roughly every eighteen to twenty-four months to keep them aligned with the software.

Where do you book the ArcGIS Pro Associate exam?

Through Pearson VUE. You create an account, choose either a test centre or an online proctored session, and schedule from there. The Esri certification pages link straight into the booking flow.

How much experience should you have before sitting it?

Esri places the Associate level at two to four years of applied ArcGIS Pro work. There is no enforced prerequisite, but the scenario framing of the questions genuinely assumes project experience rather than coursework.

Which area do candidates find hardest?

Usually coordinate systems and geographic transformations, because many analysts have only ever accepted the projection a dataset arrived with. Temporal and 3D visualisation runs a close second for the same reason.

Conclusion

The published weightings are the most useful thing about this exam, and most candidates ignore them. Data Management is nearly a third of the paper; Layouts and Sharing is under a fifth. A study plan that reflects that split, and that targets the objectives your projects have never made you use, is worth more than another pass through material you already know. Be honest about the experience band too: two to four years is Esri’s own description of who Associate is for, and Foundation is not a lesser achievement if it matches where you actually are. When your coverage looks even against the four areas, move to timed practice and let the results tell you which one still needs work.

Rating: 5 / 5 (48 votes)

The post ArcGIS Pro Associate Certification: The Exam That Assumes You Already Do the Job appeared first on Certification Box.

]]>