Big Halloween Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Complete Rev-Con-201 Salesforce Materials

Page: 6 / 9
Total 114 questions

Salesforce Certified Revenue Cloud Consultant Questions and Answers

Question 21

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:

A.

type House {

relation rooms : Room[0..5] order (Bedroom, LivingRoom);

relation bathrooms : Bathroom[2];

}

type Room;

type LivingRoom : Room;

type Bedroom : Room;

type Bathroom : Room;

B.

type House {

relation rooms : Room[1..5] order (LivingRoom, Bedroom);

relation bathrooms : Bathroom[2];

}

type Room;

type LivingRoom : Room;

type Bedroom : Room;

type Bathroom : Room;

Question 22

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:

A.

Use Product Category to rationalize the product catalog.

B.

Use Product Attributes to rationalize the product catalog.

C.

Use Product Classification to rationalize the product catalog.

Question 23

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?

Options:

A.

Products List (GET)

B.

Product Related Records List (POST)

C.

Products List (POST)

Question 24

A company has a policy requiring all new business quotes to be automatically associated with an Opportunity to ensure accurate forecasting.

How should a consultant enforce this policy so that users are unable to create a quote without an Opportunity?

Options:

A.

Create a validation rule on the Quote object to ensure OpportunityId is not null.

B.

Update Opportunity Settings and enable “Require Quotes on Opportunities.”

C.

Update Quote Settings and set “Create Quotes Without a Related Opportunity” to False.

Page: 6 / 9
Total 114 questions