In Figma, which Boolean operation combines two or more shapes to create a single, merged shape?
Union
Intersect
Subtract
Exclude
What's an effective way to document your Figma Design System for developers and other stakeholders?
Use a separate documentation tool like Zeroheight or Storybook.
Create a separate Figma file for documentation.
Rely solely on component names.
Leave comments on components.
How do Constraints in Figma behave when resizing a frame?
They disable any resizing options for the constrained object.
They dictate how an object resizes or repositions within its parent frame.
They automatically adjust the object's size to match the parent frame.
They lock the object's position, preventing any movement.
Where in Figma can you browse and install plugins?
Figma Community website
File > Install Plugins
Right-click context menu within a design
Within the Figma plugin panel, accessible from the menu
What is NOT a default team permission level in Figma?
Can Inspect
Can Edit
View Only
Can Share
What is the purpose of 'Slices' in Figma's export process?
To organize design files into separate artboards
To define specific areas of a design for export
To create animated transitions between frames
To apply filters and effects to design elements
What happens when you override a property of a Component instance?
All other instances of the component also inherit the overridden property.
The master component gets updated with the new property.
The instance changes its property while maintaining the link with the master component.
The instance breaks its link with the master component.
What file formats are commonly used to import Styles into Figma?
All of the above.
.AI (Adobe Illustrator)
.PSD (Adobe Photoshop)
.JSON (JavaScript Object Notation)
Which resizing option in Figma would you use to ensure an image scales proportionally when its parent frame is resized?
Top and Bottom constraints only
Scale
Left and Right constraints only
Fixed width and height
When updating a component in your Figma Design System, what should you do to avoid breaking existing designs?
Modify the component directly without any precautions.
Delete the old component and create a new one.
Create a new library for the updated components.
Use component versioning or create a new component while marking the old one as deprecated.