Last Updated On : 26-Mar-2026
Salesforce Certified Platform User Experience Designer - Plat-UX-101 Practice Test
Prepare with our free Salesforce Certified Platform User Experience Designer - Plat-UX-101 sample questions and pass with confidence. Our Salesforce-Platform-User-Experience-Designer practice test is designed to help you succeed on exam day.
Salesforce 2026
Cloud Kicks wants to modify one of its custom Lightning Web Components so that itsadministrators can change the look and feel depending on what type of Lightning page is used in. Which feature should be recommended?
A. Styling hooks
B. CSS loaded as a static resource
C. App Builder styling property
D. SLDS utility classes
Explanation
To allow administrators to modify a Lightning Web Component's (LWC) appearance directly within the Lightning App Builder, developers must expose component properties. This declarative approach empowers non-technical users to adapt the component’s style or behavior based on the specific page context—such as Home, Record, or App pages—without writing code.
✅ Correct Option: C. App Builder styling property
An App Builder styling property (defined via @api properties in JavaScript and
❌ Incorrect Option: A. Styling hooks
Styling hooks are CSS custom properties used by developers to modify the internal styles of Salesforce base components or custom blueprints. While they are powerful for theme-level changes, they are controlled within the CSS files of the code bundle. Administrators cannot interact with styling hooks through a point-and-click interface like the Lightning App Builder to change individual component instances.
❌ Incorrect Option: B. CSS loaded as a static resource
Loading CSS as a static resource is a method for applying global or shared styles across components using the loadStyle service. This is a technical implementation detail handled by developers. Administrators do not have the ability to swap or configure these static resources on the fly while designing a page in the App Builder to change specific component aesthetics.
❌ Incorrect Option: D. SLDS utility classes
SLDS utility classes are predefined CSS classes (like slds-p-around_small) used within the component's markup to handle spacing, alignment, and visibility. These are "hard-coded" into the HTML template by the developer. Since they are part of the component’s source code, administrators cannot change or swap these classes through the App Builder UI.
📝 Summary
The App Builder styling property is the correct recommendation because it enables declarative customization. By exposing properties in the component's metadata, developers allow administrators to define unique "look and feel" settings for different page types. This ensures the component remains flexible and reusable across the entire Salesforce org.
Reference:
Salesforce Developers: Configure a Component for Lightning App Builder
Cloud Kicks is incorporating Relationship Design principles into its business model and customer offerings wherever possible. Which principle would represent their company strategy?
A. Reframing products in terms of outputs over outcomes
B. Prioritizing engagement over number of impressions
C. Highlighting product benefits over uncovering customer needs
Explanation
Relationship Design focuses on building ongoing, trust-based connections by prioritizing meaningful customer interactions and value over transactional metrics. The strategy centers on the quality and depth of the relationship, not just superficial exposure.
✅ Correct Option: B
Prioritizing engagement over impressions aligns directly with Relationship Design. It shifts the focus from broad reach (impressions) to meaningful, two-way interactions (engagement). This principle fosters deeper relationships by valuing customer dialogue and participation over mere visibility.
❌ Incorrect Option: A
This inverts a core Relationship Design tenet. The principle is to reframe products in terms of outcomes over outputs. Customers value the end benefit (the outcome) more than the product's features (the output). Prioritizing outputs is a transactional, not relationship-based, approach.
❌ Incorrect Option: C
This contradicts the foundational principle of human-centered design within Relationship Design. The strategy requires first uncovering deep customer needs and pain points. Highlighting product benefits prematurely is a sales-centric tactic that doesn't build genuine, empathetic relationships.
📝 Summary
This question tests understanding of the customer-centric, qualitative focus of Relationship Design.
The strategy values meaningful interaction (engagement) over quantitative reach (impressions).
It is opposed to purely transactional approaches focused on outputs or one-sided product promotion.
🔖 Reference
Salesforce: "What is Relationship Design?" outlines its principles, emphasizing building trusted, ongoing connections by prioritizing customer engagement, outcomes, and needs.
Cloud Kicks is considering whether it should implement the Standard Salesforce Navigation or use the Console for its Sales team. What is one requirement that could lead to recommending the Console?
A. Need for viewing multiple list views at the same time
B. Ability to toggle between multiple records
C. Work that is mostly in the field
Explanation
The Salesforce Console is designed for users who need to handle multiple records and tasks simultaneously without losing context. It provides a tab-based interface that allows users to switch between records, subrecords, and related lists efficiently. For a sales team managing several opportunities or cases at once, the Console improves productivity and reduces navigation friction compared to standard navigation.
B. Ability to toggle between multiple records ✅
The Console excels when users need to switch between multiple records quickly. Tabs and subtabs let sales reps or support agents maintain context, track progress, and update records without repeatedly searching or navigating away, making this requirement a key reason to recommend the Console.
A. Need for viewing multiple list views at the same time ❌
While the Console can display related lists within a record, viewing multiple independent list views simultaneously is not its primary function. This requirement alone would not justify switching from standard navigation.
C. Work that is mostly in the field ❌
Fieldwork considerations, such as mobile access, do not inherently require the Console. Salesforce mobile and standard navigation can meet field needs without the complexity of a tabbed Console layout.
Summary
The Salesforce Console is ideal for users who must manage multiple records simultaneously. Ability to toggle between records efficiently is the strongest justification, while viewing multiple list views or field-based work does not inherently require the Console.
Reference
Salesforce Help – Lightning Experience Console Overview
A UX Designer needs to restyle a
A. Only the main Lightning Modal component can be styled using styling hooks.
B. Only the body, footer, and header helper components can be styled using styling hooks.
C. The model cannot be styled using styling hooks
Explanation
When restyling a Lightning Web Component (LWC) like the lightning-modal to align with corporate brand guidelines, UX designers must understand Salesforce's styling limitations. LWCs use Shadow DOM for encapsulation, so direct CSS overrides are restricted. Instead, Salesforce provides "styling hooks" — special CSS custom properties (e.g., --lwc-colorBackgroundModal) that allow targeted, supported customization of specific parts without breaking encapsulation or future upgrades.
Correct Option
✅ B. Only the body, footer, and header helper components can be styled using styling hooks
This is the key consideration. In lightning-modal, styling hooks target only the header (modalHeader), body (modalBody), and footer (modalFooter) sub-components. You can customize backgrounds, borders, paddings, fonts, etc., via variables like --lwc-modalHeaderColor. This ensures brand-consistent styling while respecting SLDS boundaries — other parts (like the overlay or close button) remain unstyleable via hooks to maintain consistency and accessibility.
Incorrect Options
❌ A. Only the main Lightning Modal component can be styled using styling hooks
This is misleading. The main
❌ C. The model cannot be styled using styling hooks
This is too absolute and incorrect (likely a typo for "modal"). The modal can be styled using hooks, but only on specific sub-parts. Claiming it "cannot be styled" ignores Salesforce's built-in support for header/body/footer customization, which is essential for brand alignment without custom LWCs or risky global CSS.
Summary
The key awareness for restyling a lightning-modal LWC is B – Only the body, footer, and header helper components can be styled using styling hooks. This limitation ensures controlled, upgrade-safe customizations per brand guidelines. Focus on hooks for allowed areas to avoid conflicts with SLDS defaults. Always check release notes for new hooks in future updates.
Reference
Salesforce Help – Lightning Web Component Modal
(Details styling hooks limited to modalHeader, modalBody, modalFooter for branding.)
Cloud Kicks wants its users to know when a new feature is enabled or available with a short video explaining the new feature. What should be recommended?
A. Lightning Path component
B. Docked prompt using In-App Guidance
C. Custom video component
D. Utility bar with embedded video
Explanation:
To effectively communicate new feature availability, a guided approach is needed. In-App Guidance offers a prompt that can include video content, making it ideal for showcasing new features and enhancing user engagement through interactive guidance.
B. ✅ Docked prompt using In-App Guidance:
A docked prompt using In-App Guidance can include videos and is designed for announcing new features, making it a suitable choice for Cloud Kicks' requirement, enhancing user adoption and engagement effectively with contextual support.
A. ❌ Lightning Path component:
A Lightning Path component guides users through processes or workflows but isn't specifically designed for showcasing new features with videos, making it less suitable for this requirement of Cloud Kicks needing immediate attention to new features.
C. ❌ Custom video component:
A custom video component can display the video but lacks the guided, in-app context that In-App Guidance offers for new feature announcements, requiring more customization and less direct engagement.
D. ❌ Utility bar with embedded video:
A utility bar is typically used for actions or shortcuts, not for announcing new features with videos, making it less relevant for this specific need of highlighting new functionality.
Summary:
Cloud Kicks needs to announce new features with videos. In-App Guidance with a docked prompt is ideal. It's guided and can include videos, enhancing user engagement.
Reference:
Salesforce In-App Guidance documentation
| Salesforce-Platform-User-Experience-Designer Exam Questions - Home | Previous |
| Page 3 out of 40 Pages |