Upload Button Icon Add office photos
Engaged Employer

i

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

Bajaj Finserv Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 8.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bajaj Finserv Automation Test Engineer Interview Questions, Process, and Tips

Updated 18 Jun 2024

Top Bajaj Finserv Automation Test Engineer Interview Questions and Answers

View all 9 questions

Bajaj Finserv Automation Test Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. What is selenium wait. Explain how will you handle AJAX calls
  • Ans. 

    Selenium wait is used to pause the execution of the test script for a specified amount of time. Handling AJAX calls involves using explicit waits to ensure the page is fully loaded before interacting with elements.

    • Use WebDriverWait in Selenium to wait for a specific condition to be met before proceeding with the test

    • Use ExpectedConditions to wait for elements to be present, visible, clickable, etc.

    • Handle AJAX calls by ...

  • Answered by AI
  • Q2. How to find broken links in Selenium and 1 coding question average.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to appium and android driver
  • Q2. Some process related and manual testing question
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Manager and project overview

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 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 - Technical 

(8 Questions)

  • Q1. Explain your automation framework?
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Data-driven approach for test case design

    • Integration with Selenium WebDriver for browser automation

    • Utilization of TestNG for test execution and reporting

    • Modular design for easy maintenance and scalability

  • Answered by AI
  • Q2. Write a program to reverse string in java?
  • Ans. 

    Program to reverse a string in Java using StringBuilder

    • Create a StringBuilder object with the input string

    • Use the reverse() method of StringBuilder to reverse the string

    • Convert the reversed StringBuilder object back to a string using toString()

  • Answered by AI
  • Q3. Annotations in TestNG framework.
  • Ans. 

    Annotations in TestNG framework are used to provide additional information about test methods and classes.

    • Annotations are used to define the behavior of test methods, such as @Test, @BeforeMethod, @AfterMethod, etc.

    • Annotations help in organizing and prioritizing test methods, setting up preconditions, and cleaning up after tests.

    • Annotations can be used to group test methods together using @Test(groups = "smoke") for ex...

  • Answered by AI
  • Q4. How to handle pop ups.
  • Ans. 

    Pop ups can be handled in automation testing by using various methods such as handling alerts, using window handles, or using specific commands in the automation tool.

    • Use alert interface to handle JavaScript alerts

    • Use switchTo().window() method to handle multiple windows

    • Use specific commands in automation tool like acceptAlert() or dismissAlert()

  • Answered by AI
  • Q5. Types of locators
  • Ans. 

    Locators are used in automation testing to identify web elements on a page. Common types include ID, class name, name, xpath, and CSS selector.

    • ID: Unique identifier for an element

    • Class name: Name of the class attribute of an element

    • Name: Name attribute of an element

    • XPath: Path of the element in the HTML document

    • CSS selector: Selector based on CSS attributes

  • Answered by AI
  • Q6. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created.

    • Constructors have the same name as the class they belong to

    • Constructors do not have a return type

    • Constructors can be used to initialize object properties

  • Answered by AI
  • Q7. Methods in string class
  • Ans. 

    Methods in string class include substring, indexOf, length, toUpperCase, toLowerCase, trim, etc.

    • substring() - returns a new string that is a substring of the original string

    • indexOf() - returns the index within the string of the first occurrence of the specified value

    • length - returns the length of the string

    • toUpperCase() - converts the string to uppercase

    • toLowerCase() - converts the string to lowercase

    • trim() - removes w

  • Answered by AI
  • Q8. What is polymorphisum
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example of compile-time polymorphism: function overloading where multiple functions have the same name but different paramete...

  • Answered by AI

Skills evaluated in this interview

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Group Discussion 

Scripting of test caeses.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Framework Regression Alm

Interview Preparation Tips

Interview preparation tips for other job seekers - In my entire IT career till now, this was the worst interview I have given
Interviewer is not ready to listen and for few of the questions answered correctly, he's not ready to accept that
What ever he knows we have to accept that and he didn't allow me to speak further.

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

Round 1 - Technical 

(1 Question)

  • Q1. - Explain your Framework - Types of Exception - OOPs concept - Inheritance - types of inheritance / interface etc. - Data source and ways to read data - API testing - reading the response using RestAssu...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare as per the details mentioned in the JD.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPS Concepts,Java Coding,Testing
Round 2 - Technical 

(1 Question)

  • Q1. Selenium, APIs, Automation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Prepare interview questions from geekforgeeks & leetcode.
Round 3 - Technical 

(1 Question)

  • Q1. Api automation related questions with writing the framework.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

My SQL query-select from table
Selenium -Private package
Feature file
Encapsulation
Code - error finding
Write code for given html login page

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quant and verbal ability

Round 2 - Coding Test 

Questions from DSA and webdevelopement

Round 3 - HR 

(1 Question)

  • Q1. About my goals with the company and how will I contribute to it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and try to answer question in your own words rather than looking online for them

I applied via Campus Placement and was interviewed in May 2022. There were 2 interview rounds.

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 

(5 Questions)

  • Q1. Questions about framework you have used in project, TestNG annotations ,flags.
  • Q2. String reverse program,
  • Q3. Find duplicate in array program
  • Ans. 

    Program to find duplicates in an array.

    • Iterate through the array and compare each element with the rest of the elements.

    • If a match is found, add it to a separate array or print it.

    • Use a hash table to keep track of the frequency of each element.

    • Sort the array and compare adjacent elements to find duplicates.

  • Answered by AI
  • Q4. Open perticular page and inspect element (link)
  • Q5. Selenium waits , difference
  • Ans. 

    Selenium waits are used to pause the execution of the script, while the difference is in the way they wait for an element.

    • Implicit wait is used to wait for a certain amount of time before throwing an exception if the element is not found.

    • Explicit wait is used to wait for a certain condition to occur before proceeding with the execution.

    • Fluent wait is used to wait for an element with a certain frequency and timeout peri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on framework, oops concepts, programs on Array, String

Skills evaluated in this interview

Bajaj Finserv Interview FAQs

How many rounds are there in Bajaj Finserv Automation Test Engineer interview?
Bajaj Finserv interview process usually has 2-3 rounds. The most common rounds in the Bajaj Finserv interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Bajaj Finserv Automation Test Engineer interview?

Some of the top questions asked at the Bajaj Finserv Automation Test Engineer interview -

  1. What is selenium wait. Explain how will you handle AJAX ca...read more
  2. Write a program to reverse string in ja...read more
  3. Explain your automation framewo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
Wells Fargo Interview Questions
3.9
 • 553 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
View all
Bajaj Finserv Automation Test Engineer Salary
based on 14 salaries
₹2.2 L/yr - ₹8.3 L/yr
33% less than the average Automation Test Engineer Salary in India
View more details

Bajaj Finserv Automation Test Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

3.5

Job security

5.0

Company culture

3.5

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Assistant Manager
1.3k salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Sales Officer
1.3k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Sales Executive
1.2k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Sales Manager
1k salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Manager
861 salaries
unlock blur

₹2.7 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Bajaj Finserv with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

State Bank of India

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