Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Akamai Technologies Team. If you also belong to the team, you can get access from here

Akamai Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Akamai Technologies Interview Questions and Answers

Updated 17 Jul 2025
Popular Designations

69 Interview questions

An Architect was asked 3w ago
Q. If there is a WAF, and you put an XSS payload, does the WAF have a decryption key to decrypt the XSS payload and then execute it?
Ans. 

WAFs typically do not decrypt payloads; they analyze traffic patterns to block XSS attacks.

  • WAFs inspect HTTP requests and responses for malicious patterns.

  • They use signature-based detection to identify known XSS payloads.

  • WAFs may employ heuristics and anomaly detection to block suspicious behavior.

  • Example: A WAF might block a request containing '<script>' tags.

  • Encryption is not usually involved in the detect...

View all Architect interview questions
An Architect was asked 3w ago
Q. Explain the HTTPS process.
Ans. 

HTTPS is a secure version of HTTP, using encryption to protect data exchanged between a client and server.

  • HTTPS stands for HyperText Transfer Protocol Secure.

  • It uses SSL/TLS protocols to encrypt data, ensuring secure communication.

  • When a user visits a website, the browser checks the site's SSL certificate.

  • Example: A URL starting with 'https://' indicates a secure connection.

  • HTTPS protects against eavesdropping and...

View all Architect interview questions
An Architect was asked 3w ago
Q. Which encryption is used by HTTPS?
Ans. 

HTTPS uses SSL/TLS protocols to encrypt data between the client and server, ensuring secure communication over the internet.

  • HTTPS employs SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols for encryption.

  • SSL/TLS encrypts data in transit, protecting it from eavesdropping and tampering.

  • A common example is the padlock icon in web browsers indicating a secure connection.

  • TLS 1.2 and TLS 1.3 are the...

View all Architect interview questions
A Business System Analyst was asked 3mo ago
Q. Given a case study, what are the pain points and use cases?
Ans. 

Identifying pain points and creating use cases for a given business scenario.

  • Identify user frustrations, such as slow response times in a system.

  • Analyze workflow inefficiencies, like redundant data entry.

  • Consider stakeholder needs, such as reporting requirements for management.

  • Evaluate system integration issues, for example, lack of communication between platforms.

  • Assess user experience challenges, like a confusin...

View all Business System Analyst interview questions
A Platform Operations Engineer was asked 4mo ago
Q. Explain how OSPF works.
Ans. 

OSPF is a link-state routing protocol that enables routers to exchange routing information efficiently within an autonomous system.

  • OSPF (Open Shortest Path First) uses a link-state algorithm to determine the best path for data packets.

  • Routers in OSPF form adjacencies and exchange Link State Advertisements (LSAs) to share their routing information.

  • Each router builds a complete topology of the network using the LSAs...

View all Platform Operations Engineer interview questions
A Software Engineer II was asked 6mo ago
Q. Describe the high-level system design for a URL shortener.
Ans. 

High-level design for a URL shortener system

  • Use a database to store original URLs and their corresponding short URLs

  • Implement a service to generate unique short URLs and redirect to original URLs

  • Consider scalability and performance by using caching and load balancing

  • Ensure security by validating input URLs and preventing malicious redirects

View all Software Engineer II interview questions

Akamai Technologies HR Interview Questions

13 questions and answers

Q. What happens when you run the command 'dig google.com'?
Q. How do you manage project delays and inform your stakeholders?
Q. What challenges did you face during your last project and how did you handl ... read more
A Program Manager 2 was asked 7mo ago
Q. How do you manage risks?
Ans. 

I manage risks by identifying potential risks, assessing their impact, developing mitigation strategies, and monitoring them throughout the project.

  • Identify potential risks by conducting risk assessments

  • Assess the impact of each risk on the project's objectives

  • Develop mitigation strategies to address high-priority risks

  • Monitor risks throughout the project lifecycle and adjust strategies as needed

View all Program Manager 2 interview questions
Are these interview questions helpful?
A Program Manager 2 was asked 7mo ago
Q. How do you deal with difficult stakeholders?
Ans. 

To deal with difficult stakeholders, it is important to communicate effectively, build trust, manage expectations, and find common ground.

  • Communicate openly and regularly with stakeholders to address concerns and keep them informed

  • Build trust by delivering on promises and being transparent in your actions

  • Manage expectations by setting clear goals and timelines, and being realistic about what can be achieved

  • Find co...

View all Program Manager 2 interview questions
A Network and Security Architect was asked 8mo ago
Q. BGP questions for route malformation.
Ans. 

Understanding BGP route manipulation is crucial for network security and performance optimization.

  • BGP (Border Gateway Protocol) is used to exchange routing information between autonomous systems.

  • Route manipulation can involve techniques like route filtering, route aggregation, and route redistribution.

  • Example: Using prefix lists to filter out unwanted routes from being advertised.

  • BGP attributes like AS_PATH, NEXT_...

View all Network and Security Architect interview questions
A Cloud Support Engineer was asked 8mo ago
Q. Explain what happens when you open a website.
Ans. 

Opening a website involves DNS resolution, server requests, and rendering content in the browser.

  • 1. DNS Resolution: The browser queries a DNS server to translate the domain name (e.g., www.example.com) into an IP address.

  • 2. TCP Connection: A TCP connection is established between the browser and the web server using the IP address.

  • 3. HTTP Request: The browser sends an HTTP request to the server for the desired reso...

View all Cloud Support Engineer interview questions

Akamai Technologies Interview Experiences

66 interviews found

Architect Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Explain the process https
  • Ans. 

    HTTPS is a secure version of HTTP, using encryption to protect data exchanged between a client and server.

    • HTTPS stands for HyperText Transfer Protocol Secure.

    • It uses SSL/TLS protocols to encrypt data, ensuring secure communication.

    • When a user visits a website, the browser checks the site's SSL certificate.

    • Example: A URL starting with 'https://' indicates a secure connection.

    • HTTPS protects against eavesdropping and man-...

  • Answered by AI
  • Q2. Which encryption use by https
  • Ans. 

    HTTPS uses SSL/TLS protocols to encrypt data between the client and server, ensuring secure communication over the internet.

    • HTTPS employs SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols for encryption.

    • SSL/TLS encrypts data in transit, protecting it from eavesdropping and tampering.

    • A common example is the padlock icon in web browsers indicating a secure connection.

    • TLS 1.2 and TLS 1.3 are the most...

  • Answered by AI
  • Q3. When you put dig google.com what happen
  • Ans. 

    Using 'dig google.com' queries DNS servers to resolve the domain name to its corresponding IP address.

    • The 'dig' command is a DNS lookup utility used to query DNS servers.

    • When you run 'dig google.com', it sends a request to the DNS server for the IP address associated with google.com.

    • The DNS server responds with the IP address, allowing your computer to connect to Google's servers.

    • Example output may show multiple IP add...

  • Answered by AI
  • Q4. If there is waf and you put xss payload does waf have decryption key to decrypt the xss payload and then execut
  • Ans. 

    WAFs typically do not decrypt payloads; they analyze traffic patterns to block XSS attacks.

    • WAFs inspect HTTP requests and responses for malicious patterns.

    • They use signature-based detection to identify known XSS payloads.

    • WAFs may employ heuristics and anomaly detection to block suspicious behavior.

    • Example: A WAF might block a request containing '<script>' tags.

    • Encryption is not usually involved in the detection o...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mainly about my CV and work experience.
Round 2 - One-on-one 

(5 Questions)

  • Q1. Work experience
  • Q2. How to deal with difficult stakeholders?
  • Ans. 

    To deal with difficult stakeholders, it is important to communicate effectively, build trust, manage expectations, and find common ground.

    • Communicate openly and regularly with stakeholders to address concerns and keep them informed

    • Build trust by delivering on promises and being transparent in your actions

    • Manage expectations by setting clear goals and timelines, and being realistic about what can be achieved

    • Find common ...

  • Answered by AI
  • Q3. What challenges you faced during your last project and how did you handle them?
  • Ans. 

    I faced challenges with team communication and resource allocation, but resolved them through regular meetings and adjusting timelines.

    • Team communication breakdowns led to misunderstandings and delays

    • Resource allocation issues caused bottlenecks in project progress

    • Held regular team meetings to address communication issues and clarify tasks

    • Adjusted project timelines to accommodate resource constraints and meet deadlines

  • Answered by AI
  • Q4. How do manage risks?
  • Ans. 

    I manage risks by identifying potential risks, assessing their impact, developing mitigation strategies, and monitoring them throughout the project.

    • Identify potential risks by conducting risk assessments

    • Assess the impact of each risk on the project's objectives

    • Develop mitigation strategies to address high-priority risks

    • Monitor risks throughout the project lifecycle and adjust strategies as needed

  • Answered by AI
  • Q5. How do you manage delays in project and inform your stakeholders?
  • Ans. 

    I proactively identify delays, assess impact, communicate with stakeholders, and collaborate on solutions.

    • Identify the cause of the delay and assess its impact on the project timeline and deliverables

    • Communicate the delay to stakeholders promptly and transparently, providing clear reasons and potential solutions

    • Collaborate with stakeholders to develop a plan to mitigate the delay and adjust project timelines accordingl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HR called for basic discussions and interview setup.

First round - mainly about your work experience. They want to see if your past experience suits their profile.

Second round - more technical and project management situation based questions. They want to see how you approach and handle the situations as a PM.

HR call for salary discussion and DOJ.

The interviews were very conversational and relaxed. Don't panic and just answer the questions in STAR format.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Every round was held in banglore office . The round consisted of some mathematics and paragraphed based questions and some video baed ques related to akamai

Round 2 - Group Discussion 

Actually due to time costraint and less no of candidates they didnt conduct the gd

Round 3 - Technical 

(1 Question)

  • Q1. First they asked for an intro then they asked about my projects and they jumped into http ,https,ssl,tcp,osi model,tcp model,api,different request errors like 2xx 3xx 4xx 5xx , they only asked questions on...
Round 4 - Behavioral 

(1 Question)

  • Q1. The manager round went well as the manager was too friendly and asked practical nd behaviour ques and explained me about the role what does the team deal with everyday .

Interview Preparation Tips

Interview preparation tips for other job seekers - I wrote this interview experience to let people know that "it's not over until it's over "
I mean to say that until u get the offer letter and join the company u aint got the job man.
I was told by the hr that I had cleared the manager round and iam selected and they would contact me later and she also said if there is hr round we will conduct it or else this is it (actually they do conduct for salary discussion but they didn't I don't know why but they did it the last time I got interviewed for the same role few months back). They didn't contact me for about 20 days. I was running out of patience and I mailed to the hr but no reply but I was a fool who had a attitude that its not over until it's over lol. I mailed to the company for about 2 weeks that too to multiple hr but still not a single response. With some networking I got the hr contact no and texted her for an update she said the position is on hold and we will revert back in 2 weeks. After 2 weeks she said they r unable to offer at this point of time. Then wt was the point of conducting the drive man. Seriously I didn't reply to her left it on seen and u know what there was no official clarification from the company side just a WhatsApp text lol. This was my 11th interview and they finally made me feel how it feels when u get the job without getting the job. Thank u akamai for this experience.

Intern Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL query, Linux, OS fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. What happens when you enter a URL
  • Q2. Networking questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

All aptitude questions like percentage,permutation and combination ,english sentences etc ,normal aptitude questions.

Round 2 - Group Discussion 

Normal GD topics ,current affairs etc.

Round 3 - Technical 

(2 Questions)

  • Q1. What is DNS ? Explain indetail
  • Q2. What is http,TCP/IP,SSL/TLS,Cross questions on all these topics
Round 4 - One-on-one 

(2 Questions)

  • Q1. Cross questions on managerial round.
  • Q2. Managerial cross questions

Interview Preparation Tips

Topics to prepare for Akamai Technologies Global Service Executive interview:
  • HTTP
  • DNS
  • TCP
  • IP
  • SSL
  • TLS
Interview preparation tips for other job seekers - Learn Aptitude questions correctly, improve communication.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Round 1 : Technical 1.) OWASP Top 10 2.) Different types of DoS DDoS attacks 3.) Explain difference between vulnerability , threat and risk 4.) Different types of application layer attacks and mitigation...
  • Q2. Round 2: Technical 1.) How to mitigate DoS and DDos attacks 2.) Explain smurf, ping of death, SIEM 3.) What is BOT & BOTNET 4.) Explain denial of service mitigation using rate control techniques 5.) Wha...
  • Q3. Round 3: Whiteboard/Presentation Rounds A topic such as BoT DoS DDoS or volumetric attacks types detection and prevention techniques using ppt presentation a and explanation and cross questions by panels ...

Interview Preparation Tips

Topics to prepare for Akamai Technologies Security Architect interview:
  • DNS Resolution
  • Application layer attacks
  • BOT Attacks
  • HTTP headers
  • Status codes
  • HTTP methods
  • Resource recordset
  • VPN
  • Bgp
  • Volumetric attacks
Interview preparation tips for other job seekers - Thoroughly prepare on DoS, DDoS, Application layer attacks

Read about OWASP top 10 for Web application. And OWASP top 10 API to explain, study about BOT , how CDN works ,SSL handshake , TCP handshake headers , DNS resolutik in depth , Attacks mitigatin techniques
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Gave the case study and asked to give pain points and make use cases
  • Ans. 

    Identifying pain points and creating use cases for a given business scenario.

    • Identify user frustrations, such as slow response times in a system.

    • Analyze workflow inefficiencies, like redundant data entry.

    • Consider stakeholder needs, such as reporting requirements for management.

    • Evaluate system integration issues, for example, lack of communication between platforms.

    • Assess user experience challenges, like a confusing int...

  • Answered by AI
  • Q2. Draft BRD documents
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding in python easy ques
  • Q2. Related to ip address
Round 2 - Technical 

(2 Questions)

  • Q1. Same linux, networking, DSA, python
  • Q2. Linux networking pyhton

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare topics like python, dsa, networking, linux
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easiest test in my life

Round 2 - Technical 

(2 Questions)

  • Q1. Explain what happens when you open a. Website?
  • Ans. 

    Opening a website involves DNS resolution, server requests, and rendering content in the browser.

    • 1. DNS Resolution: The browser queries a DNS server to translate the domain name (e.g., www.example.com) into an IP address.

    • 2. TCP Connection: A TCP connection is established between the browser and the web server using the IP address.

    • 3. HTTP Request: The browser sends an HTTP request to the server for the desired resource ...

  • Answered by AI
  • Q2. Expalin osi model

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy be perfect in what you know thats it.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Bgp questions for route mal
  • Ans. 

    Understanding BGP route manipulation is crucial for network security and performance optimization.

    • BGP (Border Gateway Protocol) is used to exchange routing information between autonomous systems.

    • Route manipulation can involve techniques like route filtering, route aggregation, and route redistribution.

    • Example: Using prefix lists to filter out unwanted routes from being advertised.

    • BGP attributes like AS_PATH, NEXT_HOP, ...

  • Answered by AI

Top trending discussions

View All
Interview Hub
3d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Akamai Technologies?
Ask anonymously on communities.

Akamai Technologies Interview FAQs

How many rounds are there in Akamai Technologies interview?
Akamai Technologies interview process usually has 2-3 rounds. The most common rounds in the Akamai Technologies interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Akamai Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Akamai Technologies. The most common topics and skills that interviewers at Akamai Technologies expect are Python, Linux, DNS, HTTP and Cloud.
What are the top questions asked in Akamai Technologies interview?

Some of the top questions asked at the Akamai Technologies interview -

  1. There are 12 balls which are identical in size and appearance but one is an odd...read more
  2. 4. Which traversal would I prefer for finding a cycle in a gra...read more
  3. PUZZLE : one circle (radius r) is drawn.You are throwing a stone in ...read more
How long is the Akamai Technologies interview process?

The duration of Akamai Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 55 interview experiences

Difficulty level

Easy 20%
Moderate 66%
Hard 14%

Duration

Less than 2 weeks 73%
2-4 weeks 18%
4-6 weeks 6%
6-8 weeks 3%
View more

Interview Questions from Similar Companies

Adobe Interview Questions
3.8
 • 249 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 179 Interviews
Oracle Cerner Interview Questions
3.6
 • 163 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
Thomson Reuters Interview Questions
4.1
 • 126 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.7
 • 116 Interviews
UKG Interview Questions
3.1
 • 116 Interviews
Atlassian Interview Questions
3.5
 • 93 Interviews
View all

Akamai Technologies Reviews and Ratings

based on 416 reviews

4.4/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

4.2

Salary

3.9

Job security

4.4

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 416 Reviews and Ratings
Security Architect

Kolkata,

Mumbai

+5

3-8 Yrs

Not Disclosed

Senior Site Reliability Engineer

Kolkata,

Mumbai

+5

6-11 Yrs

₹ 35-39 LPA

Cloud Support Engineer

Kolkata,

Mumbai

+5

1-6 Yrs

₹ 10.6-20 LPA

Explore more jobs
Cloud Support Engineer
161 salaries
unlock blur

₹12.7 L/yr - ₹19 L/yr

Senior Software Engineer
135 salaries
unlock blur

₹29.6 L/yr - ₹50 L/yr

Software Engineer
133 salaries
unlock blur

₹12.6 L/yr - ₹22 L/yr

Software Engineer2
115 salaries
unlock blur

₹16 L/yr - ₹26.5 L/yr

Service Delivery Manager
88 salaries
unlock blur

₹21.9 L/yr - ₹40 L/yr

Explore more salaries
Compare Akamai Technologies with

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Adobe

3.8
Compare
write
Share an Interview