What We Are Learn On This Post
Akamai Technologies Interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked Akamai Technologies interview questions and answers.
Post On: | Akamai Technologies Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & TestNG interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Akamai Technologies interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
Akamai Technologies Bangalore Interview Questions
Interview Location: Bangalore, India
Updated Date: 27.11.2021
Interview questions in service-based company Bangalore
- Asked more on Manual testing
- If there are many bugs in the build what will you do?
- Will you give estimation effort if yes then what parameters you will consider?
- Any experience in SQL, DevOps, Linux?
- What are all the points you write in the test case? What are the columns in test case documentation?
- At the time of release what more responsibilities you will have what measures you follow?
- How frequent your releases will be? Monthly quarterly how it is?
- What is the release cycle in your company? How frequent it is?
- What steps do we follow after getting the defect?
Akamai Technologies Bangalore Interview Questions
Interview Location: Bangalore, India
Updated Date: 27.11.2021
Java:
- Abstract Method
- Constructor Vs Method
- Multiple Inheritance
- Runtime Polymorphism
- String, String Buffer, and String Builder
- Set Vs Map
- ArrayList Vs LinkedList
- How to Iterate ArrayList – Iterator()
- next() and hasNext()
- How to display only numbers from string asdp[]90@12#%
- Regular expressions
- OutPut to below program
String S1 = “Nisum”
String S2 = new String(S1);
String S3 =” Nisum”;Sop(S1.equals(S2)); //output? true
Sop(S1==S2); //output? false
Sop(S3==S1); //output? True
Selenium:
- Implicit wait, Explicit wait, and Fluent wait syntax
- If the implicit wait is 60 sec, and the explicit wait for the element is 30 sec, How much time browser will wait?
- Absolute and Relevant Xpath
- Find the following child using Xpath and CSS
- get() and navigate()
- How many ways we can click the button in selenium
- How many ways we can refresh the browser
- What is a page factory?
- Common exceptions in Selenium
- Scenario and scenario outline in BDD
- Maven build phases
- BDD bindings
- How to run scripts parallel in TestNG
- Sample code for open Amazon site and search for any element. Assume the result is in 20 pages. Iterate through all pages and display the number of items on each page
API:
- What are the methods you used in API testing
- Protocols used in API testing
- Patch, Put, and Post
- How to send GET request with BODY
- Difference between Web service and API
- Execution starts at what point in BDD — Maybe he is asking about the TestRunner file.
Akamai Technologies Hyderabad Interview Questions
Interview Location: Hyderabad, India
Updated Date: 23.11.2021
Yesterday I attended one interview. They asked me for simple programs in selenium and testing.
- Write program for drag and drop
- Write program to handle multiple windows.
- Write program to print links from web page
- How to get the current URL.
- What is TestNG
- What is the invocation count?
- Advantages of the testNG.
- fastest element locator
- What is / and //
- For next 10 years there will be no changes in HTML which XPath you will use relative or absolute?
- Groups in TestNG
- Parameters in TestNG
But in core java, they asked for programs.
- How to find the occurrence of char in a string.
- Read text file and print repeated words from a string.
- Anyone having simple logic for the above java programs please share.
Leave a Reply