Filter interviews by
Indexing can improve query performance but has drawbacks like increased storage and maintenance overhead.
Increased storage requirements: Indexes consume additional disk space. For example, a large table with multiple indexes can significantly increase storage needs.
Slower write operations: Inserting, updating, or deleting records can be slower due to the need to update indexes. For instance, adding a new row requi...
Find the maximum repeated number in a given string by counting occurrences of each digit and identifying the highest one.
Iterate through the string: Loop through each character in the string to check if it's a digit.
Count occurrences: Use a map or array to count how many times each digit appears.
Identify the maximum: After counting, determine which digit has the highest count.
Return the result: Output the digit th...
ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.
ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.
It allows multiple threads to access and modify the map concurrently.
It provides logarithmic time complexity for most operations, making it efficient for concurrent access.
Example: ConcurrentSkipListMap<Integ...
Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.
Annotations start with the @ symbol.
Annotations can be used to provide information to the compiler or to runtime environments.
Annotations can be used to define custom metadata for classes, methods, fields, etc.
Annotations can also be used for code generation, documentation, and validation.
Examples of annotations in ...
Hash collusion is when two different inputs produce the same hash value.
It is a security vulnerability in hash functions.
Attackers can exploit this vulnerability to create a collision attack.
For example, an attacker can create a malicious file with the same hash value as a legitimate file to bypass security checks.
Saga design pattern is used to manage long-lived transactions between microservices.
It ensures that all services involved in a transaction are either committed or rolled back together.
It uses a sequence of local transactions to achieve global consistency.
It can be implemented using either choreography or orchestration.
Example: A customer places an order, which involves multiple microservices such as inventory, pay...
Microservices design pattern is an architectural approach to building software applications as a collection of small, independent services.
Microservices are independently deployable and scalable
Each microservice focuses on a specific business capability
Communication between microservices is done through APIs
Microservices can be developed using different programming languages and technologies
Examples of companies u...
Sessions in Hibernate are used to manage the interaction between the application and the database.
A session is a single-threaded object that represents a connection between the application and the database.
It is responsible for managing the persistence of objects, executing queries, and providing transactional support.
A session can be obtained from a session factory and should be closed when no longer needed.
Examp...
Garbage collection is an automatic memory management process that frees up memory occupied by objects that are no longer in use.
Garbage collection is performed by the JVM.
It helps prevent memory leaks and improves application performance.
There are different types of garbage collectors such as serial, parallel, CMS, and G1.
Garbage collection can cause pauses in the application, which can be minimized by tuning the ...
Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.
Annotations start with the @ symbol.
Annotations can be used to provide information to the compiler or to runtime environments.
Annotations can be used to define custom metadata for classes, methods, fields, etc.
Annotations can also be used for code generation, documentation, and validation.
Examples of annotations in Java ...
ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.
ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.
It allows multiple threads to access and modify the map concurrently.
It provides logarithmic time complexity for most operations, making it efficient for concurrent access.
Example: ConcurrentSkipListMap<Integer, S...
I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.
2 Basic Programsl on LRU amd strings
I appeared for an interview in Mar 2025, where I was asked the following questions.
Find the maximum repeated number in a given string by counting occurrences of each digit and identifying the highest one.
Iterate through the string: Loop through each character in the string to check if it's a digit.
Count occurrences: Use a map or array to count how many times each digit appears.
Identify the maximum: After counting, determine which digit has the highest count.
Return the result: Output the digit that is...
Indexing can improve query performance but has drawbacks like increased storage and maintenance overhead.
Increased storage requirements: Indexes consume additional disk space. For example, a large table with multiple indexes can significantly increase storage needs.
Slower write operations: Inserting, updating, or deleting records can be slower due to the need to update indexes. For instance, adding a new row requires u...
I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.
Garbage collection is an automatic memory management process that frees up memory occupied by objects that are no longer in use.
Garbage collection is performed by the JVM.
It helps prevent memory leaks and improves application performance.
There are different types of garbage collectors such as serial, parallel, CMS, and G1.
Garbage collection can cause pauses in the application, which can be minimized by tuning the JVM p...
Microservices design pattern is an architectural approach to building software applications as a collection of small, independent services.
Microservices are independently deployable and scalable
Each microservice focuses on a specific business capability
Communication between microservices is done through APIs
Microservices can be developed using different programming languages and technologies
Examples of companies using ...
Sessions in Hibernate are used to manage the interaction between the application and the database.
A session is a single-threaded object that represents a connection between the application and the database.
It is responsible for managing the persistence of objects, executing queries, and providing transactional support.
A session can be obtained from a session factory and should be closed when no longer needed.
Example: S...
Hash collusion is when two different inputs produce the same hash value.
It is a security vulnerability in hash functions.
Attackers can exploit this vulnerability to create a collision attack.
For example, an attacker can create a malicious file with the same hash value as a legitimate file to bypass security checks.
Saga design pattern is used to manage long-lived transactions between microservices.
It ensures that all services involved in a transaction are either committed or rolled back together.
It uses a sequence of local transactions to achieve global consistency.
It can be implemented using either choreography or orchestration.
Example: A customer places an order, which involves multiple microservices such as inventory, payment,...
Top trending discussions
DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.
DBMS is used in various industries such as healthcare, finance, education, and more.
It helps in creating, modifying, and deleting data in a database.
DBMS provides security features to protect data from unauthorized access.
Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.
An object is a self-contained entity that contains data and behavior.
Objects are instances of classes
They have attributes (data) and methods (behavior)
Objects can interact with each other through method calls
Example: A car object has attributes like color, make, and model, and methods like start and stop
Sorting is the process of arranging data in a particular order.
Sorting can be done in ascending or descending order.
Common sorting algorithms include bubble sort, insertion sort, and quicksort.
Sorting can be done on various data types, including strings, numbers, and objects.
Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.
Sorting can be optimized for performance by cho...
C is a procedural programming language while C++ is an object-oriented programming language.
C++ supports classes and objects while C does not.
C++ has better support for polymorphism and inheritance than C.
C++ has a larger standard library than C.
C++ allows function overloading while C does not.
C++ supports exception handling while C does not.
Yes, my family is supportive of my career and relocation decisions.
My family understands the importance of career growth and is supportive of my decisions.
We have discussed the possibility of relocation and they are willing to make the necessary adjustments.
They trust my judgment and believe that this move will be beneficial for my career.
We have also considered the quality of life in Hyderabad and believe that it will...
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
Company policies and locations
Our company has strict policies regarding data privacy and security
We have multiple locations across the country and internationally
Each location has its own set of policies and procedures
Employees are expected to adhere to all company policies regardless of location
I appeared for an interview before Mar 2024, where I was asked the following questions.
Java programming is based on key concepts like OOP, inheritance, polymorphism, encapsulation, and abstraction.
Object-Oriented Programming (OOP): Java is built on OOP principles, allowing for modular and reusable code.
Inheritance: Enables a new class to inherit properties and methods from an existing class. Example: 'class Dog extends Animal'.
Polymorphism: Allows methods to do different things based on the object it is ...
SQL (Structured Query Language) is a standard programming language for managing and manipulating relational databases.
SQL is used to perform tasks such as querying data, updating records, and managing database structures.
Common SQL commands include SELECT (to retrieve data), INSERT (to add data), UPDATE (to modify data), and DELETE (to remove data).
SQL supports various data types, including INTEGER, VARCHAR, DATE, and ...
based on 4 interview experiences
Difficulty level
Duration
based on 2 reviews
Rating in categories
Senior Software Engineer
572
salaries
| ₹20 L/yr - ₹33.1 L/yr |
Senior Consultant
416
salaries
| ₹20.5 L/yr - ₹35 L/yr |
Consultant
291
salaries
| ₹12.4 L/yr - ₹23 L/yr |
Software Engineer
217
salaries
| ₹5.2 L/yr - ₹14.9 L/yr |
Senior Software Developer
160
salaries
| ₹18 L/yr - ₹30 L/yr |
Accenture
Synechron
Movate
Sopra Steria