Other / Miscellaneous Interview Questions
Practice the exact questions companies are asking right now.
Set up a Python LLM dev environment
Task: Reproducible Local Python Environment for a Mistral Agent You are to set up a clean, fully reproducible local Python environment to develop a sm...
Implement Recursive React JSON Viewer with Collapse
React JSON Tree Viewer (Read-Only, Recursive) Design and implement a React component that accepts a JSON string and renders a pretty-printed, read-onl...
Clarify CodeSignal partial credit and score access
CodeSignal Multi‑Level Task Scoring and Score Visibility Context You are completing a multi‑level coding task on CodeSignal as part of a take‑home ass...
Debug a cache incident end-to-end
Incident Scenario: Elevated Latency and Surge in Cache Misses You are paged for elevated tail latency and a spike in cache misses in a microservice th...
Analyze a current event's market impact
World Event → Market Impact → Quant Modeling You are interviewing for a Data Scientist role on a quantitative team at a global bank. Choose one curren...
Implement Hook and Modify UI Interactions
Task: Implement a custom React hook and wire UI interactions Context You are working in a React app that already includes a basic API module and a sim...
Implement a reservation widget with pricing
Implement a Lodging Reservation Widget Context You are building a reservation widget for a property details page. The widget must let guests select da...
Explain variadic functions
Variadic Functions in Two Languages + Typesafe Variadic Logger Context Variadic functions accept a variable number of arguments. In systems and backen...
Implement tap-to-infect color grid on iOS
iOS Grid Infection (Flood Fill) Design Goal Build an iOS app that displays a 2D grid with two colors. When the user taps a cell, all 4-directionally a...
Design unit tests for grid navigation
Mouse-Maze Controller: Design a Comprehensive Unit Test Suite Context (assumptions to make the task self-contained) Assume we are testing a controller...
Implement a React CRUD Table
React CRUD Data Table — Build and Explain Context Design and implement a React application that renders a data table with full CRUD capabilities and a...
Implement Bootstrap-like responsive utility classes
Build a Bootstrap-like Utility System and Accessible Responsive Form (No External CSS) Context You are asked to create a minimal, reusable CSS utility...
Implement RotatingFileSink in hierarchy
You are given an existing Python 3.10 codebase with an abstract base class RecordSink (from abc import ABC, abstractmethod) that defines open() -> Non...
Build an emoji blaster animation on iOS
iOS "Blaster" App: Press-and-Hold Emoji Projectiles Problem Build a minimal iOS app with a button fixed at the bottom. While the user presses and hold...
Implement retry wrapper and interdependent validators
Context You are implementing reusable utilities that are commonly needed in modern web apps: 1) a robust retry wrapper for functions that can fail syn...
Implement React logic with TypeScript hooks
React + TypeScript List Manager Context You are building a small UI during an onsite interview. Implement a list manager using React and TypeScript th...
Implement, Debug, and Optimize a React Table
React Table Component — Design, Implementation, and Performance Context: You are building a reusable React Table component for a frontend technical sc...
Compare frontend data management beyond Redux
Modern Frontend Data Management: Principles, Tools, and Migration from Redux Context You are building a large React SPA that renders high-churn, real-...
Implement React check-in/out month dropdowns
React UI Enhancement: Check-in/Check-out Month Dropdowns Context You are working on a hotel reservation form in a React codebase. The form needs two n...
Explain HTTP verbs, CSS, and accessibility
Frontend Fundamentals: HTTP Methods, CSS Styling, and Accessibility Context You are preparing for a frontend engineering interview question that spans...