i
Bounteous x Accolite
Filter interviews by
Answers to various technical questions related to programming and database concepts.
throw is used to throw an exception in Java, while throws is used in method signature to declare the exceptions that can be thrown by the method
JIT compiler stands for Just-In-Time compiler, which compiles Java bytecode into native machine code at runtime for improved performance
Compiler is a software program that translates high-level ...
Top trending discussions
AWS EC2 instance is a virtual server in Amazon's Elastic Compute Cloud (EC2) service.
Virtual server in Amazon's EC2 service
Can be easily scaled up or down based on demand
Can run various operating systems and applications
Can be launched in different regions and availability zones
Example: t2.micro, m5.large, c5.xlarge
A hashmap is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hashmap uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when two keys hash to the same index, which is resolved using techniques like chaining or open addressing.
Hashmap typically has an underlying array where each element is a linked...
LRU cache is a data structure that stores the most recently used items and removes the least recently used items when full.
Use a doubly linked list to keep track of the order of items based on their usage.
Use a hashmap to quickly access items in the cache.
When an item is accessed, move it to the front of the linked list to mark it as the most recently used.
SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be re...
I have worked with design patterns such as Singleton, Factory, Observer, and Strategy.
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified a...
I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.
Prepare well with basic and advanced JavaScript concepts and logical questions. They will ask you to implement all the topics using code.
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.
Java
Python
SQL
AWS
Docker
Kubernetes
I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.
Led a team to successfully launch a new product feature within tight deadlines
Managed the development of a large-scale software product from conception to release
Collaborated with cross-functional teams to ensure product requirements were met
Implemented agile methodologies to improve produ
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
An online coding test at coderByte. Medium level question.
Sum of distinct elements from two arrays
Create a set to store distinct elements from both arrays
Iterate through each array and add elements to the set
Calculate the sum of elements in the set
Coding + Aptitude question
Composition is a strong relationship where the child object does not exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently of the parent object.
Composition is a 'has-a' relationship, where the child object is part of the parent object.
Aggregation is a 'has-a' relationship, where the child object is not part of the parent object and can exist in...
DSA questions and programming concepts
Reverse array of strings efficiently
Use two pointers approach to swap characters from start and end of each string
Optimize by using in-place reversal instead of creating new strings
Consider edge cases like empty strings or strings with only one character
Senior Software Engineer
1.4k
salaries
| ₹7.2 L/yr - ₹27 L/yr |
Software Engineer
534
salaries
| ₹5 L/yr - ₹14 L/yr |
Associate Technical Delivery Manager
413
salaries
| ₹11 L/yr - ₹39 L/yr |
Senior Test Engineer
206
salaries
| ₹5 L/yr - ₹19.2 L/yr |
Technical Delivery Manager
155
salaries
| ₹18 L/yr - ₹60.4 L/yr |
TCS
Infosys
Wipro
HCLTech