Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Salesforce Rev-Con-201 - Salesforce Certified Revenue Cloud Consultant

Page: 5 / 5
Total 163 questions

A Revenue Cloud Consultant needs to add clauses to a Master Subscription Agreement (MSA) document template. The consultant already has the DocGen Designer and Clause Designer User permission sets assigned.

Which additional permission set assignment does the consultant need to begin building this document template?

A.

OmniStudio Admin

B.

Obligation Assignee

C.

Microsoft 365 Word Designer

A product administrator needs to add a required rule using Constraint Modeling Language (CML) so that whenever a product called Desktop is added to a quote, another standalone product called Monitor will be automatically added.

What is the correct CML syntax to write this rule?

A.

type Quote { relation desktop : Desktop[0..99]; relation monitor : Monitor[0..99]; constraint(desktop, monitor, "Desktop requires Monitor"); }

B.

type Quote { relation desktop : Desktop[0..99]; relation monitor : Monitor[0..99]; require(desktop[Desktop],monitor[Monitor], "Desktop requires Monitor"); }

C.

type Quote { relation desktop : Desktop; relation monitor : Monitor; require(Desktop[Desktop],Monitor[Monitor], "Desktop requires Monitor"); }

A Revenue Cloud Consultant needs to run a report on the attribute runtime values when an order is activated and asset records are created. On which objects should the consultant base the report?

A.

Asset State Periods and Asset State Period Attributes

B.

Asset State Periods and Order Product Attribute

C.

Asset Action Source and Product Attribute Definition

A solution is being designed for migrating a customer's install base to Revenue Cloud. The customer states that it is extremely critical for the installed base to work fine in Revenue Cloud so that there is no business disruption, as a large part of their business is Amendments and Renewals. Apart from the Product, Product Selling Model, and Pricebook, which other key objects should be included in the discovery to help design this migration?

A.

Asset, Asset Action, Asset State Period, Asset Action Source

B.

Asset, Subscription, Subscribed Asset, Order

C.

Quote, Quote Line, Order, Order Product

A Cloud Consultant is using Contracts AI to retrieve clauses and contract fields from a PDF. After the initial run, the consultant realizes that a payment method custom field needs to be retrieved that was not initially included.

What should the consultant do to retrieve this custom field?

A.

Modify the contract extraction template to define the attribute mapping and context mapping for payment method.

B.

Modify the AI prompt template to define the attribute mapping and context mapping for payment method.

C.

Log a support case with Salesforce to enable payment method to be added to the extraction mapping used.

A Revenue Cloud project requires that a contract agreement dynamically hide or show clauses based on Account-specific fields.

Which token should the implementation consultant use on the document template to show the appropriate clauses at runtime?

A.

Variable tokens

B.

Conditional evaluation tokens

C.

Repeating content tokens

A cloud storage company offers a subscription service where customers pay a base platform fee plus usage-based charges. For an Enterprise tier, pricing varies by storage, data transfer, and API calls, with tiered pricing where rates decrease at higher volumes. The company needs an automated way to manage the entire lifecycle of consumption-based products.

How should a solution architect use Revenue Cloud to meet this requirement?

A.

Build a custom solution with Apex and custom objects to store usage data and batch calculate charges.

B.

Use Digital Wallet Management Consumption to sell usage products and track drawdowns.

C.

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

A Revenue Cloud requirement states that when the "Terabyte" Attribute of "Product A" is greater than 100, a warning message should appear.

How should a consultant address this in Revenue Cloud?

A.

Create a constraint rule in the Constraint Model at the Quote Level.

B.

Create a custom Lightning web component to validate the attribute quantity.

C.

Create a constraint rule in the Constraint Model at the Product Level.