🎒
Technical Interview Study Guide
  • 🍕Welcome!
  • 🍥Getting Started
    • Study Plan
    • Optimizing Revision
    • Summer 2024 Timeline
    • FAQs
  • 🥨Algorithms
    • Binary Search
    • Sorting
    • Recursion
    • Graph
    • Quick Select
    • Intervals
    • Binary
    • Geometry
    • Dynamic Programming
  • 🥞Data Structures
    • Arrays
      • Matrices
    • Strings
    • Linked Lists
      • Doubly Linked Lists
    • Hash Tables
    • Graphs
      • Trees
        • Binary Search Trees
        • Heaps
        • Tries
        • Segment Trees
    • Stacks
    • Queues
      • Double Ended Queues
    • Union-Find Disjoint Set (UFDS)
  • 🍡Problems Guide
    • Dynamic Programming Roadmap
      • Warmup
        • Climbing Stairs
        • Nth Tribonacci Number
        • Perfect Squares
      • Linear Sequence
        • Min Cost to Climb Stairs
        • Minimum Time to Make Rope Colorful
        • House Robber
        • Decode Ways
        • Minimum Cost for Tickets
        • Solving Questions with Brainpower
  • 🍣Other Technical Topics
    • General Problem Solving
    • Runtime Predictions
    • System Design
      • SQL
      • Accessing APIs
    • Operating Systems
  • 🍿Non-technical Topics
    • Behavioral Interviews
    • Resumes
Powered by GitBook
On this page
  1. Getting Started

Summer 2024 Timeline

My biggest success factor is having started the process early.

Being able to submit your applications early, and receive and solve online assessments quickly are crucial in increasing your success rate as that means you are in more companies' pipelines.

I understand that some of you may not receive your offers as early as I did. Do not be discouraged and continue pushing forward, you will eventually receive good news!

This was my timeline for my summer 2024 internship hunt:

  • Start of May 2023: sourcing for problems and figuring out my weaknesses when it comes to interviewing

  • May 2023 to mid June 2023: working on my fundamentals by completing questions by topic

  • Mid Jun 2023 to Jul 2023: working on other problems to expand my exposure and speed

  • Jul 2023 to Oct 2023: start applying for roles in Singapore, US, and UK

  • Aug 2023 to Nov 2023: started interviewing and received my offers

PreviousOptimizing RevisionNextFAQs

Last updated 1 year ago

🍥