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 QA Engineer Interview Questions, Process, and Tips

Updated 16 Nov 2023

Top Akamai Technologies QA Engineer Interview Questions and Answers

Akamai Technologies QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image BHARAT RUTTALA

posted on 16 Nov 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Oct 2023.

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 - Technical 

(3 Questions)

  • Q1. What is tdd in it
  • Ans. 

    TDD stands for Test-Driven Development, a software development process where tests are written before the code.

    • Tests are written before the actual code implementation

    • Code is then written to pass the tests

    • Helps in ensuring code quality and functionality

    • Promotes writing modular and testable code

  • Answered by AI
  • Q2. What is class inheritance
  • Ans. 

    Class inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit properties and behaviors from another class

    • Promotes code reusability and reduces redundancy

    • Derived class can add new features or override existing ones

    • Example: Class 'Car' can inherit from class 'Vehicle' and inherit properties like 'color' and methods like 'drive'

  • Answered by AI
  • Q3. Why pytest fixtures are used
  • Ans. 

    Pytest fixtures are used to set up preconditions for tests, share resources, and reduce code duplication.

    • Fixtures help in setting up preconditions for tests, such as creating test data or initializing objects.

    • They allow for sharing resources across multiple tests, reducing code duplication.

    • Fixtures can be used to simulate real-world scenarios, like setting up a database connection or mocking external services.

    • They prov...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Akash Zawar

posted on 24 Aug 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Jul 2023.

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 

(2 Questions)

  • Q1. SQL query for database automation .
  • Ans. 

    SQL query for database automation involves writing scripts to automate tasks such as data extraction, transformation, and loading.

    • Use SQL scripts to automate repetitive tasks like data extraction, transformation, and loading.

    • Utilize stored procedures and functions to automate complex database operations.

    • Leverage triggers to automate actions based on specific database events.

    • Consider using SQL Agent jobs to schedule and...

  • Answered by AI
  • Q2. Nested dictionary key search
Round 3 - Coding Test 

Fibonacci series with lime upto 10

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

Aptitude test was easy to clear

Round 2 - Coding Test 

Coding test was ok to clear

Round 3 - Technical 

(1 Question)

  • Q1. Technical was easy to medium
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self

QA Engineer Interview Questions & Answers

PTC user image Shubhamkar Rohidas Kagne

posted on 28 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to creo if you are looking for cad qa
  • Q2. If you get a chance to change something in current team what it could be ?
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly took my manager
  • Q2. Related to testing basic
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I have very bad experience with this company. HR scheduled technical round on Monday 11 AM. panel was not aware and joined 30 mins late. Then he started asking questions unrelated to my profile. I said i h...
  • Q2. Question related to - 1. @DataProviders of TestNG 2. Alternative of excel sheet to get our test data in automation framework 3. how to set up jenkins pipeline, how to create job 4. how to give global par...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts in c#
  • Ans. 

    Oops concepts in C# include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionality.

    • Abstraction focuses on the essential characteristics of an object while hiding irrele

  • Answered by AI
  • Q2. Automation Framework related questions

Skills evaluated in this interview

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 Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about Manual and core java concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. 1. Formal Introduction 2. Day to Day activities in your previous organization. 3. Framwork and it's type 4. Basic architecture of Data Driven Framework. 5. What is Azure and what roles and responsibilities...
  • Q2. Mostly questions were from Azure, Cloud and Git.
  • Q3. Explanation on any Framework
  • Ans. 

    A framework is a set of guidelines or rules that provide structure and support for developing software applications.

    • Frameworks help in organizing code and promoting best practices

    • They provide reusable components and modules to speed up development

    • Frameworks can be front-end (like React or Angular) or back-end (like Spring or Django)

  • Answered by AI
  • Q4. Oops Concepts and explain it in detail
  • Ans. 

    Oops Concepts are fundamental principles of object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and sh...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they focused on my communication skills and I was an Immediate Joiner so i got the advantage.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 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 - Technical 

(1 Question)

  • Q1. Technical about creo question
Round 3 - Technical 

(1 Question)

  • Q1. Technical about creo question

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst ever interview experience. I applied for the position through recruiter.
Techanical person took 4 hrs interview and said I will let you till next week.
After that I contacted no. Of times Hr but no response. Then I mailed them
So got reply like for this year hiring is freeze
After a week hiring starts, so I ask them please give me feedback on interview given.
Then this time they told we will let you once others interview over. i. e. One month
Now they are saying already done the process and please look for other opportunity.
Round 1 - Technical 

(1 Question)

  • Q1. Java collection,basic programming,oops cocept, scenario based questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Previous company working overview,some technical questions,some advance selenium automation quetions.
Round 3 - HR 

(1 Question)

  • Q1. About family, expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Greate experience.
So organized interview and helping in nature.
All are greate and even on time .

Akamai Technologies Interview FAQs

How many rounds are there in Akamai Technologies QA Engineer interview?
Akamai Technologies interview process usually has 2-3 rounds. The most common rounds in the Akamai Technologies interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Akamai Technologies QA Engineer 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 Analytics, Automation, Data Analysis, Data Modeling and Monitoring.
What are the top questions asked in Akamai Technologies QA Engineer interview?

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

  1. SQL query for database automatio...read more
  2. what is class inherita...read more
  3. why pytest fixtures are u...read more

Tell us how to improve this page.

Akamai Technologies QA Engineer Salary
based on 22 salaries
₹7.7 L/yr - ₹21 L/yr
128% more than the average QA Engineer Salary in India
View more details

Akamai Technologies QA Engineer Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

2.5

Skill development

4.0

Work-Life balance

2.1

Salary & Benefits

2.9

Job Security

2.9

Company culture

1.3

Promotions/Appraisal

2.5

Work Satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
107 salaries
unlock blur

₹17 L/yr - ₹45 L/yr

Software Engineer2
90 salaries
unlock blur

₹12 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