Very Easy and Laid back compared to other swe tech interviews. I would not stress it but do look at the fundamentals of the languages e.g. java, python etc. If you know full stack you should be in great spot.
I applied through college or university. I interviewed at Apple (Hyderābād)
Interview
Apple’s interview process includes resume screening, recruiter call, technical phone interviews, coding challenges, onsite rounds with system design, coding, behavioral assessments, and a final hiring manager discussion focused on problem-solving and culture fit.
Interview questions [1]
Question 1
You are given an N × M grid.
Each cell contains some number of coins (0 ≤ coins ≤ 100).
Two agents start:
Agent A starts at (0, 0) — top-left corner
Agent B starts at (0, M−1) — top-right corner
Both agents must move to the bottom row (any column).
They move simultaneously, and each step they can:
Move down-left
Move down
Move down-right
If both agents land on the same cell, the coins in that cell are counted only once.
1st technical round had 2 DSA questions and some general web development related questions. 2nd technical round was about the projects that I've done in the past. After that there was a HR round.