> ## Documentation Index
> Fetch the complete documentation index at: https://launchpad-about-us.nxtwave.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# 🎯 Practice Page

> Practice interview problems on Launchpad filtered by company, use the Recommended tab for hard company-tagged questions, and track statuses.

The Launchpad Practice Page brings company-tagged interview problems into a single filterable view. This page explains how to filter by company, why the Recommended tab focuses on hard company-tagged problems, and how each problem's status is tracked as you work through it.

## Filter by company

Choose the companies you are targeting and the Practice Page narrows the problem set to questions tagged for those companies. Filters include names like:

* Google
* Amazon
* Microsoft
* Goldman Sachs
* and more

Layer filters together when you are preparing for a shortlist of companies at once.

## Recommended tab

The Recommended tab surfaces hard, company-tagged problems that are worth your attention when time is tight before an interview. Use it as a shortlist when you want the highest-signal problems instead of another random set.

## Completely free

The Practice Page is completely free on Launchpad. Every filter, every company tag, and every problem is available without an upgrade.

## Problem statuses

Each problem shows a status as you work through it, so your dashboard reflects reality.

<AccordionGroup>
  <Accordion title="Not Attempted" icon="circle-dashed">
    You have not opened or submitted anything for this problem yet.
  </Accordion>

  <Accordion title="In Progress" icon="circle-half-stroke">
    You have started working on the problem but have not solved it. Your latest code is preserved for when you return.
  </Accordion>

  <Accordion title="Completed" icon="circle-check">
    You have finished going through the problem.
  </Accordion>

  <Accordion title="Solved" icon="check-double">
    Your submission passed the checks for this problem.
  </Accordion>
</AccordionGroup>

## Where to go next

<CardGroup cols={2}>
  <Card title="DSA Sheet" icon="list-check" href="/practice/dsa-sheet">
    Move from company-tagged problems to a pattern-based 400-problem sheet.
  </Card>

  <Card title="Company OA" icon="building" href="/placement/company-oa">
    Try real online assessments modeled on top companies' hiring tests.
  </Card>
</CardGroup>
