ExamGecko
Home Home / Salesforce / Certified Revenue Cloud Consultant Accredited Professional

Salesforce Certified Revenue Cloud Consultant Accredited Professional Practice Test - Questions Answers, Page 2

Question list
Search
Search

List of questions

Search

Related questions











How can a Revenue Cloud Consultant create a new payment Method for a credit card thatwill be saved for future Payments?

A.
Enter the credit card details into a new payment Method record Click the Tokenizebutton
A.
Enter the credit card details into a new payment Method record Click the Tokenizebutton
Answers
B.
From the Payment credit cards related list, click the new credit card button.
B.
From the Payment credit cards related list, click the new credit card button.
Answers
C.
Enter the credit card details into a new payment method record. salesforce users should use platform encryption for PCI Compliance.
C.
Enter the credit card details into a new payment method record. salesforce users should use platform encryption for PCI Compliance.
Answers
D.
From the Account, Payment Method related list, then click the new Payment MethodCredit Card button.
D.
From the Account, Payment Method related list, then click the new Payment MethodCredit Card button.
Answers
Suggested answer: D

Explanation:

To create a new payment method for a credit card that will be saved for future payments, the Revenue Cloud Consultant should follow these steps:

Navigate to the account record that needs the new payment method.

Find the Payment Methods related list, and then click New Payment Method Credit Card. This button opens a form that allows entering the credit card details, such as card number, expiration date, cardholder name, and billing address.

Optionally, select a payment gateway record to associate the payment method with a specific gateway. If no payment gateway is selected, the default gateway for the org is used.

Optionally, select the Autopay checkbox to make this payment method the default one for all transactions on this account.

Click Save. This action creates a new payment method record and also sends a request to the payment gateway to tokenize the credit card information. Tokenization is a process that replaces sensitive data with a unique identifier that can be used for payment processing without exposing the original data.

Once the payment gateway returns a token, the payment method record is updated with the token value in the Payment Gateway Token field. This token is used to process payments with this payment method in the future.

Create a Credit Card Payment Method

Payment Methods

Payments and Credits

A user story for a Revenue Cloud implementation states. As an Accounts ReceivableManager, I want to automatically generate invoices in draft status the same day of everymonth''. what implementation option should a revenue cloud consultant pursue first?

A.
Set up an invoice scheduler
A.
Set up an invoice scheduler
Answers
B.
Triggers and apex to check the bill now checkbox after the order status is changed to''Activated''.
B.
Triggers and apex to check the bill now checkbox after the order status is changed to''Activated''.
Answers
C.
Workflow rule to check the bill now checkbox after the order status is changed to''Activated''.
C.
Workflow rule to check the bill now checkbox after the order status is changed to''Activated''.
Answers
D.
Set up a Payment Scheduler
D.
Set up a Payment Scheduler
Answers
Suggested answer: A

Explanation:

An invoice scheduler is a feature of Salesforce Revenue Cloud that allows you to automate the creation of invoices based on predefined criteria and schedules. An invoice scheduler uses an invoice run to evaluate whether and when an order product gets invoiced. You can set up an invoice scheduler to run daily, weekly, monthly, or once, and specify the target date and time, the invoice date, and the invoice batches to include. You can also choose to automatically post the generated invoices or review them in draft status before posting. An invoice scheduler is the best option to fulfill the user story, as it can generate invoices in draft status the same day of every month without requiring any manual intervention or custom code.12

Triggers and apex are not the best option, as they require writing and maintaining custom code, which can be complex and error-prone. They also do not provide the flexibility and control of an invoice scheduler, as they can only check the bill now checkbox after the order status is changed to ''Activated'', which may not match the desired invoicing schedule or criteria.3

Workflow rules are also not the best option, as they have similar limitations as triggers and apex. They can only check the bill now checkbox after the order status is changed to ''Activated'', and they cannot specify the invoice date, time, or batches. Workflow rules also have some restrictions and considerations, such as the number of actions per rule, the order of execution, and the impact on performance.4

Setting up a payment scheduler is not relevant to the user story, as it is a feature of Salesforce Revenue Cloud that allows you to automate the collection of payments from customers based on predefined criteria and schedules. A payment scheduler does not create invoices, but rather applies payments to existing invoices or payment allocations. [5]

1: Invoice Schedulers for Automating Invoice Creation - Salesforce

2: Invoice Scheduler | Salesforce Subscription Management | Salesforce Developers

3: Use Invoice Scheduler to Generate Invoices - Salesforce

4: Workflow Rules Considerations - Salesforce

[5]: Payment Schedulers for Automating Payment Collection - Salesforce

A Revenue Cloud customer has posted an invoice andnow wants to add on more itemsfrom another order associated 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.
A.
Credit the invoice, add the new order and run an invoice scheduler to pick all theorders up.
Answers
B.
use bill now on the new order and reparent the new invoice lines to the existing invoice
B.
use bill now on the new order and reparent the new invoice lines to the existing invoice
Answers
C.
Cancel and Rebill the invoice, add the new Order and run an invoice scheduler to pickall the order up.
C.
Cancel and Rebill the invoice, add the new Order and run an invoice scheduler to pickall the order up.
Answers
D.
Use bill now on the new Order and consolidate the invoices.
D.
Use bill now on the new Order and consolidate the invoices.
Answers
Suggested answer: C

Explanation:

When a Revenue Cloud customer needs to add more items from another order to a posted invoice without using invoice batches, the recommended approach is to 'Cancel and Rebill' the invoice. This process involves rolling the invoice back to its state before the most recent billing cycle, allowing corrections or additions to be made to the invoice record. This action is applicable to both draft and posted invoices and is designed to address errors or changes needed on the invoice, such as adding new order items. This method ensures that all necessary adjustments are made while maintaining the integrity of the invoice's audit trail and data.

A Revenue Cloud Consultant Surveys a customer'sSales Cloud implementation anddiscovers Multiple triggers, Workflow and flow Processes applied to the Opportunityobject. what is the most appropriate recommendation tothe customer before designing aRevenue Cloud Solution?

A.
Recommend using a single automation type for best Performance.
A.
Recommend using a single automation type for best Performance.
Answers
B.
Recommend to enable the CPQ Package Setting for ''Large Quote Threshold'' to anappropriate value in order to prevent future performance issues.
B.
Recommend to enable the CPQ Package Setting for ''Large Quote Threshold'' to anappropriate value in order to prevent future performance issues.
Answers
C.
Recommend continued use of multiple automation types where Revenue Cloudcapabilities cannot address the business requirements
C.
Recommend continued use of multiple automation types where Revenue Cloudcapabilities cannot address the business requirements
Answers
D.
Recommend the current automations are appropriate, optimize further if necessary.
D.
Recommend the current automations are appropriate, optimize further if necessary.
Answers
Suggested answer: A

Explanation:

When encountering a Salesforce Sales Cloud implementation with multiple triggers, workflow, and flow processes applied to the Opportunity object, it is advisable to recommend consolidating these automations into a single type. This approach is recommended to optimize performance and maintainability, reducing complexity and potential conflicts between different automation types. Consolidating automations into one trigger, process builder, or flow ensures a more streamlined and efficient execution of business logic, contributing to better system performance and easier troubleshooting and maintenance.

What are three risks when using too many cross object formula fields in aRevenue Cloud Project?

A.
Formula field data is not always availableduring CPQ quote calculation
A.
Formula field data is not always availableduring CPQ quote calculation
Answers
B.
Formula fields have unlimited access to object manyrelationships away which makesit vulnerable to data changes.
B.
Formula fields have unlimited access to object manyrelationships away which makesit vulnerable to data changes.
Answers
C.
They are computationally Expensive.
C.
They are computationally Expensive.
Answers
D.
They can easily exceed limits if not carefully designed and tested
D.
They can easily exceed limits if not carefully designed and tested
Answers
E.
Formula Fields are editable, after the calculation completes the sales user or processautomation can overwrite its value
E.
Formula Fields are editable, after the calculation completes the sales user or processautomation can overwrite its value
Answers
Suggested answer: A, C, D

Explanation:

Cross object formula fields are fields that reference data from related objects using lookup or master-detail relationships. They can be useful to display information from parent or child objects without creating custom code or workflows. However, using too many cross object formula fields in a Revenue Cloud project can pose some risks, such as:

Formula field data is not always available during CPQ quote calculation. This means that the formula fields may not reflect the latest values from the related objects when the quote is being generated or updated. This can cause inaccurate pricing, discounts, or taxes. To avoid this, it is recommended to use CPQ fields or custom fields instead of cross object formula fields for quote calculation.12

They are computationally expensive. This means that the formula fields require more processing power and time to evaluate and display the data from the related objects. This can affect the performance and responsiveness of the application, especially if there are multiple formula fields on the same object or page layout. To avoid this, it is recommended to limit the number and complexity of cross object formula fields, and use filters or conditions to reduce the number of records that need to be evaluated.34

They can easily exceed limits if not carefully designed and tested. This means that the formula fields can cause errors or warnings if they exceed the maximum length, number, or level of relationships allowed by Salesforce. For example, a formula field can only reference up to 10 unique relationships and span up to five levels of relationships. If these limits are exceeded, the formula field will not save or display correctly. To avoid this, it is recommended to review the formula field limits and best practices, and test the formula fields in different scenarios and environments.

1: Lookup Price Rule query considerations with Salesforce CPQ [7]

2: Salesforce CPQ Quote Calculation Stages [8]

3: What Is a Cross-Object Formula? - Salesforce [9]

4: Tips for Reducing Formula Size and Complexity - Salesforce [10]

5: Formula Field Limits - Salesforce [11]

Which corrective action should an admin take after noticing an error on a posted invoice?

A.
Cancel and rebill, correct the order, create and post a new invoice.
A.
Cancel and rebill, correct the order, create and post a new invoice.
Answers
B.
Change the status from Posted to draft on the invoice, correct the invoicing error and repost it
B.
Change the status from Posted to draft on the invoice, correct the invoicing error and repost it
Answers
C.
Delete the invoice record, correct the order, create and Post a new invoice
C.
Delete the invoice record, correct the order, create and Post a new invoice
Answers
D.
credit the invoice, correct the order, create and post a new invoice
D.
credit the invoice, correct the order, create and post a new invoice
Answers
Suggested answer: A

Explanation:

Upon noticing an error on a posted invoice, the recommended corrective action is to use the 'Cancel and Rebill' feature. This process allows an admin to roll back the invoice to its state before the most recent billing cycle, enabling the correction of errors on the invoice record. This functionality is applicable to both draft and posted invoices, providing a way to address issues such as missing invoice lines or incorrect billing details. After canceling and rebilling, the admin can correct the order as needed and proceed to create and post a new invoice, ensuring the accuracy of billing records.

A Revenue Cloud Consultant learns salesforce is deploying a new release during thecourse of the implementation. which two should be taken to make sure theimplementation is tested against the new release before it deploys to production?

A.
Review status.salesforce.com to determine refresh cutoff for the new release
A.
Review status.salesforce.com to determine refresh cutoff for the new release
Answers
B.
The platform ensures that all sandboxes are upgraded at the same time so wait for theupdate.
B.
The platform ensures that all sandboxes are upgraded at the same time so wait for theupdate.
Answers
C.
Determine whether your sandbox is on a preview or non preview instance.
C.
Determine whether your sandbox is on a preview or non preview instance.
Answers
D.
Submit a ticket to support when you want your sandbox Updated.
D.
Submit a ticket to support when you want your sandbox Updated.
Answers
Suggested answer: A, C

Explanation:

In Salesforce Revenue Cloud, when a new release is being deployed, it's important to test the implementation against the new release before it deploys to production. This can be achieved by:

Reviewing status.salesforce.com to determine refresh cutoff for the new release: Salesforce provides information about the refresh cutoff for the new release on status.salesforce.com. This allows you to know when the new release will be available in the sandbox for testing.

Determining whether your sandbox is on a preview or non-preview instance: Salesforce refreshes preview sandboxes a month before each major release. Regular, non-preview sandboxes are refreshed toward the end of the release cycle. Knowing whether your sandbox is on a preview or non-preview instance can help you plan your testing schedule accordingly.

It's worth noting that while Salesforce ensures that all sandboxes are upgraded, the timing of the upgrade can vary depending on whether the sandbox is on a preview or non-preview instance. Submitting a ticket to support when you want your sandbox updated is not a standard practice for preparing for a new release.

Reference

Test New Releases in a Sandbox Unit | Salesforce Trailhead

Salesforce Introduces Revenue Cloud to Help Businesses Accelerate ...

A Revenue Cloud Project has a requirement where a Product can be either taxable or taxexempt depending on a custom field that holds the industry. what is the appropriatesolution to address this Requirement?

A.
Use Automation to set Tax Treatment Based on the value of the custom field.
A.
Use Automation to set Tax Treatment Based on the value of the custom field.
Answers
B.
Use Automation to set Billing Rule Based on the value of the custom field.
B.
Use Automation to set Billing Rule Based on the value of the custom field.
Answers
C.
Use Automation to set Tax Rule Based on the value of the custom field.
C.
Use Automation to set Tax Rule Based on the value of the custom field.
Answers
D.
Use Automation to set Revenue Recognition Rule Based on the value of the customField.
D.
Use Automation to set Revenue Recognition Rule Based on the value of the customField.
Answers
Suggested answer: A

Explanation:

In Salesforce Revenue Cloud, tax treatment can be automated based on the value of a custom field.This is particularly useful when a product's tax status (taxable or tax-exempt) depends on a specific attribute, such as the industry in this case1.By using automation, the system can automatically determine the appropriate tax treatment for each product based on the industry value in the custom field1.This not only ensures accuracy but also improves efficiency by eliminating the need for manual intervention1.Reference

Salesforce Introduces Revenue Cloud to Help Businesses Accelerate Revenue Growth Across Any Channel - Salesforce Sales

What is the most Scalable way to set the legal Entityon the Order Product and OrderProduct Consumption Schedule?

A.
Use a WorkFlow
A.
Use a WorkFlow
Answers
B.
Use a Custom Setting
B.
Use a Custom Setting
Answers
C.
Use a Quote Calculator Plugin(QCP)
C.
Use a Quote Calculator Plugin(QCP)
Answers
D.
Use a Flow that is triggered when the record is created and run before the record issaved.
D.
Use a Flow that is triggered when the record is created and run before the record issaved.
Answers
Suggested answer: D

Explanation:

A Flow is a scalable way to set the legal entity on the order product and order product consumption schedule because it allows you to automate complex business logic without writing code. A Flow can be triggered when a record is created and run before the record is saved, which means that you can assign the legal entity to the order product and order product consumption schedule before they are inserted into the database. This way, you can ensure that the order product and order product consumption schedule have the correct legal entity for the billing, tax, and revenue recognition treatments that are applied to them. A Flow also gives you more flexibility and control over the logic and criteria for setting the legal entity, compared to a workflow or a custom setting. A Quote Calculator Plugin (QCP) is not a scalable way to set the legal entity on the order product and order product consumption schedule because it is a custom code solution that requires development and maintenance. A QCP also runs after the order product and order product consumption schedule are created, which means that you have to update the legal entity after the record is saved, which can cause data validation issues. A workflow or a custom setting are also not scalable ways to set the legal entity on the order product and order product consumption schedule because they have limitations and drawbacks, such as:

A workflow can only run after the record is created and saved, which means that you have to update the legal entity after the record is saved, which can cause data validation issues.

A workflow can only execute simple logic and actions, such as field updates, email alerts, tasks, and outbound messages. It cannot perform complex logic or actions, such as loops, conditions, variables, or invocations of other processes or services.

A custom setting is a type of custom metadata that stores data that can be accessed by formulas, validation rules, flows, Apex, and the SOAP API. However, a custom setting is not a good way to store data that changes frequently or varies by user or profile, such as the legal entity. A custom setting also requires manual configuration and maintenance, which can be error-prone and time-consuming.Reference:

Legal Entities

Automation Guidelines for Orders and Order Products

Flow Builder

What are three fundamental principles when scoping a Revenue CloudProject?

A.
Alignment with customer on cpq and billing Terminology
A.
Alignment with customer on cpq and billing Terminology
Answers
B.
Add new technology to the existing Process
B.
Add new technology to the existing Process
Answers
C.
Lead with Business Requirements and Process
C.
Lead with Business Requirements and Process
Answers
D.
Think Transformation before Customization
D.
Think Transformation before Customization
Answers
E.
Interview Customer first before Knowledge Sharing with the sales team.
E.
Interview Customer first before Knowledge Sharing with the sales team.
Answers
Suggested answer: A, C, D

Explanation:

C . Lead with Business Requirements and Process123: This principle helps you understand the specific needs and objectives of the project, as well as the current and desired state of the business processes. It also helps you align the project scope with the business value and outcomes.

D . Think Transformation before Customization3: This principle helps you leverage the best practices and capabilities of Revenue Cloud, and avoid unnecessary or complex customizations that may increase costs, risks, and maintenance efforts. It also helps you embrace change and innovation, and optimize your revenue operations.

A . Alignment with customer on CPQ and Billing Terminology3: This principle helps you establish a common language and understanding of the key concepts and features of Revenue Cloud, such as CPQ (Configure-Price-Quote), Billing, Subscription Management, etc. It also helps you avoid

Total 90 questions
Go to page: of 9