CoStudy

HomeCertificationsSalesforce Platform Administrator › Sales and Marketing Applications

Sales and Marketing Applications — Salesforce Platform Administrator practice questions

25 multiple-choice questions and 18 flashcards on Sales and Marketing Applications, about 10% of the Salesforce Platform Administrator bank. Every one carries a written rationale.

Written and maintained by Nick Burton · last updated 2026-08-22 · how we write and review questions

What this chapter covers

Sales and Marketing Applications is one of 8 chapters in CoStudy's Salesforce Platform Administrator bank, and it holds 25 of the bank's 250 multiple-choice questions — roughly 10% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.

Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.

Free Sales and Marketing Applications practice questions

10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.

Marketing wants to see which campaigns touched an opportunity at any point in the buying cycle, not only the one campaign credited on the opportunity record. Which feature is the MOST appropriate?

  1. Campaign Member Status values customised per campaign record type
  2. Campaign Influence, which credits multiple campaigns on one opportunity
  3. The Primary Campaign Source field, populated during lead conversion
  4. A roll-up summary of campaign cost onto the parent account record

Answer: B — Campaign Influence, which credits multiple campaigns on one opportunity

B) Correct — Campaign Influence is designed exactly for multi-touch attribution, associating several campaigns with a single opportunity under an attribution model. A) is real configuration but governs member progression within one campaign, not attribution across campaigns. C) is the single-touch field that this requirement explicitly outgrows. D) invents an unrelated rollup and would not attribute revenue at all.

What automatically updates the opportunity probability when the stage changes?

  1. A trigger written by a developer that recalculates probability on save
  2. Nothing does, so reps type the probability by hand at every stage change
  3. A flow is required, because the stage field carries no probability value
  4. The sales process stage picklist, where each stage carries a probability

Answer: D — The sales process stage picklist, where each stage carries a probability

D) Right. Each opportunity stage is defined with a default probability and forecast category, so selecting the stage populates probability automatically. A) No code is involved. C) A flow could override the value but is not needed for the default. B) Manual entry is only for adjusting the default.

An admin needs lead assignment rules to route inbound web leads. Where are these configured?

  1. Setup, where rule entries match criteria and route to a user or a queue
  2. Profile settings, where object permissions on the lead object are granted
  3. Sharing rules, which open the new leads up to the regional sales teams
  4. Validation rules, which reject leads missing the routing criteria fields

Answer: A — Setup, where rule entries match criteria and route to a user or a queue

A) Right. Lead assignment rules live in Setup with one active rule containing ordered entries; the web-to-lead form and the assignment checkbox invoke the active rule on save. B) Profiles grant permissions. C) Sharing rules widen visibility after ownership is set. D) Validation rules block the save instead of routing it.

During lead conversion a rep selects an existing account and an existing contact. Which statement about the converted lead's custom fields is accurate?

  1. Custom lead fields are cleared on conversion because the lead locks
  2. All custom lead fields transfer automatically to the contact record
  3. Custom lead fields transfer to the account but never to the opportunity
  4. Custom lead fields transfer only if lead field mapping is configured

Answer: D — Custom lead fields transfer only if lead field mapping is configured

D) Correct — standard fields have built-in mapping, but custom lead fields move only where the admin has mapped them to compatible custom fields on account, contact or opportunity. B) is the widespread misconception that mapping is automatic. C) invents a restriction; mapping targets include the opportunity. A) confuses the lead becoming read-only with data being wiped.

New reps skip required discovery steps early in the cycle. The admin wants stage-specific guidance and key fields shown directly on the opportunity record page. Which feature fits BEST?

  1. An in-app guided prompt targeted at the opportunity home page tab
  2. A screen flow launched from a quick action at the top of the record
  3. Kanban view, coloured by stage with an alert on stalled deals showing
  4. Path, with guidance for success and key fields configured per stage

Answer: D — Path, with guidance for success and key fields configured per stage

D) Correct — Path is built for exactly this: per-step key fields plus rich-text guidance for success, rendered on the record page. B) could collect data but interrupts the rep and does not persistently display stage coaching. C) is a list-level view for pipeline management, not record-level coaching, though its alerts do tempt. A) is a real onboarding tool but it is not stage-aware on a record.

Which statement is true about price books and products?

  1. A product can belong to a single price book and carries just one price
  2. Price books are retired, so prices now live on the product record itself
  3. Products sit on many price books at different prices via price book entries
  4. Only one global price list exists, shared by every opportunity across the org

Answer: C — Products sit on many price books at different prices via price book entries

C) Right. A price book entry joins a product to a price book with its own list price, so the same product can be sold at different prices to different segments, and an opportunity line item points at one entry. A) and D) Ignore custom price books alongside the standard one. B) Price books remain the pricing model.

An org sells to two divisions whose deals move through genuinely different stage sequences. The admin must give each division its own stage picklist while keeping one Opportunity object. What should the admin do FIRST?

  1. Create a second Opportunity object and clone the page layouts across
  2. Add both divisions' stages to the master Stage picklist for everyone
  3. Build a validation rule that blocks stages belonging to the other division
  4. Create Opportunity record types, then a sales process for each division

Answer: D — Create Opportunity record types, then a sales process for each division

D) Correct — a sales process defines which stage values are available, and a record type binds that process to a division; that pairing is the supported way to fork stage sequences on one object. A) is heavy-handed and abandons shared reporting for a problem configuration already solves. B) is a step along the way but on its own exposes every stage to every user. C) enforces after the fact with error messages instead of presenting the right choices, which is the reversal of good design here.

An admin must let reps drag opportunities between stages from a list view and see a warning on deals with no open activity. Which requirement is NOT satisfied by Kanban configuration alone?

  1. Displaying a summary total of Amount across each stage column shown
  2. Preventing a drag that would skip a stage in the defined sales process
  3. Grouping the records in the list view by the Stage picklist field values
  4. Surfacing an alert icon on records missing an open task or event now

Answer: B — Preventing a drag that would skip a stage in the defined sales process

B) Correct — Kanban does not enforce stage order; blocking a skipped stage requires a validation rule or a record-triggered flow. A) is available: Kanban summarises a numeric field per column. C) is the basic setup step for Kanban and is fully supported. D) is the built-in alert Kanban offers for records lacking activity, so it tempts as the missing capability when it is actually present.

A company captures inquiries through a Web-to-Lead form on its public site. Leads arriving overnight sit unowned until someone notices them. Which configuration MOST directly ensures every submitted lead lands with a named owner?

  1. A lead scoring field that ranks each new inquiry by industry and revenue
  2. A lead queue that users subscribe to from their personal settings page
  3. A validation rule requiring the Lead Owner field to be populated on save
  4. An active lead assignment rule with a catch-all default lead owner set

Answer: D — An active lead assignment rule with a catch-all default lead owner set

D) Correct — Web-to-Lead always runs the active lead assignment rule, and the Default Lead Owner catches anything no rule entry matches, so no lead is ever left stranded. B) tempts because queues do hold leads, but membership is admin-controlled and a queue alone routes nothing without a rule pointing at it. C) fails because owner is always populated by the system on a Web-to-Lead insert, so the rule blocks nothing and solves nothing. A) is a real practice but scoring prioritises leads for humans; it does not assign them.

Which feature lets a sales rep send a customer a quote as a PDF?

  1. A custom page built by a developer to render the quote as a document
  2. Marketing Cloud email, which sends templated messages to the account
  3. A quote PDF template, generated and emailed from the quote record
  4. Email-to-Case, the inbound support channel that creates case records

Answer: C — A quote PDF template, generated and emailed from the quote record

C) Right. Quote PDF templates render the quote and its line items into a document that the rep can create, store and email directly from the quote record. A) The capability is standard, so no development is required. B) Marketing Cloud handles campaign email, not transactional quotes. D) Email-to-Case is an inbound support channel.

Sales and Marketing Applications flashcards

4 cards from the 18 in this chapter.

Lead vs Contact?

Lead: prospect, unqualified. Contact: qualified, associated with Account.

What is the relationship between a quote and its opportunity?

A quote is a child of an opportunity showing proposed prices for its products. Multiple quotes can exist per opportunity but only one can be synced; syncing keeps the quote's line items and amount aligned with the opportunity's products and amount in both directions.

What does campaign influence do that a single primary campaign source cannot?

Campaign influence credits multiple campaigns with an opportunity, using an influence model to allocate percentage credit across campaigns whose members are contacts or leads on the opportunity's contact roles. The primary campaign source field records only one campaign.

Forecasts?

Predict revenue based on opportunity stages, amounts, close dates.

Practise the full chapter

These are a sample. The full Sales and Marketing Applications chapter runs 43 items with per-chapter progress tracking, on the web and in the iOS app.

Open Salesforce Platform Administrator in CoStudy →

Other Salesforce Platform Administrator chapters

All Salesforce Platform Administrator practice questions →