Free USER-EXPERIENCE-DESIGNER Exam Braindumps (page: 29)

Page 29 of 54

A UX Designer wants tobuild on a human-centered design by focusing on more than just an individual person and is considering engaging, connected, and social value-driven solutions.
What is the designer practicing?

  1. Compassionate Design
  2. Relationship Design
  3. Service Design
  4. User Experience Design

Answer(s): C

Explanation:

Service design is a practice that aims to design and deliver holistic, human-centered, and value- driven solutions that consider the needs and expectations of not only the individual users, but also the stakeholders, the employees, the partners, and the society involved in the service. Service design focuses on more than just the user interface or the user experience, but also on the processes, systems, interactions, touchpoints, and channels that enable the service to be delivered and consumed. Service design can help create engaging, connected, and social value-driven solutions that improve the quality, efficiency, and sustainability of the service .


Reference:

: User Experience Designer Certification Prep: Module 1: Understand User Experience Design : What is Service Design?

Service Design is a design practice that focuses on providing better experiences to users by understanding the context of their needs and how they interact with systems, services, and products.

Service Design goes beyond User Experience Design by focusing on more than just individual people, and instead considers the entire ecosystem, including connected and social value-driven solutions. Salesforce provides more information on Service Design here: https://www.salesforce.com/resources/service-design/.



What are two benefits of inclusive design?
Choose 2 answers

  1. Removing the need for 508 compliance
  2. Extending access to more users
  3. Reducing friction for users in achieving their goals
  4. Tailoring a solution to one type of user

Answer(s): B,C

Explanation:

Inclusive design is a design approach that aims to create products and services that are accessible and usable by as many people as possible, regardless of their abilities, preferences, or circumstances.
Some of the benefits of inclusive design are :
Extending access to more users: By considering the diverse needs and situations of users, inclusive design can expand the reach and impact of the product or service. For example, designing a website that is compatible with screen readers can benefit not only users who are blind or visually impaired, but also users who are in low-light environments or have low bandwidth. Reducing friction for users in achieving their goals: By removing unnecessary barriers and providing multiple ways of interaction, inclusive design can enhance the user experience and satisfaction. For example, designing a mobile app that supports voice input and output can benefit not only users who have difficulty typing or reading, but also users who are multitasking or have their hands busy.


Reference:

: [UX Designer Certification Prep: Designing for Accessibility and Inclusion | Trailhead] : [Inclusive Design | Salesforce Developer Guide]

Inclusive design is a practice of designing products, services, and experiences that are accessible and usable for as many people as possible, regardless of ability, age, gender, race, language, or culture. By incorporating inclusive design practices, you can extend access to more users and reduce friction for users in achieving their goals. Salesforce provides more information on the benefits of inclusive design here: https://www.salesforce.com/blog/2020/11/what-is-inclusive-design.html.



Cloud Kicks wants to plan out the strategy for an upcoming discovery phase.
Which three practices should be considered?
Choose 3 answers

  1. Consider platform-based before custom solutions.
  2. Gather insight from end users.
  3. Establish the research plan and timeline.
  4. Understand the problem before moving tosolutions.
  5. Determine user acceptance criteria.

Answer(s): B,C,D

Explanation:

The discovery phase is a crucial stage in any UX design project, as it helps to understand the user needs, business goals, and technical constraints of the problem. The discovery phase typically involves various research methods, such as interviews, surveys, observations, and analytics, to gather data and insights about the users and the context of use. The outputs of the discovery phase are artifacts that synthesize and communicate the findings and insights from the research. Some of the practices that should be considered for planning out the strategy for an upcoming discovery phase are:
Gather insight from end users: One of the main objectives of the discovery phase is to empathize with the end users and understand their goals, motivations, pain points, behaviors, and preferences. This can be done by conducting user research, such as interviews, surveys, focus groups, or usability tests, to collect qualitative and quantitative data from the target audience. Gathering insight from end users helps to validate the assumptions and hypotheses about the problem and the solution, as well as to identify the user requirements and expectations for the design. Establish the research plan and timeline: Before conducting any user research, it is important to establish a clear and realistic research plan and timeline. The research plan should define the research objectives, questions, methods, participants, and deliverables. The research timeline should specify the duration, frequency, and sequence of the research activities, as well as the deadlines and milestones for the deliverables. Establishing the research plan and timeline helps to ensure that the discovery phase is well-organized, efficient, and effective, as well as to communicate the expectations and responsibilities to the stakeholders and the team members. Understand the problem before moving to solutions: Another key practice for the discovery phase is to focus on understanding the problem before jumping to solutions. This means defining the problem statement, the scope, and the constraints of the project, as well as identifying the root causes, the symptoms, and the impacts of the problem. Understanding the problem before moving to solutions helps to avoid wasting time and resources on creating solutions that do not address the real needs and pain points of the users, or that are not feasible or viable for the business or the technology. The other two options, considering platform-based before custom solutions and determining user acceptance criteria, are not practices that should be considered for planning out the strategy for an upcoming discovery phase. Considering platform-based before custom solutions is a practice that belongs to the design phase, not the discovery phase, as it involves choosing the best solution option based on the user research findings and the design principles. Determining user acceptance criteria is a practice that belongs to the testing phase, not the discovery phase, as it involves defining the criteria that the solution must meet to be accepted by the users and the stakeholders.


Reference:

UX Discovery Process: A Complete Guide, UX Research Methods: How to Uncover Valuable Insight about your Users, User Research: What It Is and Why You Should Do It, How to Create a UX Research Plan, Platform-Based vs. Custom Solutions: Which One to Choose?, User Acceptance Testing (UAT): A Complete Guide

For Cloud Kicks' upcoming discovery phase, the three practices that should be considered are:
A) Understand the Problem Before Moving to Solutions: Establishing a clear understanding of theproblem and what the desired outcomes are before beginning the discovery phase is essential for successful project planning. This can be done by gathering data and insights from end users,

conducting research, and understanding how the problem is currentlybeing addressed. B) Gather Insight from End Users: Gathering insights from end users is a crucial step in the discovery phase. End users provide valuable feedback and insights into the problem and how a potential solution may work. This feedback can helpshape the overall project plan and help identify potential solutions.
C) Establish the Research Plan and Timeline: The research plan and timeline should be established before beginning the discovery phase. This should include a list of tasks to be completed, the resources needed, and a timeline for completion. This plan should be communicated to all stakeholders so everyone is aware of the project goals and timeline.



A developer is creating a Lightning Web Component (LWC) and wants to make sure the visual experience is consistent with Cloud Kicks' branding. The developer asks their UX Designer about the Salesforce Lightning Design System (SLDS) styling hooks.
How should the designer describe them?

  1. They use standard CSS properties to directly style HTML elements.
  2. They use standard CSS properties to easily style base and custom components.
  3. They use custom CSS properties to directly style HTML elements.
  4. The use custom CSS properties to easily style case and custom component.

Answer(s): D

Explanation:

The designer should describe SLDS styling hooks as custom CSS properties that can easily style base and custom components. Styling hooks are placeholders in the SLDS style sheet that allow developers to customize the look and feel of their Lightning components by using the corresponding CSS custom properties. For example, the developer can change the background color of a button by setting the value of the --slds-c-button-brand-color-background custom property. Styling hooks are especially useful when working with web components and shadow DOM, as they enable component- level customizations without affecting the global styles. Styling hooks also provide consistency and performance benefits, as they leverage the SLDS design tokens and the native browser support for CSS custom properties.


Reference:

: Styling Hooks - Lightning Design System
: SLDS Styling Hooks | Lightning Web Components Developer Guide | Salesforce Developers

: SLDS Styling hooks in Lightning web components - Forcetrails

The designer should describe the Salesforce Lightning Design System (SLDS) styling hooks as using standard CSS properties to easily style base and custom components. SLDS styling hooks allow developers to quickly and easily apply CSS classes to HTML elements, enabling consistent styling across both base and custom components. This allows developers to quickly and easily apply branding and styling to their Lightning Web Components, without needing to write custom CSS. For more information about SLDS styling hooks, please see the following Salesforce documentation: https://developer.salesforce.com/docs/component- library/documentation/lwc/lwc.use_slds_styles_hooks



Page 29 of 54



Post your Comments and Discuss Salesforce USER-EXPERIENCE-DESIGNER exam with other Community members:

Paul K commented on November 27, 2023
i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available
INDIA
upvote

Angel commented on August 30, 2023
i think you have the answers wrong regarding question: "what are three core principles of web content accessibility guidelines (wcag)? answer: robust, operable, understandable
UNITED STATES
upvote

pepe el toro commented on September 12, 2023
this is so interesting
Anonymous
upvote

Paul K commented on November 27, 2023
I think it should be A,C. Option 'D' goes against the principle of building anything custom unless there are no work arounds available
INDIA
upvote

pepe el toro commented on September 12, 2023
this is so interesting
Anonymous
upvote

Angel commented on August 30, 2023
I think you have the answers wrong regarding question: "what are three core principles of web content accessibility guidelines (WCAG)? Answer: Robust, Operable, Understandable
UNITED STATES
upvote