SALESFORCE CERTIFICATION

Certified CPQ Administrator Practice Exam

Exam Number: 3718 | Last updated 14-Apr-26 | 569+ questions across 7 vendor-aligned objectives

The Certified CPQ Administrator exam validates your ability to configure and manage Salesforce CPQ (Configure, Price, Quote) to support complex sales quoting workflows. It covers product configuration rules, pricing methods, discount schedules, and quote templates that enable sales teams to generate accurate proposals quickly.

A full 25% of the exam targets Product and Price Configuration, covering products, bundles, price books, and product rules. At 25%, Pricing and Discounting represents the single largest exam section, covering pricing methods, discount schedules, contracted pricing, and pricing rules. The exam allocates 20% to Quote Management, covering quote line editor, approvals, quote templates, and output documents. Together, these domains form the backbone of the certification and warrant the bulk of your preparation time.

Additional sections test your breadth across the platform. Nearly 15% of questions test Orders and Contracts, which spans order generation, amendments, renewals, and billing integration. The CPQ Administration domain weighs in at 15%, which spans settings, permissions, packages, and troubleshooting. Although individually lighter, these topics frequently appear in scenario-based questions that blend multiple skill areas.

 Product rules and pricing rules are heavily tested — understand the difference between validation rules, alert rules, selection rules, and filter rules within CPQ. Practice configuring a bundle product with options, constraints, and dynamic pricing to build hands-on confidence.

Every answer links to the source. Each explanation below includes a hyperlink to the exact Salesforce documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →

923

practice exam users

91.1%

satisfied users

92.5%

passed the exam

4.5/5

quality rating

Test your Certified Cpq Admin knowledge

10 of 569+ questions

Question #1 - Structure and configure pricing methods, discount schedules, and contracted pricing to enable accurate quoting, dynamic pricing, and complex product configurations at scale

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?

A) Create a price rule that calculates the total based on separate line items
B) Create separate quotes for the platform, add-ons, and training
C) Use a single product with a text field for the sales rep to describe the components
D) Configure a product bundle with the platform as the parent, add-on modules as optional bundle components, and training seats as a dynamic required component with quantity scaling rules

 

Correct answers: D – Explanation:
CPQ bundles group related products with parent-child relationships. Optional components let reps customize the bundle, while required components with quantity scaling rules ensure training seats automatically adjust when license counts change. Separate quotes lose the bundled pricing context. Single products with text fields lack structure. Price rules alone cannot enforce bundle composition. Source: Trailhead: CPQ Product Configuration

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

Which CPQ feature should the administrator configure?

A) A validation rule on the Quote Line object
B) A custom Apex trigger that blocks the quote save
C) A discount schedule with a maximum threshold and an approval rule that triggers when the discount exceeds 30%
D) A workflow rule that sends an email to the manager when discounts are high

 

Correct answers: C – Explanation:
CPQ discount controls combined with Advanced Approvals enforce discount thresholds. The approval rule evaluates each quote line’s discount against the 30% threshold and routes for manager approval when exceeded. Validation rules block the save entirely rather than routing for approval. Workflow rules are retired and cannot enforce approvals. Custom triggers bypass CPQ’s built-in approval framework. Source: Trailhead: CPQ Pricing Discounting

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 automatically adjust as the sales rep changes the quantity.

What CPQ pricing feature should the administrator configure?

A) Manual price overrides that the sales rep enters based on a pricing table
B) A block pricing or discount schedule that defines price tiers based on quantity ranges, automatically applied to the quote line
C) A formula field that calculates the price based on quantity
D) Three separate products — one for each pricing tier

 

Correct answers: B – Explanation:
CPQ discount schedules (slab or range-based) or block pricing automatically apply the correct price tier based on the quantity entered on the quote line. This updates dynamically as quantity changes. Manual overrides are error-prone and inconsistent. Formula fields cannot directly set CPQ pricing. Separate products per tier fragment the product catalog and complicate ordering. Source: Trailhead: CPQ Pricing Discounting

A CPQ administrator needs to configure 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?

A) A price rule that sets the Premium Support price to zero without the Enterprise edition
B) A CPQ validation product rule with error conditions that checks for the Enterprise edition when Premium Support is selected
C) A validation rule on the product object
D) A flow that removes the Premium Support line item after quote save

 

Correct answers: B – Explanation:
CPQ product rules with validation type evaluate conditions during product selection and display error messages preventing invalid configurations. The rule checks that Enterprise edition exists as a quote line when Premium Support is added. Standard validation rules cannot evaluate across quote lines. Price rules handle pricing, not product compatibility. Post-save flows are too late to prevent invalid selections. Source: Trailhead: CPQ Product Configuration

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

What should the administrator investigate?

A) Upgrade to a higher Salesforce edition for better performance
B) Remove all products from the price book except the most commonly sold items
C) Review and optimize product rules, price rules, and quote line field visibility settings to reduce computation and rendering overhead
D) Increase the Salesforce session timeout to allow more time for loading

 

Correct answers: C – Explanation:
CPQ quote line editor performance is affected by the number of active product rules and price rules evaluated per line, the number of visible fields in the editor, and the complexity of rule conditions. Optimizing these — disabling unnecessary rules, reducing visible fields, and simplifying conditions — improves load times. Session timeout is unrelated. Removing products limits selling capability. Salesforce edition does not affect CPQ calculation performance. Source: Trailhead: CPQ Fundamentals

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

How should the CPQ administrator configure this?

A) Have the marketing team design a static PDF template for all quotes
B) Configure CPQ quote templates with conditional sections that display different terms based on product category, including branded headers and product image fields
C) Use a standard Salesforce report formatted as a PDF
D) Export quote data to Microsoft Word for manual formatting

 

Correct answers: B – Explanation:
CPQ quote templates support conditional sections driven by quote or line item data, allowing different terms for different product categories. Templates include branded headers, footers, product images, and dynamic pricing tables. Manual Word formatting is inconsistent and unscalable. Salesforce reports lack the formatting capabilities for professional quotes. Static templates cannot adapt to different product configurations. Source: Trailhead: CPQ Quote Templates

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

What CPQ feature should the administrator configure?

A) Enable CPQ contract amendments with proration settings that automatically calculate pricing based on the remaining contract period
B) Manual calculation of the prorated amount by the sales rep
C) Create a separate quote for the add-on products with a custom price adjustment
D) Use a flow to calculate the prorated amount after the quote is created

 

Correct answers: A – Explanation:
CPQ’s amendment functionality allows creating amendment quotes from active contracts. Proration settings automatically calculate pricing based on the remaining contract term, start date, and end date. Manual calculation is error-prone. Separate quotes lose the contract context and renewal relationship. Post-creation flows cannot dynamically adjust CPQ pricing calculations. Source: Trailhead: CPQ Orders Contracts

A company uses CPQ and wants to ensure that when an annual subscription renews, the renewal quote automatically includes all current subscription products with a 3% annual price increase.

What should the CPQ administrator configure?

A) Use a report to identify upcoming renewals and email reminders to sales reps
B) Configure CPQ renewal settings with automated renewal quote generation and a price uplift rule of 3% applied to renewal quote lines
C) Have sales reps manually create renewal quotes with updated pricing each year
D) Create a scheduled Apex job that generates renewal quotes monthly

 

Correct answers: B – Explanation:
CPQ renewal automation generates renewal opportunity and quote records from expiring contracts with all subscription products. Renewal pricing rules apply the configured 3% uplift automatically. Manual creation is error-prone and risks missed renewals. Custom Apex duplicates built-in functionality. Reports with email reminders lack automation and pricing logic. Source: Trailhead: CPQ Orders Contracts

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

What CPQ pricing approach should the administrator use?

A) Use a formula field on the Quote object to calculate the price
B) Have the sales rep manually calculate and enter the price for each customer
C) Create a price rule that references a custom field for the customer’s IT budget on the Account object and calculates the monthly fee as a percentage
D) Set a fixed list price and have managers approve exceptions for each customer

 

Correct answers: C – Explanation:
CPQ price rules can reference fields from related objects (like Account) and perform calculations to set quote line prices dynamically. A rule referencing the Account’s IT budget field and applying the percentage formula ensures consistent, automated pricing. Manual calculation is inconsistent. Fixed prices with exceptions do not scale. Formula fields cannot directly set CPQ line item pricing. Source: Trailhead: CPQ Pricing Discounting

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

What diagnostic steps should the administrator take?

A) Ask the sales rep to try again in a different browser
B) 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
C) Disable all other product rules to isolate the issue
D) Delete the rule and recreate it from scratch

 

Correct answers: B – Explanation:
Systematic troubleshooting of CPQ product rules involves verifying the evaluation event (load, edit, save), scope (quote or calculator), active status, condition logic, and filter criteria. CPQ debug logs reveal whether the rule was evaluated and why conditions were not met. Recreating the rule wastes time without diagnosing the issue. Browser changes do not affect server-side rule evaluation. Disabling all rules may mask dependency issues. Source: Trailhead: CPQ Product Configuration

Get 569+ more questions with source-linked explanations

Every answer traces to the exact Salesforce documentation page — so you learn from the source, not just memorize answers.

Exam mode & learn mode · Score by objective · Updated 14-Apr-26

Learn more...

What the Certified Cpq Admin exam measures

  • Establish and manage products, bundles, and price books to support daily platform operations and evolving business requirements
  • Structure and configure pricing methods, discount schedules, and contracted pricing to enable accurate quoting, dynamic pricing, and complex product configurations at scale
  • Implement and maintain quote line editor, approvals, and quote templates to deliver reliable platform solutions that meet real-world business demands
  • Manage and service order generation, amendments, and renewals to process customer orders accurately from placement through fulfillment and invoicing
  • Set up and customize settings, permissions, and packages to support daily platform operations and evolving business requirements

  • Review the official exam guide
  • Complete the CPQ Specialist trail on Trailhead — focus on product configuration and pricing modules
  • Set up CPQ in a Developer Org and configure a complete quoting flow — products, bundles, pricing rules, and quote templates
  • Support a CPQ implementation at your organization or practice configuring complex pricing scenarios from real sales playbooks
  • Focus on Product Configuration and Pricing first — they combine for 50% of the exam
  • Use PowerKram’s learn mode for CPQ-specific scenario questions
  • Run full practice exams in PowerKram’s exam mode

CPQ specialists serve sales-driven organizations that need complex quoting and pricing:

  • Salesforce CPQ Administrator — $95,000–$135,000 per year, configuring quoting and pricing solutions (Glassdoor salary data)
  • CPQ Consultant — $115,000–$160,000 per year, implementing CPQ for enterprise clients (Indeed salary data)
  • Revenue Operations Analyst — $90,000–$125,000 per year, optimizing the quote-to-cash process (Glassdoor salary data)

Follow the CPQ Learning Path on Trailhead. The official exam guide provides the full blueprint and passing requirements.

Related certifications to explore

Related reading from our Learning Hub