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...
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 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...
Explain variadic functions
Variadic Functions in Two Languages + Typesafe Variadic Logger Context Variadic functions accept a variable number of arguments. In systems and backen...
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...
Implement debounced async autocomplete input
Implement an Autocomplete Input Component (Frontend Technical Screen) Context Build an autocomplete input from scratch (no UI libraries). You may use ...
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...
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 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 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...
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 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...
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...
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 map and render to DOM
Build a Vanilla JS map-like Utility and DOM Renderer Context You are working in a basic browser environment with no frameworks or libraries. Implement...
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...
Compare front-end state management approaches
Compare Redux with Modern Front-End State/Data Management and Propose an End-to-End Strategy Context You are building a React single-page application ...
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...
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...