json Interview Questions
16 interview questions in our bank cover json, most of them Coding & Leetcode-style Questions. They average 2.8/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about json: Stripe, xAI, Notion, Amazon, Salesforce, and 10 more.
Practice these on the problems board →Companies that ask about json
Question mix
- Coding & Leetcode-style Questions16
Difficulty
- 2/5 — easy4
- 3/5 — medium11
- 4/5 — hard1
Questions tagged json
Flatten / Unflatten Nested Python Structure
3/5Navigating arbitrarily nested hierarchies is a common hurdle in data processing interviews, as reported from recent xAI hiring loops. This exercise challenges candidates to recursively traverse mixed collections of dictionaries, lists, and tuples to linearize elements into a sequential format, and subsequently reconstruct the original shape using updated leaf values. It evaluates recursion depth management, structural awareness, and data parsing skills. Access the complete problem description, step-by-step guidance, and fully tested solution code with a subscription.
Coding & Leetcode-style QuestionsxAITop K Errors in Request Responses Within a Time Window
3/5In this practical data processing problem from Notion, you are tasked with filtering and aggregating log records to identify the most prevalent system errors within a specific timeframe. The exercise measures your proficiency in date-time parsing, frequency counting, and ranking data streams. To view the complete problem instructions and the optimal solution, please subscribe.
Coding & Leetcode-style QuestionsNotionEvent Filter & Queue Routing Service
3/5This reported Amazon interview question challenges you to build an event routing and filtering service that evaluates incoming structured records against a collection of primitive and composite boolean criteria. You will need to design an efficient evaluation engine capable of routing matching items to multiple destinations while handling unmatched records through a fallback queue. This problem tests your object-oriented design skills, rule evaluation logic, and ability to structure clean, extensible code for streaming pipelines. Access to the complete problem breakdown and optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsAmazonMoshi JSON Debugging Round
4/5Debugging complex third-party serialization libraries under strict time constraints is a rigorous format often utilized in backend engineering loops at financial technology leaders like Stripe. This scenario plunges candidates into troubleshooting unexpected runtime exceptions or malformed output caused by custom adapters or type mismatches within a popular JSON framework. Success relies on methodical stack trace analysis, test case isolation, and implementing a precise, minimal patch. Unlock full access to detailed debugging guides, root-cause breakdowns, and verified solutions by subscribing today.
Coding & Leetcode-style QuestionsStripeREST API Integration and Aggregation
3/5This practical integration challenge, frequently featured in interviews at Stripe, tests your ability to interact with external web services and manage data pipelines. You will write code to query an external endpoint, parse structured payloads, and compute specific summaries while handling real-world network concerns like pagination and resilience. Success relies on robust system plumbing and clean data transformation rather than abstract graph theory or complex searching techniques. To explore the complete problem description, architectural best practices, and a fully tested reference implementation, please subscribe today.
Coding & Leetcode-style QuestionsStripeFlatten Nested JSON / HashMap to String
3/5This technical coding challenge commonly seen at Salesforce examines your ability to manipulate hierarchical structures using recursion or iterative traversal. You are asked to transform a deeply nested associative structure into a single-level layout utilizing dot-separated keys for leaf elements. This tests your proficiency in handling diverse data types, managing recursive base cases, and restructuring complex information cleanly. Unlock the full problem details and optimal algorithmic solution with our comprehensive subscription.
Coding & Leetcode-style QuestionsSalesforceCode Craft: Dasher Pay
3/5Calculate total earnings for delivery drivers based on chronological shift logs in this popular DoorDash interview scenario. The exercise evaluates your ability to process time-series data accurately while accounting for overlapping assignments and active duration tracking. You will need to design an efficient routine that handles state transitions and computes compensation proportionally to workload density. Unlocking the complete problem specification and reference implementation requires a subscription.
Coding & Leetcode-style QuestionsDoorDashREST API: Country Codes
2/5In this practical API integration challenge reported at Palantir, you will write a routine that queries a remote directory service to retrieve and format telephone metadata. The task requires parsing incoming JSON payloads, handling empty or multi-result scenarios, and correctly concatenating international dialing prefixes according to strict specifications. It tests your proficiency in handling external web requests, data parsing, and string formatting. Access the complete programming task details and verified model solution with a subscription.
Coding & Leetcode-style QuestionsPalantirList Manipulation based on JSON Input
3/5This interview task, highlighted by Ironclad, requires candidates to transform a structured list of objects by applying a series of sequential insertion, deletion, and modification commands provided in a payload format. It assesses your data manipulation capabilities and logical precision when dealing with hierarchical formats. To explore the complete problem specifications and detailed solution code, subscribe today.
Coding & Leetcode-style QuestionsIroncladCombine Lists from JSON and API
2/5In this Twitch reported interview question, you are tasked with gathering and consolidating merchandise records from both local storage files and a remotely paginated web service. The core objective focuses on handling data ingestion, parsing JSON structures, and effectively eliminating duplicates across multiple asynchronous sources within specific page limits. This exercise evaluates your practical data manipulation skills and ability to manage API pagination cleanly. Access to the complete problem breakdown and expert model solution requires an active subscription.
Coding & Leetcode-style QuestionsTwitchImplement Nested Comments Feature for a Comment System
2/5In this Bobyard reported interview question, you must transform a flat collection of comment records into a hierarchical structure where individual responses correctly nest beneath their corresponding parent items. The task requires building a recursive or pointer-based grouping function that efficiently handles multiple levels of depth using unique identifiers. It tests your data organization abilities and proficiency with hierarchical JSON payloads. Access to the complete problem breakdown and expert model solution requires an active subscription.
Coding & Leetcode-style QuestionsBobyardFetch Wikipedia via API, then Filter and Aggregate Results
3/5This reported Cresta interview question evaluates your ability to interact with external web services by fetching data from the Wikipedia API and processing the payload. Candidates must correctly handle network headers, parse structured responses, and apply custom filtering and aggregation logic to the retrieved content. This exercise tests practical API integration skills combined with data manipulation techniques in a real-world scenario. Access to the complete problem description and an optimized model solution requires a subscription.
Coding & Leetcode-style QuestionsCrestaJSON Prediction Diff
2/5Compare two structured text payloads to identify specific keys that contain differing values between the datasets, a practical utility task featured in technical evaluations at IBM. This exercise assesses your string manipulation abilities, JSON parsing proficiency, and dictionary comparison logic under straightforward constraints. It focuses on isolating discrepancies accurately while ignoring absent attributes. View the complete problem breakdown and efficient model implementation by obtaining a subscription.
Coding & Leetcode-style QuestionsIBMWrite Unit Tests for Go APIs
3/5Test your software craftsmanship with this practical CircleCI-inspired coding challenge centered on crafting robust unit test suites for RESTful services written in Go. Candidates must write comprehensive testing logic that verifies correct status codes, validates JSON payloads, and gracefully handles edge cases through strategic request mocking. This exercise emphasizes test coverage, code reliability, and idiomatic error handling practices essential for enterprise-grade backend development. Enhance your testing methodologies and ensure bulletproof API reliability by exploring the complete problem requirements. Unlock full platform access to view the comprehensive evaluation details and expert solution.
Coding & Leetcode-style QuestionsCircleCIFetch and Store Web Content
3/5This CoreWeave system design challenge involves creating a program to interact with external web services. The core task is to securely retrieve content from a remote URL using token-based authentication, then process and persist this data into a database. The problem emphasizes robust error handling, requiring your solution to manage invalid tokens, malformed URLs, and simulate network timeouts with retry mechanisms. This tests your practical skills in API integration, error management, and data persistence. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsCoreWeaveLog Filtering and Analysis from Data Stream
3/5Reported as a Chainalysis interview task, this coding challenge requires you to ingest and process a continuous stream of structured log records. You will practice extracting specific attributes, filtering entries based on complex categorical criteria, and aggregating statistical metrics efficiently. This exercise tests your data manipulation capabilities and fluency in handling nested JSON payloads. The complete problem guidelines and verified code implementation require a subscription.
Coding & Leetcode-style QuestionsChainalysis
Studied alongside
json interview FAQ
- How many json interview questions are there?
- 16 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask json questions?
- Stripe (2), xAI (1), Notion (1), Amazon (1), Salesforce (1), DoorDash (1), Palantir (1), Ironclad (1).
- How hard are json questions?
- They average 2.8 out of 5: 4 at 2/5, 11 at 3/5, 1 at 4/5.