Pre-Winter Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

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

Page: 4 / 5
Total 160 questions

When activating an order with a contract attached, the Revenue Cloud sales rep notices that the contract does not have the attached assets. What caused this to happen?

A.

The Contract does not have the Revenue Lifecycle Management record attached to it, so the system does not automatically create the Asset Contract Relationship records.

B.

The Asset Contract Relationship toggle is not active in the Setup → Revenue Settings → Automatically create Asset Contract Relationship.

C.

The sales rep did not manually create the Asset Contract Relationship object in order for the Contract to be linked to the Assets.

A Revenue Cloud Consultant needs to create a dynamic product bundle where the available options and default selections are determined by the customer ' s industry, a field stored on the parent Opportunity record.

How should the consultant achieve this?

A.

By using a before-save flow on the Quote object to validate the product selections against the Opportunity ' s industry field to prevent an invalid configuration from being saved

B.

By creating a Product Configuration Rule that reads the Opportunity ' s industry field and applies the logic before the configurator UI loads, and ensures that all actions are executed

C.

By defining a context-aware rule using the Constraint Model that references the Opportunity ' s industry field to enforce product selection or set attribute values

For Lot-based or As-Is Renewals, how should a user trace an Asset ' s renewal price breakdown back to its original Net Unit Price?

A.

Review the Asset ' s Asset State Period record(s).

B.

Review the Asset ' s Asset Action Source record(s).

C.

Review Asset ' s Asset Action record(s).

A customer currently uses the standard Quote and Order objects and wants to distinguish the records created by Revenue Cloud.

How should a Revenue Cloud Consultant differentiate the records created by Revenue Cloud from other processes?

A.

Find a related record for the Application Usage Assignment object with the value of Revenue Lifecycle Management.

B.

Verify that the Record Type of Quote and Order are set to Revenue Lifecycle Management.

C.

Check Quote and Order Transaction Type field picklist value to be Revenue Lifecycle Management.

A customer sells 10,000 different products in 38 countries. They plan to launch a new product which will be sold globally, as well. However, due to security restrictions, the new product cannot be sold in two specific countries.

What should the product designer do to accommodate this restriction by creating a minimal number of records for the rules?

A.

Control availability with a recommendation rule.

B.

Control availability with a qualification rule.

C.

Control availability with a disqualification rule.

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.

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

C.

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

A product administrator needs to use the Constraint Modeling Language (CML) construct available in Advanced Configurator to define a relationship for a House with up to five rooms. The relationship also requires that a MediaRoom in the color blue must be included when the house has more than three rooms.

Which option should the administrator use to accomplish this?

A.

type House {relation rooms: Room [4,5];require(rooms.size > 3, rooms [MediaRoom] {color = " Blue " })};

B.

type House {relation rooms: Room [0..5];require(rooms.size > 3, rooms [MediaRoom] {color = " Blue " })};

C.

type House {relation rooms: Room [0..5];require(rooms.size > 3, House [MediaRoom=true, color = " Blue " ])};

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?

A.

Edit the attribute associated to a product classification and set the ' Is Price Impacting ' flag.

B.

Edit the attribute definition and set the ' Is Price Impacting ' flag.

C.

Edit the inherited attributes at the product level and set the ' Is Price Impacting ' flag.

On the final day of User Acceptance Testing (UAT), a critical issue is discovered. The tester believes the critical issue is a bug, while the developer asserts it is working as designed. The business representative suspects a training issue, and the project manager views the critical issue as scope creep.

What is the next course of action to mitigate this critical issue?

A.

All involved parties should review the issue, cross-referencing against the approved business requirements, and collaboratively determine if it is a legitimate defect, a training gap, or a new requirement.

B.

Escalate the issue to the steering committee and request an exception to deploy the solution as is; given that it is the final day of UAT, there is no time remaining for further review.

C.

The consultant should review the critical issue, perform root cause analysis, reproduce the issue in the development sandbox, fix it to maintain the go-live date, and deploy it to UAT.

A Revenue Cloud Consultant needs to display a list of products to be shown in the browse phase of a guided selling journey.

Which Product Catalog Management business API should the consultant use to retrieve a list of products that belong to a specific catalog?

A.

Products List (GET)

B.

Product Related Records List (POST)

C.

Products List (POST)