Filter interviews by
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
To pull large amount of data in Spring Data JPA, use pagination, lazy loading, and query optimization techniques.
Use pagination to limit the amount of data retrieved in each query
Implement lazy loading to fetch data only when needed
Optimize queries by using indexes, avoiding N+1 query problem, and fetching only necessary columns
Singleton class ensures only one instance of a class is created and provides a global point of access to it.
Create a private static instance of the class
Provide a private constructor to prevent instantiation
Create a public static method to access the instance
posted on 6 Jun 2023
I applied via Campus Placement and was interviewed in May 2023. There were 2 interview rounds.
To make a new product, conduct market research, identify customer needs, develop a prototype, test it, gather feedback, and iterate.
Conduct market research to identify gaps in the market and customer needs
Develop a prototype of the product based on the research findings
Test the prototype with a focus group or beta testers to gather feedback
Iterate on the product based on the feedback received to improve its features an
I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.
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
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
posted on 4 Oct 2024
I applied via Campus Placement
Based on python and also question included networking
Some of the top questions asked at the Airtight Networks Java Developer interview -