Upload Button Icon Add office photos
Engaged Employer

i

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

Birlasoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Birlasoft Selenium Automation Tester Interview Questions and Answers

Updated 25 Mar 2024

Birlasoft Selenium Automation Tester Interview Experiences

1 interview found

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

(1 Question)

  • Q1. 1. Difference between overloading and Overriding 2. Explain POM and it's Advantage 3. Is Java pure object oriented programming language? 4. can we override constructor? 5. have you used overriding and over...
  • Ans. 

    Answers to common interview questions for Selenium Automation Tester position

    • Overloading is when a class has multiple methods with the same name but different parameters, while overriding is when a subclass provides a specific implementation for a method that is already defined in its superclass.

    • POM (Page Object Model) is a design pattern in Selenium automation testing where web pages are represented as classes, and th...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a set of strings, swap pair of character in each string. Eg “Selenium Automation Testing” should print as “eselinmu uaotamitno ettsnig”
  • Ans. 

    Swap pair of characters in each string of an array of strings.

    • Iterate through each string in the array

    • For each string, swap pairs of characters by iterating through the string with a step of 2

    • Return the modified array of strings

  • Answered by AI
  • Q2. Given a set of strings, find out the duplicate characters for the entire list of strings.
  • Ans. 

    Find duplicate characters in a set of strings.

    • Iterate through each string in the array.

    • For each string, iterate through each character and store them in a hashmap with their frequency.

    • Identify characters with frequency greater than 1 as duplicates.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. 1. Introduction including Education and Work Experience 2. SDLC and Models 3. Agile Ceremonies 4. Smoke, Sanity Testing 5. High Severity and High Priority with real project examples. 6. Difference between...
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Java coding output predict related questions , try catch , string concept
  • Q2. Switch case
  • Q3. Inheritance
  • Q4. What challanges faced in automation
  • Ans. 

    Challenges in automation include dynamic UI elements, data synchronization, and maintenance of test scripts.

    • Dynamic UI elements can be challenging to automate as they may change frequently.

    • Data synchronization between different systems can be difficult to achieve in automation.

    • Maintenance of test scripts can be time-consuming, especially when application changes frequently.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to read the data and assert with db value in api automation
  • Ans. 

    To read data and assert with db value in API automation, use API response to extract data and compare with database query result.

    • Extract data from API response using JSON parsing libraries like Gson or Jackson

    • Execute database query to retrieve expected value

    • Compare the extracted data with the database value using assertion libraries like TestNG or JUnit

  • Answered by AI
  • Q2. 401 & 403 status code
Round 3 - HR 

(1 Question)

  • Q1. Managerial behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How will you handle windows handling in real time ?
  • Ans. 

    I will handle windows handling in real time by using automation tools and scripts to interact with windows and perform necessary actions.

    • Utilize automation tools like Selenium or Appium to interact with windows

    • Write scripts to automate window handling tasks

    • Use APIs provided by the operating system to manipulate windows

    • Monitor window events and respond accordingly in real time

  • Answered by AI
  • Q2. What are the alternatives for java collections in some other programming languages
  • Ans. 

    Some alternatives for Java collections in other programming languages include Python's lists, C++'s vectors, and JavaScript's arrays.

    • Python: lists

    • C++: vectors

    • JavaScript: arrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would recommend everyone should be well prepared for your interviews

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Product tester verious product tester

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeping growing up
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Hardware in the loop
  • Ans. 

    Hardware in the loop (HIL) is a testing method that involves testing a component or system using a simulated environment with real hardware.

    • HIL testing allows for testing of complex systems without the need for physical prototypes.

    • It involves connecting the actual hardware components to a simulation environment to test their interactions.

    • Examples include testing automotive control systems by connecting the ECU to a sim...

  • Answered by AI
  • Q2. CAN, Cano, testing, HIL testing,IPC,

Interview Preparation Tips

Interview preparation tips for other job seekers - After technical round there is no any response form h r third party company schedule the interview which is that monjin notify recruiter said cyient he directly get back to you mam like but there is no response I think this is waste of time
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about ur self
  • Q2. Questions based on resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is rest assured
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs.

    • Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful, maintainable tests for RESTful APIs.

    • It simplifies the process of sending HTTP requests and validating responses.

    • Rest Assured can be integrated with popular testing frameworks like JUnit and TestNG.

    • It supports various authentication methods, request and r...

  • Answered by AI
  • Q2. What is json file
  • Ans. 

    JSON file is a lightweight data interchange format used to store and transmit data in a structured way.

    • JSON stands for JavaScript Object Notation.

    • It is easy for humans to read and write, and easy for machines to parse and generate.

    • JSON is language-independent and is commonly used in web development for APIs.

    • Example: {"name": "John Doe", "age": 30, "city": "New York"}

  • Answered by AI

Skills evaluated in this interview

Birlasoft Interview FAQs

How many rounds are there in Birlasoft Selenium Automation Tester interview?
Birlasoft interview process usually has 1 rounds. The most common rounds in the Birlasoft interview process are Technical.

Tell us how to improve this page.

Birlasoft Selenium Automation Tester Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Software Developer
1.5k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Technical Specialist
1.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Technical Lead
1.1k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Software Engineer
1.1k salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Explore more salaries
Compare Birlasoft with

Accenture

3.8
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Wipro

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