Upload Button Icon Add office photos
Engaged Employer

i

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

IBS Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBS Software Services Automation Tester Interview Questions, Process, and Tips

Updated 12 Jun 2023

IBS Software Services Automation Tester Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Oops Concepts of Java
  • Ans. 

    Oops Concepts of Java are fundamental principles of object-oriented programming.

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

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

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the implementation details and showing only the necessary fe

  • Answered by AI
  • Q2. How to validate that the URL loaded is correct or not?
  • Ans. 

    To validate the correct URL loaded, check the current URL in the browser.

    • Get the current URL from the browser using driver.getCurrentUrl() method in Selenium.

    • Compare the current URL with the expected URL to validate correctness.

    • Use assertions or conditional statements to confirm if the URL is correct.

    • Consider handling any redirects or dynamic URLs that may affect validation.

    • Utilize regular expressions for more flexible

  • Answered by AI
  • Q3. Alert handling in selenium
  • Ans. 

    Alert handling in Selenium involves handling pop-up alerts, confirmation alerts, and prompt alerts.

    • Use driver.switchTo().alert() method to handle alerts

    • To accept an alert, use alert.accept() method

    • To dismiss an alert, use alert.dismiss() method

    • To get text from an alert, use alert.getText() method

    • To send text to a prompt alert, use alert.sendKeys() method

  • Answered by AI
  • Q4. How to perform Mouse actions
  • Ans. 

    Mouse actions can be performed using Selenium WebDriver by using Actions class

    • Create an instance of Actions class

    • Use methods like moveToElement, click, doubleClick, contextClick, dragAndDrop, etc.

    • Perform the desired action by calling the respective method on the Actions object

  • Answered by AI
  • Q5. How to read data from an XL file using selenium
  • Ans. 

    You can read data from an Excel file using Apache POI library in Selenium.

    • Use Apache POI library to interact with Excel files

    • Create a FileInputStream object to read the Excel file

    • Create a Workbook object to represent the Excel file

    • Get the desired sheet from the Workbook

    • Iterate through rows and cells to read data

  • Answered by AI
  • Q6. Waits in selenium
  • Ans. 

    Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a defined maximum amount of time.

    • Thread.sleep(): Pauses the execution for a specified amount of time.

  • Answered by AI

Skills evaluated in this interview

Automation Tester Jobs at IBS Software Services

View all

Interview questions from similar companies

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Aptitude Test 

Moderate level of questions comprising of basic apti topics.

Round 2 - Coding Test 

Good level of theoritical as well as practical knowledge.

Round 3 - One-on-one 

(3 Questions)

  • Q1. About yourself.
  • Q2. About the work I have done prevoously.
  • Q3. Why do I want to switch?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

The aptitude test administered included questions on aptitude, mathematics, and reasoning.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ad hoc testing?
  • Q2. What are the principles of software testing?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a system or software to identify defects or errors.

    • Testing involves executing a program or system with the intent of finding bugs or issues.

    • It is done to ensure that the software meets the specified requirements and functions as expected.

    • Testing can be manual or automated, depending on the complexity and requirements of the software.

    • Types of testing include functional testing, perfo...

  • Answered by AI
  • Q2. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Defect is identified by testers during testing phase

    • Defect is reported to the development team

    • Development team fixes the defect

    • Fixed defect is retested by testers

    • If defect is not resolved, it goes through the cycle again

    • Once defect is resolved, it is closed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good interview good office location is nice. product is good and awesome

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Experience in testing tool?
  • Ans. 

    I have experience in using various testing tools such as Selenium, JMeter, and Postman.

    • Proficient in using Selenium for web application testing

    • Experience in load testing using JMeter

    • Familiarity with API testing using Postman

    • Knowledge of test management tools like TestRail

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic testing questions.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Question related to playwright and selenium
Round 2 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Have you worked in any water fall methodology or agile, explain the working process
  • Ans. 

    Yes

    • Waterfall methodology is a linear approach where each phase is completed before moving to the next.

    • Agile methodology is an iterative approach where requirements and solutions evolve through collaboration.

    • Waterfall follows a sequential process while Agile follows an incremental process.

    • Waterfall is suitable for projects with well-defined requirements, while Agile is adaptable to changing requirements.

    • In Waterfall, te...

  • Answered by AI
  • Q2. Difference between sanity and smoke testing
  • Ans. 

    Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.

    • Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.

    • Smoke testing is performed to verify if the major functionalities of the software are working fine.

    • Sanity testing is a subset of regression...

  • Answered by AI
  • Q3. Difference between verification an validation
  • Ans. 

    Verification is the process of evaluating a system or component to determine whether it meets specified requirements. Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies the specified requirements.

    • Verification focuses on the process of reviewing, inspecting, and testing the software to ensure that it meets the specified requirem...

  • Answered by AI
  • Q4. Write some testcases on working of ball point pen
  • Ans. 

    Testcases for working of a ball point pen

    • Verify that the pen writes smoothly on different surfaces

    • Check if the pen's ink is visible and does not smudge

    • Ensure that the pen's cap can be easily removed and secured

    • Test the durability of the pen by applying pressure while writing

    • Validate that the pen's ink does not leak or dry out

  • Answered by AI
  • Q5. What kind of manual testing can be done flipkart application
  • Ans. 

    Various types of manual testing can be done on the Flipkart application.

    • Functional testing to ensure all features and functionalities are working correctly.

    • Usability testing to evaluate the user-friendliness of the application.

    • Compatibility testing to check if the application works on different devices and browsers.

    • Performance testing to assess the application's response time and stability under different loads.

    • Securit...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain the automation framework you used in your project
  • Ans. 

    I used a keyword-driven automation framework in my project.

    • The framework was designed to allow testers to write test cases using keywords and reusable functions.

    • Test scripts were written in a tabular format, making it easy to understand and maintain.

    • The framework included libraries for common functions like logging, reporting, and data handling.

    • Test data was stored in external files like Excel sheets or CSV files for e...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Globant Senior Automation Engineer interview:
  • Java
  • Selenium
  • Cucumber
  • Appium

Skills evaluated in this interview

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services Automation Tester interview?
IBS Software Services interview process usually has 2 rounds. The most common rounds in the IBS Software Services interview process are Resume Shortlist and Technical.
How to prepare for IBS Software Services Automation Tester 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 IBS Software Services. The most common topics and skills that interviewers at IBS Software Services expect are Automation Testing, Debugging, Selenium, Selenium Testing and Web Services.
What are the top questions asked in IBS Software Services Automation Tester interview?

Some of the top questions asked at the IBS Software Services Automation Tester interview -

  1. How to validate that the URL loaded is correct or n...read more
  2. How to read data from an XL file using selen...read more
  3. How to perform Mouse acti...read more

Tell us how to improve this page.

IBS Software Services Automation Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
IBS Software Services Automation Tester Salary
based on 4 salaries
₹3.8 L/yr - ₹8.5 L/yr
13% less than the average Automation Tester Salary in India
View more details
Automation Tester

Kolkata,

Mumbai

+5

6-10 Yrs

Not Disclosed

Automation Tester

Chennai,

Pune

+5

2-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
592 salaries
unlock blur

₹3.4 L/yr - ₹14.1 L/yr

Software Engineer
384 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Technical Lead
260 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Solution Architect
209 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Senior Solution Engineer
191 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Explore more salaries
Compare IBS Software Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview