Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.33 KB

File metadata and controls

34 lines (24 loc) · 1.33 KB

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

Git Commits

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.

Repository Overview

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.

Structure

Interview questions are organized by company in separate directories:

  • openai/ - OpenAI interview questions
  • anthropic/ - Anthropic interview questions
  • databricks/ - Databricks interview questions
  • perplexity/ - Perplexity interview questions
  • xai/ - 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

Content Guidelines

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