Technical assessment for junior/intern Python candidates at Bridge for Billions.
This project is intentionally small and contains several bugs and code organization issues.
This test is designed for candidates with DAW, computer science, or early junior programming background.
candidate_docs/: documentation for candidates.test_overview.md: document to send before the session.technical_requirements.md: detailed requirements to use during the session.
src/: intentionally flawed Python project to give during the test.case_1.py: first scenario, one entrepreneur.case_2.py: second scenario, three entrepreneurs including one without a mentor.new_feature.py: optional feature extension.common/: shared entities and report code.
- Send
candidate_docs/test_overview.mdbefore the interview. - During the test, give candidates the project repo and ask them to set it up.
- Provide
candidate_docs/technical_requirements.mdwhen the coding exercise starts. - Ask them to run
src/case_1.py, thensrc/case_2.py, and finallysrc/new_feature.pyif there is time.
Recommended duration: 45-60 minutes.