J'ai postulé en ligne. J'ai passé un entretien chez Akamai (Tel Aviv-Yafo) en avr. 2019
Entretien
one-on-one standard tech interview. Introduction about Akamai. Introduction to the team responsibilities and requirements. "Introduce your-self" part. 5 printed questions. From simple to advanced. The interview duration as 2 hours.
Questions d'entretien [1]
Question 1
void foo1(int a) { ++a; }
void foo2(int& a) { ++a; }
void foo3(int* a) { ++a; }
int main()
{
int a = 1;
foo1(a); cout<< a << endl;
foo2(a); cout << a << endl;
foo3(a); cout << a << endl;
}
J'ai passé un entretien chez Akamai (Bengaluru) en avr. 2026
Entretien
Interview was for senior software engineer,.
Round 1: DSA round Q1. Find the intersection of Link list Q2: write function for validation of IPV6 IP.
Round2: Technical Round, Asked question about Kubernetes, microservice and specific to there product, Rejected.
Questions d'entretien [1]
Question 1
Find the intersection of Link list Q2: write function for validation of IPV6 IP.
Una flipada de ejercicios de Python de como los resolverias estilo live coding que no vas a hacer nunca en el puesto que te toque. Una pérdida de tiempo brutal.
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Akamai (Tel Aviv-Yafo) en nov. 2025
Entretien
Webex interview.
An hour and a half technical session with the team leader and another team member.
Most of the time, they talk about designing a system that you have experience with, asking questions about the design decisions, and asking you to draw a diagram of the system using Webex's annotation tools, which don't work properly.
Questions d'entretien [1]
Question 1
Find an error in an obsolete and obscure Python method that you'll never use in 2025 - the error is regarding a low-level functionality of the CPython interpreter.