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

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
asked in Capgemini
Q3. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q4. What is assertion? What is soft assertion? What is hard assertion ... read more
Q5. What is Automation? what is selenium?what is xpath? what is regre ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basic Questions of Oops and MVC

I applied via LinkedIn and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All microsoft technologies related

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be 100% technical in java here they will not be any support u need to dig deep lot of complex modules which we cannot understand in depth

Interview Questionnaire 

1 Question

  • Q1. Questions on angular framework,.net core , dependency injection,legacy .net, session management , agile ceremonies.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was mostly asked about the process. First round was technical, mostly on Java
  • Q2. JVM Architecture, Java 9 new feature, collection framework, hibernate
  • Q3. 2nd round was mostly on tools and processes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always come prepare with whatever you have mentioned in your resume, if you talking about any tools, you should have end to end knowledge on that, you can't say I used Jenkins and then while answering, you would say I don't know how to create a job or pipeline. That kind of answer is not acceptable.

I applied via LinkedIn and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. - Data Structures and Algo - Core Python specific questions
  • Q2. - Design a Cache and some design based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I actually attended a Weekend drive. So in the 1st round almost related to 2/3 DS Algo questions.
2nd round was related to design small cache and little bit on python questions.
3rd round was managerial and some basic technical questions.

Interview Questionnaire 

1 Question

  • Q1. 1)Questions were asked related to Oracle plsql langauge and 2) Performance tuning and about 3) my data science master program,and like 4)my most challenging task ever I faced in my carrier.

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java and OOPS Associated Questions
  • Q2. Spring and Basic Programming Like Sort, Searching

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't bother to give interviews it's not a good place to work for.

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.

Bajaj Finserv Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 575 Interviews
ICICI Securities Interview Questions
3.9
 • 163 Interviews
Sharekhan Interview Questions
3.8
 • 84 Interviews
Bajaj Capital Interview Questions
3.8
 • 79 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
View all
Bajaj Finserv Automation Test Engineer Salary
based on 14 salaries
₹2.3 L/yr - ₹8.3 L/yr
34% 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.3

Work-life balance

4.2

Salary

3.8

Job security

5.0

Company culture

3.8

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

₹0.9 L/yr - ₹5.1 L/yr

Sales Manager
1k salaries
unlock blur

₹1.4 L/yr - ₹9.6 L/yr

Manager
884 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare Bajaj Finserv with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

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