Citadel | Software Engineer Intern | Coding | Phone Screen

derekjytanderekjytan·
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 continue
0

Discussion

0

Log in to post a comment or vote.

Sort by
Loading comments...

Interview Resources

InterviewDB

About InterviewDB

Crowdsourced Interview Question Bank for Job Seekers in Tech/Finance Industry

Copyright © 2026 InterviewDB. Victory is reserved for those who are willing to pay its price.