0
0
Figmabi_tool~20 mins

Figma account and workspace setup - Practice Problems & Coding Challenges

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

Which of the following best describes the relationship between a Figma account, team, and workspace?

AA Figma workspace contains multiple accounts, and each account manages separate teams.
BA workspace is a personal area for a single account and cannot be shared with teams.
CA team is the same as a workspace, and accounts are created within each workspace.
DA Figma account can belong to multiple teams, and each team has its own workspace where projects are stored.
Attempts:
2 left
💡 Hint

Think about how you collaborate with others in Figma and where projects are organized.

🎯 Scenario
intermediate
2:00remaining
Setting Up a New Team Workspace

You want to create a new team workspace in Figma for your marketing department. What is the first step you should take?

ACreate a new Figma account specifically for the marketing team.
BDownload the Figma desktop app and start designing without creating a team.
CLog in to your existing Figma account and create a new team workspace under your account.
DInvite all marketing members to your personal workspace without creating a team.
Attempts:
2 left
💡 Hint

Remember that teams are created inside an existing account to organize members and projects.

visualization
advanced
2:00remaining
Visualizing Workspace Permissions

Which visualization best represents the permission levels in a Figma team workspace?

AA pie chart showing percentages of Admin, Editor, and Viewer roles among team members.
BA line graph showing the number of projects created over time.
CA bar chart comparing file sizes in the workspace.
DA scatter plot showing user activity by login time.
Attempts:
2 left
💡 Hint

Think about how to show proportions of different roles clearly.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Workspace Access Issues

A team member reports they cannot access the team workspace files even after being invited. Which of the following is the most likely cause?

AThe member has not accepted the invitation email to join the team workspace.
BThe member's Figma account is inactive due to subscription expiration.
CThe team workspace has been deleted by the admin.
DThe member is trying to access files offline without internet.
Attempts:
2 left
💡 Hint

Check if the member completed the joining process.

data_modeling
expert
3:00remaining
Designing a Workspace User Role Model

You need to design a data model to represent user roles in a Figma workspace. Which structure best supports multiple roles per user and easy permission checks?

AA table with UserID and a single Role column storing comma-separated roles as text.
BA single table with columns: UserID, Role (one role per row), allowing multiple rows per user.
CSeparate tables for each role listing UserIDs assigned to that role.
DA single table with UserID and a boolean column for each role (Admin, Editor, Viewer).
Attempts:
2 left
💡 Hint

Consider normalization and querying ease for multiple roles.