Upload Button Icon Add office photos

Akamai Technologies

Compare button icon Compare button icon Compare
4.4

based on 370 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Akamai Technologies Sdet Automation Test Engineer Interview Questions and Answers

Updated 23 Apr 2024

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Work Experience?
  • Q2. Questions Regarding CV ?
  • Q3. Question on Xpath (Selenium)
  • Q4. Questions on Python basic coding
  • Q5. Questions on API Testing
Round 2 - Coding Test 

Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]

You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.

Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - The first interviewer was very up high in the rank but was very bad at taking interviews.
He did said ask if you have anything to ask.
But when I started asking questions, he behaved very badly .
I do not remember his name. You should forget toxic people immediately.
It was shocking to me that he was Staff Engineer.

The second round of interview was the best experience I ever had.
I remember his name but for sake of confidconfidentiality, I will only tell his position. He was MTS 3.
The questions were very good and the interviewer was very soft spoken and knowledgeable.
He answered my questions and would love to see these people climb up the ladder rather than others.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Frequency array, java collection, missing number

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Logic based questions

Round 3 - Coding Test 

Tough and easy at the same time

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume

Sde1 Interview Questions & Answers

UKG user image Anonymous

posted on 7 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Aptitude and coding round, one coding question and others are computer fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Return true if Subarray is present whose sum is 0
  • Q2. Project, oops, dbms
Round 3 - Technical 

(2 Questions)

  • Q1. Subarray sun equal to k
  • Q2. Project, oops, dbms
Round 4 - HR 

(1 Question)

  • Q1. Did not got slected i answered all still
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude...selenium questions...java mcq questions...and a program to write

Round 2 - Technical 

(3 Questions)

  • Q1. Abstraction related questions
  • Q2. Interface, JIT, inheritance, java architecture
  • Q3. SQL questions...diff between char and varchar.....pk and fk....
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Git workflow and xpath. Reverse a string
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing general questions and defects metrics
Round 2 - Technical 

(1 Question)

  • Q1. Overall testing concepts and latest trends
Round 3 - One-on-one 

(1 Question)

  • Q1. Logical question and situations related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. SQL Joins - Inner Join
  • Q2. Identifying webelement - particularly xpath
  • Ans. 

    Identifying webelement using xpath involves locating elements based on their attributes and hierarchy in the HTML structure.

    • Use unique attributes like id, class, name, etc. to create xpath expressions

    • Avoid using absolute xpaths as they are prone to breaking with changes in the HTML structure

    • Use relative xpaths that are more robust and flexible

    • Consider using xpath axes like ancestor, descendant, sibling, etc. for comple

  • Answered by AI
  • Q3. Array List, other Data Structure
Round 3 - One-on-one 

(3 Questions)

  • Q1. Convert number to roman numeral logic
  • Ans. 

    Convert a given number to its equivalent Roman numeral representation.

    • Create a mapping of numbers to Roman numerals (e.g. 1 -> 'I', 5 -> 'V', 10 -> 'X', etc.)

    • Iterate through the mapping in descending order and subtract the largest possible numeral from the given number until it reaches 0.

    • Handle special cases like 4, 9, 40, 90, etc. by using subtraction rules.

    • Combine the Roman numerals obtained in the process to form th

  • Answered by AI
  • Q2. SQL Queries normal nested queries
  • Q3. Things to consider while designing automation framework
  • Ans. 

    Considerations for designing automation framework

    • Identify the scope and objectives of automation

    • Choose the right tools and technologies based on project requirements

    • Design a modular and scalable framework for easy maintenance

    • Implement best practices for code reusability and readability

    • Include error handling and reporting mechanisms for better debugging

    • Consider integration with CI/CD pipelines for continuous testing

    • Plan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be to the point.

Skills evaluated in this interview

Akamai Technologies Interview FAQs

How many rounds are there in Akamai Technologies Sdet Automation Test Engineer interview?
Akamai Technologies interview process usually has 1 rounds. The most common rounds in the Akamai Technologies interview process are Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Akamai Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Adobe Interview Questions
4.0
 • 248 Interviews
24/7 Customer Interview Questions
3.5
 • 174 Interviews
Globant Interview Questions
3.9
 • 167 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Dassault Systemes Interview Questions
4.0
 • 156 Interviews
VMware Software Interview Questions
4.4
 • 155 Interviews
ServiceNow Interview Questions
4.2
 • 116 Interviews
Verizon Interview Questions
4.2
 • 110 Interviews
Thomson Reuters Interview Questions
4.1
 • 109 Interviews
Amadeus Interview Questions
4.0
 • 108 Interviews
View all
Akamai Technologies Sdet Automation Test Engineer Salary
based on 13 salaries
₹9.7 L/yr - ₹24.7 L/yr
7% more than the average Sdet Automation Test Engineer Salary in India
View more details

Akamai Technologies Sdet Automation Test Engineer Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

4.0

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

4.4

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

4.4

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
105 salaries
unlock blur

₹17 L/yr - ₹45 L/yr

Software Engineer2
84 salaries
unlock blur

₹13.4 L/yr - ₹26.5 L/yr

Software Engineer
83 salaries
unlock blur

₹10.8 L/yr - ₹22 L/yr

Platform Operations Engineer
64 salaries
unlock blur

₹5.5 L/yr - ₹15.7 L/yr

Technical Solutions Engineer
63 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Explore more salaries
Compare Akamai Technologies with

Limelight Networks

5.0
Compare

Cloudflare

1.0
Compare

F5 Networks

3.8
Compare

Level 3 Communications

5.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview