Cracking Stripe's Software Engineer Intern Interview: Tackling JSON & HTTP Challenges

stripe | Software Engineer Intern | Interview Experience

Interview Date: Not specified
Result: Not specified
Difficulty: Not specified

Interview Process

The interview consisted of two technical rounds conducted via video. The interviewer maintained a neutral demeanor throughout, which made it difficult to gauge their reactions or feedback. The candidate was asked to write code based on their understanding of the problems presented.

Technical Questions

  1. Transaction Frequency Calculation

    • Topic: Sliding window, sorting, time complexity
  2. HTTP Requests and JSON Manipulation

    • Topic: HTTP Requests, JSON Manipulation, API Integration
    • Specific Tasks:
      • Print the first ten lines of coordinates from a simple.json file.
      • Make a POST HTTP request using a coding language instead of shell commands.
      • Update a bikamap example using the coordinates from the first task, with specific color requirements for each coordinate point.
      • A fourth question was presented but not completed.

Tips & Insights

The candidate mentioned experiencing confusion during the interview, particularly when using autocomplete features in their coding environment. It is advisable to manage your coding environment carefully to avoid distractions during technical assessments.