Quick Overview

This question evaluates understanding of lazy evaluation and deferred computation, implementation of iterator/generator-like abstractions, and the ability to compose functional transformations (map/filter) while managing performance and memory trade-offs.

Implement a Lazy Array

Company: Databricks

Role: Machine Learning Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Onsite

Overview: This question evaluates understanding of lazy evaluation and deferred computation, implementation of iterator/generator-like abstractions, and the ability to compose functional transformations (map/filter) while managing performance and memory trade-offs.

Loading…