Upload Button Icon Add office photos

Bharti Airtel

Compare button icon Compare button icon Compare

Filter interviews by

Bharti Airtel Sdet Automation Test Engineer Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top Bharti Airtel Sdet Automation Test Engineer Interview Questions and Answers

Bharti Airtel Sdet Automation Test Engineer Interview Experiences

2 interviews found

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

1. Prepare java string questions

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

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

Round 1 - Coding Test 

Have to write code snippet for serialization and deserialization in java

Round 2 - Technical 

(3 Questions)

  • Q1. Code to explain Indian number plate system
  • Ans. 

    Indian number plate system consists of a unique combination of letters and numbers to identify vehicles.

    • Indian number plates consist of a combination of letters and numbers

    • The first two letters indicate the state where the vehicle is registered

    • Followed by a unique number assigned to the vehicle

    • Some number plates may also include additional information like the vehicle class or fuel type

  • Answered by AI
  • Q2. To check if a string is palindrome with recusrion
  • Ans. 

    Check if a string is palindrome using recursion

    • Create a recursive function that compares the first and last characters of the string

    • If they match, call the function with the substring excluding the first and last characters

    • Continue this process until the string length is 0 or 1, then return true if all characters matched

    • Example: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

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

    • Polymorphism: Ability of an object to take on many forms.

    • Encapsulation: Bundling of data with the methods that operate on that data.

    • Abstraction: Hiding the implementation details and showing only the necessa

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Separate 1's and 0's in an array with minimal complexity
  • Ans. 

    Use two pointers approach to separate 1's and 0's in an array of strings with minimal complexity.

    • Initialize two pointers, one at the beginning and one at the end of the array.

    • Move the left pointer until it encounters a '0' and the right pointer until it encounters a '1'.

    • Swap the elements at the left and right pointers, then move the pointers towards each other until they meet in the middle.

  • Answered by AI
  • Q2. How to automate filters in web page
  • Ans. 

    Automating filters in a web page involves identifying filter elements, selecting filter criteria, and verifying filtered results.

    • Identify filter elements on the web page such as dropdowns, checkboxes, or input fields

    • Use automation tools like Selenium to interact with filter elements and select desired criteria

    • Trigger filter action (e.g. clicking 'Apply' button) and wait for the page to refresh with filtered results

    • Veri...

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. OOPs Concepts, like Abstraction, Polymorphism, Encapsulation etc.
  • Q2. Write java program to reverse a string.
  • Ans. 

    Java program to reverse a string

    • Create a char array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Convert the char array back to a string and return

  • Answered by AI
  • Q3. API error codes meanings.
  • Ans. 

    API error codes are numerical or alphanumeric codes that indicate the type of error that occurred during an API request.

    • API error codes help developers identify and troubleshoot issues with their API requests.

    • Common API error codes include 400 Bad Request, 401 Unauthorized, 404 Not Found, 500 Internal Server Error.

    • Each API error code has a specific meaning and can provide valuable information for debugging.

  • Answered by AI
  • Q4. Exceptions encountered during Automation.
  • Ans. 

    Exceptions encountered during automation testing can include element not found, timeout, invalid input, etc.

    • ElementNotVisibleException: When an element is present in the DOM but not visible on the page

    • TimeoutException: When a command takes longer than the timeout specified

    • NoSuchElementException: When an element could not be found in the DOM

    • StaleElementReferenceException: When an element is no longer attached to the DOM

    • ...

  • Answered by AI
Round 2 - Case Study 

App is taking long to process a functionality what could be the possible reasons?

Interview Preparation Tips

Interview preparation tips for other job seekers - Think of Developers point of view to get the interview cleared.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Group anagram strings in a array
  • Ans. 

    Group anagram strings in an array

    • Iterate through the array of strings

    • For each string, sort the characters alphabetically

    • Use a hashmap to group anagrams together based on sorted strings

  • Answered by AI
  • Q2. Reverse subset of array 'k'
  • Ans. 

    Reverse a subset of strings in an array 'k'

    • Iterate through the array 'k' and reverse the strings within the specified subset range

    • Use a temporary variable to swap the strings at the start and end of the subset range

    • Ensure to handle edge cases like empty array or invalid subset range

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Verizon user image Anonymous

posted on 20 Oct 2024

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

Project discussion and basic questions

Round 2 - HR 

(2 Questions)

  • Q1. Willing to relocate
  • Ans. 

    Yes, willing to relocate for the right opportunity.

    • I am open to relocating for a job that aligns with my career goals and offers growth opportunities.

    • I have relocated in the past for job opportunities and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in today's job market, which includes being open to relocation.

  • Answered by AI
  • Q2. What is ur weakness
  • Ans. 

    One of my weaknesses is that I tend to be overly critical of my own work.

    • I have a tendency to overanalyze my projects, which can sometimes lead to delays in completion.

    • I am working on improving my self-confidence to trust my abilities more.

    • I have learned to seek feedback from others to gain different perspectives and improve my work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Luck
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Aug 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 - Coding Test 

Test is proctored and 3 questions were asked out of which 1 is from language other is from data structures and the last one is from sql

Round 3 - Technical 

(2 Questions)

  • Q1. What is a database and explain it
  • Ans. 

    A database is a collection of organized data that can be easily accessed, managed, and updated.

    • A database stores data in tables with rows and columns

    • It allows for efficient data retrieval and manipulation

    • Examples include MySQL, Oracle, and MongoDB

  • Answered by AI
  • Q2. What are the projects you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be confident
Be prepared about the projects and internships you have done thoroughly

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2022. There were 3 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 - Coding Test 

1 hour test of moderate to difficult level questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. They asked about projects i made during my academic years and asked som questions from DSA
  • Q2. Any advise you want to give our company?

Interview Preparation Tips

Topics to prepare for Ciena SDE (Software Development Engineer) interview:
  • Data Structures
  • Software Development
Interview preparation tips for other job seekers - Study and make your base strong on the DSA topics and be ready to give some answers regarding your own opinions.

I applied via Campus Placement and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds
Consisting of Technical HR and Managerial
It was conducted in a smooth manner questions were asked from resume mostly and some puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics, automation basics.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java related questions

Bharti Airtel Interview FAQs

How many rounds are there in Bharti Airtel Sdet Automation Test Engineer interview?
Bharti Airtel interview process usually has 2 rounds. The most common rounds in the Bharti Airtel interview process are Coding Test and Technical.
How to prepare for Bharti Airtel Sdet Automation Test Engineer 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 Bharti Airtel. The most common topics and skills that interviewers at Bharti Airtel expect are Automation Testing, Selenium, Java, Appium and Automation Framework.
What are the top questions asked in Bharti Airtel Sdet Automation Test Engineer interview?

Some of the top questions asked at the Bharti Airtel Sdet Automation Test Engineer interview -

  1. Separate 1's and 0's in an array with minimal complex...read more
  2. How to automate filters in web p...read more
  3. to check if a string is palindrome with recusr...read more

Tell us how to improve this page.

Bharti Airtel Sdet Automation Test Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Bharti Airtel Sdet Automation Test Engineer Salary
based on 8 salaries
₹11 L/yr - ₹20 L/yr
10% more than the average Sdet Automation Test Engineer Salary in India
View more details
Assistant Manager
2.1k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Network Engineer
1.5k salaries
unlock blur

₹1.9 L/yr - ₹6.9 L/yr

Accounts Manager
1.3k salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Manager
1.3k salaries
unlock blur

₹5.8 L/yr - ₹22.6 L/yr

Territory Sales Manager
1.3k salaries
unlock blur

₹2.8 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Bharti Airtel with

Jio

3.9
Compare

Vodafone Idea

4.1
Compare

TCS

3.7
Compare

Infosys

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