Postman | Senior Software Engineer | Bangalore, India
Summary
I applied on LinkedIn for a Senior Software Engineer role at Postman and went through two interview rounds. I was rejected after the second coding round.
Full Experience
Applied on LinkedIn
Round 1: System Design
High level system design of job executor service
Round 2: Coding
We have to write end to end code to find duplicate files present in a directory (recursively).
Iterate through all files, calculate checksum and print same file names (files whose content is same -> checksum will be same in this case) on same line.
Rejected because of 2nd round
Interview Questions (2)
Job Executor Service System Design
High level system design of job executor service.
Find Duplicate Files in Directory
We have to write end to end code to find duplicate files present in a directory (recursively).
Iterate through all files, calculate checksum and print same file names (files whose content is same -> checksum will be same in this case) on same line.