Salesforce Certified CPQ Administrator Practice Exam | PowerKram
Salesforce · Practice Exam · CPQ Administrator

Salesforce Certified CPQ Administrator Practice Exam

Prepare for the Salesforce Certified CPQ Administrator credential (formerly CPQ Specialist) across the full blueprint: products and bundles, pricing and discounts, quote templates, and the CPQ platform. Objective-mapped questions, instant feedback in Learn mode, and a full timed simulation in Exam mode, each answer linked to Salesforce Trailhead. Start with a 24-hour free trial.

Start 24-hour free trial →
560+
Practice questions
4
Exam sections
2
Study modes
24h
Free trial

CPQ Administrator exam at a glance

Vendor
Salesforce
Credential
Salesforce Certified CPQ Administrator (formerly CPQ Specialist)
Exam code
None — Salesforce uses named credentials
Questions
60 multiple-choice / multiple-select
Duration
105 minutes
Passing score
68%
Registration fee
$200 USD (retake $100), plus local taxes
Prerequisites
None (Salesforce Administrator or equivalent experience recommended)
Delivery
Proctored, at a test center or online

Source: Salesforce Trailhead — CPQ credential and the official CPQ exam guide. Note: Salesforce is evolving CPQ into Revenue Cloud (Rev-Con-201) and no longer sells standalone CPQ to new customers, though this certification remains active — confirm current details on Trailhead before scheduling.

About the Salesforce Certified CPQ Administrator credential

The Salesforce Certified CPQ Administrator credential — renamed from “CPQ Specialist,” which is why Trailhead’s credential slug and the exam guide still carry that older name — validates that you can design, build, and implement quoting flows in Salesforce CPQ (Configure, Price, Quote). It targets administrators, consultants, and partners who configure bundles, pricing, discounting, quote templates, and the contracting and renewal lifecycle. Salesforce recommends six to twelve months of hands-on CPQ experience; there are no formal prerequisites, though the Salesforce Administrator credential (or equivalent) is recommended.

The exam is scenario-based: you’re given a business requirement and asked which CPQ construct — a product rule, price rule, discount schedule, quote template, or amendment setting — solves it. PowerKram maps every practice question to one of Salesforce’s four exam sections and links each explanation to the exact Trailhead module it derives from, so a wrong answer becomes a specific badge to complete. One currency note worth knowing: Salesforce is evolving CPQ into Revenue Cloud, so many CPQ concepts carry forward into that successor path. For where CPQ fits the wider Salesforce ecosystem, see our Salesforce definitive guide.

CPQ Administrator exam sections and weights

Salesforce’s official exam guide organizes the CPQ exam into four weighted sections. Pricing and Discounts is the single largest at 39%, and together with Products and Bundles it makes up over 70% of the exam — so that’s where the bulk of your study time belongs.

Pricing and Discounts

Pricing methods, the price waterfall, price rules, volume- and term-based discount schedules, price dimensions (ramping/escalators), and contracted prices.

39%Largest section
Products and Bundles

Product bundles, features, options, option constraints, configuration attributes, product rules, dynamic product codes, subscription and asset products, guided selling, and search filters.

32%
Quote Templates

Creating quote templates from design specs, quote terms and template sections, line item sections and line columns, and troubleshooting unexpected document-output rendering.

15%
CPQ Platform

CPQ data flow troubleshooting, UI configuration, permissions and data security, the contracting process, amendment and renewal data flow, and localization.

15%

Source: Salesforce Certified CPQ Specialist Exam Guide (Products and Bundles 32%, Quote Templates 15%, Pricing and Discounts 39%, CPQ Platform 15%). These are Salesforce’s official section weightings, reproduced as published — Salesforce rounds each section independently, so the figures total 101%.

Who the CPQ Administrator exam is for

CPQ is the engine behind complex quoting, so this credential suits people who implement and maintain quote-to-cash:

  • Salesforce administrators extending their org with the CPQ managed package.
  • CPQ and revenue-operations specialists configuring bundles, pricing, and quote templates.
  • Implementation consultants and partners rolling CPQ out for sales-driven customers.
  • Sales-ops and IT professionals supporting a CPQ implementation with 6–12 months of hands-on experience.

Natural companions in the Salesforce ecosystem include the Revenue Cloud Consultant (the CPQ successor path), the CPQ & Billing Consultant, the Salesforce Administrator (the recommended foundation), and the Sales Cloud Consultant. For the roles a CPQ credential supports, see the business analyst career guide in our Career Hub.

What this CPQ practice exam delivers

Score by section

Every question is tagged to one of Salesforce’s four sections — Pricing & Discounts, Products & Bundles, Quote Templates, CPQ Platform — so your report tells you exactly what to drill.

Learn mode

Immediate feedback after each question with a full explanation of why the right answer is right and the others wrong — built for the “which CPQ construct fits this requirement” judgment the exam rewards.

Exam mode

A timed run that mirrors the 60-question, 105-minute format and the 68% bar, so pacing feels familiar on test day.

Source-linked explanations

Every answer links to the exact Salesforce Trailhead module — so you learn CPQ configuration from Salesforce’s own training, not just a memorized letter.

Sample CPQ Administrator practice questions

Ten free scenario questions across the four exam sections, each with a full explanation and a source link to Salesforce Trailhead. The complete bank is available with the 24-hour trial.

Question 1 · Products and Bundles

A CPQ administrator needs to configure a product bundle for a software subscription that includes a base platform license, optional add-on modules, and required training seats that scale with the number of licenses.

How should the administrator configure this bundle?

  1. Create a price rule that calculates the total based on separate line items
  2. Create separate quotes for the platform, add-ons, and training
  3. Use a single product with a text field for the sales rep to describe the components
  4. Configure a product bundle with the platform as the parent, add-on modules as optional bundle components, and training seats as a required component with quantity scaling rules
Show answer & explanation

Correct: D — a configured bundle. CPQ bundles group related products with parent-child relationships; optional components let reps customize, while required components with quantity scaling ensure training seats adjust automatically as license counts change.

Why not the others: separate quotes (B) lose bundled pricing context; a single text-field product (C) lacks structure; a price rule alone (A) can’t enforce bundle composition.

Source: Trailhead — CPQ Product Configuration → Further reading: PowerKram — Salesforce Administrator →
Question 2 · Pricing and Discounts

A CPQ administrator needs to prevent sales reps from applying more than a 30% discount on any product line without manager approval.

Which CPQ approach should the administrator configure?

  1. A validation rule on the Quote Line object
  2. A custom Apex trigger that blocks the quote save
  3. Discount controls combined with an Advanced Approvals rule that triggers when the discount exceeds 30%, routing to the manager
  4. A workflow rule that sends an email to the manager when discounts are high
Show answer & explanation

Correct: C. CPQ discount controls with Advanced Approvals enforce discount thresholds — the approval rule evaluates each quote line’s discount against 30% and routes for approval when exceeded.

Why not the others: a validation rule (A) blocks the save entirely rather than routing; workflow rules (D) are retired and can’t enforce approvals; custom triggers (B) bypass CPQ’s approval framework.

Source: Trailhead — Pricing Methods for Salesforce CPQ →
Question 3 · Pricing and Discounts

A company sells hardware with tiered volume pricing: 1–10 units at $100 each, 11–50 units at $85 each, and 51+ units at $70 each. The pricing should adjust automatically as the rep changes the quantity.

What CPQ pricing feature should the administrator configure?

  1. Manual price overrides that the sales rep enters from a pricing table
  2. A block-pricing or discount schedule that defines price tiers by quantity range, applied automatically to the quote line
  3. A formula field that calculates the price based on quantity
  4. Three separate products — one for each pricing tier
Show answer & explanation

Correct: B. Discount schedules (slab or range-based) or block pricing apply the correct tier automatically based on the quantity on the quote line, updating dynamically as quantity changes.

Why not the others: manual overrides (A) are error-prone; formula fields (C) can’t directly set CPQ pricing; per-tier products (D) fragment the catalog and complicate ordering.

Source: Trailhead — Pricing Methods for Salesforce CPQ → Further reading: PowerKram — Revenue Cloud Consultant →
Question 4 · Products and Bundles

A CPQ administrator needs a product rule that prevents a customer from purchasing a ‘Premium Support’ add-on without first selecting the ‘Enterprise’ edition of the software.

Which type of product rule should the administrator create?

  1. A price rule that sets the Premium Support price to zero without the Enterprise edition
  2. A CPQ validation product rule with error conditions that checks for the Enterprise edition when Premium Support is selected
  3. A standard validation rule on the product object
  4. A flow that removes the Premium Support line item after quote save
Show answer & explanation

Correct: B — a validation product rule. CPQ product rules of type validation evaluate conditions during product selection and show an error preventing invalid configurations — here, checking that the Enterprise edition exists when Premium Support is added.

Why not the others: standard validation rules (C) can’t evaluate across quote lines; price rules (A) handle pricing, not compatibility; post-save flows (D) are too late to prevent the invalid selection.

Source: Trailhead — CPQ Product Configuration → Further reading: PowerKram — CPQ & Billing Consultant →
Question 5 · CPQ Platform

A sales rep reports that the quote line editor loads very slowly when quotes have more than 50 line items. The CPQ administrator needs to improve performance.

What should the administrator investigate?

  1. Upgrade to a higher Salesforce edition for better performance
  2. Remove all products from the price book except the most commonly sold items
  3. Review and optimize product rules, price rules, and quote line field visibility to reduce computation and rendering overhead
  4. Increase the Salesforce session timeout to allow more time for loading
Show answer & explanation

Correct: C. Quote line editor performance depends on the number of active product and price rules evaluated per line, the count of visible fields, and rule-condition complexity — disabling unnecessary rules, reducing visible fields, and simplifying conditions improves load times.

Why not the others: session timeout (D) is unrelated; removing products (B) limits selling capability; the Salesforce edition (A) doesn’t affect CPQ calculation performance.

Source: Trailhead — CPQ Admin trail →
Question 6 · Quote Templates

A company wants to generate professional PDF quotes with company branding, product images, and custom terms that vary by product category.

How should the CPQ administrator configure this?

  1. Have the marketing team design one static PDF template for all quotes
  2. Configure CPQ quote templates with conditional sections that display different terms by product category, including branded headers and product-image fields
  3. Use a standard Salesforce report formatted as a PDF
  4. Export quote data to Microsoft Word for manual formatting
Show answer & explanation

Correct: B — CPQ quote templates. Quote templates support conditional sections driven by quote or line-item data, allowing different terms per product category, plus branded headers, footers, product images, and dynamic pricing tables.

Why not the others: manual Word formatting (D) is inconsistent and unscalable; Salesforce reports (C) lack quote formatting; a single static template (A) can’t adapt to different configurations.

Source: Trailhead — Quote Templates in Salesforce CPQ → Further reading: PowerKram — Sales Cloud Consultant →
Question 7 · CPQ Platform

A CPQ administrator needs to configure contract amendments so that when a customer adds products mid-contract, the new products are prorated based on the remaining contract term.

What CPQ feature should the administrator configure?

  1. Enable CPQ contract amendments with proration settings that calculate pricing from the remaining contract period automatically
  2. Manual calculation of the prorated amount by the sales rep
  3. A separate quote for the add-on products with a custom price adjustment
  4. A flow to calculate the prorated amount after the quote is created
Show answer & explanation

Correct: A — amendments with proration. CPQ’s amendment functionality creates amendment quotes from active contracts, and proration settings calculate pricing automatically from the remaining term, start date, and end date.

Why not the others: manual calculation (B) is error-prone; separate quotes (C) lose the contract and renewal context; post-creation flows (D) can’t dynamically adjust CPQ pricing.

Source: Trailhead — CPQ Admin trail (orders & contracts) → Further reading: PowerKram — Business Analyst career →
Question 8 · CPQ Platform

A company uses CPQ and wants annual subscription renewals to automatically include all current subscription products with a 3% annual price increase.

What should the CPQ administrator configure?

  1. A report to identify upcoming renewals and email reminders to sales reps
  2. CPQ renewal settings with automated renewal quote generation and a 3% price-uplift rule applied to renewal quote lines
  3. Sales reps manually creating renewal quotes with updated pricing each year
  4. A scheduled Apex job that generates renewal quotes monthly
Show answer & explanation

Correct: B — renewal automation. CPQ renewal automation generates renewal opportunity and quote records from expiring contracts with all subscription products, and a renewal pricing rule applies the configured 3% uplift automatically.

Why not the others: manual creation (C) risks missed renewals; custom Apex (D) duplicates built-in functionality; reports with reminders (A) lack automation and pricing logic.

Source: Trailhead — CPQ Admin trail (renewals) →
Question 9 · Pricing and Discounts

A CPQ administrator is configuring pricing for a managed-services contract where the monthly fee is a percentage of the customer’s annual IT budget, which varies by customer.

What CPQ pricing approach should the administrator use?

  1. A formula field on the Quote object to calculate the price
  2. Have the sales rep manually calculate and enter the price for each customer
  3. A price rule that references a custom IT-budget field on the Account object and calculates the monthly fee as a percentage
  4. A fixed list price with manager-approved exceptions per customer
Show answer & explanation

Correct: C — a price rule. CPQ price rules can reference fields from related objects (like Account) and perform calculations to set quote-line prices — a rule referencing the Account’s IT-budget field and applying the percentage ensures consistent, automated pricing.

Why not the others: manual calculation (B) is inconsistent; fixed prices with exceptions (D) don’t scale; formula fields (A) can’t directly set CPQ line-item pricing.

Source: Trailhead — Price Rules in Salesforce CPQ →
Question 10 · CPQ Platform

A CPQ administrator needs to troubleshoot why a specific product rule is not firing when a rep adds a particular product combination to a quote.

What diagnostic steps should the administrator take?

  1. Ask the sales rep to try again in a different browser
  2. Check the rule’s evaluation event, scope, conditions, lookup queries, and active status, then verify the products match the rule’s filter criteria using CPQ debug logs
  3. Disable all other product rules to isolate the issue
  4. Delete the rule and recreate it from scratch
Show answer & explanation

Correct: B. Systematic product-rule troubleshooting verifies the evaluation event (load, edit, save), scope (quote or calculator), active status, condition logic, and filter criteria — and CPQ debug logs reveal whether the rule was evaluated and why conditions weren’t met.

Why not the others: recreating the rule (D) wastes time without diagnosing; browser changes (A) don’t affect server-side evaluation; disabling all rules (C) can mask dependency issues.

Source: Trailhead — CPQ Admin trail (troubleshooting) →

Keep going: study guides and career paths

CPQ sits at the heart of Salesforce’s quote-to-cash story, and it’s evolving into Revenue Cloud. Two PowerKram hubs back this exam.

Deep dive: the exam structure, the Revenue Cloud transition, and a study plan

Format and how it’s scored

The CPQ Administrator exam is 60 multiple-choice/multiple-select questions in 105 minutes, with a 68% passing score. Registration is $200 (retake $100), and there are no formal prerequisites — though Salesforce recommends 6–12 months of hands-on CPQ experience and the Salesforce Administrator credential. It’s proctored, at a test center or online. Read the Salesforce guide →

Where the exam concentrates

Salesforce’s four sections aren’t evenly weighted: Pricing and Discounts (39%) and Products and Bundles (32%) together are over 70% of the exam, so master price rules, the price waterfall, discount schedules, price dimensions, and bundle configuration (features, options, option constraints, configuration attributes, product rules) first. Quote Templates and the CPQ Platform section are 15% each — lighter, but the Platform questions (data flow, permissions, contracting, amendments/renewals, localization) love to blend multiple skills into one scenario.

The Revenue Cloud transition

Worth knowing before you invest: Salesforce has released Revenue Cloud (formerly RLM) as the successor to CPQ and Billing, and no longer sells standalone CPQ to new customers. CPQ remains widely deployed and this certification is still active, and most CPQ concepts — bundles, pricing logic, quote documents, contracting — carry forward into Revenue Cloud. If you’re planning a long-term path, pair this credential with the Revenue Cloud Consultant exam.

Realistic study plan

Complete the CPQ Admin trail on Trailhead and, critically, set up a CPQ-enabled Developer Edition org to configure a complete quoting flow end to end: build a bundle with features, options, and constraints; create discount schedules and price rules; build a quote template; and run an amendment and a renewal. Focus first on pricing and bundles (the 71% of the exam), then quote templates and the platform. Use PowerKram Learn mode with the sourced Trailhead links to close gaps, then finish in Exam mode across all four sections under the 105-minute clock. CPQ career paths →

Frequently asked questions about the CPQ Administrator exam

Is the CPQ Administrator the same as the CPQ Specialist?
Yes. Salesforce renamed the credential from "CPQ Specialist" to "CPQ Administrator." It's the same exam — the Trailhead credential slug and the official exam guide still use the older "CPQ Specialist" name. Salesforce uses named credentials, so there is no official numeric exam code.
What is the exam format and passing score?
The exam has 60 multiple-choice/multiple-select questions in 105 minutes, with a 68% passing score. Registration is $200 USD (retake $100), plus local taxes. There are no formal prerequisites, though Salesforce recommends 6–12 months of hands-on CPQ experience and the Salesforce Administrator credential.
What are the exam sections and weights?
Salesforce's official guide defines four weighted sections: Pricing and Discounts (39%, the largest), Products and Bundles (32%), Quote Templates (15%), and CPQ Platform (15%). Pricing and bundles together are over 70% of the exam, so weight your study accordingly.
Is Salesforce CPQ being retired for Revenue Cloud?
Salesforce has released Revenue Cloud (formerly RLM) as the successor to CPQ and Billing and no longer sells standalone CPQ to new customers, but CPQ is still widely deployed and this certification remains active. Most CPQ concepts carry forward into Revenue Cloud, so the skills transfer to the Revenue Cloud Consultant path.
Who should take this exam?
It's aimed at Salesforce administrators, CPQ and revenue-operations specialists, implementation consultants, and partners who configure bundles, pricing, discounting, and quote templates. Salesforce recommends 6–12 months of hands-on CPQ experience; hands-on configuration in a Developer Edition org is the best preparation.

Start your free 24-hour CPQ Administrator practice trial

Full access to 560+ questions across all four exam sections, both study modes, and source-linked explanations. No credit card required.

Start free trial →