Free Rev-Con-201 Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
Universal Containers is expanding into French- and German-speaking regions. The team wants to ensure that product names and descriptions appear in the correct language when customers browse the catalog via APIs. Which configuration is required to support this multilingual API response?
Options
29 comments in the community discussion
2
Gotta go with C here. Enabling data translation is the key step or else those APIs won’t actually serve up localized product data. I think B sounds close but misses that config piece.
1
C imo. You have to actually enable data translation first so the Product List and Product Details APIs return the right language data for each locale. Just providing translations (B) isn't enough by itself, at least from what I've seen in real configs. Agree?
Q: 2
A Revenue Cloud Consultant needs to identify and capture the latest active Contract to which an Asset belongs. Which build steps should the consultant take to meet their goal?
Options
36 comments in the community discussion
2
B makes more sense since context definition tags are the standard way to link contract data between Order and Asset in Revenue Cloud. It’s declarative and matches what Salesforce expects. Pretty sure this is what they'd look for on the exam, agree?
1
B not C. Context mapping with ContractId tags is the declarative way here, C's more for ongoing updates but that's not what's asked.
Q: 3
A sales rep needs to renew multiple assets acquired at different times with different expiration dates. When selecting multiple assets for renewal, some assets have already expired. What should the sales rep do to renew all of the assets?
Options
32 comments in the community discussion
2
Yeah, A. If some assets have expired, you need their End Dates updated so Salesforce CPQ sees them as active for renewal processing. Option C would only let you change the term for assets that haven’t expired yet, so that won’t get everything renewed together. Pretty sure this is how it works but let me know if some
1
Makes sense it’s A. Expired assets won’t show up for renewal unless their End Dates get updated first.
Q: 4
A sales rep needs to renew multiple assets. Some assets will be renewed at the same prices, so negotiations are unnecessary and the rep can directly create a renewal order. Some assets need to be renewed at higher prices, so the rep needs to create a quote for negotiation. When the sales rep starts the renewal process, they are not able to choose whether to create a quote or an order. How should a Revenue Cloud Consultant address the sales rep's issue?
Options
30 comments in the community discussion
2
B , if the standard flow doesn't let users pick during renewal, overriding it feels like the next step. I've seen orgs stuck where config settings weren't exposed. Maybe I'm missing something but B seems reasonable here.
2
Option A. The Manage Asset component should be customized to support both renewal quote and order creation, right?
Q: 5
A customer needs to migrate existing active subscriptions from Salesforce CPQ to Revenue Cloud. What should the customer do to accomplish this?
Options
37 comments in the community discussion
4
My pick: A here. The trick is that Revenue Cloud expects assets for lifecycle mgmt, so you have to use the Create or Update Asset From Order Item Action API. B looks tempting but doesn’t use the right API, and C skips the key step of making order line items first. Pretty sure it’s A based on similar exam practice-fe
4
Makes sense to pick A. Migrating active subscriptions means you have to get them into order lines, then use the Create or Update Asset From Order Item Action API. I think that's the only way Revenue Cloud tracks the assets correctly for future amendments and renewals.
Q: 6
A Revenue Cloud Consultant is setting up the amendment process for assets in Revenue Cloud. The goal is to ensure that when a customer wants to change their subscription, the process is streamlined from initiation to the final update of the asset. In this automated lifecycle, what is true about the Opportunity?
Options
30 comments in the community discussion
5
Option A
4
Makes sense to go with A here. Opportunity mainly helps with forecasting, doesn't automate asset updates itself.
Q: 7
A product administrator creates a product by associating it with a product class that has three attributes assigned. Two of these attributes are to be used for attribute-based pricing only for this product. How should the product administrator ensure that these two attributes can be used for attribute- based pricing?
Options
32 comments in the community discussion
6
C . Attribute override at product level is the only way to affect just that specific product, not all in the class.
3
Makes sense to go with C here.
Q: 8
A smartphone product is currently sold as a one-time upfront payment. In order for it to be sold with equal monthly installment payments for 12 months, what should the consultant set up?
Options
36 comments in the community discussion
4
A. not B. Annual term would bill once per year instead of monthly, so that's a common trap. Term Monthly fits the "equal monthly payments for 12 months" requirement. Pretty confident here but correct me if I've missed something obvious.
1
I was thinking C, since "Evergreen Monthly" sounds like it's for recurring monthly payments. I figured that could work for a 12-month installment plan too, but maybe I'm mixing up the term vs ongoing part. Let me know if I'm missing something, just feels like C is tempting here if you aren't careful!
Q: 9
A Global System Integrator (GSI) provides consulting services by offering a variety of roles and skills based on the needs of the customers. The GSI has a global workforce of 30,000 consultants with expertise in many different technologies. Currently, the GSI uses standard Salesforce functionality to quote using Opportunities, Quotes, and Pricebooks. As its consultants have so many different roles and skills, it maintains a large product catalog with upward of a million SKUs. A new product is created each time a new skill is added. How should the GSI use Revenue Cloud to solve its SKU proliferation issue?
Options
33 comments in the community discussion
5
Option B, C is tempting but Product Attributes (B) directly solve SKU sprawl for variable skills, not just grouping.
5
B . Product Attributes actually fix SKU sprawl by letting you configure variations (like skills) at quote time, not as separate SKUs. Product Category is more about grouping, which isn't solving the main issue here. Pretty sure on this but open to other takes.
Q: 10
A consultant is preparing to enable multicurrency in an org that already has active pricing procedures linked to predefined Salesforce Pricing decision tables. The consultant notices that the Currency field is not available to select within the pricing procedure. What should the consultant do to resolve this?
Options
33 comments in the community discussion
6
B . If multicurrency isn’t enabled yet, you have to update after activation or the Currency field won’t show.
2
Going with B here. Since multicurrency isn't enabled yet, the Currency field doesn't exist on the decision table so you have to deactivate everything before making those changes. After you enable multicurrency, then you can add the Currency field and reactivate. I think that's the right order but open to other ideas if
Q: 11
A company is implementing Revenue Cloud to automate its subscription renewals. A Revenue Cloud Consultant needs to configure the system to allow sales reps to initiate the renewal process for a customer’s active assets directly from a record page. Which component must the consultant implement to provide this one-click renewal capability?
Options
14 comments in the community discussion
3
I agree, option A matches what Revenue Cloud expects. Using a screen flow with InitiateRenewal lets you control the user experience and put it right on the record page as a quick action. Apex or custom fields wouldn’t be as seamless here, I think.
1
Not B, A. The screen flow with InitiateRenewal as a quick action is what Salesforce wants for one-click renewals.
Q: 12
A product bundle has defined a constraint model that is currently in use and has been actively sold for the last few months. A new product will be launched next month and will be sold as part of the same bundle. The product designer updated the bundle structure under Product Catalog Management to add the new product. What must the product designer do to ensure that the child product is added to the constraint model within the product bundle?
Options
9 comments in the community discussion
6
Gotta go with C here. You need to create the new type for the child product in the CML Editor first, then import associations from Product Catalog Management. Visual Builder doesn't let you define types in the constraint model, just relationships, if I remember right. Pretty sure that's what Salesforce expects, but cor
2
Yeah, this one gets confusing with the tools. I think C is best since creating a new type for that child in the CML Editor is needed before you can import associations. Not totally sure, but Visual Builder alone won’t cut it.
Q: 13
A Billing Operations user at Universal Containers needs the system to automatically generate invoices every Monday at 6:00 AM for all completed billing schedules from the past week. How should the user configure this automation in Billing?
Options
16 comments in the community discussion
B is the safe pick, since Recurring Invoice Run handles the whole weekly batch without needing custom filters. Option A looks like a trap, that field isn't for scheduling. If anyone's seen it differently in practice, let me know.
Probably B here, since Recurring Invoice Run is the standard way to automate weekly invoices in Salesforce Billing. C looks tempting if the question mentioned custom logic but that's not needed here. Anyone see a reason not to use B?
Q: 14
A Revenue Cloud Consultant is defining relationships in Constraint Modeling Language (CML) to model a house that must contain rooms. The house must have at least one and at most five rooms, and exactly two bathrooms. The consultant also wants the system to instantiate rooms in a specific order – first a Living Room, then a Bedroom – when rooms are created. Which script correctly defines these relationships in CML?
Options
11 comments in the community discussion
2
B tbh, A throws me off since the order is wrong and min room count isn’t set right.
2
Option B is right, but if the order had to be Bedroom first then LivingRoom, would A work better?
Q: 15
In Salesforce Revenue Cloud, a consultant is setting up a new user who will primarily be responsible for managing customer assets. What is a fundamental requirement to ensure this user can effectively view and manage customer assets?
Options
11 comments in the community discussion
1
A , B is tempting since permissions come up a lot in Salesforce but the key part here is the assetizable config plus triggering the asset creation flow. B and C sound like traps.
Honestly, C is so typical Salesforce with the licensing maze. Going with C here.
Q: 16
A new product administrator has been tasked with managing the product catalog for their company. They can view product records in the catalog but can't make any edits. What should a consultant do to fix this issue?
Options
8 comments in the community discussion
1
A is wrong, C. The Product Catalog Management Designer permission set license is made for this scenario-it’s what unlocks editing power in the product catalog for Industries/Revenue Cloud. Pretty sure assign that and the right permission set, and they’ll be able to edit just fine.
Not B, it gives way too much access and breaks least privilege. C is right for Salesforce Revenue Cloud catalogs since you need that specific permission set license to edit products. Assigning Modify All Data (B) is a common trap here but it’s risky. I’m confident about C, unless their setup is super custom. Anyone
Q: 17
A customer purchased a few subscription ramp products on June 20, 2025, with a term of 1 year. On July 5, 2025, they called the sales rep to cancel the service effective June 29, 2025. The sales rep informed the customer that the cancellation cannot be processed for that date. What is the earliest cancellation date that the subscription can be canceled?
Options
11 comments in the community discussion
3
A . Can't backdate in standard Salesforce, so July 5 is the soonest they'll let you cancel. I think that's the rule for revenue compliance. If someone has seen a different config, curious to hear it.
2
Option A had exactly similar question in my exam and July 5 is the earliest you can set.
Q: 18
A streaming service company is implementing Revenue Cloud. The company strives to provide fast, reliable, high-quality streaming services. It is running a promotion for new customers offering a 100% discount on the first month. Streaming costs increase yearly, and the company wants to clearly show customers these price changes during the sales cycle. The minimum contract term is 36 months. How should the Revenue Cloud Consultant meet this requirement?
Options
9 comments in the community discussion
1
Option A makes sense to me since the discount is just for the first month, so a Free Trial and Monthly could show that. Not sure if Yearly is required here. Open to being corrected if I'm missing something.
B , because the yearly ramp segment is what actually shows the price bumps each year across a 36-month contract, not monthly. Monthly would work if pricing shifted every month, but here it's only a free month then annual increases. If the promo was more complex or not a full year thing, maybe A/C. Pretty sure B is righ
Q: 19
A company purchased Revenue Cloud. The project scope includes the entire Product-to-Cash lifecycle including Dynamic Revenue Orchestrator and Contract Lifecycle Management (CLM). As part of CLM, the company would like to perform internal and external collaborative redlining. With which cloud computing provider does Salesforce need to integrate?
Options
13 comments in the community discussion
6
Option B
5
B. not A. Collaborative redlining in CLM relies on Microsoft 365 which runs on Azure.
Q: 20
A Salesforce Consultant has been asked to identify and extract contract details and clauses from a PDF that holds the information of a historical signed contract. The consultant will use Contracts AI to achieve this requirement. A prerequisite to using Contracts AI is to set up a contract extraction template. When creating a contract extraction template, which template details does the consultant need to fill in to allow the selection of an existing context definition?
Options
13 comments in the community discussion
C
C vs B? I think it's C since context mapping is needed for Contracts AI, but not totally sure. Did someone see this on the actual test?
Question 1 of 20

What's covered in this practice questions set

6: Revenue Cloud Core Concepts · 12 questions

📖 About this Domain

This domain covers the foundational architecture of Salesforce Revenue Cloud, focusing on the interplay between CPQ and Billing. It details the core data model and the objects that drive the quote-to-cash process, establishing the framework for all revenue operations.

🎓 What You Will Learn

  • You will learn the integration points and data flow between Salesforce CPQ and Salesforce Billing objects.
  • You will learn to identify the purpose and relationships of key objects like Products, Price Books, Quotes, Orders, and Invoices.
  • You will learn the standard stages of the revenue lifecycle, from quote generation to revenue recognition.
  • You will learn to define core terminology such as MDQ, subscription products, and asset-based ordering.

🛠️ Skills You Will Build

  • You will build the skill to navigate the Revenue Cloud data model to analyze the flow of information from quote to cash.
  • You will build the skill to architect basic solutions by mapping business needs to specific Revenue Cloud features and objects.
  • You will build the skill to map a customer's quote-to-cash process onto the standard Salesforce Revenue Cloud lifecycle.
  • You will build the skill to differentiate the capabilities and use cases for CPQ, Billing, and related platform features.

💡 Top Tips to Prepare

  • Memorize the entity-relationship diagram for core objects like Quote, Order, Subscription, and Invoice.
  • Trace a transaction from a Quote Line to an Invoice Line, noting the object and field mappings at each stage.
  • Study the official Salesforce Help documentation on the Revenue Cloud object model and architecture.
  • Use scenario-based questions to test your knowledge of how different pricing models and products flow through the system.

1: Subscription Management · 5 questions

📖 About this Domain

This domain covers the end-to-end management of recurring revenue using Salesforce CPQ and Billing. It emphasizes the lifecycle of subscription products, from quote to renewal and amendment. Core concepts include asset-based ordering, co-termination, and proration logic.

🎓 What You Will Learn

  • Configure subscription products with various pricing methods and term settings.
  • Execute contract amendments and renewals, understanding the data flow from opportunity to quote to order.
  • Apply proration logic for mid-term subscription changes and co-terming new products to an existing contract.
  • Manage the asset lifecycle, tracking subscribed products from initial sale through subsequent modifications.

🛠️ Skills You Will Build

  • Ability to model complex subscription products and pricing structures in Salesforce CPQ.
  • Skill in automating the contract amendment and renewal lifecycle to maintain data consistency.
  • Proficiency in configuring and troubleshooting proration calculations for various business scenarios.
  • Competence in implementing asset-based ordering to manage customer subscription modifications.

💡 Top Tips to Prepare

  • Drill into the data model connecting Contracts, Subscriptions, and Assets post-contracting.
  • Execute hands-on exercises for various amendment and renewal quote scenarios in a developer org.
  • Understand the calculation logic behind the Proration Multiplier and its controlling package settings.
  • Identify key fields on the Quote and Contract objects that drive subscription behavior and pricing.

3: Invoicing and Payments · 2 questions

📖 About this Domain

This domain covers the end-to-end invoicing and payment lifecycle within Salesforce Billing. It focuses on the automation of invoice generation from order products and the subsequent collection and application of payments. Key components include invoice schedulers, payment gateways, and the management of financial transactions like credit and debit notes.

🎓 What You Will Learn

  • You will learn the invoice generation process, including the configuration of invoice schedulers and the impact of billing rules on invoice line creation.
  • You will learn to manage payment processing by configuring payment gateways, payment methods, and executing automated payment runs.
  • You will learn the procedures for creating and applying financial instruments such as credit notes, debit notes, and unapplied payments against invoices.
  • You will learn how dunning processes are configured to manage overdue invoices and automate customer communications for collections.

🛠️ Skills You Will Build

  • You will build the skill to configure and execute invoice runs, ensuring accurate invoice generation based on complex order and subscription data.
  • You will build the skill to automate payment collections using payment schedulers and troubleshoot transaction failures with payment gateways.
  • You will build the skill to manage customer account balances by correctly applying credits, refunds, and adjustments to outstanding invoices.
  • You will build the skill to design and implement dunning strategies for different customer segments to improve cash flow.

💡 Top Tips to Prepare

  • Master the relationship between Order Product, Invoice, and Invoice Line objects to understand how data flows during invoice generation.
  • Focus on the payment run logic, including how the payment scheduler selects target invoices and processes transactions via the gateway.
  • Practice various credit note and unapplied payment scenarios to understand their impact on invoice balance and GL treatments.
  • Review the technical details of payment gateway integration and the role of the payment transaction object in tracking payment status.

5: CPQ Fundamentals · 1 questions

📖 About this Domain

This domain covers the foundational principles of Salesforce Configure, Price, Quote (CPQ) and its role within the quote-to-cash lifecycle. You will explore the core CPQ objects, data flow, and how they enable streamlined sales processes.

🎓 What You Will Learn

  • Understand the core CPQ object model, including Products, Price Books, Quotes, and Quote Lines.
  • Learn how to configure product bundles, options, and features to guide sales reps.
  • Explore different pricing methods like block pricing, percent of total, and cost plus markup.
  • Grasp the quote generation process, from creation to document output and contracting.

🛠️ Skills You Will Build

  • Configure basic product rules and price rules to automate quoting logic.
  • Structure product catalogs using product families, bundles, and option constraints.
  • Apply various discount schedules and manage the pricing waterfall calculation sequence.
  • Generate accurate quote documents using quote templates and template content.

💡 Top Tips to Prepare

  • Master the data flow between Opportunity, Quote, Quote Line, and related CPQ objects.
  • Get hands-on experience in a CPQ-enabled dev org, building product bundles and price rules.
  • Memorize the sequence of the pricing waterfall and how different price fields are calculated.
  • Review the capabilities of standard CPQ objects to identify appropriate use cases.

4: Revenue Recognition

📖 About this Domain

This domain covers Salesforce Billing's revenue recognition functionality. It focuses on configuring revenue schedules and transactions to align with accounting standards like ASC 606. You will manage how revenue is deferred and recognized over specific time periods.

🎓 What You Will Learn

  • You will learn to configure revenue recognition rules and policies that control the timing of revenue realization for various products.
  • You will understand how the system generates revenue schedules and revenue transactions from order products upon order activation.
  • You will learn to map revenue transactions to the correct GL accounts using GL rules and GL treatments within finance books.
  • You will understand the process for creating revenue adjustments based on credit notes or other contract modifications.

🛠️ Skills You Will Build

  • You will build the skill to implement complex revenue recognition policies directly within the Salesforce Billing platform.
  • You will be able to automate the creation and posting of revenue transactions to ensure accurate period-end financial reporting.
  • You will develop the ability to troubleshoot revenue schedule data and resolve discrepancies with GL postings.
  • You will gain proficiency in configuring the system to maintain compliance with revenue recognition standards.

💡 Top Tips to Prepare

  • Master the different revenue recognition rule treatments and how they impact revenue schedule creation.
  • Practice tracing the data flow from an order product to its revenue schedule and the resulting revenue transactions.
  • Focus on the relationship between legal entities, GL rules, and GL treatments for correct financial posting.
  • Review scenarios involving contract amendments and cancellations to understand their impact on revenue recognition.

2: Billing

📖 About this Domain

The Billing domain covers the automated generation of invoices from orders within Salesforce Billing. It focuses on managing the entire billing lifecycle, including payments, credits, and revenue recognition triggers.

🎓 What You Will Learn

  • Learn the process of generating invoices from orders using billing rules, billing treatments, and invoice schedulers.
  • Understand how to manage financial transactions including payments, credit notes, and debit notes against invoices.
  • Grasp the configuration of tax integration, legal entities, and GL rules for financial reporting.
  • Explore how billing events drive the creation of revenue schedules and revenue transactions.

🛠️ Skills You Will Build

  • Configure billing automation to control invoice timing, grouping, and presentation based on order data.
  • Implement payment processing solutions, including payment gateways, payment methods, and automated payment runs.
  • Manage billing adjustments and cancellations through the correct application of credit notes and debit notes.
  • Troubleshoot invoice and payment data discrepancies using billing-specific objects and fields.

💡 Top Tips to Prepare

  • Master the data model connecting Order, Order Product, Invoice, and Invoice Line objects.
  • Practice configuring various billing rule and tax rule scenarios in a hands-on environment.
  • Memorize the sequence of operations for invoice generation and payment runs.
  • Understand the specific use cases for allocating credit notes versus unallocating and reallocating.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top