Quick Overview

This question evaluates the ability to build an inverted index for in-memory exact phrase search and to implement JSON path traversal with wildcard matching, testing competency in data structures, string normalization and tokenization, and recursive or iterative traversal of nested maps.

Implement phrase search and JSON path

Company: Netflix

Role: Data Engineer

Category: Coding & Algorithms

Difficulty: hard

Interview Round: Onsite

Quick Answer: This question evaluates the ability to build an inverted index for in-memory exact phrase search and to implement JSON path traversal with wildcard matching, testing competency in data structures, string normalization and tokenization, and recursive or iterative traversal of nested maps.

Loading…