Citadel | Software Engineer Intern | Coding | Phone Screen
Interview Date:February 11, 2026Region:UnspecifiedHiring Team/Org:General Hire
given the dataset below, implement a search engine for example, if the user wanted to search for apples, it should search for all the items that is an apple in our dataset from typing import List, TypedDict class Row(TypedDict): name: str category: str price: float rating: int location: str data: List[Row] = [ { 'name': 'some very delicious apple', 'category': 'apple', 'price': 1.3, 'rating': 4, 'location': 'aisle 3'...
Sign in to view the full interview experience
Create or use your InterviewDB account to read the full Warren post and all shared details.
Sign in to continue0