Give You Free Regular Updates on Sales-Admn-202 Exam Questions Jun 30, 2026 [Q88-Q107]

Share

Give You Free Regular Updates on Sales-Admn-202 Exam Questions Jun 30, 2026

Achieve the Sales-Admn-202 Exam Best Results with Help from Salesforce Certified Experts


Salesforce Sales-Admn-202 Exam Syllabus Topics:

TopicDetails
Topic 1
  • CPQ Platform: This section of the exam measures skills of Salesforce Administrators and covers designing, configuring, and troubleshooting Price Rules using lookup objects and formulas. It involves applying knowledge of the quote calculation sequence, permissions, record types, field sets, and page layouts. It also tests understanding of CPQ data flow across objects, localization and multi-currency setup, package-level settings, and how the CPQ managed package integrates within a Salesforce org.
Topic 2
  • Products: This section of the exam measures skills of Salesforce Administrators and covers setting up Products, Price Books, and Price Book Entries. It evaluates understanding of how the product catalog impacts CPQ data flow and the overall quoting process.
Topic 3
  • Orders, Contracts, Amendments, and Renewals: This section of the exam measures skills of Salesforce Consultants and covers understanding the data required for generating Orders and Contracts. It also involves creating renewal and amendment quotes, and deciding when to use Orders, Contracts, Subscriptions, and Assets to satisfy customer and business processes.
Topic 4
  • Product Selection: This section of the exam measures skills of Salesforce Administrators and covers enabling product selection through tools like Search Filters, field sets, and Custom Actions. It ensures that users can easily find and configure products to match business needs.
Topic 5
  • Approvals: This section of the exam measures skills of Salesforce Consultants and covers selecting and setting up native or Advanced Approvals. It ensures that approval processes meet business needs and align with quoting workflows.

 

NEW QUESTION # 88
At Universal Containers, each storage container is configured as a bundle. An important property of the bundle is cubic volume. The volume selected at the bundle level must match the volume of every Product Option.
Which two actions must the Admin take to allow a sales rep to choose a volume that will apply to all Product Options? Choose 2 answers

  • A. Create a Feature level Configuration Attribute.
  • B. Set up a Lookup Price Rule referencing a custom object.
  • C. Set the Configuration Attribute with Apply to Product Options to True.
  • D. Create a bundle level Configuration Attribute.

Answer: C,D

Explanation:
Requirement:
* Ensure that the cubic volume selected at the bundle level applies to all Product Options.
Solution:
* Option C: Setting the Configuration Attribute's Apply to Product Options to True ensures the selected value cascades to all Product Options within the bundle.
* Option D: Creating a bundle-level Configuration Attribute allows sales reps to select a single cubic volume value that governs all Product Options in the bundle.
Why Other Options Are Incorrect:
* A: Lookup Price Rules reference external objects but are not relevant to syncing a volume value across Product Options.
* B: Feature-level Configuration Attributes are scoped to specific features, not the entire bundle.
Salesforce CPQ Reference:
* The functionality of Configuration Attributes and their application to Product Options is documented in Bundle Configuration Guidelines .
https://help.salesforce.com/s/articleView?id=sf.cpq_config_attribute_guidelines.htm&type=5


NEW QUESTION # 89
Universal Containers (UC) builds Quotes that can be delivered to multiple locations using a Quote Line Group f each location. UC wants to split orders by delivery location automatically.
How should the consultant meet the requirement?

  • A. Ensure the Order by Quote Line Group field is set to TRUE, and then click the Create Order button.
  • B. Ensure the Order by Quote Line Group field is set to TRUE, and then set the Ordered field to TRUE.
  • C. Set the Order By picklist field to the value of SBQQ_Group_c, and then click the Create Order button.
  • D. Set the Order By picklist field to the Location field on the Quote Line Group, and then set the Ordered field to TRUE.

Answer: B

Explanation:
Requirement Overview:
* Automatically split Orders by delivery location based on Quote Line Groups.
Key Configurations:
* Order by Quote Line Group: Ensures that each Quote Line Group generates a separate Order.
* Ordered Field = TRUE: Triggers the creation of Orders for the Quote Lines.
Steps to Configure:
* Ensure the Order by Quote Line Group field is checked on the Quote.
* Mark the Ordered field as TRUE.
* Test the Order creation process to verify separate Orders are generated by location.


NEW QUESTION # 90
An admin created a dynamic bundle and needs a Product Rule to limit which products users see when configuring the bundle.
Which type of Product Action should the Admin create to ensure that only a specific set of products may be selected for the dynamic bundle?

  • A. Enable
  • B. Optional filter
  • C. Default filter
  • D. Show

Answer: A

Explanation:
Requirement:
* Restrict the products visible during the configuration of a dynamic bundle.
Solution:
* Use a Default Filter in a Product Rule. This ensures only the specified set of products is displayed in the configurator for the dynamic bundle.
Why Other Options Are Incorrect:
* A: Optional filter is not a valid Product Action.
* B: The Show action determines visibility but does not enforce restrictions on selections dynamically.
* D: Enable action is used to activate a previously disabled product but does not filter selections.
Salesforce CPQ Reference:
* Dynamic bundles and filtering actions are detailed in CPQ Product Rule Configuration Guidelines .


NEW QUESTION # 91
Universal Containers sells a nonrenewable subscription Product that is priced on a yearly basis.
Which Subscription field values should the admin set to meet this requirement?

  • A. * Subscription Term: 12* Subscription Type: One-Time* Subscription Pricing: Fixed Price
  • B. * Subscription Term: 1* Subscription Type: One-Time* Subscription Pricing: Percent of Total
  • C. * Subscription Term: 12* Subscription Type: Evergreen* Subscription Pricing: Fixed Price
  • D. * Subscription Term: 1* Subscription Type: Evergreen* Subscription Pricing: Percent of Total

Answer: A

Explanation:
Requirement Overview:
* A nonrenewable subscription Product priced annually.
Key Field Configurations:
* Subscription Term = 12: Specifies an annual subscription.
* Subscription Type = One-Time: Indicates that the Product is nonrenewable.
* Subscription Pricing = Fixed Price: Defines a flat annual price.
Steps to Configure:
* Navigate to the Product record.
* Update the fields as specified above.
* Save and test by adding the Product to a Quote.
Validation:
* Confirm the subscription term and pricing are applied correctly and the product does not renew automatically.


NEW QUESTION # 92
Universal Containers (UC) has asked their admin to add a new product selection rule to thelr flagship bundle.
In their flagship bundle, there is a nested bundle "Warranty" that contains three warranty options: Gold, Platinum, and Diamond. By default, there is no warranty option selected. If a user has not set a warranty option and selects the product option "Premium Container" in the flagship bundle, the Diamond warranty option should automatically be selected in the child bundle.
How should the UC admin set the configuration rule?

  • A. Set the configuration rule Child Bundle Condition Level to 1, set the Child Bundle Action Level to 1.
  • B. Set the configuration rule Child Bundle Condition Level to None, set the Child Bundle Action Level to None.
  • C. Set the configuration rule Child Bundle Condition Level to None, set the Child Bundle Action Level to
    2,
  • D. Set the configuration rule Child Bundle Condition Level to 1, set the Child Bundle Action Level to None.

Answer: D

Explanation:
Scenario:
* Automatically select the Diamond Warranty Option in the child bundle if Premium Container is selected in the parent bundle and no warranty is selected.
Solution:
* Child Bundle Condition Level = 1: Ensures the condition applies at the child bundle level.
* Child Bundle Action Level = None: Prevents overwriting user-selected options but enables automatic defaulting when none are selected.
Why Other Options Are Incorrect:
* B & C: Setting inappropriate levels may lead to overwriting user selections or incorrect rule execution.
* D: Setting both levels to None results in no action or condition enforcement.
Salesforce CPQ Reference:
* Configuration rules and child bundle handling are outlined in CPQ Bundle Configuration Guidelines


NEW QUESTION # 93
An admin has created a text field Configuration Attribute for Bundle A. The admin wants the attribute to start with a dynamic value the moment the configuration page loads.
Which steps should the admin take to meet this requirement?

  • A. Create a formula text field on the Quote, constructing the formula to return the desired default value.
    Update the Configuration Attribute Default Field to identify the Quote formula field.
  • B. Create a Price Rule to target the Product Option field that is used for Configuration Attribute to give it a value. Ensure the end user selects Apply Rules in the Configurator.
  • C. Create a text field on the Quote Line object with the same API name as the Configuration Attribute field. Create a Price Rule to target the Quote Line field to give it a value.
  • D. Create a Process Builder to update the Product Option field that is used for the ConfigurationAttribute value. Set the process to trigger upon new record creation.

Answer: D

Explanation:
Requirement:Populate a Configuration Attribute with a dynamic value when the configurator page loads.
Solution Mechanics:
* Process Builder can be used to dynamically set values on records based on predefined logic.
* By targeting the Product Option field, which maps to the Configuration Attribute, Process Builder ensures that the value is set upon record creation.
Steps to Implement:
* Create a new Process Builder.
* Trigger on the creation of the Quote Line record (or related record based on Configuration Attribute setup).
* Define criteria to determine the dynamic value.
* Use the Update Records action to populate the Product Option field with the default value.
Advantages of Process Builder:
* Allows for dynamic and conditional logic.
* Automates the default value population without user intervention.
Testing and Validation:
* Create a test bundle with the Configuration Attribute.
* Load the configurator and verify that the attribute is pre-populated.


NEW QUESTION # 94
Northern Trail Outfitters (NTO) has a growing list of Products. NTO has experienced challenges in keeping its bundled Products up-to-date and has asked the CPQ Specialist if there is a better way to manage its Product catalog.
Which option is the most appropriate for the CPQ Specialist to suggest first?

  • A. Use a Dynamic Feature for the bundle parent and create a Filter Product Rule.
  • B. Use Nested Bundles to reduce the number of Product Options that need to be maintained when new products become available.
  • C. Use Option Layout of Tabs for the bundle parent to expose Features on individual tabs within Product Configuration.
  • D. Use the Preserve Bundle Structure checkbox in Package Settings to allow new products to be added to existing bundles.

Answer: A

Explanation:
Dynamic Features:
* A Dynamic Feature allows administrators to automatically update or populate Product Options for a bundle based on defined rules and conditions.
Filter Product Rules:
* Applying a Filter Product Rule ensures that only relevant or newly available products appear as options for the bundle. This reduces manual maintenance while keeping the bundle dynamic.
Salesforce CPQ Reference:
* Dynamic Features and Filter Product Rules are part of advanced bundling techniques documented under Product Configuration .


NEW QUESTION # 95
An admin wants to map Configuration Attribute values to Quote Lines that are for parent bundle products only. The fields are set up to correctly map between Quote Lines and Product Options.
Which setup will ensure this condition is met?

  • A. On the bundled parent. Apply to Product Options is False.
  • B. On the Configuration Attribute. Auto-Select is False.
  • C. On the child options. Apply Immediately is False and Apply Immediately Context is Always.
  • D. On the Configuration Attribute. Apply to Product Options is False.

Answer: A

Explanation:
Requirement:
* Ensure Configuration Attribute values are mapped only to parent bundle Quote Lines, not child Product Options.
Solution:
* Setting Apply to Product Options to False on the parent bundle ensures the Configuration Attribute's value is mapped only to the parent Quote Line.
Why Other Options Are Incorrect:
* A: Changing Apply Immediately settings for child options does not control parent-quote mapping.
* B: Auto-Select = False does not relate to mapping Configuration Attributes.
* C: Apply to Product Options must be set on the parent bundle, not the Configuration Attribute itself.
Salesforce CPQ Reference:
* Configuration Attributes Mapping Behavior is detailed in CPQ Bundling Configuration Guidelines .


NEW QUESTION # 96
Universal Containers wants to have quantity requirements for certain Product options in a bundle. The Product Option's quantity must be multiplied by the quantity of the bundle product. How should the Admin set this up in the bundle to meet the requirement?

  • A. Select the Multiplier checkbox on the Bundle.
  • B. Select Component as the Type field on the Product Option.
  • C. Select the Quantity Editable checkbox on the Product Option.
  • D. Select the Bundled checkbox on the Product Option.

Answer: B

Explanation:
Requirement Overview:Universal Containers needs the quantity of product options in a bundle to automatically scale based on the quantity of the parent bundle product.
Salesforce CPQ Mechanism:
* The Type field on the Product Option allows for specific configuration behaviors.
* When the Type is set to Component, Salesforce CPQ automatically multiplies the option's quantity by the bundle product's quantity. This ensures that the dependent options align with the parent bundle quantity.
Implementation Steps:
* Navigate to the Product Option record associated with the bundle.
* Set the Type field to Component.
* Ensure that other configuration settings, such as quantity constraints, align with the desired outcome.
* Test the functionality by adding the bundle to a quote and adjusting the quantity. The option quantities should scale proportionally.
Relevant Salesforce CPQ Documentation:This behavior is a standard feature in Salesforce CPQ and is documented under Product Bundles and Options Configuration.


NEW QUESTION # 97
An admin has implemented a new CPQ business requirement In a sandbox. They have created new products and used them to construct a bundle. The admin has also created a Product Rule that automatically selects Product Options when the user selects a specific Configuration Attribute.
In which sequence should the admin migrate the records related to the new CPQ functionality In order to maintain record relationships?

  • A. Products, attributes, options, rules
  • B. Products, options, attributes, rules
  • C. Attributes, products, options, rules
  • D. Products, attributes, rules, options

Answer: B

Explanation:
Requirement Overview:
* Migrate new CPQ functionality from a sandbox, ensuring that record relationships are preserved.
Migration Sequence:
* Products: Base level of the bundle.
* Options: Product Options depend on the Product.
* Attributes: Attributes are referenced by Product Options.
* Rules: Product Rules depend on Products, Options, and Attributes.
Steps to Migrate:
* Export and import Products first.
* Migrate Options, followed by Attributes, and finally Rules.
Validation:
* Test the migrated functionality to ensure all dependencies and relationships are intact.


NEW QUESTION # 98
Universal Containers has a single Price Book for several currencies. The Admin is creating a Primary Quote from an Opportunity and notices the Quote inherits the Price Book from the Opportunity.
Which Product will be available within the Product Selection page?

  • A. All Products with Price Book Entries in all Active Currencies.
  • B. All Products with Price Book Entries when Dated Exchange Rates are enabled.
  • C. All Products with Price Book Entries in the Opportunity/Quote Currency.
  • D. All Products with Price Book Entries with a positive Price.

Answer: C

Explanation:
Requirement:
* Ensure that products available for selection are filtered by the Quote's currency.
Solution:
* CPQ filters products based on the Price Book Entries associated with the Opportunity/Quote's currency.
Why Other Options Are Incorrect:
* A: Active currencies do not determine product availability.
* B: Dated Exchange Rates do not affect product selection directly.
* C: Products with a zero Pricebook Entry are not valid for selection.
Salesforce CPQ Reference:
* Multi-currency product selection is documented in CPQ Multi-Currency Configuration .


NEW QUESTION # 99
The admin at Universal Containers receives a report from a user that checking the Contracted box on an Opportunity with a single Product fails to result in a Contract.
What are two possible reasons a Contract is unable to be created?
Choose 2 answers

  • A. The Subscription Pricing field on the Prodduct is blank.
  • B. The Subscription Conversion Behavior field on the Product is set to None.
  • C. The Subscription Pricing field on the Product is One-time
  • D. The Opportunity must have a Primary Quote associated to it.

Answer: B,D

Explanation:
Issue:
* Contract creation fails when the Contracted checkbox is checked on an Opportunity.
Possible Causes:
* A: If the Subscription Conversion Behavior is set to None, the product is not converted into a Subscription, preventing the Contract from being created.
* B: The Opportunity requires a Primary Quote to generate a Contract, as the Contract details are derived from the Quote.
Why Other Options Are Incorrect:
* C: If the Subscription Pricing field is blank, the product is treated as non-subscription but does not prevent Contract creation.
* D: Products with Subscription Pricing = One-time are not converted to Subscriptions, but they do not block Contract creation.
Salesforce CPQ Reference:
* Contract creation requirements and behaviors are documented under CPQ Subscription Management Guidelines .


NEW QUESTION # 100
Universal Containers (UC) has rolled out a new product, Warranty, priced as 10% of all the hardware products on the Quote. After implementing, UC realizes that the price is calculating a percentage of the prices before discounts have been applied, whereas UC actually wants it to reflect the discounted prices.
Which field should UC update to ensure the pricing is correct to meet the requirement?

  • A. Update Percent of Total Category on the hardware products to Hardware.
  • B. Update Percent of Total (%) on the hardware products to 10.
  • C. Update Percent of Total Target on Warranty to Standard Warranty.
  • D. Update Percent of Total Base on Warranty to Net Price.

Answer: D

Explanation:
Requirement Overview:
* Warranty pricing should be based on the discounted prices of hardware products.
Solution Details:
* The Percent of Total Base field determines the pricing basis for Percent of Total Products.
* To ensure the price reflects discounted values, set the Percent of Total Base to Net Price.
Steps to Configure:
* Navigate to the Warranty Product record.
* Update the Percent of Total Base field to Net Price.
* Save and test the configuration by adding hardware products and the Warranty to a Quote.
Validation:
* The Warranty price should now calculate as 10% of the discounted prices of hardware products.


NEW QUESTION # 101
Universal Containers (UC) has products that will only be utilized as Product Options inside five different bundle products. When a user adds products to the Quote Line Editor, UC wants:
* Bundle products to show in the Product Selection page.
* Products that are Product Options of the bundles to be excluded from the Product Selection page.
How should the admin set up the bundle?

  • A. Select the Selectbox on each product option and mark the Product inactive.
  • B. Select the Hidden for any Product that is a Product Option for the bundles.
  • C. Select the bundle on each Product option and mark the Product inactive
  • D. Select the Component checkbox on any Product that is a Product Option for the bundles.

Answer: D

Explanation:
Requirement:
* Bundle products should show on the Product Selection page, but their Product Options should not.
Solution:
* Setting the Component checkbox to TRUE for Product Options ensures they are excluded from the Product Selection page and only appear within their bundles.
Why Other Options Are Incorrect:
* B: The Hidden field does not dynamically manage visibility for Product Options.
* C & D: Marking products inactive makes them completely unavailable, which is not the requirement.
Salesforce CPQ Reference:
* The Component checkbox's functionality is explained in Product Configuration .


NEW QUESTION # 102
The Edit Lines Field Set Name special field on the Quote object references a Field Set that directly controls which characteristic of the Quote Line Editor?

  • A. The Quote Line fields that are visible.
  • B. The Quote fields that may be edited.
  • C. The fields that appear in the Quote Line Drawer.
  • D. The fields that trigger a calculation event to occur.

Answer: A

Explanation:
Requirement Overview:
* Control the visibility of fields in the Quote Line Editor.
Solution:
* The Edit Lines Field Set Name special field on the Quote object references the field set used to control which Quote Line fields are visible in the editor.
Steps to Configure:
* Navigate to the Field Set on the Quote Line object.
* Add or remove fields from the field set referenced in the Edit Lines Field Set Name field.
Validation:
* Test the Quote Line Editor to ensure only the configured fields are visible.


NEW QUESTION # 103
Universal Containers (UC) uses USD, GBP, and EUR and has Multi-Currency enabled.
UC products have two sets of USD prices: one for American customers and one for Asia Pacific customers.
UC products have one set of EUR and GBP prices for European customers.
What is the most effective way to set up DCs Price Books?

  • A. USD, Europe - EUR, Europe - GBP). Create two Price Books: one for standard USD, EUR, and GBP prices, and one for USD in Asia
  • B. Create three Price Books, one for each region (America, Asia Pacific, Europe).
  • C. Create four Price Books, one for each unique currency and region (America - USD, Asia Pacific -
  • D. Create three Price Books, one for each currency (USD, EUR, GBP),

Answer: C

Explanation:
Requirement Overview:
* Universal Containers uses multiple currencies (USD, EUR, GBP) and requires specific pricing based on regions (America, Asia Pacific, Europe).
Solution Details:
* Create four Price Books, where each Price Book covers a unique combination of region and currency.
* America - USD: Prices for American customers.
* Asia Pacific - USD: Prices for Asia Pacific customers.
* Europe - EUR: Prices for European customers using EUR.
* Europe - GBP: Prices for European customers using GBP.
Steps to Configure:
* Navigate to Setup > Price Books and create a new Price Book for each combination.
* Assign relevant Price Book Entries for the products in each Price Book.
* Use sharing rules to restrict access to the appropriate Price Books for users in each region.
Validation:
* Ensure users can access and use the correct Price Book based on their region and currency.


NEW QUESTION # 104
Universal Containers (UC) is a reseller of a Product made by another company. UC wants to price the Product based on the Cost that UC pays for it.
How should the admin set the Cost for this Product?

  • A. A Create a Cost record in the Product's Costs related list.
  • B. Use a Price Rule to set the Cost field on the Quote Line.
  • C. Add a Cost Discount Schedule to the Products Discount Schedule related list.
  • D. Add the Cost to the Product's Price Book Entry Cost field. ^

Answer: A


NEW QUESTION # 105
Universal Containers has a number of Contracts that are due to expire next month. Sales wants to uplift the products of Product Family X by 3%, and the products of Product ramify Y by 10% upon renewal.
Which two action should the admin take to ensure CPQ applies the correct price uplift?
Choose 2 answers

  • A. Set the Renewal Pricing method on the Contract to Uplift
  • B. Fill in the Appropriate Renewal Uplift Rate on each Subscription record.
  • C. Set the Renewal Pricing Method on the Account to Uplift.
  • D. Fill in the appropriate Renewal Uplift Rate on each Quote Line record

Answer: B,C

Explanation:
Requirement:
* Apply different uplift rates to Product Families X and Y upon renewal.
Solution Steps:
* Option A: Set the Renewal Uplift Rate on each Subscription record for Product Families X and Y.
* Option C: Configure the Account's Renewal Pricing Method as "Uplift" to enable uplift calculations during renewal.
Why Other Options Are Incorrect:
* B and D: These options fail to apply the correct rates at the Subscription or Product Family level.
Salesforce CPQ Reference:
* Uplift rates and Renewal Pricing methods are outlined in CPQ Renewal Configuration Guidelines .


NEW QUESTION # 106
Universal Containers wants its premier service, Shipping Plus, to appear at the top of Product Selection when users add Products to the Quote.
How can the Admin Configure the Shipping Plus Product record to meet this requirement?

  • A. Set the Product's Product Code as the only null Product Code of any Product.
  • B. Set the Product Code as the first alphabetically of any Product's Product Code.
  • C. Set the Sort Order as the lowest numerical value of any Product's Sort Order.
  • D. Set the Product's Sort Order as the only null Sort Order of any Product.

Answer: C

Explanation:
Requirement Overview:
* Universal Containers wants the Shipping Plus product to appear at the top of the Product Selection list.
Key Configuration:
* The Sort Order field determines the sequence of Products in Product Selection.
* Products with lower numerical Sort Order values appear at the top.
Steps to Configure:
* Navigate to the Product Record for Shipping Plus.
* Set the Sort Order field to the lowest available value (e.g., 1).
* Save and test the configuration in the Product Selection screen.
Validation:
* Ensure that Shipping Plus appears at the top of the Product Selection list.


NEW QUESTION # 107
......

Detailed New Sales-Admn-202 Exam Questions for Concept Clearance: https://www.practicematerial.com/Sales-Admn-202-exam-materials.html

Provide Sales-Admn-202 Practice Test Engine for Preparation: https://drive.google.com/open?id=1d6Ux_Zl0RuNedYP7f1BHsTp62fdXWHBH