Lazy Array

CodingDatabricksLast reported April 2026High Frequency
Reported
11× across candidate reports
First seen
April 2025
Last reported
April 2026
Reported outcome
mixed

Problem Overview

Implement a LazyArray class that supports deferred (lazy) evaluation. The class wraps an array of integers and exposes two main operations: 1. map(func): accepts a function and returns a NEW LazyArray object (not in-place mutation) that represents the current chain plus the new function. Functions are NOT applied immediately. 2.…

  • 5 candidate-reported follow-ups — the exact probes interviewers asked, with the trigger for each
  • The rest of the problem statement — full requirements, constraints, and edge cases
  • Approach and trade-offs — what passing candidates did, and the mistakes that sink people
Unlock the full Databricks catalog
Full problem statements, candidate-reported follow-ups, and walkthroughs — for every Databricks question.
Unlock with Pro
Already a member? Sign in
Verified Source
Every question is reconstructed from multiple independent candidate reports. Verbatim follow-ups, not invented ones.
Codex Fact-Checked
Technical claims, formulas, and scale numbers are reviewed against primary sources.
Interviewer Follow-ups
The exact follow-ups reported by candidates, with the trigger that prompts each one — plus the mistakes that sink people.
Is this helpful?