CoStudy

HomeCertificationsSalesforce Platform Administrator › Productivity and Collaboration

Productivity and Collaboration — Salesforce Platform Administrator practice questions

25 multiple-choice questions and 13 flashcards on Productivity and Collaboration, 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

Productivity and Collaboration 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 Productivity and Collaboration 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.

Field reps need offline-capable access to accounts on phones, with the same fields and actions the admin has already configured. Which statement is accurate?

  1. Mobile requires a separate object and layout set built specifically for it
  2. The Salesforce mobile app uses the same metadata, including compact layouts
  3. Mobile users must be assigned a distinct licence type before they can log in
  4. Actions on mobile are drawn only from the global publisher, never the object

Answer: B — The Salesforce mobile app uses the same metadata, including compact layouts

B) Correct — the mobile app runs on the same org metadata, with the compact layout driving the record highlights and the Salesforce Mobile App section of the layout driving actions. A) is a misconception left over from older mobile products. C) is false; mobile access is included with standard user licences. D) is a reversal — object-specific actions absolutely appear on mobile records.

Which statement is true about the Activities section on Lightning record pages?

  1. A custom component a developer adds to surface tasks and events together
  2. A Classic-only panel that has no equivalent on Lightning record pages
  3. A panel hidden until an administrator enables activity tracking in Setup
  4. A standard component combining tasks, events, email and logged calls

Answer: D — A standard component combining tasks, events, email and logged calls

D) Right. The activity composer and timeline is a standard Lightning component that brings tasks, events, emails and logged calls into one place and is configurable in App Builder. A) It ships with the platform. B) It is native to Lightning record pages. C) It appears by default on most record pages.

What happens when you @mention a user in a Chatter post?

  1. That user is notified in the app and by email according to their own notification preferences
  2. That user is granted read access to the record the post was made on, bypassing the org's sharing settings
  3. An automated process starts that recalculates the mentioned user's assigned records in the background
  4. The mentioned user's Chatter profile page is updated with a copy of the post and its attached file versions

Answer: A — That user is notified in the app and by email according to their own notification preferences

A) Correct. An @mention notifies the person and adds the post to their feed; delivery follows their notification settings. B) Mentions never widen record access; sharing still governs what they can open. C) No automation is invoked by a mention. D) The post appears in the feed, not on the user's profile record.

Which statement is TRUE about the Outlook and Gmail integrations with Salesforce Inbox?

  1. They replace the marketing automation platform, taking over campaign journeys and subscriber email sends
  2. They let reps log emails, view Salesforce records, and sync events and contacts from Outlook or Gmail
  3. They are available only to developers, who must deploy code before any mailbox data can be surfaced
  4. They run only in Salesforce Classic, so orgs on Lightning Experience cannot surface CRM data in a mailbox

Answer: B — They let reps log emails, view Salesforce records, and sync events and contacts from Outlook or Gmail

B) Correct. The integrations put Salesforce record context inside the mailbox and let reps log emails and sync calendar events and contacts. A) Marketing campaign execution is a different product entirely. C) Setup is declarative; no code authoring is involved. D) These are current Lightning Experience features.

An admin must ensure a rep's emails to a customer appear on the related contact and opportunity automatically. Which option is the MOST appropriate?

  1. Ask reps to blind copy the org-wide address on every outbound email
  2. Enable an email integration that logs messages to related records
  3. Create a task manually after each email is sent to the customer
  4. Turn on Chatter feed tracking for the email field on the contact

Answer: B — Enable an email integration that logs messages to related records

B) Correct — the email integration for Outlook or Gmail lets users log messages to Salesforce so they appear on the matched contact and any related record, without manual re-entry. A) is a partially right idea but relies on rep discipline and matches only by address. C) is manual and is what the requirement asks to eliminate. D) tracks field changes in the feed and has nothing to do with logging correspondence.

Which statement is TRUE about macros in the Service Console?

  1. They are code units an admin deploys so that agents can run compiled logic from the console toolbar
  2. They are declarative sequences of console steps agents run to update fields, send email, and close a case
  3. They are the replacement for flows, so record-triggered automation should be rebuilt as macros for agents
  4. They run only in Salesforce Classic, so agents in Lightning Experience must repeat each step by hand

Answer: B — They are declarative sequences of console steps agents run to update fields, send email, and close a case

B) Correct. Macros bundle repetitive console actions declaratively, and irreversible macros can update fields and send email in one click. A) Macros require no code; code authoring is not on the administrator credential. C) Macros are agent-initiated; Flow Builder remains the go-forward automation tool. D) Macros are a Lightning Experience console feature.

Which is the BEST way to record a follow-up task that relates to a specific account?

  1. Add a validation rule to the account so users are told which follow-up work is expected on that record
  2. Create a task with Related To set to the account, and Name set to a contact when a person is involved
  3. Build a custom object to hold follow-up work, with its own lookup to the account and a status field
  4. Write an automated code routine that inserts a follow-up record whenever the account is edited by a rep

Answer: B — Create a task with Related To set to the account, and Name set to a contact when a person is involved

B) Correct. The activity model already supports this: Related To points at the account or other business record, while Name points at the person. A) Validation rules block saves; they record no work. C) A custom object duplicates standard activity functionality and loses activity timeline behaviour. D) Code authoring is outside the administrator credential.

Executives want a single view of every meeting and task tied to a key account, including those owned by other users. Which is the BEST admin response?

  1. Tell executives to follow the account record in their Chatter feed
  2. Grant Modify All Data so executives can see all activity records
  3. Enable shared activities so an activity relates to multiple contacts
  4. Use the account's activity timeline with appropriate activity sharing

Answer: D — Use the account's activity timeline with appropriate activity sharing

D) Correct — the activity timeline on the account rolls up related activities, and the org's activity sharing setting controls whether other users' activities are visible there. A) surfaces feed updates, not the activity record set. B) is a disproportionate administrative permission that solves visibility by removing all controls. C) is a genuine feature but addresses relating one activity to several contacts, not cross-user visibility.

A project team wants a space for discussion where files and posts are visible to members only, including two partner users. Which is the BEST configuration?

  1. A private Chatter group with the partners added as group members
  2. An unlisted group with feed tracking turned on for the project object
  3. A public Chatter group, relying on members to avoid sensitive posts
  4. A Chatter topic applied to posts so members can follow the subject

Answer: A — A private Chatter group with the partners added as group members

A) Correct — a private group restricts posts and files to members, and external users with the appropriate licence can be added when the org allows it. B) is more restrictive than asked, hiding the group from search entirely, and feed tracking is unrelated to membership. C) exposes content to all internal users and relies on behaviour instead of configuration. D) organises content but grants and restricts nothing.

Which feature lets a user send a pre-written, merge-field-driven email straight from a lead or contact record?

  1. Email templates used with the Email action on the record's activity composer
  2. A trigger written in code, which cannot be authored from the record page itself
  3. A report, which returns and groups rows of data but sends no individual email
  4. A dashboard, which visualises report data and has no per-record send action
  5. A list view, which filters records into a grid but offers no templated sending

Answer: A — Email templates used with the Email action on the record's activity composer

A) Email templates supply subject, body and merge fields, and the Email action on the record composer sends them in context and logs the activity. B) Code is out of scope for an admin and is not a send mechanism from the record page. C) and D) present data and cannot send a templated message to a contact. E) List views filter records; sending from one requires a separate mass email or a flow.

Productivity and Collaboration flashcards

4 cards from the 13 in this chapter.

Chatter?

Internal social network. Posts, comments, follow records/users.

Chatter groups?

Public, Private, Unlisted. Topic-based discussion.

Mobile-only features?

Push notifications, location services. Some features adapted for mobile UI.

What distinguishes a global action from an object-specific action?

A global action is created in Setup under Global Actions, is not tied to a parent record, and can be placed in the publisher, the utility bar or the mobile action bar to create records or log calls from anywhere. An object-specific action lives on one object, can prefill fields from the parent record, and appears on that object's page layouts.

Practise the full chapter

These are a sample. The full Productivity and Collaboration chapter runs 38 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 →