Upload Button Icon Add office photos
Engaged Employer

i

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

IBM Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 21.3k Reviews

Filter interviews by

IBM Automation Test Specialist Interview Questions and Answers for Experienced

Updated 26 Mar 2024

IBM Automation Test Specialist Interview Experiences for Experienced

4 interviews found

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

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your self. Why you are looking for a change
  • Q3. Whereyou want to see yourselfin 5 years

I was interviewed in May 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Agile terms like - epic, user story and Oop concept in java as access specifiers, Interface
Round 2 - Technical 

(1 Question)

  • Q1. Oop concepts, Inheritence, interface,collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure and clear with the concepts which you are showing in CV. You should know the why and how things in order to explain the implementation

Automation Test Specialist Interview Questions Asked at Other Companies for Experienced

asked in IBM
Q1. Ralated with selenium and rest assured
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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. Java concepts, and restapi
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to come to this organisation

Interview Questionnaire 

1 Question

  • Q1. Ralated with selenium and rest assured
  • Ans. 

    Selenium is a tool for automating web browsers and Rest Assured is a Java library for testing RESTful APIs.

    • Selenium can be used for UI testing and automating browser interactions

    • Rest Assured can be used for API testing and validating responses

    • Both tools can be integrated for end-to-end testing of web applications

  • Answered by AI

IBM interview questions for designations

 Automation Specialist

 (2)

 Automation Test Engineer

 (9)

 Automation Test Analyst

 (1)

 Software Test Specialist

 (6)

 Senior Test Specialist

 (4)

 Senior Automation Test Engineer

 (4)

 Sdet Automation Test Engineer

 (3)

 Automation Tester

 (5)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Java, selenium,oops,abstaraction,encapsulation
  • Q2. Cucumber, testng, java programs
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Q2. What is your experience with barcode scanners?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Write a program to print 2 nd highest number from array with using sorting?
  • Ans. 

    Program to find 2nd highest number in array without sorting.

    • Iterate through array to find highest and second highest numbers

    • Initialize variables to store highest and second highest numbers

    • Compare each element with highest and second highest numbers

  • Answered by AI
  • Q2. Write a program to add value into hashmap?
  • Ans. 

    Program to add values into a hashmap in Java.

    • Create a new HashMap object.

    • Use the put() method to add key-value pairs into the hashmap.

    • Keys must be unique, values can be duplicated.

    • Example: HashMap map = new HashMap<>(); map.put("A", 1);

  • Answered by AI
  • Q3. What are main concepts of OOPS in java?
  • Ans. 

    Main concepts of OOPS in Java include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

    • Polymorphism: Ability of a method to do different things ba...

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

(2 Questions)

  • Q1. What are the different http codes used in rest assure?
  • Ans. 

    Different HTTP codes used in Rest Assured

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: Request was invalid

    • 401 - Unauthorized: Request requires user authentication

    • 404 - Not Found: Requested resource was not found

    • 500 - Internal Server Error: Server encountered an unexpected condition

  • Answered by AI
  • Q2. Write a code using rest assure for status code
  • Ans. 

    Code using Rest Assured for checking status code

    • Import Rest Assured library

    • Use given() method to specify the base URI

    • Use when() method to specify the HTTP method and endpoint

    • Use then() method to validate the status code

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why string immutable in java ?
  • Ans. 

    String is immutable in Java to ensure security, thread safety, and optimization.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings can be safely shared among multiple threads.

    • Immutable strings allow for efficient memory allocation and caching.

    • Immutable strings are used in various security-related operations.

    • Immutable strings enable the use of string pooling for optimization.

  • Answered by AI
  • Q2. Function overloading and function overriding

Skills evaluated in this interview

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

(1 Question)

  • Q1. 1. Find the second non repetitive character
  • Ans. 

    The second non-repetitive character is to be found in a given array of strings.

    • Iterate through each character in the strings and count their occurrences

    • Identify the characters that occur only once

    • Return the second non-repetitive character

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. 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 - One-on-one 

(3 Questions)

  • Q1. Api Testing with Rest API
  • Ans. 

    API testing with Rest API involves testing the functionality, performance, and security of API endpoints.

    • Understand the API documentation to identify endpoints, parameters, and expected responses

    • Test different HTTP methods like GET, POST, PUT, DELETE

    • Verify response codes, headers, and payload data

    • Perform boundary value analysis and negative testing

    • Use tools like Postman or RestAssured for automation testing

    • Validate aut...

  • Answered by AI
  • Q2. Programs on Java
  • Q3. Framework and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviwer interviewd for 1 hour and not shortlisted as I dont have a skill which I didnt mentioned anywhere in my resume.

Skills evaluated in this interview

IBM Interview FAQs

How many rounds are there in IBM Automation Test Specialist interview for experienced candidates?
IBM interview process for experienced candidates usually has 2 rounds. The most common rounds in the IBM interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for IBM Automation Test Specialist interview for experienced candidates?
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 IBM. The most common topics and skills that interviewers at IBM expect are Automation Testing, Selenium, AWS, Azure and CI.
What are the top questions asked in IBM Automation Test Specialist interview for experienced candidates?

Some of the top questions asked at the IBM Automation Test Specialist interview for experienced candidates -

  1. Ralated with selenium and rest assur...read more
  2. 1. Basic selenium questions along with the combo of cucumber and tes...read more
  3. Agile terms like - epic, user story and Oop concept in java as access specifier...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 IBM 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

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
View all
IBM Automation Test Specialist Salary
based on 566 salaries
₹5 L/yr - ₹20 L/yr
11% less than the average Automation Test Specialist Salary in India
View more details

IBM Automation Test Specialist Reviews and Ratings

based on 63 reviews

4.3/5

Rating in categories

4.3

Skill development

4.4

Work-Life balance

3.5

Salary & Benefits

4.1

Job Security

4.3

Company culture

3.1

Promotions/Appraisal

3.9

Work Satisfaction

Explore 63 Reviews and Ratings
Application Developer
11.6k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹5 L/yr - ₹22.4 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.6 L/yr - ₹18.5 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
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