Faster and better experience!
i
Birbal AI
Filter interviews by
Optimizing database for handling large data involves indexing, partitioning, denormalization, and using appropriate data types.
Use indexing on frequently queried columns to improve search performance.
Partition large tables to distribute data across multiple storage devices for faster access.
Denormalize data by reducing the number of joins needed for queries.
Use appropriate data types to minimize storage space and impro
Avoid deadlock by implementing proper locking order, using timeouts, and detecting and breaking cycles.
Implement proper locking order to avoid circular dependencies.
Use timeouts when acquiring locks to prevent indefinite waiting.
Detect and break cycles in lock dependencies to prevent deadlock.
Example: If thread A holds lock 1 and waits for lock 2, while thread B holds lock 2 and waits for lock 1, a deadlock can occur.
Top trending discussions
I applied via LinkedIn and was interviewed before Sep 2020. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 4 interview rounds.
What is the coding ?
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.
Java is a high-level, object-oriented programming language used to develop applications for various platforms.
Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)
It is known for its security features and is commonly used for developing web applications, mobile apps, and enterprise software
Java code is compiled into bytecode, which can be executed on any platform that has a JVM instal...
Java is a versatile, platform-independent language with a vast community and extensive libraries.
Java is object-oriented and easy to learn.
It has a vast community and extensive libraries.
It is platform-independent and can run on any device.
Java is secure and reliable.
It is used in various domains like web development, mobile app development, and enterprise applications.
Examples: Android apps, Spring framework, Hadoop,
I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.
Interview questions for Java Developer
JVM is a virtual machine that executes Java bytecode
OOPS is a programming paradigm based on objects and classes
SQL queries are used to retrieve data from a database
REST API is a web service that uses HTTP requests to access and manipulate data
Sorting an ArrayList can be done using Collections.sort() method
Known sorting algorithms include Bubble Sort, Quick Sort, and Merge Sort
I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.
Keywords for thread safe program in Java
Synchronization using synchronized keyword
Using volatile keyword for shared variables
Using atomic classes for thread safe operations
Using thread safe collections like ConcurrentHashMap
Using locks and semaphores for synchronization
Avoiding shared mutable state
Using immutable objects
Using thread local variables
Class modification exception occurs when a class is modified after it has been loaded by the JVM.
This exception is thrown when a class is modified and then reloaded by the JVM.
It can occur when a class is modified during runtime or when a new version of a class is loaded.
This exception can be avoided by using a class loader that isolates the classes from each other.
An example of this exception is when a method is added...
based on 1 interview
Interview experience
based on 14 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant