Airtable Software Engineer Interview Questions
Master your tech interview with our curated database of real questions from top companies.
4Questions
1Company
4 Questions 1 Company
Showing 4 results
Airtable
Medium
Software EngineerDesign a lazy-initialized connection pool
Implement a Lazily Initialized, Thread-Safe Connection Pool Context You are given an immutable base class Connection with the following methods: - que...
System Design
0
0
Sep 6, 2025
Airtable
Hard
Software EngineerDesign JSON serialization for circular references
Design a JSON Serialization/Deserialization Strategy With Cycles and Determinism You are designing a JSON-based serializer/deserializer for a graph of...
System Design
0
0
Sep 6, 2025
Airtable
Medium
Software EngineerImplement BFS serializer and deserializer
Implement two functions, serialize(obj) -> representation and deserialize(representation) -> obj, for a Python object graph containing str, int, and d...
Coding & Algorithms
0
0
Sep 6, 2025
Airtable
Medium
Software EngineerDesign a lazy ConnectionPool
Thread-Safe, Lazily Initialized Connection Pool Context You need to design a thread-safe connection pool in Python that lazily creates connections and...
System Design
0
0
Aug 4, 2025