Top 50 csv parsing Interview Questions
The most frequently asked csv parsing questions across all roles and companies, ranked by real interview frequency. Updated daily.
Recursively flatten nested JSON logs into consistently shaped tabular rows with deterministic columns.
Amazon Web ServicesParse comma-separated user action logs into structured records while preserving input order.
WhatnotParse city distances, find the minimum, and emit every pairwise absolute difference in input order.
General Motors (GM)Parse log lines in one pass and count requested Micron machine error codes using a set and hash map.
Micron TechnologyParse log lines and aggregate login events into session counts for each user.
GoogleParse comma-separated key-value fields while preserving commas and escaped quotes inside quoted values.
DropboxParse structured log lines, ignore malformed entries, and aggregate valid records by severity.
AppleParse chronological log lines and count user sessions using a hash map and inactivity threshold.
GoogleSign up to see every question
Create a free account to unlock this list and practice real interview questions.
Compare normalized character signatures to determine whether each pair of strings is an anagram.
AdobeReturn the third largest distinct non-null number using PostgreSQL sorting and a subquery.
Use a scalar subquery and aggregation to find Ericsson trainees whose grades exceed the class average.
Ericsson