Quick Overview

This question tests a backend engineer's ability to implement correct filtering logic, including case-insensitive substring matching, whitespace trimming, and multi-field search across structured data. It evaluates practical coding skills in applying boolean conditions and edge-case handling, commonly assessed in backend role interviews to gauge real-world API correctness.

Fix the Broken Search Filter in a Book Catalog API

Company: Instacart

Role: Backend Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Take-home Project

Quick Answer: This question tests a backend engineer's ability to implement correct filtering logic, including case-insensitive substring matching, whitespace trimming, and multi-field search across structured data. It evaluates practical coding skills in applying boolean conditions and edge-case handling, commonly assessed in backend role interviews to gauge real-world API correctness.

Loading…