Salesforce-Consumer-Goods-Cloud MCQs Salesforce-Consumer-Goods-Cloud TestPrep Salesforce-Consumer-Goods-Cloud Study Guide Salesforce-Consumer-Goods-Cloud Practice Test Salesforce-Consumer-Goods-Cloud Exam Questions
killexams.com
https://killexams.com/pass4sure/exam-detail/Salesforce-Consumer-Goods-Cloud
A company wants to use Salesforce Maps Advanced for visit planning. Which three capabilities support this requirement?
Constraint-based routing
Visit windows
Real-time traffic-based routing
Einstein AI predictions
Answer: B
Explanation: Salesforce Maps Advanced supports visit planning with real-time traffic-based routing, constraint-based routing, and visit windows, optimizing field service operations. These features are standard, as per the Salesforce Consumer Goods Cloud Implementation Guide. Einstein AI predictions are not part of Salesforce Maps Advanced.
A company uses a custom field Store_Distance c to assign stores within 25 miles of a rep???s location. Which SOQL query correctly retrieves these stores?
SELECT Id, Name FROM Retail_Store c WHERE DISTANCE(Store_Location c, repLocation, 'mi') < 25
SELECT Id, Name FROM Retail_Store c WHERE Store_Distance c < 25
SELECT Id, Name FROM Retail_Store c WHERE DISTANCE(Store_Location c, :repLocation, 'mi') < 25
SELECT Id, Name FROM Retail_Store c WHERE Store_Location c < 25
Answer: C
Explanation: The SOQL query uses the DISTANCE function to calculate the distance between Store_Location c and a variable :repLocation in miles, filtering for stores within 25 miles.
Which object in Consumer Goods Cloud stores predefined templates for recommended tasks during visits?
Task Assignment Template
Visit Task Template
Retail Store Group Template
Store Action Plan Template
Answer: D
Explanation: Store Action Plan Templates define recommended tasks for visits and can be assigned at various levels such as Retail Store Group or In-Store Location.
A field rep uses route planning to visit 12 stores in a day, with each visit taking 40 minutes and total travel time of 4 hours. Is this schedule feasible within an 8-hour workday?
Yes, total time is 7.2 hours
Yes, total time is exactly 8 hours
No, total time is 7 hours
No, total time exceeds 8 hours
Answer: D
Explanation: Total visit time = 12 visits ?? 40 minutes = 480 minutes = 8 hours. Total travel time = 4 hours. Total time = 8 + 4 = 12 hours, which exceeds the 8-hour workday, making the schedule infeasible.
Alpine Goods wants to ensure that field reps can only submit a visit for approval if all associated action plan tasks are completed. Which configuration ensures this requirement is met using an approval process?
Create an approval process with an entry criterion checking the Action Plan Task status
Configure a validation rule on the Visit object to check task completion status
Use a Flow to prevent submission unless all tasks are marked complete
Set up a Process Builder to reject submissions if tasks are incomplete
Answer: A
Explanation: An approval process with an entry criterion checking the Action Plan Task status is the most direct way to enforce this requirement. The approval process can include a criterion that verifies all related Action Plan Tasks have a status of ???Completed??? before allowing the visit record to enter the approval queue. Validation rules can prevent saving but not submission, Flows are better for complex automation, and Process Builder cannot directly manage approval submissions.
A company wants to define Store Action Plan Templates for tasks at multiple levels. Which three levels are supported in Consumer Goods Cloud?
Retail Store
Product Category
In-Store Location
Retail Store Group
Answer: A
Explanation: Store Action Plan Templates can be defined at the Retail Store Group, Retail Store, and In- Store Location levels, allowing granular task management. This is a standard feature, as per the Salesforce Consumer Goods Cloud Implementation Guide. Product Category is not a supported level for Action Plan Templates.
A company wants to track the share-of-shelf KPI for a product category during store visits. The expected share-of-shelf is defined in a planogram metric (Planogram_Share c). Which object and field should a consultant configure to capture this KPI during a visit?
Assessment Indicator Definition, Planogram_Share c
Retail Store KPI, Share_of_Shelf c
Visit, Planogram_Compliance c
Action Plan Task, Shelf_Metric c
Answer: A
Explanation: The Assessment Indicator Definition object is used to define metrics like share-of-shelf, which can reference fields such as Planogram_Share c to set expected values for planogram compliance. This metric is evaluated during visits to calculate actual versus expected values. Retail Store KPIs are for store-level metrics, not planogram-specific, and Visit or Action Plan Task objects do not
store metric definitions.
A MuleSoft integration requires calling multiple ERP APIs sequentially and aggregating the results before sending to Salesforce. Which MuleSoft component facilitates this orchestration?
For Each Scope
Choice Router
Scatter-Gather Router
Batch Job
Answer: C
Explanation: Scatter-Gather Router allows parallel or sequential calls to multiple endpoints and aggregates responses, useful for combining data from multiple ERP APIs before pushing to Salesforce.
A consumer goods company uses Data Loader to export 300,000 inventory records from Consumer Goods Cloud. The export fails due to a query timeout. Which adjustment can resolve this?
Switch to SOAP API
Increase the query timeout to 300 seconds
Use a SOQL query with a LIMIT clause
Enable ???Use Bulk API??? and set batch size to 2,000
Answer: D
Explanation: Enabling ???Use Bulk API??? and setting a batch size of 2,000 in Data Loader optimizes the export of 300,000 inventory records by processing smaller batches asynchronously, reducing the likelihood of a query timeout. Query timeout settings are not user-configurable, a LIMIT clause restricts output, and SOAP API is less efficient for large exports.
During a Suggested Order calculation, a field rep notices that some high-demand products are missing from the order recommendation despite recent sales spikes. Which setup adjustment should an admin
make to ensure Suggested Orders better reflect real-time demand?
Increase the "Demand Forecast Window" parameter in Suggested Order settings
Disable the inventory check task to avoid conflicting data
Set the Suggested Order to only consider last month's sales data
Remove product-level minimum order quantities
Answer: A
Explanation: Increasing the "Demand Forecast Window" allows Suggested Orders to factor in a longer or more recent period of sales data, capturing spikes in demand more effectively. Disabling inventory checks or limiting data to last month reduces accuracy. Removing minimum order quantities impacts order size but not demand reflection.
A Consumer Goods company wants to assign stores to territories based on a custom field ???Customer Segment??? (e.g., Premium, Standard). How should this be configured?
Include Customer Segment in Territory Planning rules
Add Customer Segment to Action Plan Templates
Set Customer Segment as a Retail Store KPI
Use Customer Segment in Visit Frequency Rules
Answer: A
Explanation: Territory Planning rules in Consumer Goods Cloud can use custom fields like ???Customer Segment??? to assign stores to territories. Including this field in the rules ensures stores are grouped by segment for optimized territory planning.
GreenTech wants to restrict visibility of the ???Inventory Count??? field on the Retail Store object to only Inventory Managers. How should this be configured?
Create a permission set with read access and assign it to Inventory Managers
Modify the Inventory Manager profile to grant read access
Use a validation rule to restrict field visibility
Set FLS to hidden for all profiles except Inventory Managers
Answer: D
Explanation: Setting FLS to hidden for all profiles except Inventory Managers ensures that only they can view the ???Inventory Count??? field. This is the most secure approach, as FLS controls field visibility at the platform level. Permission sets can grant access but don???t hide fields by default, profiles affect all users, and validation rules cannot control visibility.
A company wants to implement a pricing strategy where prices decrease by 5% for every 100 units ordered. How should this be configured?
Set up tiered Price Book entries for each quantity range
Create a Flow to adjust Order Product prices based on quantity
Use Apex to dynamically calculate prices
Configure a custom discount object linked to the Order object
Answer: B
Explanation: A Flow can dynamically adjust Order Product prices based on the quantity ordered, providing a flexible and declarative solution for tiered pricing.
A company uses Consumer Goods Cloud to manage a hierarchy where corporate accounts have multiple distributor child accounts, each linked to several retailer accounts. The admin needs to create a report showing the total revenue from retailer accounts under each distributor. Which approach ensures accurate reporting?
Create a custom report type with Account as the primary object and filter by record type
Write a SOQL query to fetch revenue data and display it in a Visualforce page
Use a joined report with Retail Store and Account objects to aggregate revenue
Use Tableau CRM to build a dashboard with revenue calculations
Answer: C
Explanation: A joined report with Retail Store and Account objects allows aggregation of revenue data from retailer accounts linked to distributors, leveraging the parent-child relationship. Custom report types may not capture the hierarchy accurately, SOQL requires custom coding, and Tableau CRM is unnecessary for this standard reporting need.
Northern Trail Outfitters (NTO) wants to ensure field reps can visualize store visits on a map with color- coded markers based on visit status (Planned, In Progress, Completed, Canceled) using Salesforce Consumer Goods Cloud. Which configuration enables this functionality?
Create a custom report type with Visit as the primary object and add it to a dashboard
Configure a custom Lightning component to display Visit status on a map
Use Tableau CRM to build a dashboard with Visit status as a filter
Enable Salesforce Maps and configure a map layer with Visit as the base object, using status for color-coding
Answer: D
Explanation: To visualize store visits with color-coded markers based on status, Salesforce Maps must be enabled. A map layer can be created using the Visit object as the base, with the status field used to define color-coding rules, allowing field reps to see visit statuses geographically. This is a standard feature of Salesforce Maps, as outlined in the Salesforce Consumer Goods Cloud Implementation Guide. Custom reports or Tableau CRM dashboards do not provide native map-based visualization with color- coding, and a custom Lightning component would require unnecessary development.
A company uses a 5-tier product hierarchy (Category, Sub-Category, Brand, Product, SKU). How should a consultant configure Consumer Goods Cloud to support this structure?
Use Product2 and custom fields to represent the hierarchy
Create custom objects for each hierarchy level
Utilize the Category field on the Product2 object
Link Product2 records to Assortment objects
Answer: A
Explanation: Using the Product2 object with custom fields to represent each level of the hierarchy (Category, Sub-Category, Brand, Product, SKU) is the most efficient way to configure a multi-tier product structure in Consumer Goods Cloud, leveraging standard functionality.
In a scenario where order data is imported from an external ERP system into Salesforce, which of the following is critical to ensure data quality and prevent duplicates?
Import data only once and never update
Use External IDs and upsert operations during import
Disable duplicate rules temporarily
Use manual data entry
Answer: B
Explanation: Using External IDs and upsert operations allows Salesforce to match existing records and update them or insert new ones, preventing duplicates and maintaining data quality.
Scenario: A field rep reports that the Consumer Goods Cloud mobile app does not display custom action plan tasks assigned to them. What is the most likely cause?
The custom action plan tasks are not included in the mobile app page layout.
The field rep???s profile lacks access to the custom object.
The action plan tasks were not activated in the org.
The mobile app cache needs to be cleared.
Answer: B
Explanation: If the field rep???s profile does not have object-level or field-level access to the custom action plan tasks, they will not appear in the mobile app.
A Consumer Goods Cloud admin configures suggested orders using Einstein for CG with the following rule: order 100 units if inventory is below 50 units, else order to maintain 200 units. Current inventory is 60 units. What is the suggested order quantity?
140 units
100 units
150 units
200 units
Answer: A
Explanation: Since the current inventory (60 units) is not below 50 units, the rule orders to maintain 200 units. Suggested order = 200 - 60 = 140 units.
A Consumer Goods Cloud admin needs to configure an integration to export visit execution data daily to an external Oracle ERP system. Which Salesforce feature should be used to automate this export?
Scheduled Apex batch job that queries visit data and calls Oracle ERP API
Manual export of visit data via reports and CSV files
Use Salesforce outbound messaging triggered by visit record creation
Use Salesforce Connect to link directly to Oracle ERP tables
Answer: A
Explanation: A scheduled Apex batch job can be configured to run daily, query visit execution data, and call Oracle ERP APIs to export the data automatically, providing a scalable and automated integration solution.
A Consumer Goods company needs to configure a survey with a rating scale question to evaluate store cleanliness on a scale of 1 to 5. Which configuration ensures the rating scale is properly implemented and captured in Consumer Goods Cloud?
Create a Survey Question record with Question Type set to "Picklist" and define values 1 to 5
Create a Survey Question record with Question Type set to "Rating" and configure a 1-to-5 scale
Create a Survey Question record with Question Type set to "Number" and set a range of 1 to 5
Use a custom field on the Survey object with a picklist for values 1 to 5
Answer: B
Explanation: To implement a rating scale question in Consumer Goods Cloud, a Survey Question record with the Question Type set to "Rating" must be created, and the scale (1 to 5) should be configured. This ensures the question is presented as a rating scale in the survey interface and captures responses appropriately. Picklist or Number types do not provide the specific rating scale functionality, and a custom field bypasses the standard survey framework.
A Consumer Goods Cloud admin needs to create a KPI to measure "Promotion Compliance" for retail stores. Which field is mandatory when setting up this KPI?
KPI Target Value
KPI Type
Store Category
Visit Duration
Answer: B
Explanation: The KPI Type field is mandatory when setting up Retail Store KPIs because it defines the metric being measured, such as promotion compliance, share of shelf, or out of stock. Without specifying KPI Type, the system cannot track or report the KPI correctly.
Handling an out-of-stock involves creating a backorder. Which field on the Order object is critical?
Estimated Restock Date
Backorder Quantity (Formula: MAX(0, Ordered_Qty c - Delivered_Qty c))
Supplier Backorder Penalty
Customer SLA
Answer: A
Explanation: Estimated Restock Date informs customers and internal teams of availability, directly impacting satisfaction and inventory planning.
KILLEXAMS.COM
Killexams.com is a leading online platform specializing in high-quality certification exam preparation. Offering a robust suite of tools, including MCQs, practice tests, and advanced test engines, Killexams.com empowers candidates to excel in their certification exams. Discover the key features that make Killexams.com the go-to choice for exam success.
Killexams.com provides exam questions that are experienced in test centers. These questions are updated regularly to ensure they are up-to-date and relevant to the latest exam syllabus. By studying these questions, candidates can familiarize themselves with the content and format of the real exam.
Killexams.com offers exam MCQs in PDF format. These questions contain a comprehensive
collection of questions and answers that cover the exam topics. By using these MCQs, candidate can enhance their knowledge and improve their chances of success in the certification exam.
Killexams.com provides practice test through their desktop test engine and online test engine. These practice tests simulate the real exam environment and help candidates assess their readiness for the actual exam. The practice test cover a wide range of questions and enable candidates to identify their strengths and weaknesses.
Killexams.com offers a success guarantee with the exam MCQs. Killexams claim that by using this materials, candidates will pass their exams on the first attempt or they will get refund for the purchase price. This guarantee provides assurance and confidence to individuals preparing for certification exam.
Killexams.com regularly updates its question bank of MCQs to ensure that they are current and reflect the latest changes in the exam syllabus. This helps candidates stay up-to-date with the exam content and increases their chances of success.