Company question banks are included with the Insider plan.
Design a LazyArray class that supports functional transformations (like map) but defers execution until a terminal operation (like indexOf) is called. This implements the lazy evaluation...