I applied through college or university. The process took 1 day. I interviewed at Akamai (Bengaluru) in Feb 2021
Interview
The overall interview consisted of a coding round and 3 interviews including the HR round. Coding round questions were decent and not very hard. One of the question was letter combinations of a phone number which is a standard question.
Interview questions [1]
Question 1
They asked me one coding question - given an array and a target return the indices whose sum is equal to the target and I had to explain all the 3 approaches going from brute force to the optimal approach.