0
0
Figmabi_tool~20 mins

Boolean operations (union, subtract, intersect, exclude) in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Boolean Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Boolean Union in Figma

In Figma, you have two overlapping shapes: a red circle and a blue square. You apply the Union boolean operation. What will be the visual result?

AA single shape combining both the circle and square areas, filled with the color of the top shape.
BTwo separate shapes remain visible, overlapping with their original colors.
COnly the overlapping area of the circle and square is visible, filled with a mix of red and blue.
DThe square shape is cut out from the circle, leaving a hole in the circle.
Attempts:
2 left
💡 Hint

Think about how union combines shapes.

🧠 Conceptual
intermediate
2:00remaining
Result of Subtract Operation in Figma

You have a green rectangle and a yellow circle overlapping. You apply the Subtract boolean operation with the circle on top. What is the expected visual output?

ABoth shapes remain unchanged and visible.
BThe circle shape is removed from the rectangle, creating a hole in the rectangle where the circle overlapped.
COnly the overlapping area remains visible, filled with green.
DThe two shapes merge into one shape with combined colors.
Attempts:
2 left
💡 Hint

Subtract removes the top shape area from the bottom shape.

visualization
advanced
2:30remaining
Visualizing Intersect Operation Result

Given two overlapping shapes, a purple triangle and an orange ellipse, you apply the Intersect boolean operation. Which visual result matches this operation?

AThe triangle shape is removed from the ellipse, leaving a hole in the ellipse.
BBoth shapes remain visible side by side without overlap.
COnly the overlapping area of the triangle and ellipse is visible, filled with the color of the top shape.
DThe two shapes merge into one shape covering all areas.
Attempts:
2 left
💡 Hint

Intersect keeps only the shared area of shapes.

🎯 Scenario
advanced
2:00remaining
Using Exclude to Create a Complex Shape

You want to create a shape that shows all areas of two overlapping shapes except the overlapping part itself. Which boolean operation should you use in Figma?

ASubtract
BUnion
CIntersect
DExclude
Attempts:
2 left
💡 Hint

Think about removing only the overlapping area.

🔧 Formula Fix
expert
3:00remaining
Troubleshooting Unexpected Boolean Operation Result

You applied the Subtract operation on two shapes in Figma, but the result shows no visible shape. What is the most likely cause?

AThe top shape completely covers the bottom shape, removing it entirely.
BThe shapes were not selected before applying the operation.
CThe bottom shape was on top instead of the top shape.
DThe shapes have different fill colors.
Attempts:
2 left
💡 Hint

Consider what happens if the top shape fully covers the bottom shape.