Bird
Raised Fist0
Figmabi_tool~20 mins

First Figma design - Practice Problems & Coding Challenges

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Challenge - 5 Problems
πŸŽ–οΈ
Figma BI Design Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
❓ visualization
intermediate
2:00remaining
Identify the best chart type for sales trends

You want to show how sales changed over the last 12 months. Which chart type in Figma best helps viewers see trends over time?

ABar chart with monthly sales bars side by side
BPie chart showing sales distribution by product
CScatter plot with sales on one axis and months on the other
DLine chart showing sales points connected over months
Attempts:
2 left
πŸ’‘ Hint

Think about which chart type connects points to show change over time.

❓ data_modeling
intermediate
2:00remaining
Organizing data layers in Figma for BI dashboard

You are designing a BI dashboard in Figma. How should you organize your layers to keep the design clear and easy to update?

AGroup related elements like charts, filters, and titles into separate frames or groups
BPut all charts and text on one layer to avoid confusion
CUse random layer order since Figma automatically manages it
DPlace all text elements below all chart elements in the layer panel
Attempts:
2 left
πŸ’‘ Hint

Think about how grouping helps you find and edit parts easily later.

🧠 Conceptual
advanced
2:00remaining
Understanding color contrast for accessibility in BI dashboards

Why is it important to use high color contrast in your Figma BI dashboard designs?

AIt ensures that all users, including those with vision impairments, can read the data clearly
BIt makes the dashboard look more colorful and attractive
CIt reduces the file size of the Figma design
DIt allows you to use more colors without restrictions
Attempts:
2 left
πŸ’‘ Hint

Think about users who might have trouble seeing certain colors.

🎯 Scenario
advanced
2:00remaining
Designing a responsive BI dashboard layout in Figma

You want your BI dashboard to look good on both desktop and mobile screens. What is the best approach in Figma to design this?

ADesign only for desktop and let users zoom out on mobile
BCreate separate frames for desktop and mobile layouts and adjust elements accordingly
CUse fixed sizes for all elements so they don’t change on different screens
DDesign only for mobile since most users use phones
Attempts:
2 left
πŸ’‘ Hint

Think about how different screen sizes need different layouts.

πŸ”§ Formula Fix
expert
3:00remaining
Fixing overlapping elements in a Figma BI dashboard

Your Figma BI dashboard has overlapping charts and text that make it hard to read. Which option correctly fixes this issue?

ADelete the overlapping elements to remove clutter
BSend the text layer to back so charts appear on top
CGroup the overlapping elements and apply auto layout with spacing between them
DIncrease the opacity of all layers to 50% so overlaps are less visible
Attempts:
2 left
πŸ’‘ Hint

Think about how to keep all elements visible and spaced nicely.

Practice

(1/5)
1. What is the main purpose of using Figma in Business Intelligence dashboard projects?
easy
A. To perform data cleaning and transformation
B. To write SQL queries for data extraction
C. To plan and share dashboard designs before building
D. To run complex data models and calculations

Solution

  1. Step 1: Understand Figma's role in BI projects

    Figma is a design tool used to create and share visual layouts before actual development.
  2. Step 2: Compare options with Figma's function

    Only planning and sharing dashboard designs fits Figma's purpose; others relate to data processing.
  3. Final Answer:

    To plan and share dashboard designs before building -> Option C
  4. Quick Check:

    Figma = design planning and sharing [OK]
Hint: Remember: Figma is for design, not data processing [OK]
Common Mistakes:
  • Confusing Figma with data tools like SQL or Excel
  • Thinking Figma runs calculations or data models
  • Assuming Figma cleans or transforms data
2. Which of the following is the correct way to create a frame in Figma?
easy
A. Import a frame from Excel
B. Write <frame> tags in the code editor
C. Use the SQL command CREATE FRAME
D. Select the Frame tool and drag on the canvas

Solution

  1. Step 1: Identify how frames are created in Figma

    Frames are created by selecting the Frame tool and dragging on the canvas area.
  2. Step 2: Eliminate incorrect options

    Options A, B, and C relate to Excel, coding, or SQL, which are not how Figma frames are made.
  3. Final Answer:

    Select the Frame tool and drag on the canvas -> Option D
  4. Quick Check:

    Frame creation = Frame tool drag [OK]
Hint: Use the Frame tool button, not code or SQL [OK]
Common Mistakes:
  • Trying to code frames instead of using the tool
  • Confusing Figma with programming or database commands
  • Looking for import options instead of drawing
3. Given a Figma design with a frame containing a rectangle and a text label, what will happen if you move the frame?
medium
A. The frame and all its contents move together
B. Only the frame moves, rectangle and text stay in place
C. Only the rectangle moves, text stays fixed
D. The text moves but the rectangle stays fixed

Solution

  1. Step 1: Understand frame grouping in Figma

    A frame groups its contents so moving the frame moves everything inside it.
  2. Step 2: Apply this to the rectangle and text inside the frame

    Both rectangle and text are inside the frame, so they move together with it.
  3. Final Answer:

    The frame and all its contents move together -> Option A
  4. Quick Check:

    Frame moves contents together = The frame and all its contents move together [OK]
Hint: Remember: Frames act like groups moving all inside [OK]
Common Mistakes:
  • Thinking only the frame moves but contents stay
  • Assuming individual elements move separately
  • Confusing frames with layers that are not grouped
4. You created a component in Figma but when you edit one instance, the others do not update. What is the likely problem?
medium
A. You edited an instance instead of the main component
B. You forgot to save the file
C. You need to restart Figma to apply changes
D. Components cannot be edited after creation

Solution

  1. Step 1: Understand component behavior in Figma

    Editing the main component updates all instances; editing an instance changes only that one.
  2. Step 2: Identify the cause of no update

    If other instances don't update, likely you edited an instance, not the main component.
  3. Final Answer:

    You edited an instance instead of the main component -> Option A
  4. Quick Check:

    Edit main component to update all instances [OK]
Hint: Edit main component, not instances, to update all [OK]
Common Mistakes:
  • Editing instances expecting all to update
  • Thinking saving or restarting fixes component updates
  • Believing components are uneditable after creation
5. You want to share your Figma dashboard design with a team member for feedback but want to restrict editing. Which sharing option should you choose?
hard
A. Export as PNG and email it
B. Share with 'Can view' permission
C. Share with 'Can edit' permission
D. Duplicate the file and send the copy

Solution

  1. Step 1: Understand Figma sharing permissions

    'Can view' allows others to see but not change the design; 'Can edit' allows changes.
  2. Step 2: Choose the option that restricts editing but allows feedback

    Sharing with 'Can view' lets team members comment and review without editing.
  3. Final Answer:

    Share with 'Can view' permission -> Option B
  4. Quick Check:

    Restrict editing = 'Can view' sharing [OK]
Hint: Use 'Can view' to share without edit rights [OK]
Common Mistakes:
  • Giving 'Can edit' permission by mistake
  • Sending static images instead of live designs
  • Duplicating files unnecessarily causing confusion