Last Updated On : 29-Jun-2026


Salesforce Revenue Cloud Consultant Accredited Professional Practice Test

Prepare with our free Salesforce Revenue Cloud Consultant Accredited Professional sample questions and pass with confidence. Our Revenue-Cloud-Consultant-Accredited-Professional practice test is designed to help you succeed on exam day.

147 Questions
Salesforce 2026

A product administrator has been asked to set up product visibility in the Browse Catalog phase based on a customer's region. Which Revenue Cloud specific capabilities should the product administrator use to satisfy this requirement?

A. Create a custom decision table that stores product and region availability data.

B. Create a separate price book per customer region and use it in quote or order.

C. Modify the out of the box decision table for ProductQualification and Qualification Rule Procedures.

C.   Modify the out of the box decision table for ProductQualification and Qualification Rule Procedures.

Explanation:

To control product visibility in the Browse Catalog based on a customer's region, the product administrator should use Revenue Cloud's Qualification Rules framework. This involves modifying the out-of-the-box decision table for Product Qualification and implementing a Qualification Rule Procedure.

Why Other Options Are Incorrect

A. Create a custom decision table that stores product and region availability data
– While a decision table is part of the solution, simply creating a custom decision table alone is insufficient. The decision table must be integrated with Revenue Cloud's Qualification Procedure framework, which includes context definitions, data mappings, and proper activation in settings. A standalone custom decision table will not affect product visibility in Browse Catalog.

B. Create a separate price book per customer region
– Price books determine pricing, not product visibility. Creating separate price books per region does not filter the Browse Catalog view—users would still see all products regardless of region. Additionally, price books are assigned per quote, not dynamically evaluated at runtime, making this approach unsuitable for dynamic region-based filtering.

References

Revenue Cloud Qualification Rules documentation confirms that modifying decision tables and implementing Qualification Procedures is the standard approach for product filtering based on business criteria

CPQ implementation guides emphasize that personalized search filters and qualification rules, not price books, are the correct methods for controlling product visibility by user attributes

A customer is using a price book to populate list prices. They need to override the list price by 10% if the product is being sold in an emerging market. Emerging market is identified on the quote via a custom field. What should a pricing designer do to solve this?

A. Use a formula-based pricing element to apply an override to the list price and use that to populate the list price for further calculations like total, discount, net prices, etc.

B. Use a formula based pricing element to apply the override to the unit price and use that to populate the list price for further calculations like total, discount, net prices, etc.

C. Use a formula-based pricing element to apply an override to the list price value and populate a line item custom field for further calculations like total, discount, net prices, etc

A.   Use a formula-based pricing element to apply an override to the list price and use that to populate the list price for further calculations like total, discount, net prices, etc.

Explanation:

The requirement is to override the standard price book list price by -10% when the product is sold in an emerging market (identified by a custom field on the quote). All downstream calculations (total, discount, net price) must use this overridden value as the base.

In Salesforce Revenue Cloud's Pricing engine, the correct approach is to use a Formula-based Pricing Element that modifies the List Price at the quote line level. The pricing element evaluates the quote's custom field (e.g., Is_Emerging_Market__c = TRUE) and applies the -10% adjustment. Once the List Price is adjusted, the standard CPQ pricing waterfall (discounts, subtotal, net total) automatically uses the new value for all subsequent calculations .

Why Other Options Are Incorrect

B. Use a formula-based pricing element to apply the override to the unit price
– The Unit Price is typically the result after applying discounts to the List Price. Overriding Unit Price instead of List Price bypasses standard discount logic and can cause inconsistencies (e.g., discount schedules applied on top of an already overridden value). The requirement specifically asks to override the list price, not the final unit price .

C. Use a formula-based pricing element to populate a line item custom field
– Storing the overridden value in a custom field does not affect standard CPQ pricing calculations (Total, Discount, Net Price). The system would continue using the original List Price from the price book for totals, failing the requirement .

Reference

Salesforce Pricing documentation: Formula pricing elements can override list price based on context fields

CPQ pricing waterfall: List Price → Discounts → Subtotal → Net Total; modifying List Price ensures all downstream calculations reflect the change

Universal Containers (UC) has created its own custom formula field called Annual Contract Value on the Asset object. UC would like to view this field during the selection of Assets for amendment/renewal. How should a consultant enable this behavior?

A. Modify the Managed Asset Viewer component on the Lightning page

B. Modify the Asset related list on Page Layout.

C. Modify the screen flows in the amend, renew, and cancel flow.

A.   Modify the Managed Asset Viewer component on the Lightning page

Explanation:

The requirement is to display a custom field on the Asset object during the asset selection stage for amendments and renewals. In Salesforce Revenue Cloud, the interface used for selecting assets is the Managed Asset Viewer. This is a Lightning component placed on the Account record page, not a standard related list or a screen flow .

To enable visibility of a custom field, the consultant must add the field to the columns displayed by the Managed Asset Viewer component. This is achieved by editing the Account Lightning Record Page in Lightning App Builder, selecting the Managed Asset Viewer component, and modifying its properties to include the custom field.

Why other options are incorrect

B. Modify the Asset related list on Page Layout
– The Asset related list displays assets in a standard tabular format but does not include the action buttons (Amend, Renew, Cancel) that initiate the amendment and renewal processes. The requirement specifically relates to the "selection of Assets for amendment/renewal," which occurs within the Managed Asset Viewer, not the standard related list .

C. Modify the screen flows in the amend, renew, and cancel flow
– The Amend, Renew, Cancel flow (RC Flow) controls the backend processes for creating amendment and renewal quotes . While this flow can be customized, it manages the transactional logic (e.g., setting renewal terms, creating opportunities), not the UI display of fields during asset selection. Modifying the flow would not add a column to the asset selection grid.

Reference
– The Managed Asset Viewer component is configured via Lightning App Builder on the Account record page. The RC Flow manages amendment/renewal execution but not the asset selection interface .

A Revenue Cloud customer has posted an invoice andnow wants to add on more itemsfrom another orderassociated to that account. Without using invoice batches, howcan thisbe accomplished?

A. Credit the invoice, add the new order and run an invoice scheduler to pick all theorders up.

B. use bill now on the new order and reparent the new invoice lines to the existing invoice

C. Cancel and Rebill the invoice, add the new Order and run an invoice scheduler to pickall the order up.

D. Use bill now on the new Order and consolidate the invoices.

C.   Cancel and Rebill the invoice, add the new Order and run an invoice scheduler to pickall the order up.

Explanation:

The customer scenario presents a specific constraint: without using invoice batches. The requirement is to add items from another order (associated with the same account) to an already posted invoice. Standard billing logic dictates you cannot directly edit a posted financial document.

Here is the detailed breakdown of why the correct sequence is Cancel and Rebill:

Cancel and Rebill (Void): In Salesforce Revenue Cloud, "Cancel and Rebill" (often implemented via a "Void" action) is the standard corrective mechanism for handling posted invoices. It does not delete the original invoice; instead, it effectively cancels it by creating a Credit Memo that nets the balance to zero. This action rolls back the associated Billing Schedules to their pre-invoiced state, making them eligible for reinvoicing again.

Correct the Order: After voiding, you can amend the original order or add the new order associated with the account to include the additional items.

Invoice Scheduler:Since the constraint prohibits using "batches," the recommended approach is to rely on the Invoice Scheduler. This automated process reviews all eligible orders (including the corrected one and the new order) and generates a single consolidated invoice for the account.

Analysis of other options

Option A (Credit the invoice and run scheduler):
Crediting an invoice records the credit but leaves the original invoice posted and separate from the new charges. Running the scheduler afterward would generate a second invoice, resulting in the customer receiving a credit memo and a separate invoice rather than a unified corrected document.

Option B (Bill Now and reparent invoice lines):
"Bill Now" generates an invoice strictly for the specific order line it is attached to. You cannot manually "reparent" invoice lines from different billing runs onto a single existing invoice. The "Bill Now" action explicitly states it creates invoices based only on that specific order, making consolidation impossible without using Invoice Batches.

Option D (Bill Now and consolidate):
"Bill Now" does not automatically consolidate invoices across multiple orders. As noted in the documentation, if a customer has multiple orders and requests a consolidated invoice, "Bill Now may not work for them". Consolidation typically requires Invoice Schedulers or Batch processing.

Z>References

Cancel and Rebill: Used to correct errors in an invoice, applying a credit memo and resetting billing schedules for reinvoicing.

Invoice Schedulers: Automatically generate invoices for eligible orders based on configured frequencies and conditions

A cloud storage company offers a subscription service where customers pay a base platform fee plus charges based on the amount of data they consume (measured in gigabytes per month). The company is launching a new, more complex Enterprise tier that includes different rates for storage, data transfer, and API calls with prices that decrease as usage volume increases (tiered pricing). The company needs an automated solution to manage the entire lifecycle of its consumption based products How should a solution architect use Revenue Cloud to solve the company's challenges with selling and managing its consumption based products?

A. By building a custom solution with Apex and custom objects to store raw usage data and run complex batch jobs to calculate the monthly charges for each customer

B. By leveraging Digital Wallet Management Consumption to sell usage products, manage the lifecycle and rate cards for each usage product, and track product draw downs over time

C. By using Usage Management to automatically ingest, aggregate, and rate consumption data against the products and pricing schedules defined in the Salesforce Product Catalog

C.   By using Usage Management to automatically ingest, aggregate, and rate consumption data against the products and pricing schedules defined in the Salesforce Product Catalog

Explanation:

The cloud storage company needs to sell consumption-based products (storage, data transfer, API calls) with tiered pricing (prices decrease as usage volume increases) and automate the entire lifecycle from quote to invoice. Usage Management in Salesforce Revenue Cloud (now Agentforce Revenue Management) is specifically designed for this exact requirement .

Why Other Options Are Incorrect

A. Building a custom solution with Apex and custom objects
– This is incorrect because Salesforce Revenue Cloud already provides native Usage Management capabilities. Building a custom solution would require significant development effort, ongoing maintenance, and would bypass out-of-the-box features like rate cards, usage grants, wallet tracking, and billing integration. Custom solutions also lack the scalability and real-time rating capabilities of the native platform .

B. Leveraging Digital Wallet Management Consumption
– This is partially related but incomplete. Digital Wallet Management is a component of Usage Management, not a standalone solution . The requirement includes tiered pricing (prices decreasing with volume) and end-to-end lifecycle management—capabilities provided by Usage Management's Rate Management and Consumption Management components, not just wallet tracking. Additionally, "Digital Wallet Management Consumption" is not a standard Revenue Cloud product name.

References

Salesforce Trailhead: Usage Management automates tracking, rating, and billing for consumption-based products with real-time visibility

Usage Management includes Rate Management for tiered pricing and Consumption Management for invoice-ready summaries

Step-by-step configuration of usage-based products includes Anchor products, Usage Resources, Product Usage Grants, and Tiered Rate Cards

Revenue-Cloud-Consultant-Accredited-Professional Exam Questions - Home
Page 2 out of 30 Pages