i
ShareChat
Filter interviews by
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
It was a leetcode medium, related BFS,
ViewModel is necessary in Android development to save and manage UI-related data during configuration changes.
ViewModel helps in retaining data during configuration changes like screen rotations
It separates UI-related data from UI controller (Activity/Fragment)
ViewModel survives configuration changes and can be shared between fragments
It helps in maintaining data consistency and prevents memory leaks
ViewModel is lifecy...
I was interviewed before Apr 2021.
Round duration - 45 minutes
Round difficulty - Medium
Technical Interview round with questions on DSA.
Tip : Do variants of Binary Search.
The Simple Approach is to find the floor of the square root, try with all-natural numbers starting from 1. Continue incrementing the number until the square of that number is greater than the given number.
Algorithm :
1. Create a variable (counter) i and take care of some base cases, i.e when the given number is 0 or 1.
2. Run a loop until i*i <= n , where n is the given number. Increment i by 1.
3. The floor of t...
The brute force solution is to traverse the entire array and find the minimum. Time Complexity : O(N)
The efficient approach is to use Binary Search. The following pattern can be observed :
• The minimum element is the only element whose previous is greater than it. If there is no previous element, then there is no rotation (the first element is minimum). We check this condition for the middle element by comp...
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.
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.
I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.
Use binary search to find the square root of an integer.
Start with low=0 and high=x.
While low<=high, calculate mid=(low+high)/2.
If mid*mid==x, return mid.
If mid*mid
If mid*mid>x, set high=mid-1.
Return high as the floor of the square root.
Find a given number in a sorted rotated array.
Use binary search to find the pivot point where the array is rotated.
Determine which half of the array the target number may be in.
Perform binary search on the appropriate half of the array to find the target number.
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Leetcode medium to hard
OOPS principles in Java refer to concepts like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.
Polymorphism: Ability to present the same interfac...
I applied via Job Portal and was interviewed in Jun 2024. There were 3 interview rounds.
I don't remember the ques
Design a scalable notification system for sending real-time alerts to users.
Use a distributed system to handle high volume of notifications.
Implement message queues for asynchronous processing.
Utilize push notifications for mobile devices.
Include a user preference system for customizing notification settings.
Consider implementing a notification history feature for users to view past alerts.
Google Pay is a digital wallet platform and online payment system developed by Google.
Google Pay uses secure tokenization to protect user's payment information.
It integrates with various payment methods like credit/debit cards, UPI, and NFC.
The system handles transactions, user authentication, and merchant integrations.
Google Pay leverages Google's infrastructure for scalability and reliability.
It provides features lik
I was interviewed in May 2022.
Round duration - 60 Minutes
Round difficulty - Medium
Timing was around 11 am
Environment was great, it intrigued me to join Blinkit.
First approach : Loop inside Loop to figure out the sum of two numbers are equal to a constant number. But the complexity is N2
Second approach : i used Map to store numbers. Before storing we just check rhta constant number - current number exist in map or not.
Second solution is approved
Round duration - 60 Minutes
Round difficulty - Medium
Timing 11 am
Interviewer had good knowledge
Activity lifecycle
Tip 1 : Remember important methods and what is the used of every method
Fragment lifecycle
Tip 1 : Remember important methods and what is the used of every method
Explain MVVM pattern
Tip 1 : must have knowledge about MVC, mvp,mvi,mvvm patterns.
Round duration - 30 Minutes
Round difficulty - Easy
This round is cultural fit round
Tip 1 : Prepare easy/medium level data structures questions in leetcode. Solve atleast 50 questions of multiple types like strings, arrays, tree, linked list, graph
Tip 2 : Go through Android basic questions like lifecycle, live data, MVC/mvp/ mvvm pattern, retrofit, data binding
Tip 3 : Atleast solve 5 design questions like how to build Instagram, analytics library, crashlytics
Tip 1 : be concise
Tip 2 : write only those keywords which you have in depth knowledge
I was interviewed in May 2022.
posted on 2 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
There were 2 questions in coding one with array and in string releated
based on 7 reviews
Rating in categories
Senior Associate Operations
135
salaries
| ₹4 L/yr - ₹8.8 L/yr |
Operations Associate
104
salaries
| ₹3.5 L/yr - ₹6.1 L/yr |
Lead Operator
82
salaries
| ₹6.5 L/yr - ₹12 L/yr |
Territory Sales Manager
76
salaries
| ₹4 L/yr - ₹8.8 L/yr |
Associate Manager
69
salaries
| ₹9.2 L/yr - ₹18 L/yr |
MOJ
Chingari
Roposo
MX Takatak