Upload Button Icon Add office photos

Filter interviews by

JioStar Android App Developer Interview Questions and Answers

Updated 8 Jan 2022

JioStar Android App Developer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Leu cache implantation

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best Android core knowledge is required.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked about Kotlin, coroutine, And 1 program to convert integers to Roman numbers.
  • Q2. They ask Android questions about fragmented life cycles related to your projects and one more round with the manager.

Interview Preparation Tips

Interview preparation tips for other job seekers - The working culture is not good. they ask you to work in the night and the activity starts after 11 PM.

I was interviewed in Apr 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round. I was asked 2 DSA problems to discuss and code.

  • Q1. 

    Binary Array Sorting Problem Statement

    You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting.

    Input:

     The fir...
  • Ans. 

    Yes, the binary array sorting problem can be solved in linear time and constant space by using a two-pointer approach.

    • Use two pointers, one starting from the beginning of the array and the other starting from the end.

    • Swap 0s to the left side and 1s to the right side by incrementing and decrementing the pointers accordingly.

    • Continue this process until the two pointers meet in the middle of the array.

    • Example: Input: [1,

  • Answered by AI
  • Q2. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the maximum sum subarray encountered so far.

    • Use Kadane's algorithm to efficiently find the maximum subarray sum.

    • Consider the case where all elements in the array are negative.

    • Handle the case where the array contains only one element.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical interview round. I was asked questions related to Android and its architecture.

  • Q1. How does RecyclerView work internally?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView recycles views to improve performance and memory usage.

    • It uses a LayoutManager to organize and position items within the view.

    • Adapter provides data to be displayed in the RecyclerView.

    • ItemDecoration allows for custom drawing of item decorations like borders or dividers.

  • Answered by AI
  • Q2. Can you explain how to implement a ViewModel in Android?
  • Ans. 

    ViewModel in Android is a class that is responsible for preparing and managing data for an activity or fragment.

    • ViewModel is part of the Android Architecture Components and is used to store and manage UI-related data in a lifecycle-conscious way.

    • It survives configuration changes such as screen rotations and retains data during the lifecycle of the activity or fragment.

    • ViewModel should never hold a reference to a view o...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNo CriteriaTimes Internet interview preparation:Topics to prepare for the interview - Android Architecture, Data Structures, Algorithms, System Design, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data structure and algorithm : find maximum sum subarray. Separate zeroes and ones in array. Android questions : viewmodel under the hood, recycler view under the hood, implement viewmodel.
  • Ans. 

    Questions on data structure, algorithm, and Android development.

    • To find maximum sum subarray, use Kadane's algorithm

    • To separate zeroes and ones in array, use two pointers approach

    • ViewModel is a class that stores and manages UI-related data

    • RecyclerView is a flexible view for providing a limited window into a large data set

    • To implement ViewModel, extend ViewModel class and override onCleared() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practice ds and algorithm questions and android architecture questions.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Assistant Manager
372 salaries
unlock blur

₹8.9 L/yr - ₹30 L/yr

Senior Executive
250 salaries
unlock blur

₹6.1 L/yr - ₹20.2 L/yr

Manager
191 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Senior Manager
92 salaries
unlock blur

₹14.2 L/yr - ₹56 L/yr

Executive
66 salaries
unlock blur

₹3.2 L/yr - ₹10.3 L/yr

Explore more salaries
Compare JioStar with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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