Filter interviews by
I appeared for an interview before Jan 2024.
Patterns, percentages, and code flowcharts.
Pseudocode for generating a star pattern using loops and conditional statements.
Use nested loops to control the number of rows and columns in the pattern.
Use conditional statements to determine when to print a star or empty space.
Example: for i in range(n) { for j in range(n) { if j <= i { print '*' } else { print ' ' } } print newline }
Developed a mobile app to track daily water intake and remind users to stay hydrated.
Researched the importance of staying hydrated for overall health
Designed user-friendly interface for easy input of water intake
Implemented push notifications to remind users to drink water
Tested app with friends and family for feedback
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 3 interview rounds.
Remove duplicate objects from an array of multiple objects.
Create a new array to store unique objects
Loop through the original array and check if the object already exists in the new array
If not, add it to the new array
Return the new array
Maintain state by using a global variable or a state management system.
Use a global variable to store the state and access it whenever needed.
Use a state management system like Redux or MobX to manage the state.
Avoid using local variables or closures to store state as they will be lost when the code is repeated.
Consider using object-oriented programming principles to encapsulate state within objects.
Use functional prog...
Design patterns are reusable solutions to common software problems. Android system uses various design patterns.
MVC (Model-View-Controller) pattern is used in Android to separate UI logic from business logic.
Singleton pattern is used to ensure only one instance of a class is created.
Observer pattern is used to notify changes in data to multiple components.
Builder pattern is used to simplify complex object creation.
Adap...
Collections are data structures that store and manipulate groups of objects.
Collections provide a way to organize and manage large amounts of data.
They can be used to store and manipulate objects of different types.
Examples of collections include lists, sets, maps, and queues.
Collections can be sorted, filtered, and searched to retrieve specific data.
They are an essential part of many programming languages and framewor
I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.
Display the character and it's frequency in a string.
Iterate through the string and count the frequency of each character using a dictionary or hashmap.
Print the character and its frequency for each unique character in the string.
Handle edge cases such as empty string or non-alphabetic characters.
posted on 8 Jul 2021
based on 1 interview
Interview experience
Software Engineer
18
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Software Developer
15
salaries
| ₹3 L/yr - ₹10 L/yr |
IOS Developer
5
salaries
| ₹4.3 L/yr - ₹17.8 L/yr |
Software Tester
5
salaries
| ₹2.2 L/yr - ₹4.7 L/yr |
UI Developer
4
salaries
| ₹1.5 L/yr - ₹5.5 L/yr |
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies