Upload Button Icon Add office photos

Akamai Technologies

Compare button icon Compare button icon Compare
4.4

based on 365 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Akamai Technologies Software Engineer II Interview Questions and Answers

Updated 25 Sep 2023

Akamai Technologies Software Engineer II Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - Phone interview 

(2 Questions)

  • Q1. Networking, SQL and python basics
  • Q2. Difference b/w UDP, TCP Linux commands Python basics in dict,tuple
  • Ans. 

    UDP is connectionless, faster but less reliable. TCP is connection-oriented, slower but more reliable. Linux commands are used for system management. Python basics include dict and tuple data structures.

    • UDP is connectionless and does not guarantee delivery of data packets.

    • TCP is connection-oriented and ensures reliable delivery of data packets.

    • Linux commands like ls, cd, mkdir are used for system management.

    • Python dict...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Akamai Technologies Software Engineer II interview:
  • DSA
  • Netrworking
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare thorough on DSA questions such as linked list, trees.

Skills evaluated in this interview

Interview questions from similar companies

Round 1 - Coding Test 

Dynamic programming questions were asked
1) convert stack to queue
2) replace special characters in a string

Round 2 - Technical 

(1 Question)

  • Q1. Dynamic programming - two questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more of DS & Algo
Do leet code
Practise linked list, trees, graphs and Dynamic programming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

Round 2 - Aptitude Test 

Ssh round , quant and logical
Tip: bring your calculator

Round 3 - Technical 

(3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Q2. Dsa questions such as string reverse, binary search
  • Q3. Dbms and os core subject questions
Round 4 - HR 

(2 Questions)

  • Q1. How are you better than others
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Some MCQs and 2 Coding Questions to be solved in different languages

Round 2 - Group Discussion 

Group Discussion to assess candidates thinking and knowledge.

Round 3 - Technical 

(3 Questions)

  • Q1. Graphs based Medium-Hard question with multiple follow ups
  • Q2. DP hard question (Knapsack variant)
  • Q3. Core C++ and OOPs questions
Round 4 - Technical 

(4 Questions)

  • Q1. C++ Pointers based questions
  • Q2. Find errors and debug questions
  • Q3. Math Puzzle based question
  • Q4. One open ended design question
Round 5 - HR 

(1 Question)

  • Q1. Normal HR round type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Demonstrate extreme high confidence
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

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

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the importance of manual testing when compared to automation testing
  • Ans. 

    Manual testing is important for exploratory testing, usability testing, and ad-hoc testing.

    • Manual testing allows for exploratory testing where testers can explore the application and identify unexpected issues.

    • Usability testing, which involves real users interacting with the software, is best done manually to capture user experience.

    • Ad-hoc testing, where testers randomly test the application without predefined test cas...

  • Answered by AI
  • Q2. Real life scenario on web application testing
  • Ans. 

    Testing a web application for an online shopping platform

    • Testing the functionality of adding items to the cart and checking out

    • Testing the payment gateway integration for secure transactions

    • Testing the search functionality to ensure accurate results are displayed

    • Testing the responsiveness of the website on different devices and browsers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If some one want to apply any of the job in this company then please do have some experience even though they mentioned for freshers bsc, however you do your interview as best as possible at last they gonna reject bsc of lack of experience. Same happened to me.So plzz only attened any Oracle company interview if you have experience.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at K L E S Education College, Hubli and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was conducted online modh

Round 2 - Coding Test 

There were 3 codes given and had to choose 1 and write it down in pen paper mode

Round 3 - Technical 

(2 Questions)

  • Q1. Oops questions like encpuslation, abstraction
  • Q2. Os questions like paging, segmentation
Round 4 - HR 

(2 Questions)

  • Q1. Same basich hr questions introduce ur self
  • Q2. Why Visteon, and what do u know about Visteon
  • Ans. 

    Visteon is a leading global automotive supplier known for innovative technology solutions in the automotive industry.

    • Visteon is a well-established company with a strong reputation in the automotive industry.

    • They are known for their cutting-edge technology solutions for vehicle cockpit electronics.

    • Visteon has a global presence and works with major automotive manufacturers around the world.

    • The company focuses on developi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The company hr are friendly and easy to talk to I was not selected even though clearing all rounds so don't worry it happens.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions were there

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions
  • Q2. Os, dbms, core concept of cs
Round 3 - Technical 

(1 Question)

  • Q1. Core concept of cs
  • Ans. 

    Core concept of computer science is the study of algorithms and data structures.

    • Algorithms are step-by-step procedures for solving problems.

    • Data structures are ways to organize and store data efficiently.

    • Examples include sorting algorithms like bubble sort and data structures like arrays and linked lists.

  • Answered by AI

Akamai Technologies Interview FAQs

How many rounds are there in Akamai Technologies Software Engineer II interview?
Akamai Technologies interview process usually has 2 rounds. The most common rounds in the Akamai Technologies interview process are Resume Shortlist.
How to prepare for Akamai Technologies Software Engineer II 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, Javascript, Computer science, Backend and Budgeting.
What are the top questions asked in Akamai Technologies Software Engineer II interview?

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

  1. Difference b/w UDP, TCP Linux commands Python basics in dict,tu...read more
  2. Networking, SQL and python bas...read more

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
 • 246 Interviews
24/7 Customer Interview Questions
3.5
 • 174 Interviews
Globant Interview Questions
3.9
 • 163 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 153 Interviews
Dassault Systemes Interview Questions
4.0
 • 152 Interviews
ServiceNow Interview Questions
4.2
 • 115 Interviews
Verizon Interview Questions
4.2
 • 110 Interviews
Thomson Reuters Interview Questions
4.1
 • 108 Interviews
Amadeus Interview Questions
4.0
 • 107 Interviews
View all
Akamai Technologies Software Engineer II Salary
based on 50 salaries
₹14 L/yr - ₹29 L/yr
27% more than the average Software Engineer II Salary in India
View more details

Akamai Technologies Software Engineer II Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

2.6

Skill development

4.7

Work-Life balance

3.1

Salary & Benefits

3.1

Job Security

4.5

Company culture

2.3

Promotions/Appraisal

4.2

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