Upload Button Icon Add office photos

Filter interviews by

Bharat Sevak Samaj Android Developer Interview Questions and Answers

Updated 24 Dec 2024

Bharat Sevak Samaj Android Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Project based question
  • Q2. Could you explain your project and the technology stack you utilized?

Interview questions from similar companies

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Activity lifecycle, Fragment lifecycle
  • Q2. Process for communicating with two fragment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in android fundamental. Read android documentation of google
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic interview on question like aptitude, javascript, typescript and react-native question

Round 2 - Technical 

(5 Questions)

  • Q1. Basic javascript question in second round
  • Q2. What is function currying
  • Ans. 

    Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying allows you to partially apply a function by fixing a number of arguments, which creates a new function.

    • It helps in creating reusable functions and improves code readability.

    • Example: const add = (a) => (b) => a + b; const add5 = add

  • Answered by AI
  • Q3. What is IIEF where we can use it
  • Ans. 

    IIFE stands for Immediately Invoked Function Expression, used for creating a function that is executed immediately after it is defined.

    • IIFE is used to create a private scope for variables to avoid polluting the global scope.

    • It is commonly used in React Native development to encapsulate code and prevent naming conflicts.

    • Example: (function() { console.log('IIFE executed'); })();

  • Answered by AI
  • Q4. Deeply they ask me closure related question how it's working
  • Q5. How call call stack and event loop is working
  • Ans. 

    Call stack is used to keep track of function calls, while event loop manages asynchronous operations in JavaScript.

    • Call stack is a data structure that keeps track of function calls in a program.

    • When a function is called, it is added to the top of the call stack. When the function completes, it is removed from the stack.

    • Event loop is responsible for managing asynchronous operations in JavaScript, ensuring that they are ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi Nagarow hiring team,

My first round of interview is going and in second round they ask me more technical and deep technical questions that was also very good.

In third round of interview the interviewer ask me only project related question. I try to explain that but he did't give me to chance to say some think. From one question to second, Second of third. Main point is if only interviewer ask question and interviewee say something and you again ask question how i explain me though on it.

If my application build on salesForce he told me to why it's build in salesforce. Why it's not develop in node or/and other database. My client decided that i know it also develop in node or other database. But i can't suggestion my client after 4 years of development .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Android and kotlin related basic questions
  • Q2. Kotlin scope functions
Round 2 - One-on-one 

(1 Question)

  • Q1. System design round
Round 3 - One-on-one 

(1 Question)

  • Q1. Cultural round with past projects

Interview Preparation Tips

Interview preparation tips for other job seekers - revise android basic concepts and system design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain the concept of multithreading and how is it differ from multiprocessing
  • Ans. 

    Multithreading allows multiple threads to exist within the context of a single process, while multiprocessing involves multiple processes running concurrently.

    • Multithreading allows multiple threads to share the same memory space and resources of a single process, while multiprocessing involves separate memory space for each process.

    • Multithreading is more lightweight and efficient compared to multiprocessing as threads ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zoho Mobile Application Developer interview:
  • Programming
  • Data Structures
  • Operating Systems
  • System Design
Interview preparation tips for other job seekers - Research the company thoroughly, tailor your resume and cover letter accordingly, practice interviewing and showcase your skill confidently

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - final round 

(6 Questions)

  • Q1. Recent projects
  • Ans. 

    Developed a mobile application for tracking daily water intake and hydration levels.

    • Implemented user-friendly interface for inputting water intake

    • Integrated notifications for reminding users to drink water

    • Utilized database to store and track hydration data

  • Answered by AI
  • Q2. Technologies worked with
  • Ans. 

    Experienced with technologies such as Java, Swift, React Native, and Firebase for mobile app development.

    • Java

    • Swift

    • React Native

    • Firebase

  • Answered by AI
  • Q3. Analytics tools used
  • Ans. 

    Google Analytics, Firebase Analytics, Mixpanel

    • Google Analytics for tracking user behavior

    • Firebase Analytics for app performance monitoring

    • Mixpanel for in-depth user analytics

  • Answered by AI
  • Q4. Error monitoring tools and sentry related
  • Q5. Redux vs local storage
  • Ans. 

    Redux is a state management library for JavaScript applications, while local storage is a browser feature for storing data locally.

    • Redux is used for managing the global state of an application, making it easier to access and update data across components.

    • Local storage is used for storing data locally on the user's device, allowing for persistent data even after the browser is closed.

    • Redux is typically used for more com...

  • Answered by AI
  • Q6. Caching in react native
  • Ans. 

    Caching in React Native allows for storing data locally to improve app performance and reduce network requests.

    • Use AsyncStorage for simple key-value pair caching in React Native.

    • Implement caching strategies like cache expiration or cache invalidation to manage cached data effectively.

    • Consider using libraries like redux-persist for more advanced caching capabilities in React Native.

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Dec 2021.

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 

(1 Question)

  • Q1. Problem Solving, Data Structure round, 2 questions.
Round 3 - Technical 

(1 Question)

  • Q1. Domain specific round
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions based on your previous projects.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and joining date confirmation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and track latest ios updates. Practice data structures and algorithm..ex- easy leetcode, array, linked list, string, tree.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Activity lifecycle, Fragment lifecycle
  • Q2. Process for communicating with two fragment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in android fundamental. Read android documentation of google
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Normal MCQ questions reasoning, java related and programs outputs

Round 2 - Coding Test 

Difference between abstract classes and interfaces, Array sort time complexity

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was okayish not too hard or not to easy

Round 2 - Technical 

(1 Question)

  • Q1. What is AV Foundation, and how does it function?

Bharat Sevak Samaj Interview FAQs

How many rounds are there in Bharat Sevak Samaj Android Developer interview?
Bharat Sevak Samaj interview process usually has 1 rounds. The most common rounds in the Bharat Sevak Samaj interview process are Technical.
What are the top questions asked in Bharat Sevak Samaj Android Developer interview?

Some of the top questions asked at the Bharat Sevak Samaj Android Developer interview -

  1. Could you explain your project and the technology stack you utiliz...read more
  2. project based quest...read more

Tell us how to improve this page.

Bharat Sevak Samaj Android Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
Zoho Interview Questions
4.3
 • 515 Interviews
Delhivery Interview Questions
3.9
 • 457 Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Dell Interview Questions
4.0
 • 392 Interviews
Planet Spark Interview Questions
3.7
 • 365 Interviews
Whitehat jr Interview Questions
3.5
 • 305 Interviews
Ekart Logistics Interview Questions
4.0
 • 303 Interviews
ElasticRun Interview Questions
3.5
 • 249 Interviews
View all
Security Guard
10 salaries
unlock blur

₹1.1 L/yr - ₹2.4 L/yr

Talent Acquisition Specialist
8 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Executive Accountant
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

HR Executive
5 salaries
unlock blur

₹2.1 L/yr - ₹3 L/yr

Process Advisor
5 salaries
unlock blur

₹1.7 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Bharat Sevak Samaj with

NATIONAL SKILL DEVELOPMENT CORPORATION

3.5
Compare

National Institute of Open Schooling

3.5
Compare

National Small Industries Corporation

4.0
Compare

National Institute of Fashion Technology

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