This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
When committing, use the user's own git name and email (from git config) instead of Codex's attribution. Do not include the "Co-Authored-By: Codex" line.
This is a documentation-only repository for darkinterview.com containing technical interview questions and solutions. There are no build systems, tests, or executable code to run.
Interview questions are organized by company in separate directories:
openai/- OpenAI interview questionsanthropic/- Anthropic interview questionsdatabricks/- Databricks interview questionsperplexity/- Perplexity interview questionsxai/- xAI interview questions
Each question is a standalone markdown file containing:
- Problem description and requirements
- Follow-up questions for deeper exploration
- Solution implementations with explanations
- Discussion topics for verbal interviews
When adding or editing questions:
- Questions are reconstructed from publicly shared candidate experiences
- Do not include proprietary or confidential employer material
- Include both the problem statement and a reference solution
- Add relevant follow-up questions and discussion topics