Upload Button Icon Add office photos

Bharti Airtel

Compare button icon Compare button icon Compare

Filter interviews by

Bharti Airtel React Native Developer Interview Questions and Answers

Updated 16 Sep 2024

Bharti Airtel React Native Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Output question on hoisting
  • Q2. Custom Reduce method of JS
  • Ans. 

    Custom reduce method in JavaScript allows for custom logic to be applied when reducing an array.

    • Custom reduce method can be implemented using a for loop to iterate over the array elements.

    • The custom logic can be defined within the reduce method to perform specific operations on each element.

    • The initial value for the accumulator can be provided as an argument to the custom reduce method.

    • Example: Implementing a custom re...

  • Answered by AI
  • Q3. Bracket validation code
  • Q4. React Native, Redux concept, Pure Functions, Pure Component vs React.memo, FlatList

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Swift basics , class vs structure, closures, mvvm , solid principles
  • Q2. Design Patterns , Closures
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate swift questions, architecture questions
Round 3 - HR 

(1 Question)

  • Q1. Family backhround, ladt company details
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Ewfqfwqef fwqfqwfqwf fwqewqwfwf wfqfqwf
  • Q2. Fweeqw fweewqfqwf wfqwqe weqfwqfwqe
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Programming - print the first and last letter of words from a list alternatively
  • Ans. 

    Print the first and last letter of words from a list alternatively

    • Iterate through the list of words

    • For each word, print the first and last letter alternatively

  • Answered by AI
  • Q2. What is oop and oops concepts
  • Ans. 

    OOP stands for Object-Oriented Programming. OOPs concepts are the principles of OOP such as inheritance, encapsulation, polymorphism, and abstraction.

    • OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs concepts include inheritance, where a class can inherit properties and behavior from another class.

    • Encapsulation is the bund...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic data structure questions
  • Q2. Explain binary search with example
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left half. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empty.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is concurrency technique in android
  • Ans. 

    Concurrency technique in Android allows multiple tasks to run simultaneously, improving performance and responsiveness.

    • Concurrency in Android can be achieved using AsyncTask, Handlers, Executors, and RxJava.

    • AsyncTask allows running background tasks on a separate thread and updating UI on the main thread.

    • Handlers are used to post and process Runnable objects on a thread's message queue.

    • Executors provide a high-level API...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain about previous project and what was your role in that project

Skills evaluated in this interview

Interview experience
2
Poor
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 - Coding Test 

Mid level coding test

Round 3 - Technical 

(1 Question)

  • Q1. DSA question like array linked list
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are types of Dispatchers
  • Ans. 

    Types of Dispatchers in Android include Main, IO, Default, and Unconfined.

    • Main Dispatcher: Handles UI-related tasks and runs on the main thread.

    • IO Dispatcher: Handles IO-related tasks such as network or disk operations.

    • Default Dispatcher: Used for CPU-intensive tasks that don't block the main thread.

    • Unconfined Dispatcher: Executes the coroutine in the caller thread until the first suspension point.

  • Answered by AI
  • Q2. Differences between MVVM and MVC
  • Ans. 

    MVVM focuses on separation of concerns, with ViewModel acting as a mediator between Model and View. MVC has tighter coupling between Model, View, and Controller.

    • MVVM separates concerns by introducing a ViewModel layer to handle presentation logic.

    • MVC has a tighter coupling between Model, View, and Controller, leading to potential code duplication and difficulty in testing.

    • In MVVM, the ViewModel exposes data and actions...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 

(3 Questions)

  • Q1. Basic,Mvvm,corutiens,Dragger,Room etc
  • Q2. Basic to advance question
  • Q3. Basic to advance question
Round 3 - Technical 

(1 Question)

  • Q1. Some program and degin and make fully funtional login page using Mvvm dragger retrofit rtc
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic to advance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Good level mcqs on iOS including both swift and ObjC. One needs a good command in swift for the first written round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for iOS and swift on topics like GCD, structures, classes, error finding questions, etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Technical questions were asked based on Android SDK and its lifecycle.
Round 3 - Technical 

(1 Question)

  • Q1. Architecture-level questions were asked here and collections related questions.

Bharti Airtel Interview FAQs

How many rounds are there in Bharti Airtel React Native Developer interview?
Bharti Airtel interview process usually has 1 rounds. The most common rounds in the Bharti Airtel interview process are Technical.
How to prepare for Bharti Airtel React Native Developer 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 React Native, JSON, Javascript, API and Flutter.
What are the top questions asked in Bharti Airtel React Native Developer interview?

Some of the top questions asked at the Bharti Airtel React Native Developer interview -

  1. Custom Reduce method of...read more
  2. React Native, Redux concept, Pure Functions, Pure Component vs React.memo, Flat...read more
  3. Bracket validation c...read more

Tell us how to improve this page.

Bharti Airtel React Native Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
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.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Vodafone Idea Interview Questions
4.1
 • 554 Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
View all
Assistant Manager
2.2k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Network Engineer
1.5k salaries
unlock blur

₹1.9 L/yr - ₹6.9 L/yr

Territory Sales Manager
1.3k salaries
unlock blur

₹2.8 L/yr - ₹10.6 L/yr

Manager
1.3k salaries
unlock blur

₹5.8 L/yr - ₹22.4 L/yr

Accounts Manager
1.3k salaries
unlock blur

₹2.5 L/yr - ₹6.9 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