Filter interviews by
posted on 5 Jun 2023
I applied via Walk-in and was interviewed in May 2023. There were 2 interview rounds.
An array is a data structure that stores a collection of elements of the same type. The index of an array is the position of an element within the array.
Arrays are used to store multiple values in a single variable.
To find the index of an element in an array, you can use the indexOf() method.
Example: String[] array = {"apple", "banana", "orange"}; int index = Arrays.asList(array).indexOf("banana");
Shared Preference is a way to store key-value pairs in Android applications.
Used to store small amounts of data locally on the device
Data persists even after the app is closed
Can be used to store user preferences, settings, etc.
Example: Storing user login credentials
The Android lifecycle refers to the series of states an app goes through from when it is first launched to when it is closed.
The Android lifecycle includes states such as onCreate, onStart, onResume, onPause, onStop, and onDestroy.
Activities and fragments have their own lifecycle methods that are called at different points in the overall app lifecycle.
Understanding the Android lifecycle is important for managing resour...
A fragment is a modular section of an activity that has its own lifecycle, layout, and behavior.
Fragments are reusable components that can be used in multiple activities.
They can be added or removed from an activity dynamically.
Fragments allow for better organization and reusability of code.
Examples include a navigation drawer, a list of items, or a settings screen.
Data can be passed between activities using Intent and Bundle.
Create an Intent object in the sending activity
Add data to the Intent using putExtra() method
Start the new activity by calling startActivity() with the Intent
Retrieve the data in the receiving activity using getIntent() and getExtra()
Top trending discussions
posted on 19 Aug 2023
I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.
The interview questions cover a range of topics related to Android development, including Kotlin, Android 11 features, design patterns, and more.
Sealed classes are used for representing restricted class hierarchies, while enums are used for representing a fixed set of constants.
Activity Lifecycle and Fragment Lifecycle are important concepts in Android development for managing the state of activities and fragments.
Seri...
posted on 9 Jan 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.
Android Fragments have a complex lifecycle with methods that manage their state during creation, interaction, and destruction.
onAttach(): Called when the fragment is first attached to its context.
onCreate(): Initializes the fragment; called after onAttach().
onCreateView(): Creates and returns the view hierarchy associated with the fragment.
onActivityCreated(): Called when the activity's onCreate() method has returned.
o...
Higher Order and Lambda Functions in Kotlin
Higher order functions are functions that take other functions as parameters or return functions
Lambda functions are anonymous functions that can be used as arguments or return values in higher order functions
They provide a concise way to write code and enable functional programming in Kotlin
Multi Modular Project structure is an architectural approach that divides an application into multiple modules for better organization and scalability.
Divide the application into separate modules based on functionality or features.
Each module should have its own set of code, resources, and dependencies.
Modules can communicate with each other through defined interfaces or APIs.
Modularization helps in code reusability, e...
Null pointer prevention and type safety in Kotlin
Kotlin uses nullable and non-nullable types to prevent null pointer exceptions
The safe call operator '?' can be used to safely access nullable variables
The '!!' operator can be used to explicitly throw a null pointer exception
Kotlin's type system ensures type safety by checking types at compile-time
posted on 12 Sep 2022
I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.
By Tcs hiring process
Some dsa questions
Like based on kadane algorithm
And some implementations based questions
posted on 23 Sep 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
I am a passionate Android developer with 5 years of experience in building innovative mobile applications.
5 years of experience in Android app development
Strong knowledge of Java and Kotlin programming languages
Experience with RESTful APIs and third-party libraries
Designed and implemented user-friendly interfaces
Published multiple apps on Google Play Store
Pricing procedure refers to the process of determining the price of a product or service based on various factors.
Pricing procedure involves analyzing costs, competition, target market, and value proposition.
It helps in setting a price that maximizes profits while remaining competitive in the market.
Different pricing strategies such as cost-plus pricing, value-based pricing, and competitive pricing can be part of a pri...
I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Dec 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2020. There was 1 interview round.
printf is a function in C language used to print the output whereas echo is a command in shell scripting used to display the output.
printf is a function in C language while echo is a command in shell scripting
printf can format the output while echo cannot
printf is faster than echo
printf can print to a file while echo cannot
printf requires a format string while echo does not
I applied via Referral and was interviewed in Jan 2021. There were 3 interview rounds.
based on 1 interview experience
Difficulty level
Duration
Digital Marketer
3
salaries
| ₹6 L/yr - ₹11 L/yr |
TCS
Accenture
Wipro
Cognizant