Candidatei-me online. Fui entrevistado pela Akamai (Tel Aviv-Yafo) em abr. de 2019
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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;
}
Fui entrevistado pela Akamai (Bengaluru) em abr. de 2026
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Akamai (Tel Aviv-Yafo) em nov. de 2025
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.