Courseiva

CCNA Knowledge Management Questions

58 questions · Knowledge Management · All types, answers revealed

1
MCQeasy

Universal Containers wants to ensure that agents can quickly find published FAQ articles related to common shipping inquiries while viewing a Case in Lightning Service Console. Where should the Service Cloud Consultant configure this capability?

A.Create a Global Action for Knowledge and place it on the global publisher layout.
B.Modify the Case page layout in Object Manager to include the Knowledge Related List.
C.Add the Knowledge component to the Case record page layout in Lightning App Builder.
D.Enable Article Recommendations in the Service Cloud Setup Assistant.
AnswerC

Correct. The Lightning Knowledge component on the Case record page provides contextual search and article management.

Why this answer

The Lightning Knowledge component must be added to the Case record page layout via the Lightning App Builder so agents can search, attach, and create articles directly from the context of a Case.

2
Multi-Selecthard

Universal Containers needs to migrate legacy articles and wants to understand how Salesforce Knowledge handles article versioning during imports and updates. Which THREE principles apply to Knowledge versioning? (Choose three.)

Select 3 answers
A.When a new version is published, the previous published version is automatically archived.
B.Editing a published article automatically creates a new working draft version.
C.Draft versions are immediately visible to public guest users on Experience Cloud sites.
D.An article can have multiple published versions simultaneously active at the same time.
E.Archiving an article removes its published status and moves it to the archived state.
AnswersA, B, E

Correct. Publishing a draft replaces the active published version, moving the old one to archive status.

Why this answer

Salesforce Knowledge maintains strict version control rules regarding draft, published, and archived states.

3
Multi-Selectmedium

Universal Containers uses data categories to organize its knowledge base. Which TWO best practices should the consultant follow when designing the data category hierarchy? (Choose two.)

Select 2 answers
A.Ensure all data categories are set to 'Private' organization-wide by default.
B.Keep the category hierarchy relatively shallow (ideally 3 levels or fewer) to make navigation intuitive for agents and customers.
C.Mirror the exact organizational chart of the HR department into category groups.
D.Create a separate category group for every individual article record in the org.
E.Limit the number of active category groups to align with business needs and platform limits (max 3 active groups).
AnswersB, E

Correct. Shallow hierarchies improve usability and search filtering.

Why this answer

Data category design should remain shallow to avoid user fatigue and respect platform limits.

4
Multi-Selectmedium

An administrator needs to manage Data Categories for Salesforce Knowledge. Which THREE statements are true regarding Data Category Groups and Categories? Choose 3 answers.

Select 3 answers
A.Data category visibility can be controlled at the profile or permission set level.
B.Deleting a Data Category automatically deletes all Knowledge articles assigned to that category.
C.Data category groups can only be applied to custom objects and cannot be mapped to standard objects like Cases.
D.A maximum of three category groups can be actively deployed at one time for Knowledge.
E.Data categories can be structured hierarchically with parent and child categories.
AnswersA, D, E

Administrators manage visibility settings for data categories through user profiles or permission sets.

Why this answer

Data category visibility can be controlled via profiles/permission sets, groups can contain hierarchical categories, and there are specific limits on active category groups.

5
MCQhard

Universal Containers wants to implement article recommendations on Cases. When an agent views a Case with the subject 'Printer connection failed', the Lightning Knowledge component should automatically suggest relevant troubleshooting articles. How does Salesforce generate these recommendations?

A.It uses keyword matching from the Case Subject and Description against article titles and body content.
B.It relies entirely on manual tagging performed by agents when closing previous cases.
C.It requires custom Apex triggers that query articles using SOSL and push them to a custom related list.
D.It uses Assignment Rules configured in Setup to match case categories to data categories.
AnswerA

Correct. Out-of-the-box knowledge search in the component uses search terms derived from the case fields to recommend articles.

Why this answer

Lightning Knowledge uses built-in relevance algorithms (and Einstein Article Recommendations when enabled) that analyze case text (subject and description) to suggest matching articles.

6
Multi-Selectmedium

Universal Containers wants to customize the Lightning Knowledge component search behavior in the Service Console. Which THREE configuration options are available for the component in Lightning App Builder? (Choose three.)

Select 3 answers
A.Set the background color of individual article cards using inline CSS properties.
B.Embed custom Lightning Web Components directly into the article search results dropdown.
C.Configure filter criteria based on Data Categories or Article Types.
D.Enable or disable the ability for agents to create new articles from the component.
E.Specify whether search automatically runs using Case subject and description text.
AnswersC, D, E

Correct. Default filters can be set up in the component settings.

Why this answer

App Builder allows configuring default search filters, action buttons, and suggestion settings on the Knowledge component.

7
MCQmedium

Universal Containers wants to ensure that when a Knowledge article reaches its validation expiration date, it is automatically unpublished and flagged for review. How should the consultant configure this?

A.Create a time-based workflow rule on Knowledge that unpublishes the article on the expiration date.
B.Build an Apex scheduled batch job that queries expired articles and updates their status.
C.Use an escalation rule to notify the article owner when the expiration date passes.
D.Configure Article Expiration Settings in Knowledge Settings to automatically archive or change status upon expiration.
AnswerD

Correct. Knowledge settings allow automated handling of articles when they reach their validation expiration date.

Why this answer

Knowledge validation settings allow administrators to set expiration dates and define actions (such as archiving or unpublishing) when articles expire.

8
MCQmedium

Universal Containers wants to ensure that support agents can only view FAQ articles related to the specific product line of the customer case they are currently viewing. How should the administrator configure Data Categories to achieve this?

A.Create distinct Lightning Record Pages for each product line and embed separate Knowledge components filtered by hardcoded record types.
B.Map Data Categories to the Case object and configure the Knowledge component to use 'Case Data Categories' filter.
C.Create a custom formula field on the Case object that pushes product line values directly into article version fields via Process Builder.
D.Assign every agent a specific profile that restricts Data Category visibility using role hierarchies.
AnswerB

Mapping Data Categories to Cases is the correct mechanism to automatically filter Knowledge search results based on the context of the active Case.

Why this answer

Mapping Data Categories to Cases allows Salesforce to automatically filter Knowledge articles based on the Case's field values or data category selections, helping agents find relevant articles quickly.

9
Multi-Selectmedium

Universal Containers wants to ensure that specific types of articles (e.g., Secure Security Policies) can only be viewed by internal employees and never by community users. Which TWO mechanisms can help enforce this? (Choose two.)

Select 2 answers
A.Configure Data Category Visibility on community profiles to exclude the security category.
B.Uncheck the 'Visible in Customer Community' channel checkbox on the article layout or channel settings.
C.Create a separate Experience Cloud site for internal security staff only.
D.Write an Apex trigger on the Experience Cloud login event to clear cookies.
E.Use custom sharing rules on Accounts to grant access to policies.
AnswersA, B

Correct. Restricting category visibility prevents community users from accessing those articles.

Why this answer

Internal-only visibility is achieved through channel settings and data category visibility restrictions.

10
MCQmedium

Universal Containers wants agents to attach Knowledge articles to cases and automatically email those articles to customers directly from the Case feed. Which component feature should the administrator enable in the Lightning Service Console?

A.Configure the Knowledge component actions to include 'Insert Article as URL' or 'Insert Article as Text' in the Email action.
B.Build a custom Visualforce page embedded in the utility bar to scrape article text and push it into the Case Description field.
C.Write an Apex trigger on the CaseComment object to parse attached articles and send an outbound message via Email Relay.
D.Enable Salesforce Files Connect to sync Knowledge attachments to a shared public folder for customer access.
AnswerA

Enabling these component actions allows agents to quickly insert article contents or links into outgoing emails within the Case feed.

Why this answer

The Knowledge component in the Lightning Service Console includes built-in utility actions such as 'Insert Article' into email or case comments, which streamlines agent workflows.

11
MCQhard

Universal Containers has configured multiple article record types. They want to ensure that specific fields (such as 'Internal Notes') are visible only to internal agents and never exposed when published to the Experience Cloud site. How should the consultant achieve this?

A.Configure Knowledge Page Layout Assignments based on Record Type and Profile.
B.Use field-level security to hide the 'Internal Notes' field from the Experience Cloud guest user profile.
C.Create a validation rule that checks if the viewing user is external and clears the field.
D.Use custom CSS in the Experience Cloud site builder to hide the field DOM element.
AnswerA

Correct. Page layouts in Salesforce Knowledge allow administrators to control which fields appear based on user profiles and record types.

Why this answer

Page layouts for Salesforce Knowledge can be assigned based on Record Type and User Profile, allowing administrators to hide internal fields from community user profiles.

12
MCQmedium

A Service Cloud Consultant is setting up Salesforce Knowledge and needs to ensure that only tier-2 support agents can publish articles for the hardware troubleshooting data category. How should the consultant configure this requirement?

A.Configure Data Category Visibility in Profiles or Permission Sets to restrict publish access.
B.Create a custom approval process that routes to tier-2 agents upon submission for publication.
C.Set the sharing model for Knowledge to Private and use manual sharing rules.
D.Modify the record types assigned to the tier-1 support profile to exclude hardware articles.
AnswerA

Correct. Data category visibility settings dictate which roles or profiles can access and manage categories.

Why this answer

Data Category Visibility settings on Profiles or Permission Sets control which users can view and manage articles within specific data categories.

13
MCQmedium

Universal Containers wants to retire an outdated article type while retaining access to historical articles that were already published under that type. What is the recommended best practice for the administrator?

A.Delete the Knowledge Record Type immediately to purge associated database tables and reclaim storage space.
B.Archive all active articles of that type, remove the Record Type from user profiles, and keep the object structure intact for historical reporting.
C.Convert the Knowledge object into a custom object using the Custom Object Conversion Wizard.
D.Change the API name of the Record Type to 'Deprecated' so agents know not to select it.
AnswerB

Archiving active articles and restricting the Record Type prevents new creation while preserving historical read access and reporting capability.

Why this answer

To retire an article type or layout while keeping historical records accessible, administrators should unassign record types or archive existing articles, keeping in mind that Salesforce Knowledge uses record types rather than legacy 'article types' in Lightning.

14
MCQeasy

A support manager wants to track which Knowledge articles are most frequently attached to cases to understand their effectiveness. Where should the consultant direct the manager to find this metric out-of-the-box?

A.Standard 'Articles By Case' report type.
B.Knowledge Article View Count dashboard component.
C.Service Analytics App embedded Einstein dashboard.
D.Article Feedback related list on the Case layout.
AnswerA

Correct. The 'Articles By Case' standard report type links cases to the attached articles to measure usefulness.

Why this answer

Salesforce provides standard reports for Knowledge usage, including the 'Articles By Case' report type, which tracks which articles are attached to cases.

15
MCQmedium

Universal Containers wants to categorize articles by product line and geography. Agents should be able to select multiple categories within the geography dimension for a single article. How should the consultant set up Data Categories?

A.Use custom hierarchical custom metadata types for geography and standard picklists for product lines.
B.Create two Data Category Groups: Product Line and Geography, and configure Geography to allow multiple category selection.
C.Create separate object record types for each geography and a multi-select picklist for product lines.
D.Create a single Data Category Group with dependent picklist fields mapping product to geography.
AnswerB

Correct. Category groups can be configured to allow users to select multiple categories within a single group if needed.

Why this answer

Data category groups can be configured to allow single or multiple category selection within a group, depending on business requirements.

16
MCQeasy

An agent finds a published Knowledge article that contains a spelling error. The agent does not have permission to publish articles directly, but needs the error corrected. What action should the agent take?

A.Archive the article immediately and create a brand new article from scratch.
B.Click 'Edit' on the published article, which automatically creates a draft copy for editing and submission.
C.Email the system administrator with the corrected text so they can manually update the database.
D.Edit the published article directly, as all users have inline editing rights on published content.
AnswerB

Clicking Edit on a published article generates a new draft version, preserving the currently published version until the draft is approved and published.

Why this answer

When an agent without publishing permissions needs to update an article, they create a 'Draft' version of the published article, make the edits, and submit it for review/approval.

17
Multi-Selecteasy

Universal Containers wants to ensure that support agents can effectively use Salesforce Knowledge within the Lightning Service Console. Which TWO features should the consultant configure or verify? (Choose two.)

Select 2 answers
A.Configure Salesforce Files sync for all article attachments.
B.Set up Omni-Channel supervisor tabs for Knowledge authoring queues.
C.Assign 'Read' and 'Create' object permissions for Knowledge on agent profiles.
D.Place the Lightning Knowledge component on the Case record page layout in Lightning App Builder.
E.Enable Salesforce CRM Content libraries for each article type.
AnswersC, D

Correct. Agents need read access to find and view articles, and create access if they author articles.

Why this answer

The Lightning Knowledge component on record pages and appropriate object-level permissions are essential for console users.

18
MCQmedium

Universal Containers wants to restrict access to internal HR policy articles so that standard customer support agents cannot see them, while ensuring HR personnel can. How should the consultant achieve this?

A.Set the organization-wide default for Knowledge to Private and create a sharing rule for HR.
B.Use validation rules to prevent support profiles from querying HR record types.
C.Create a separate Knowledge object and assign it to the HR profile.
D.Assign data category visibility for the HR category exclusively to the HR profile and restrict it from support profiles.
AnswerD

Correct. Restricting data category visibility prevents unauthorized profiles from viewing articles associated with those categories.

Why this answer

Data categories combined with role-based or profile-based data category visibility allow organizations to control which user groups can view specific segments of the Knowledge base.

19
MCQeasy

An agent has finished updating an existing, published Knowledge article in Lightning Experience. What happens to the current published version while the agent is editing it?

A.The published version remains available to users while a separate draft version is edited.
B.The agent cannot edit a published article directly and must archive it first.
C.A copy of the article is created as a brand-new record with a different URL name.
D.The article is automatically unpublished and set to draft for all users until re-published.
AnswerA

Correct. Salesforce maintains versioning so live users see the published version while edits happen on the draft.

Why this answer

When editing a published article, Salesforce creates a working draft. The original published version remains visible to users until the new draft is approved and published.

20
MCQmedium

Universal Containers wants agents to provide feedback on Knowledge articles directly from the article view page in the console, indicating whether the article was helpful or not. How should the consultant enable this?

A.Enable Chatter Questions on the Knowledge article feed.
B.Create a custom object linked to Knowledge and place a related list on the page layout.
C.Enable Article Feedback in Knowledge Settings and add the feedback component to the article page layout.
D.Configure Case milestones to prompt agents for article ratings upon case closure.
AnswerC

Correct. Enabling article feedback in Setup activates the feedback mechanism for users.

Why this answer

Article feedback can be enabled in Knowledge Settings, allowing users to submit thumbs up/down or comments on articles.

21
MCQhard

Universal Containers wants to track article lifecycle metrics, specifically the time elapsed between when an article is submitted as a draft and when it is finally published. Which reporting tool should the consultant recommend?

A.Einstein Discovery predictive lifecycle models.
B.Real-Time Event Monitoring transaction log analytics.
C.Standard Knowledge Article History reports or Historical Trending on the Knowledge object.
D.Chatter audit trails on article group feeds.
AnswerC

Correct. Historical Trending and field history tracking allow organizations to analyze duration between status changes.

Why this answer

Historical Trending or custom reporting on article version history can track state transitions, while reporting on standard Knowledge metrics provides insights into creation and publication timestamps.

22
MCQeasy

An administrator needs to create a new category group for Salesforce Knowledge. Where in Setup should the administrator navigate?

A.Object Manager > Knowledge > Categories
B.Data Category Setup
C.Service Console Settings
D.Knowledge Settings
AnswerB

Correct. Data Category Setup is where category groups and their hierarchical categories are created and managed.

Why this answer

Data Category Groups are managed in Setup under Data Category Setup.

23
Multi-Selecthard

An administrator is designing a complex article publishing lifecycle. Which THREE actions can be automated as part of a Knowledge article approval process or workflow? Choose 3 answers.

Select 3 answers
A.Automatically convert the article's record type based on approval outcome.
B.Create follow-up tasks for authors to review expired articles.
C.Send email notifications to designated approvers when an article is submitted.
D.Trigger an automatic translation export to external localization vendors directly via standard approval actions.
E.Update specific fields on the article record (e.g., setting a Review Status field) upon approval or rejection.
AnswersB, C, E

Task creation is supported as an automated action in approval and workflow processes.

Why this answer

Approval processes and workflows can automate field updates, email notifications, and task creation, but cannot directly alter article record types or trigger external ETL jobs natively without integrations.

24
MCQhard

An administrator has set up a custom approval process for Knowledge articles. When an article is submitted for approval, the author should no longer be able to edit the article content, but reviewers need to be able to make minor inline edits before final approval. Which configuration satisfies this requirement?

A.Use a validation rule that checks if the current user is an approver and bypasses the read-only restriction on published articles.
B.Check the 'Allow approvers to edit locked records' setting in the approval process setup and configure record-level locking.
C.Set the article workflow action to automatically change article status to 'Draft' upon every approval step rejection.
D.Grant authors 'Modify All' permission on the Knowledge object so they can override locks, while removing 'Edit' permission from reviewers.
AnswerB

This setting in the approval process allows designated approvers to modify records while they are locked in an approval step.

Why this answer

Salesforce Knowledge supports approval processes where authors are locked out of editing during review, but specific administrative settings or designated approver settings dictate whether approvers can edit locked records during the approval process.

25
MCQhard

Universal Containers wants to archive old articles in bulk because they are no longer relevant to current product offerings. What is the most efficient way to archive multiple published articles simultaneously?

A.Select multiple articles in the Knowledge tab list view and click the 'Archive Selected' button.
B.Use Data Loader to update the PublishStatus field of the article versions to 'Archived'.
C.Write an anonymous Apex script that deletes the Knowledge records permanently.
D.Configure a scheduled Flow that iterates through all articles and changes their record type to Archived.
AnswerB

Correct. Data Loader allows bulk updates to the Knowledge object, including changing the publish status to archive records.

Why this answer

Bulk archiving of articles can be performed using Data Loader by updating the PublishStatus field to 'Archived' (or using the Archiving feature in Knowledge Management if supported by version).

26
MCQmedium

Universal Containers wants to ensure that support agents can attach Knowledge articles to Cases via email responses to customers. How can this requirement be met?

A.Use the 'Insert Article' action within the Email action toolbar in the Case feed.
B.Configure Workflow email alerts to automatically attach matching knowledge articles.
C.Copy and paste the article HTML source code from the article management tab.
D.Write a custom Visualforce email template that queries Knowledge objects via SOQL.
AnswerA

Correct. The email composer in the case feed includes an option to insert article text or links.

Why this answer

Agents can insert article content or send article links directly from the email action in the Case feed when communicating with customers.

27
MCQeasy

An administrator needs to make sure that support agents can view article versions when looking at historical interactions. Which permission must be granted to the agents?

A.Publish Articles
B.Edit Draft Articles
C.Manage Articles
D.View Archived Articles
AnswerD

Correct. This specific permission allows users to view archived versions of Knowledge articles.

Why this answer

To view archived or older versions of an article, users must have the 'View Archived Articles' permission enabled on their profile or permission set.

28
MCQeasy

A support supervisor needs to know how many times a specific Knowledge article has been viewed by customers on the public Experience Cloud site. Where can this information be found?

A.Google Analytics integration setup logs.
B.Case Comment History related list.
C.Knowledge Article View Statistics fields and standard reports.
D.Chatter feed analytics on the article record.
AnswerC

Correct. View statistics track how many times an article was viewed across various channels.

Why this answer

The Article View Stat object tracks view counts across different channels (Internal App, Partner Portal, Customer Portal/Experience Cloud, Public Website).

29
Multi-Selectmedium

Universal Containers is setting up Data Categories and needs to control visibility across different business units. Which TWO statements are true regarding Data Category visibility? (Choose two.)

Select 2 answers
A.Data category visibility automatically mirrors the role hierarchy without manual setup.
B.External Experience Cloud users cannot have data category visibility restrictions applied.
C.Data categories dictate the object-level sharing model for standard Accounts and Contacts.
D.Data category visibility can be assigned via Profiles and Permission Sets.
E.Visibility can be set to 'All', 'None', or customized to specific branches of a category group.
AnswersD, E

Correct. Visibility settings are managed at the profile and permission set level.

Why this answer

Data category visibility can be configured per profile or permission set, and controls which categories users can see and filter by.

30
MCQhard

Universal Containers is designing its data category hierarchy. They have 4 category groups, and each group has multiple levels of child categories. What is a key governor or structural limit regarding Data Categories that the consultant must keep in mind?

A.Data category groups must be identical across all Knowledge record types.
B.Data categories cannot have more than 3 levels of child categories.
C.A single article can be associated with a maximum of 10 data categories across all groups.
D.An organization can have a maximum of 3 active Data Category Groups.
AnswerD

Correct. The platform limit for active data category groups is 3.

Why this answer

Salesforce enforces limits on data categories, such as a maximum of 3 active category groups, up to 5 levels of categories within a group, and a total limit on categories per org.

31
MCQmedium

Universal Containers requires that when a Knowledge article is created, its URL name is automatically populated based on the title. How does Salesforce handle the URL Name field by default?

A.It is generated sequentially using system record IDs.
B.It is auto-populated from the article title, with the ability to be manually edited by authors.
C.It requires a custom Apex trigger to generate SEO-friendly URL strings.
D.It must be manually entered by the author every time to prevent duplicate URL errors.
AnswerB

Correct. Salesforce automatically derives the URL name from the title, but allows manual override.

Why this answer

The URL Name field in Salesforce Knowledge is automatically populated based on the Article Title, replacing spaces with hyphens, though it can also be manually edited.

32
MCQeasy

A support agent creates a new FAQ article in Salesforce Knowledge. What is the default status of this newly created article when saved for the first time?

A.Draft
B.Published
C.Pending Approval
D.Archived
AnswerA

Newly created articles always start in Draft status.

Why this answer

When a new article is created in Salesforce Knowledge, it is always saved with a status of 'Draft' before it goes through any review or publishing processes.

33
MCQhard

Universal Containers uses Salesforce Knowledge with multiple languages enabled. An author makes a major update to the master English article. How does this affect the translated versions in Spanish and French?

A.The translated articles are automatically unpublished until the master article is approved.
B.The translations are automatically deleted and must be recreated from scratch.
C.The translated versions are flagged as 'Out of Date', and translation tasks are generated if configured.
D.The translated versions are automatically overwritten with machine-translated English text.
AnswerC

Correct. Updating the master article flags translations as out of date so translators can review the changes.

Why this answer

When a master article is modified, Salesforce flags the translated versions as 'Out of Date', alerting translators that review is required.

34
Multi-Selecthard

Universal Containers is preparing to import 20,000 legacy articles into Salesforce Knowledge using the Knowledge Import Tool. Which THREE requirements must be met for a successful import? (Choose three.)

Select 3 answers
A.Valid article type names and matching field API names in the import files.
B.An active Enterprise integration license for each imported article.
C.A pre-approved Salesforce support ticket authorizing the batch size.
D.A properties file that defines the mapping and characteristics of the import.
E.A structured ZIP file containing CSV or XML files for article data.
AnswersA, D, E

Correct. Field names in import files must match Salesforce schema API names.

Why this answer

Knowledge imports require a specific ZIP structure, a properties file mapping fields, and valid CSV/XML content.

35
Multi-Selecteasy

Universal Containers wants support agents to easily find relevant articles while chatting with customers in the Service Console. Which TWO features enhance agent efficiency with Knowledge during live chats? (Choose two.)

Select 2 answers
A.Article insert action directly within the chat panel or email composer.
B.Mandatory email attachments of all knowledge base files on every outgoing message.
C.Automatic conversion of chat transcripts into published knowledge articles via workflow.
D.Automatic voice-to-text translation of knowledge articles during phone calls.
E.Lightning Knowledge component placed on the Console workspace tab and utility bar.
AnswersA, E

Correct. Agents can insert article text or links into customer communications.

Why this answer

Lightning Knowledge component and suggested articles in Omni-Channel or chat windows help agents find articles quickly.

36
MCQeasy

A support agent wants to search for Knowledge articles using specific terms and filter them by data category directly within the Lightning Service Console. Which tool provides this interface?

A.The Case Feed Publisher action menu.
B.The Knowledge Management app in App Launcher.
C.The Lightning Knowledge component on the Case or Home page.
D.Global Search results page with Knowledge object tab.
AnswerC

Correct. The Lightning Knowledge component is designed specifically for searching, filtering, and attaching articles in the console.

Why this answer

The Lightning Knowledge component provides search, filtering by data categories, sorting, and preview capabilities within the console.

37
MCQmedium

Universal Containers wants to ensure that articles flagged with a 'Needs Review' validation status cannot be attached to cases by support agents. How should the consultant configure this?

A.Configure Knowledge Settings to exclude articles with specific validation statuses from search and case attachment.
B.Use data category visibility to hide articles undergoing review.
C.Write a validation rule on the CaseArticle object preventing attachment.
D.Remove read access to the Knowledge object for agents until validation is complete.
AnswerA

Correct. Knowledge settings allow filtering out unvalidated or draft articles from agent search results.

Why this answer

Administrators can restrict article search and attachment based on validation status in Knowledge Settings.

38
Multi-Selecthard

Universal Containers operates globally and uses multi-language features in Salesforce Knowledge. Which THREE considerations must a consultant keep in mind when designing a multi-language knowledge base? (Choose three.)

Select 3 answers
A.Articles are created in a master language, and translations are linked to the master record.
B.Salesforce automatically machine-translates all articles into enabled languages every night.
C.Translation Management allows assigning translation tasks to specific users, queues, or agencies.
D.Every translated article requires a separate record type and independent workflow.
E.When a master article is updated, linked translations are flagged as 'Out of Date'.
AnswersA, C, E

Correct. Translations reference a master language article record.

Why this answer

Multi-language setups involve master articles, translation tasks, and language fallback behaviors.

39
MCQeasy

A consultant is modifying the page layout for a Knowledge article type in Lightning Experience. Which tool is used to arrange fields and sections on the layout?

A.Knowledge Setup Wizard layout designer.
B.Experience Builder page editor.
C.Lightning App Builder canvas.
D.Object Manager Page Layouts for the Knowledge object.
AnswerD

Correct. Fields, sections, and related lists on Knowledge articles are configured using standard Page Layouts in Object Manager.

Why this answer

Knowledge layout arrangement in Lightning Experience is performed using Lightning Record Page layouts and Object Manager page layouts depending on the context, but standard field layout is managed via Page Layouts in Object Manager.

40
Multi-Selecteasy

A support manager wants to ensure that authors submit articles for review before publishing. Which TWO features can be used to manage this review process? (Choose two.)

Select 2 answers
A.Account territory management rules for article ownership.
B.Approval Processes routed to editorial or management queues.
C.Omni-Channel skill-based routing for static dashboard components.
D.Automatic Case Assignment rules based on article topic.
E.Validation Status picklist values such as 'Needs Review' or 'Validated'.
AnswersB, E

Correct. Approval processes route drafts for review.

Why this answer

Approval processes and validation statuses are standard tools for managing article review workflows.

41
Multi-Selectmedium

Universal Containers is implementing Salesforce Knowledge and wants to ensure that agents can easily find articles matching the exact context of an open case. Which TWO features of the Knowledge component in Lightning Experience should the administrator configure to support this? Choose 2 answers.

Select 2 answers
A.Embed a Lightning Flow on the utility bar to prompt agents for manual keyword entry.
B.Enable automatic search based on case fields such as Subject and Description.
C.Configure data category mappings to automatically filter articles based on case field values.
D.Set up Omni-Channel Skills-Based Routing to push relevant articles directly to agent work tabs.
E.Create a custom Salesforce Console Navigation rule to open articles in primary tabs instead of subtabs.
AnswersB, C

Automatic search queries Knowledge as soon as a case opens using case field values, saving agents manual typing time.

Why this answer

Lightning Knowledge component features like automatic search based on case subject/description and data category mapping help agents find relevant articles efficiently.

42
MCQhard

Universal Containers uses Salesforce Knowledge and has implemented multi-language support. They noticed that some articles are being searched for in Spanish, but no results are returned even though English articles exist. What is the likely cause?

A.The articles must be assigned a separate record type for each language.
B.Language fallback settings are not configured to show master language articles when translations are missing.
C.The Knowledge search index has not been rebuilt for Spanish characters.
D.Data category visibility is blocking Spanish users from seeing English category nodes.
AnswerB

Correct. Configuring language fallback allows users searching in secondary languages to view master language articles if translations do not exist.

Why this answer

Salesforce Knowledge requires articles to be explicitly translated into additional languages. If a translation has not been created, searching in that language will not return the English article unless fallback settings or master language display is configured.

43
MCQmedium

Universal Containers wants articles to go through a mandatory review by a quality assurance team before they can be published. However, agents should still be able to save their work as drafts. What feature should the consultant implement?

A.Process Builder automation that changes status from Draft to Published only after QA field is checked.
B.Validation Rule on the Knowledge object checking the publication status.
C.Sharing rules restricting the Publish action to the QA profile.
D.Knowledge Approval Process with an entry criteria of Draft status and an approval action to publish.
AnswerD

Correct. Approval processes allow drafts to be reviewed and automatically published upon approval.

Why this answer

Approval Processes in Salesforce Knowledge can be configured to trigger when an article is submitted for review, routing it to specific approvers before publication.

44
MCQhard

An administrator is troubleshooting an issue where certain external users on a Community (Experience Cloud site) cannot view translated Knowledge articles. Standard internal users can view them without issue. What is the most likely cause of this behavior?

A.Knowledge translation is only supported for internal users with a full Salesforce license.
B.Translated articles automatically default to 'Archived' status when viewed by community license holders.
C.Language permissions and Data Category visibility for the specific language have not been granted to the Experience Cloud site profile or permission set.
D.The Knowledge component in Experience Cloud must have hardcoded language codes defined in URL parameters.
AnswerC

External profiles require explicit language access and data category visibility assignments to view translated knowledge articles.

Why this answer

Language visibility and Data Category visibility must be explicitly configured for external profiles/permission sets in Experience Cloud sites to ensure translated articles appear correctly.

45
MCQeasy

An author is writing a new Knowledge article and wants to include a step-by-step table and some embedded images. Which field type should the consultant add to the article page layout to support rich text formatting and images?

A.Encrypted Text
B.Web Address (URL)
C.Rich Text Area
D.Long Text Area
AnswerC

Correct. Rich Text Area fields allow authors to format text, add tables, and embed images.

Why this answer

Rich Text Area fields support HTML formatting, tables, hyperlinks, and embedded images in Salesforce Knowledge.

46
Multi-Selectmedium

Universal Containers wants to implement an approval process for Knowledge articles. Which THREE components are required when building a Knowledge approval process? (Choose three.)

Select 3 answers
A.Entry criteria that determines when an article enters the approval process (e.g., status equals Draft).
B.Automated actions for approval and rejection, such as field updates to change the article status.
C.A mandatory Apex trigger to lock the record during review.
D.A separate approval object for tracking history.
E.Approval steps that define who must approve the record and under what conditions.
AnswersA, B, E

Correct. Entry criteria define which records qualify for the workflow.

Why this answer

Approval processes require entry criteria, approval steps, and actions upon approval or rejection.

47
Multi-Selecteasy

Universal Containers wants to track article utilization and effectiveness. Which TWO standard metrics or reports are available out-of-the-box for Salesforce Knowledge? (Choose two.)

Select 2 answers
A.Daily backup storage utilization per article.
B.Articles By Case report showing how many times articles were attached to cases.
C.Article View Statistics reporting view counts by channel.
D.Automated customer satisfaction survey score per individual paragraph.
E.Real-time agent keystroke analytics during article authoring.
AnswersB, C

Correct. This standard report links cases to attached articles.

Why this answer

Standard reports track article views and case attachments.

48
MCQhard

Universal Containers uses Salesforce Knowledge and wants to ensure that when an article is archived, it is automatically removed from all customer-facing Experience Cloud sites immediately. How does Salesforce Knowledge handle archiving behavior regarding visibility?

A.Archived articles must be manually deleted from Experience Cloud workspace CMS spaces.
B.Archived articles stay visible to community users unless an explicit sharing rule is removed.
C.Archived articles remain visible in Experience Cloud sites until a batch job runs nightly.
D.Archived articles are immediately removed from all channels and search results, remaining accessible only to users with 'View Archived Articles' permission.
AnswerD

Correct. Archiving immediately revokes public visibility, moving the article to the archived state.

Why this answer

Archived articles are automatically removed from all public channels, including internal search and Experience Cloud sites, immediately upon archiving.

49
Multi-Selecthard

Universal Containers is auditing its Salesforce Knowledge implementation and reviewing article lifecycle states. Which THREE article states exist natively in Salesforce Knowledge? (Choose three.)

Select 3 answers
A.Pending Review
B.Archived
C.Published
D.Deleted
E.Draft
AnswersB, C, E

Correct. Archived retires the article from active public visibility.

Why this answer

Salesforce Knowledge articles move through distinct lifecycle states: Draft, Published, and Archived.

50
MCQeasy

A consultant is asked to enable Salesforce Knowledge in a new org. What is a key initial consideration regarding the Knowledge object structure that cannot be easily undone later?

A.Languages cannot be added after initial setup.
B.The article object API name is fixed and defaults to Knowledge__kav.
C.Approval processes become mandatory for all articles.
D.Data categories cannot be modified after creation.
AnswerB

Correct. The underlying object structure uses Knowledge__kav and cannot be renamed.

Why this answer

Once Salesforce Knowledge is enabled, the default article type architecture or the transition to Lightning Knowledge is permanent, and certain configurations cannot be reverted.

51
MCQhard

Universal Containers uses Salesforce Knowledge and requires that articles written in English are automatically translated to Spanish when submitted for review. What is the correct way to handle translation in Salesforce Knowledge?

A.Create a separate article type for Spanish and use workflow field updates to copy English content.
B.Set up a Process Builder flow that calls an external translation API to overwrite the Spanish article fields.
C.Configure Translation Management to automatically push articles to a localization vendor upon submission.
D.Enable Translation Management, define languages, and assign translation tasks manually or via assignment rules.
AnswerD

Correct. Native Translation Management requires defining languages and assigning translation tasks to designated translators or queues.

Why this answer

Salesforce Knowledge supports multiple languages through a translation workflow where translation tasks are assigned to specific users or queues, or integrated via third-party translation connectors. Automatic real-time translation upon submission is not a native out-of-the-box feature without external tools.

52
MCQhard

Universal Containers uses multiple record types for Knowledge (e.g., FAQ, Procedure, Troubleshooting). They want to ensure that when an agent creates an article from a Case, the system pre-selects the 'FAQ' record type and populates the summary field with the Case Subject. How can this requirement be met?

A.Configure Predefined Field Values on the Case Feed Action for Knowledge.
B.Create a custom Lightning component override for the New Article button.
C.Use Workflow Rules with field updates on the Knowledge object.
D.Write an Apex trigger on the Case object that inserts a Knowledge record on creation.
AnswerA

Correct. Predefined field values on feed actions allow mapping Case fields to Knowledge fields during article creation from a case.

Why this answer

Pre-defining field values and record types when creating a Knowledge article from a Case can be achieved by configuring predefined field values in Case Feed actions or utilizing custom quick actions.

53
MCQmedium

Universal Containers wants to ensure that when a Knowledge article is approved through an approval process, its status automatically changes and it becomes visible to customers. What is the correct post-approval action to configure?

A.Configure an outbound message to call the Salesforce REST API and publish the article.
B.Configure a Field Update action in the approval process to set the publishing status to published.
C.Instruct the final approver to manually click the Publish button after approving.
D.Write an Apex trigger that listens for approval completion events.
AnswerB

Correct. Field updates in approval steps can modify the publication status when approved.

Why this answer

An approval process action can automatically update the field value of the record upon successful approval, such as setting the publishing status.

54
MCQmedium

Universal Containers wants to ensure that agents attaching articles to cases can also create a new article on the fly if the required information does not exist. Where is this capability configured?

A.In Service Console App Navigation Rules.
B.In Knowledge Settings under Feature Settings in Setup.
C.In the Lightning Knowledge component properties within the Lightning App Builder.
D.In Object Manager under Case Page Layouts.
AnswerC

Correct. The component properties allow administrators to enable article creation and control actions.

Why this answer

The Lightning Knowledge component settings in Lightning App Builder allow administrators to configure actions like creating new articles directly from the component.

55
MCQhard

Universal Containers is migrating its legacy FAQ system into Salesforce Knowledge. They have 15,000 published HTML documents with embedded metadata. Which migration tool or method should the consultant recommend?

A.Salesforce Files API with custom Apex batch classes.
B.Data Loader with the standard Knowledge Article Version object.
C.Salesforce Console Migration Wizard in Setup.
D.The Knowledge Import Tool using a zip file containing CSV/XML and a properties file.
AnswerD

Correct. The Knowledge Import Tool is designed to batch-import articles, attachments, and metadata using a structured ZIP file format.

Why this answer

For large migrations of legacy articles into Salesforce Knowledge, the Knowledge Import Tool (which uses a CSV/XML format and a properties file) is the standard and supported utility.

56
MCQeasy

A support manager needs to assign incoming Knowledge authoring tasks to different teams based on the article record type. Which feature supports this workflow?

A.Assignment Rules on the Case object.
B.Queue-based sharing rules on Knowledge.
C.Omni-Channel routing for Knowledge drafts.
D.Criteria-based approval processes or translation assignment rules.
AnswerD

Correct. Approval processes and translation rules can route articles based on record type criteria.

Why this answer

Approval processes and assignment rules can use criteria based on article record types to route review and authoring tasks.

57
MCQeasy

A user is trying to create a new Knowledge article in the console, but the 'New' button is missing from the Lightning Knowledge component. What is the most likely reason?

A.The user's profile does not have 'Create' permission on the Knowledge object.
B.The article record type is assigned to a different app.
C.Knowledge has not been enabled in Service Setup.
D.The user needs a separate Salesforce CRM Content license.
AnswerA

Correct. Object-level permissions dictate whether a user can create new records.

Why this answer

The user profile lacks the 'Create' permission on the Knowledge object or the component action properties do not allow creation.

58
MCQmedium

Universal Containers wants to track how many times customers view articles on their public Experience Cloud help center versus how many times internal agents view them. How should the consultant report on this requirement?

A.Build custom formula fields on Knowledge that increment every time a view occurs on a specific channel.
B.Create separate Knowledge objects for internal and external viewing channels.
C.Create separate custom reports using the Knowledge Article View Stat standard report type filtered by channel.
D.Use Google Analytics tracking codes embedded in the article templates.
AnswerC

Correct. The View Stat report type includes channel fields to differentiate internal app views from community views.

Why this answer

Article view statistics are tracked by channel, allowing reporting on internal versus external views.

Ready to test yourself?

Try a timed practice session using only Knowledge Management questions.