Upload Button Icon Add office photos

Bharti Airtel

Compare button icon Compare button icon Compare

Filter interviews by

Bharti Airtel Sdet Lead Interview Questions and Answers

Updated 27 Apr 2024

Bharti Airtel Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Javascript, Nextjs, data structures

Round 2 - Technical 

(1 Question)

  • Q1. Design patterns, high level designs

Interview questions from similar companies

Sdet Lead Interview Questions & Answers

Jio user image Anonymous

posted on 30 Aug 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced SDET Lead with a passion for quality assurance and automation testing.

    • Over 8 years of experience in software testing and test automation

    • Strong expertise in leading testing teams and implementing QA processes

    • Proficient in various testing tools and technologies such as Selenium, JUnit, and TestNG

    • Proven track record of improving testing efficiency and product quality

    • Excellent communication

  • Answered by AI
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

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

Sdet Lead Interview Questions & Answers

Jio user image Anonymous

posted on 31 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Shine and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Easy questions based on DSA

Round 3 - Technical 

(3 Questions)

  • Q1. Given binary tree tell visible nodes from below
  • Ans. 

    Visible nodes in a binary tree are the nodes that are not blocked by any other nodes when viewed from below.

    • Traverse the binary tree level by level and keep track of the maximum value seen at each level. Any node with a value greater than the maximum value seen so far is considered a visible node.

    • Example: For a binary tree with values [5, 3, 8, 1, 4, 7, 9], the visible nodes from below would be [5, 8, 9].

  • Answered by AI
  • Q2. Reverse kth node in linked list
  • Ans. 

    Reverse the kth node in a linked list

    • Traverse the linked list to find the kth node

    • Reverse the kth node by changing its next pointer to point to the previous node

    • Update the pointers of the previous and next nodes accordingly

    • Handle edge cases such as k being out of bounds or kth node being the head of the list

  • Answered by AI
  • Q3. Project related questions on mongodb

Interview Preparation Tips

Interview preparation tips for other job seekers - Dsa + project

Skills evaluated in this interview

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
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

Bharti Airtel Interview FAQs

How many rounds are there in Bharti Airtel Sdet Lead 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 Lead 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 Framework, Automation Testing, Bugzilla, JIRA and Java.

Tell us how to improve this page.

Bharti Airtel Sdet Lead Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Jio Interview Questions
3.9
 • 1.7k Interviews
Vodafone Idea Interview Questions
4.1
 • 555 Interviews
Ericsson Interview Questions
4.1
 • 412 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
View all
Bharti Airtel Sdet Lead Salary
based on 21 salaries
₹22.2 L/yr - ₹29.3 L/yr
14% less than the average Sdet Lead Salary in India
View more details

Bharti Airtel Sdet Lead Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

3.3

Skill development

1.8

Work-life balance

3.0

Salary

2.7

Job security

1.6

Company culture

2.6

Promotions

2.5

Work satisfaction

Explore 4 Reviews and Ratings
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