Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
JDK is a development kit that includes JRE and tools for developing Java applications. JRE is a runtime environment for executing Java programs. JVM is a virtual machine that runs Java bytecode.
JDK (Java Development Kit) includes JRE (Java Runtime Environment) and development tools like compiler and debugger.
JRE (Java Runtime Environment) is a software package that provides the libraries and components necessary for ru...
Static variables are shared among all instances of a class, while volatile variables are used to indicate that a variable's value will be modified by different threads.
Static variables are initialized only once at the start of the program and retain their value throughout the program's execution.
Volatile variables are used to ensure visibility of changes to variables across multiple threads.
Static variables are accesse...
Final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.
Used to declare constants - value cannot be changed once assigned
Prevents method overriding - method cannot be overridden in child classes
Prevents class inheritance - class cannot be extended
Parallel stream allows processing elements concurrently, while stream processes elements sequentially.
Parallel stream can improve performance by utilizing multiple threads for processing.
Stream processes elements one by one in a sequential manner.
Example: stream().parallel() vs stream().sequential()
Streams are used in Java to process collections of objects in a functional style.
Streams allow for concise and readable code when working with collections.
They support operations like filter, map, reduce, and collect.
Streams can be sequential or parallel, depending on the processing requirements.
Example: List
Top trending discussions
Java take home assignment
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
MySQL is a specific implementation of SQL, which is a standardized language for managing databases.
MySQL is a specific relational database management system (RDBMS) that uses SQL as its query language.
SQL (Structured Query Language) is a standardized language for managing databases, used by various RDBMS like MySQL, Oracle, and SQL Server.
MySQL is open-source and free to use, while some other RDBMS like Oracle may requ...
Abstraction and interface are key concepts in Java for achieving abstraction and defining contracts for classes.
Abstraction in Java is achieved using abstract classes and interfaces.
Abstract classes can have both abstract and concrete methods, while interfaces can only have abstract methods.
Interfaces define contracts that classes must implement, allowing for polymorphism and loose coupling.
Example: interface Shape { v...
JSP stands for JavaServer Pages, a technology used for creating dynamic web pages.
JSP allows embedding Java code in HTML pages
It simplifies the process of creating dynamic web content
JSP files are compiled into servlets by the server for execution
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
1st round some apt qns,some prgramming qns are they asked
Use pagination, indexing, caching, and query optimization to fetch 1 lakh entries efficiently from the database.
Implement pagination to fetch data in smaller chunks
Create indexes on columns frequently used in queries
Use caching to store frequently accessed data
Optimize queries by avoiding unnecessary joins and using appropriate indexes
Consider using database-specific optimizations like query hints or stored procedures
I would check for internet connection, restart the app, clear cache, and update the app.
Check internet connection
Restart the app
Clear cache
Update the app
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Java 8 introduced improvements in memory management with features like Metaspace and G1 garbage collector.
Java 8 introduced Metaspace to replace the PermGen space for class metadata storage.
G1 garbage collector in Java 8 improves garbage collection performance by dividing the heap into regions.
Java 8 also introduced the concept of String deduplication to reduce memory usage for String objects.
CQRS pattern separates read and write operations in microservices for better scalability and performance.
CQRS stands for Command Query Responsibility Segregation
It separates the read and write operations in microservices
Write operations update the data, while read operations retrieve the data
Helps in improving scalability and performance by optimizing for each operation type
based on 1 interview
Interview experience
Software Engineer
156
salaries
| ₹8 L/yr - ₹32 L/yr |
Senior Software Engineer
105
salaries
| ₹13.5 L/yr - ₹36 L/yr |
Software Developer
52
salaries
| ₹6 L/yr - ₹24.6 L/yr |
Sdet
36
salaries
| ₹7.5 L/yr - ₹27 L/yr |
Devops Engineer
24
salaries
| ₹7 L/yr - ₹18.4 L/yr |
Vodafone Idea
Bharti Airtel
Jio
Tata Communications