Skip to main content
  1. Internship/

2024 Software Summer Intern Interview

·2 mins· ·
Blog En Intern
Liu Zhe You
Author
Liu Zhe You
Skilled in full-stack development and DevOps, currently focusing on Backend.
Table of Contents
2024 Summer Intern Interview - This article is part of a series.
Part 1: This Article

Introduction
#

Drawing from online resources and giving back to the online community, this blog shares experiences from software internship interviews in 2024, without revealing company-specific questions or confidential information.
The goal is to reduce information asymmetry and provide insights into the interview processes and directions of various companies.

Background
#

How to Find Software Internship Opportunities?
#

This year’s internship opportunities were found through the following two channels:

LinkedIn
#

Around March, companies begin posting internship openings on LinkedIn.
While they may not post promotions, they will definitely list positions on the “Jobs” section of LinkedIn.
Simply search with the keyword Summer Intern in the jobs tab, and you can casually browse daily.

Tech Conferences
#

Conferences like SITCON, COSCUP, and MOPCON are great places, not just for attending talks but also for directly chatting with full-time employees at company booths.
You can inquire about the actual work, technology focus, and interview process for summer internships.

SITCON

At this year’s SITCON, I asked full-time employees at booths from companies like Dcard, Line, and Trend Micro about their summer internships.
For instance, I learned at the Line booth that they only offer long-term internships that require in-office work, which isn’t feasible for me since I still have to attend classes in Tainan.

Not sure if Line’s policy has changed, but that was the information at the time.

Motivation
#

The primary focus was on companies dealing with data-intensive, high-traffic, and low-latency services.
I wanted to experience the architecture of large-scale distributed systems and the development process of large services, as well as the challenges that arise in such systems.

Below are the companies I interviewed with for summer internships this year:

Appier
#

2024 Appier Summer Intern Interview
·4 mins
Blog En Intern
2024 Appier Summer Intern Interview

Dcard
#

2024 Dcard Summer Intern Interview
·5 mins
Blog En Intern
2024 Dcard Summer Intern Interview

TSMC
#

2024 TSMC Summer Intern Interview
·3 mins
Blog En Intern
2024 TSMC Summer Intern Interview
2024 Summer Intern Interview - This article is part of a series.
Part 1: This Article

Related

Cloudflare Tunnel
·3 mins
Blog En
Setup Cloudflare Tunnel for NAT, an alternative to Ngrok
Tmux Cheat Sheet
·3 mins
Blog En
Common tmux commands Cheat Sheet
PGMQ(PostgreSQL Message Queue) Setup
·2 mins
Blog En Backend Postgresql
PGMQ is a lightweight message queue. Like AWS SQS and RSMQ but on Postgres. The article is about how to setup PGMQ with Docker Compose to connect with official Python client
Hugo Functions: Get Slice From Specific Range
·2 mins
Blog En Hugo
How to get a slice from a specific range in Hugo?
Redis Persistence: RDB and AOF
·5 mins
Blog En Database Redis
Detailed explanation of Redis persistence settings: RDB and AOF. Pros and cons of RDB and AOF. Detailed implementation with Redis source code.
How to use Transaction in SqlAlchemy
·2 mins
Blog En SqlAlchemy Backend Python
How to transaction in SqlAlchemy