[2026年03月]更新のSales-Admn-202試験資料Salesforce学習ガイド [Q57-Q78]

Share

[2026年03月]更新のSales-Admn-202試験資料Salesforce学習ガイド

有効な問題最新版を試そうSales-Admn-202テスト解釈Sales-Admn-202有効な試験ガイド


Salesforce Sales-Admn-202 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • バンドル構成:このセクションでは、Salesforceコンサルタントのスキルを評価し、様々なビジネス要件を満たすバンドル構造の設定方法を網羅します。定義されたプロセスに従ってバンドルが適切に動作することを保証する製品ルールを設定する能力を評価します。
トピック 2
  • 見積テンプレート:このセクションでは、Salesforceコンサルタントのスキルを評価し、ビジネス要件に合わせた見積テンプレートの設定方法を網羅します。レイアウトとコンポーネントの設定を行い、プロフェッショナルな見積書を作成する方法を学びます。
トピック 3
  • 製品:このセクションでは、Salesforce管理者のスキルを評価し、製品、価格表、価格表エントリの設定について学習します。製品カタログがCPQデータフローと見積プロセス全体にどのような影響を与えるかについての理解度を評価します。
トピック 4
  • CPQプラットフォーム:このセクションでは、Salesforce管理者のスキルを評価し、ルックアップオブジェクトと数式を使用した価格ルールの設計、設定、トラブルシューティングについて学習します。見積計算の順序、権限、レコードタイプ、項目セット、ページレイアウトに関する知識の応用が求められます。また、オブジェクト間のCPQデータフロー、ローカリゼーションと複数通貨の設定、パッケージレベルの設定、そしてCPQ管理パッケージをSalesforce組織に統合する方法についての理解も問われます。
トピック 5
  • 承認:このセクションでは、Salesforceコンサルタントのスキルを評価し、ネイティブ承認または高度な承認の選択と設定について学習します。承認プロセスがビジネスニーズを満たし、見積ワークフローと連携していることを確認します。
トピック 6
  • 価格設定:このセクションでは、Salesforce管理者のスキルを評価します。割引表、ブロック価格、契約価格、サブスクリプションモデル、合計金額に対する割合といった適切な価格設定戦略の選択と適用について学びます。また、様々な価格設定方法の期待される効果の判定も含まれます。
トピック 7
  • 注文、契約、修正、更新:このセクションでは、Salesforceコンサルタントのスキルを評価し、注文と契約の作成に必要なデータの理解度を測ります。また、更新および修正見積の作成、顧客およびビジネスプロセスを満たすために注文、契約、サブスクリプション、アセットをいつ使用するかの判断も含まれます。

 

質問 # 57
Universal Containers wants to update the Quantity of a Product in the Line Editor with a Price Rule. The rule should apply only for this one specific Product.
What should the Admin do to ensure that the Price Rule only changes Quote Lines referencing this Product?

  • A. Create an Error Condition against a Quote Line field that contains a value that is unique to the product selected.
  • B. Fill in the Lookup Object field on the Price Rule with the Product.
  • C. Create a Price Condition against a Quote Line field that contains a value that is unique to the product selected.
  • D. Fill in the Product field on the Price Rule with the Product.

正解:C

解説:
Requirement Overview:
* Universal Containers wants to update the Quantity of a specific Product in the Quote Line Editor via a Price Rule.
* The Price Rule should target only this specific Product.
Key Mechanism:
* Use a Price Condition on the Price Rule to evaluate a Quote Line field that uniquely identifies the Product (e.g., Product Code or Product Name).
Steps to Configure:
* Navigate to the Price Rule.
* Add a Price Condition:
* Field: Select a field from the Quote Line that identifies the Product.
* Operator: Equals.
* Value: Enter the unique value (e.g., Product Code or Name).
* Configure the Price Action to update the Quantity field.
Validation:
* Test the rule by adding the specific Product to a Quote and confirming that the rule updates its Quantity as expected.


質問 # 58
Universal Containers wants to ensure that information in custom fields provided on original Quote Lines should also appear on Quote Lines for the Renewal Quotes.
How should the Admin set up this data flow?

  • A. A twin field should be created on both the Asset and Subscription objects to bring back to Renewal Quote Lines.
  • B. A Price Rule should be created to pull the value from the original Quote Line and populate the Renewal Quote Line.
  • C. A custom formula field should look up through the SBQQ__Source__c Quote Line lookup to the original Quote Line.
  • D. Renewal Quote Line values are automatically mapped from original Quote Lines.

正解:A

解説:
Requirement:
* Ensure that custom field data from original Quote Lines flows into Renewal Quote Lines.
Solution:
* Use twin fields on the Asset and Subscription objects to store and transfer data. Twin fields are automatically mapped during renewal processes, ensuring data flows seamlessly.
Why Other Options Are Incorrect:
* A: A formula field cannot persist data on Renewal Quotes.
* B: Automatic mapping does not apply to custom fields without twin fields.
* C: A Price Rule is unnecessary when twin fields handle this data flow.
Salesforce CPQ Reference:
* Twin fields and their functionality are described in CPQ Subscription Management .


質問 # 59
Universal Containers wants a group of users to receive Approval requests at the same time. Only one user from the group needs to respond to the Approval request.
What should the Admin do to meet this requirement?

  • A. Create an Approver record related to the Approval Rule, and reference a Group ID for the users who will be involved. Set the unanimous checkbox to False on the Approver record.
  • B. Create an Approver record for each user, and a single Approval Rule record related to one of the Approvers. Using the Next Approver lookup field, sequence each Approver record to form a chain.
  • C. Create an Approver and Approval Rule record for each user. Set the Parallel checkbox to true and Approval Step 1 for each rule, then add all rules to the same Approval Chain.
  • D. Create an Approver and Approval Rule record for each user. On each Approval Rule, reference the same Approval Chain and Approval Conditions, and assign a unique Approval Step for each Approval Rule.

正解:A

解説:
Requirement Overview:
* A group of users should receive Approval requests simultaneously, and only one user's response is required to approve.
Key Configuration:
* Use a Group ID to associate the group of approvers.
* Setting Unanimous = False ensures that only one approval is needed to proceed.
Steps to Configure:
* Navigate to the Approver Record related to the Approval Rule.
* Reference the appropriate Group ID.
* Set the Unanimous checkbox to False.
Validation:
* Test the Approval process by submitting a Quote for approval and confirming that one approval suffices.


質問 # 60
A Configuration Attribute displays a Product Option picklist field named Custom_Picklist__c. A picklist field with the same name exists on the Quote Line object, and is set to restrict the picklist to the values defined in the value set. The Quote Line picklist contains fewer values than the field from the Product Option.
Which behavior can the user expect if they choose a value for the configuration attribute that is unique to the Product Option picklist, and then tries to save the bundle?

  • A. An error message appears that prevents saving the configuration.
  • B. The selected value is saved to the quote line field.
  • C. A null value is saved to the quote line field.
  • D. The Save button is gray and unavailable In the configurator.

正解:A

解説:
Scenario Overview:
* A Configuration Attribute displays a picklist with more values than the corresponding field on the Quote Line, which is restricted to a predefined set.
Behavior:
* When a user selects a value that is not in the Quote Line field's restricted picklist, Salesforce CPQ prevents saving and displays an error.
Validation:
* The Quote Line enforces the picklist restriction, ensuring data integrity across the configuration and Quote Line Editor.


質問 # 61
Universal Containers has a Standard Warranty product that is priced as a Percent of Total subscription product. It is priced as 25% of the Net Price of all Shipping Container products added to the Quote.
When generating a partial Order via the Create Order button, the Admin notices the Standard Warranty was absent from the Order Product selection page.
What should the Admin do to allow the Standard Warranty product to create an Order Product?

  • A. Ensure that the Standard Warranty Quote Line's Start Date and End Date match the Order's Start Date and End Date.
  • B. Select any Shipping Container product on the Order Product selection page to automatically generate a Standard Warranty Order Product on the Order.
  • C. Set the Product Family picklist on the Standard Warranty product's Product record to Services.
  • D. Create one Standard Warranty Quote Line for every Shipping Container Quote Line on the Quote.

正解:B

解説:
Requirement Overview:
* Ensure the Standard Warranty (a Percent of Total product) generates an Order Product when a partial Order is created.
Solution:
* When generating a partial Order, selecting a Shipping Container product triggers the automatic creation of a Standard Warranty Order Product, as the warranty is based on the container's Net Price.
Steps to Test:
* Add a Shipping Container Quote Line and the Standard Warranty Quote Line to a Quote.
* Create a partial Order, selecting the Shipping Container.
* Verify that the Standard Warranty Order Product is generated.


質問 # 62
The Universal Containers sales operations team wants to ensure that without reopening the Quote Line Editor, quotes have current information prior to submitting them for approval.
Which two actions could the admin take to meet the business requirement?
Choose 2 answers

  • A. Create a new Lightning button to trigger recalculation.
  • B. Change the value of a field in the Calculating Fields Field Set.
  • C. Create a Flow to trigger recalculation upon record save.
  • D. Add the Calculate button to the quote layout.

正解:B、D

解説:
Requirement:
* Ensure that quotes are recalculated with current information prior to approval without reopening the Quote Line Editor.
Solution:
* Option A: Adding or modifying a field in the Calculating Fields Field Set automatically triggers recalculation for quotes.
* Option C: Including the Calculate button on the quote layout provides users with a manual option to trigger recalculation before approval.
Why Other Options Are Incorrect:
* B and D: These require additional customization (e.g., creating a custom Lightning button or Flow) and are not standard CPQ features.
Salesforce CPQ Reference:
* The Calculating Fields Field Set and Calculate Button functionalities are well-documented as standard CPQ tools .


質問 # 63
In which scenario must an Admin choose the Custom value for the Condition Met field of a Price Rule?

  • A. The Price Rule uses a combination of AND OR logic evaluating three or more Price Conditions.
  • B. The Price Rule uses a custom lookup object to store key-value pairs for price Conditions.
  • C. One or more Price Condition records use a formula that references a non-CPQ object field.
  • D. One or more Price Condition records have a lookup to a Summary Variable.

正解:A

解説:
Scenario Overview:
* The Custom value for the Condition Met field allows for complex logical operations using a mix of AND/OR across multiple Price Conditions.
Use Case:
* When a Price Rule has three or more conditions and requires specific combinations of AND and OR logic, the Custom option is required.
Implementation:
* Navigate to the Price Rule.
* Set Condition Met to Custom.
* Specify the logic (e.g., (Condition 1 AND Condition 2) OR Condition 3).
Validation:This ensures Salesforce CPQ evaluates the Price Rule as intended, supporting mixed logical conditions.


質問 # 64
What is the correct order of data import to load Quote Template in CPQ?

  • A. Template Content, Quote Templates, Template Sections, Line Columns, Quote Terms, Term Conditions
  • B. Quote Content, Quote Name, Quote Section, Quote Line Columns, Template Terms, Term Conditions
  • C. Quote Template, Template Sections, Line Columns, Template Content, Quote Terms, Term Conditions
  • D. Quote Name, Quote Section, Quote Line Columns, Quote Content, Template Terms, Term Conditions

正解:C

解説:
Data Import Order for Quote Templates:
* Salesforce CPQ requires Quote Template data to be imported in a structured order to ensure that relationships between objects are correctly established.
* Quote Template: Base structure for the quote document.
* Template Sections: Define sections of the quote.
* Line Columns: Specify how data appears in tables within the quote.
* Template Content: Includes HTML and text for the quote layout.
* Quote Terms: Define legal or contractual terms.
* Term Conditions: Conditions related to the terms.
Salesforce CPQ Reference:
* Best practices for Quote Template imports align with Salesforce CPQ implementation guides for maintaining dependencies .


質問 # 65
Universal Containers wants to notify its users when approval is required to discourage users from discounting while in the Quote Line Editor.
Which type of Product Rule should be used to meet this requirement?

  • A. Filter
  • B. Selection
  • C. Alert
  • D. Validation

正解:C

解説:
Requirement:
* Notify users in the Quote Line Editor when approval is required to discourage excessive discounting.
Solution:
* Use a Product Rule with Alert Action to display a notification or message in the Quote Line Editor when a user exceeds predefined discount thresholds.
Why Other Options Are Incorrect:
* A: Validation Rules prevent actions but do not notify users.
* B: Filter Rules are used for restricting product selection, not notifications.
* D: Selection Rules govern product compatibility and are irrelevant here.
Salesforce CPQ Reference:
* Alert actions in Product Rules are outlined in CPQ Product Rule Configuration


質問 # 66
Universal Containers offers a maintenance subscription, Product B, that is based on the price of a separate platform license subscription, Product A. The current configuration is:

Both Products are being quoted for a Term of 24 months. The List Unit Price for Product A is $200. The Net Total of Product A is $2,400.
What is the expected Net Total for Product B?

  • A. $480, 00
  • B. $240, 00
  • C. $120, 00

正解:B

解説:
Subscription Product Configuration:
* Product B uses the Percent of Total pricing model based on Product A's Net Price.
* Product B's Percent of Total Base is set to "Net," and its Percent of Total Target is set to Product A.
* Product B's Percent of Total (%) is configured as 10%.
Calculation:
* Product A Net Total = $2,400
* Product B Net Total = 10% of Product A Net Total = 2,400×0.1=2402,400 \times 0.1 = 2402,400×0.
1=240.
Salesforce CPQ Reference:
* Percent of Total pricing logic is described under Percent of Total Products .


質問 # 67
If a manager is taking a leave of absence, how can the admin using Advanced Approvals ensure that another manager will receive Approval requests during the period in which the original manager is absent?

  • A. Create an Approval Rule with an Effective Start Date and Effective End Date spanning theabsence.
    Populate the Approver field of the rule with the substitute Approver, then add the rule tothe existing Approval Chain as the first step.
  • B. On the original manager's Approver record, reference a different manager's Approver record inthe Next Approver lookup field. Clear the Next Approver lookup field once the original managerreturns from leave.
  • C. On the original manager's Approver record, set the Delegated Approver lookup field toreference a different manager's Approver record, and set the Delegation End field for the date ofthe original manager's return.
  • D. Create a new Approver record, with the Group ID field set to the ID of a Public Group thatcontains all of the managers. On the original manager's Approver record, click the Replace buttonand select the new Approver record.

正解:C

解説:
Requirement:
* Ensure approval requests are routed to a substitute manager during the original manager's absence.
Solution:
* The Delegated Approver lookup field on the Approver record allows the admin to specify a temporary approver.
* Setting the Delegation End field ensures the delegation automatically ends upon the original manager's return.
Why Other Options Are Incorrect:
* A: Using the Next Approver field for temporary delegation is not the intended functionality.
* B: Creating an Approval Rule with start and end dates is overly complex and unnecessary.
* D: Replacing the original Approver record risks permanent changes and is not recommended for temporary delegation.
Salesforce CPQ Reference:
* Delegated Approval Settings are documented under Advanced Approvals Configuration Guidelines .


質問 # 68
Universal Containers (UC) defines a Warranty Period in a field on
its Products and wants to ensure that this Warranty Period is
correctly stored on the Asset record. A twin fleld has been
created on the Asset record. UC contracts from the Order.
When leveraging the twin field functionality to pass this
Informaticn to the Asset record, on which object should the admin create a twin field?

  • A. Order Product
  • B. Product Option
  • C. Opportunity Product
  • D. Quote Line

正解:D

解説:
Requirement:
* Ensure the Warranty Period from the Product is correctly transferred to the Asset record.
Solution:
* Create a twin field on the Quote Line because:
* The Quote Line stores product-specific information during quoting.
* When the Quote is contracted, the twin field ensures the value is passed to the Order Product and then to the Asset record.
Why Other Options Are Incorrect:
* A: The Product Option is used within bundles and does not directly transfer to the Asset.
* B: The Order Product receives data from the Quote Line, so the twin field must originate there.
* C: The Opportunity Product is not involved in the CPQ twin field data flow.
Salesforce CPQ Reference:
* Twin fields and their data flow from Quote Line to Asset are detailed in CPQ Field Mapping Documentation .


質問 # 69
Universal Containers (UC) has categorized its Products into three Product Families. When rendering a document, UC wants to separate the Products into different Line Item tables by Product Family.
How should the admin meet the requirement in the most efficient manner?

  • A. Create a single Template Section, and use the LineSortField special field to ensure appropriate grouping by Product Family.
  • B. Create a Template Section for each Product Family, and set up the appropriate filtering within each section using the Conditional Print field.
  • C. Create a Template Section for each Product Family, and set up the appropriate filtering within each section using the Filter field.
  • D. Create a single Template Section, and use the Group Field functionality to ensure appropriate grouping by Product Family.

正解:D

解説:
* Requirement:
* Separate products into different Line Item tables by Product Family when rendering a document.
* Solution:
* The Group Field functionality within a single Template Section can group Line Items by Product Family dynamically, avoiding the need for multiple Template Sections.
* Why Other Options Are Incorrect:
* B & D: Creating multiple Template Sections for each Product Family introduces redundancy and is less efficient.
* C: LineSortField sorts products but does not create separate tables.
* Salesforce CPQ Reference:
* Group Field functionality is explained in the Quote Templates and Template Sections guidelines .


質問 # 70
Universal Containers has created a Discount Schedule with the override Behavior set to All Tiers and applied it to a Product. A sales rep then adds this Product to a Quote, manually changes the discount percent of a discount Tier, and saves the Quote.
At what point during the sales process can the sales rep be assured that the override amount will be unaffected by changes the Admin may make to the original Discount Schedule?

  • A. The Opportunity status has changed to Proposal/price Quote.
  • B. The Quote status has changed to Approved.
  • C. Override values are subject to Discount Schedule updates made by the Admin.
  • D. The Save or Quick Save buttons are clicked.

正解:D

解説:
Requirement Overview:
* Sales reps need to know when manual overrides on a Discount Schedule will remain unaffected by Admin updates.
Key Behavior:
* When the Save or Quick Save button is clicked, the manual override is committed, and the Discount Schedule changes made by the Admin will not affect it.
Validation:
* Test the behavior by manually overriding a discount, saving the Quote, and confirming that Admin updates to the Discount Schedule do not impact the saved Quote.


質問 # 71
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 Component checkbox on any Product that is a Product Option for the bundles.
  • D. Select the bundle on each Product option and mark the Product inactive

正解:C

解説:
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 .


質問 # 72
When selecting Product Option A inside a bundle, Universal Containers has a requirement that Product Option B's Quantity should be updated in real time. Apply Immediately has been set on Product Option A.
Which settings should be used on the Price Rule to meet these requirements?

  • A. Evaluation Scope = CalculatorCalculator Evaluation Event = Save
  • B. Evaluation Scope = ConfiguratorConfigurator Evaluation Event = Edit
  • C. Evaluation Scope = ConfiguratorConfigurator Evaluation Event = Save
  • D. Evaluation Scope = CalculatorCalculator Evaluation Event = Edit

正解:D


質問 # 73
How can an Admin prevent users from reconfiguring a specific bundle after initial configuration?

  • A. Set the Configuration Type to Allowed and Configuration Event to Always.
  • B. Set the Active checkbox on Reconfigure Line Custom Action to False.
  • C. Set the Configuration Type to Disabled.
  • D. Set the Configuration Type to Allowed and Configuration Event to Add.

正解:D

解説:
* Requirement:
* Prevent users from reconfiguring a bundle after its initial configuration.
* Solution:
* Set Configuration Type to Allowed to permit configuration during initial setup.
* Set Configuration Event to Add to allow configuration only when the product is added, blocking reconfiguration later.
* Why Other Options Are Incorrect:
* A: Disabled blocks all configuration, including initial setup.
* B: Configuration Event = Always allows continuous reconfiguration.
* D: Reconfigure Line Custom Action is unrelated to this requirement.
* Salesforce CPQ Reference:
* Configuration Type and Event settings are documented in Bundle Configuration .


質問 # 74
Universal Containers sells a monthly subscription service with tiered pricing:
Total Price
$1,000 for the first 100 units
$1,000 plus $9 per unit above 100
$4,600 plus $8 per unit above 500
$8,600 plus $7 per unit above 1,000
Which pricing method should the admin select for this service?

  • A. Segmented
  • B. List
  • C. Tiered
  • D. Block

正解:D

解説:
Tiered pricing in Salesforce CPQ applies a cumulative price where each tier has a marginal rate (e.g., $9 per unit above 100). This matches the scenario: $1,000 for 0-100 units, then $9/unit for 101-500, $8/unit for 501-
1,000, and $7/unit above 1,000, building on the prior tier's total (e.g., $4,600 at 500). Option B (Tiered) supports this incremental pricing model. Option A (Block) uses fixed prices per range, not cumulative rates.
Option C (Segmented) isn't a standard CPQ pricing method. Option D (List) applies a flat unit price, ignoring tiers. Salesforce CPQ documentation defines Tiered pricing for this use case.
References: Salesforce CPQ Documentation - "Tiered Pricing" and "Pricing Methods".


質問 # 75
Sales reps at Universal Containers want to be able to filter products based on their Release Date. For example, a sales rep would like to see products with a Release Date between their input values of 11/23/04 and 01/16
/07 when adding products.
What should the admin create for this use case?
The options are:

  • A. A custom action condition for the Release Date field
  • B. A custom action with the Filter Source Field set to Release Date
  • C. A search filter for the Release Date field
  • D. Configuration attributes for the earliest and latest date

正解:C


質問 # 76
Universal Containers has set up an Account lookup field, Distributor__c, on the Quote to identify different distributors per group. Distributor accounts have a Discount_Level__c field populated with the base discount percentage that products provided by that distributor will receive.
Which set of actions should the admin take to ensure that the distributor receives the appropriate Distributor Discount?

  • A.
  • B.

正解:B

解説:
Requirement:
* Ensure the correct Distributor Discount is applied to Quote Lines based on the distributor's Discount_Level__c field value.
Solution:
* Configurator Scoped Price Rule:
* A Price Condition checks whether the SBQQ__Quote__r.Distributor__c field is populated.
* If the field is blank, the rule does not execute.
* Price Action:
* Injects the value of the Discount_Level__c field from the Distributor account into the Quote Line's SBQQ__DistributorDiscount__c field.
Why Option A is Correct:
* Configurator Scope ensures the rule is evaluated during configuration, applying discounts dynamically as the Quote is edited.
Why Option B is Incorrect:
* Calculator Scoped Price Rules execute during calculations (not configuration), which may result in delayed discount updates.
Salesforce CPQ Reference:
* Price Rules and their scopes are documented in the CPQ Pricing Logic Configuration .


質問 # 77
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. Create three Price Books, one for each currency (USD, EUR, GBP),
  • B. Create three Price Books, one for each region (America, Asia Pacific, Europe).
  • C. USD, Europe - EUR, Europe - GBP). Create two Price Books: one for standard USD, EUR, and GBP prices, and one for USD in Asia
  • D. Create four Price Books, one for each unique currency and region (America - USD, Asia Pacific -

正解:D

解説:
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.


質問 # 78
......

Sales-Admn-202試験問題と解答:https://www.passtest.jp/Salesforce/Sales-Admn-202-shiken.html

Sales-Admn-202実際の問題解答PDFは100%カバー率でリアル試験問題:https://drive.google.com/open?id=1Y9o4dJ89NnIZ8KWXMta4jXY2qq8jElsP