i
FranConnect
Filter interviews by
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses an array of buckets to store key-value pairs.
Each key is hashed to determine its index in the array.
If multiple keys hash to the same index, a linked list or tree is used to handle collisions.
HashMap allows null keys and values.
HashMap is not synchronized, use ConcurrentHashMap for thread-safe operations
Top trending discussions
posted on 29 Nov 2022
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.
Ther try to gaze out what are the responsibilities you handled and your growth potential
They try to find out what you are will do in a given set of scenarios
posted on 23 Jul 2021
CSS Sprite is a technique used to combine multiple images into a single image to reduce the number of server requests.
CSS Sprite helps in reducing loading time by reducing the number of HTTP requests.
It involves combining multiple images into one larger image and then using CSS to display only the portion of the image needed.
This technique is commonly used for icons, buttons, and other small images on websites.
By using...
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 31 Jan 2024
posted on 7 Mar 2023
Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.
Used when only one instance of a class is required throughout the application
Provides a global point of access to the instance
Implemented using a private constructor, static method, and static variable
Example: Logger class, Database connection class
C# LINQ queries for group and sum data from data table
Use GroupBy() method to group data based on a specific column
Use Sum() method to calculate the sum of a column
Use Select() method to select the required columns
Solid design principles are a set of guidelines for writing maintainable and scalable code.
Single Responsibility Principle (SRP) - each class should have only one responsibility
Open/Closed Principle (OCP) - classes should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness
Interface Se...
I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.
posted on 30 Nov 2021
I applied via Company Website and was interviewed in Nov 2021. There were 3 interview rounds.
Software Developer
66
salaries
| ₹4.4 L/yr - ₹17.5 L/yr |
Senior Software Developer
31
salaries
| ₹7.2 L/yr - ₹23 L/yr |
Senior Software Engineer
18
salaries
| ₹11 L/yr - ₹20.5 L/yr |
Senior Quality Analyst
12
salaries
| ₹6 L/yr - ₹15 L/yr |
Quality Analyst
12
salaries
| ₹3 L/yr - ₹9 L/yr |
Zoho
Freshworks
Tally Solutions
LTIMindtree