Filter interviews by
I was interviewed in Dec 2023.
Top trending discussions
Data interpretation good knowledge one should have
Python or java basic coding problems
I was interviewed in Jan 2025.
The Java Virtual Machine (JVM) is an abstract computing machine that enables a computer to run Java programs.
JVM is platform-independent and converts Java bytecode into machine code.
It consists of class loader, runtime data areas, execution engine, and native method interface.
JVM memory is divided into method area, heap, stack, and PC register.
Examples of JVM implementations include Oracle HotSpot, OpenJ9, and GraalVM.
The default connection pooling in Spring Boot is HikariCP, which can be customized through properties in the application.properties file.
HikariCP is the default connection pooling library in Spring Boot, known for its high performance and low overhead.
To customize the connection pooling, you can modify properties like 'spring.datasource.hikari.*' in the application.properties file.
For example, you can set maximum pool ...
Best practices for optimizing a Spring Boot application
Use Spring Boot Actuator to monitor and manage application performance
Implement caching mechanisms like Spring Cache to reduce database calls
Optimize database queries and indexes for better performance
Use asynchronous processing with Spring's @Async annotation for non-blocking operations
Profile and analyze application performance using tools like VisualVM or JProfi
A heap dump is a snapshot of the memory usage of a Java application at a specific point in time.
Heap dumps can be generated using tools like jmap or VisualVM.
They provide detailed information about objects in memory, their sizes, and references.
Analyzing a heap dump can help identify memory leaks by pinpointing objects that are consuming excessive memory.
Common signs of memory leaks in a heap dump include a large numbe...
Diagonally iterate through and print elements of a 2D array of strings.
Use nested loops to iterate through rows and columns of the 2D array.
Calculate the diagonal elements by incrementing row and column indices together.
Print the elements as you iterate through the diagonal of the array.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
We are using Java 11 in our project, which includes features like local variable type inference, HTTP client API, and improved security.
Java 11 introduced local variable type inference, allowing the compiler to infer the type of a variable based on the initializer.
The HTTP client API in Java 11 provides a more modern and flexible way to send HTTP requests and handle responses.
Java 11 also includes improved security fea...
We are using Spring Boot version 2.5.2 in our project, which includes features like improved startup performance, enhanced actuator endpoints, and updated dependencies.
Spring Boot 2.5.2 offers improved startup performance compared to previous versions.
Enhanced actuator endpoints provide better monitoring and management capabilities.
Updated dependencies ensure compatibility with the latest libraries and frameworks.
The 12 factors approach is a methodology for building modern, scalable, and maintainable microservices.
Codebase: One codebase tracked in revision control, many deploys
Dependencies: Explicitly declare and isolate dependencies
Config: Store config in the environment
Backing services: Treat backing services as attached resources
Build, release, run: Strictly separate build and run stages
Processes: Execute the app as one or m...
Use Java 8 streams to find the 3rd highest element in an unsorted array with duplicates.
Convert the array to a stream using Arrays.stream()
Use distinct() to remove duplicates
Sort the stream in descending order using sorted(Comparator.reverseOrder())
Skip the first two elements using skip(2)
Find and return the third element using findFirst()
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
1 hour, wage question, not related to mention technology.
Comprises many questions related to MTM, Costing methods, price changes, in transit oil price calculations with a case history.
based on 1 interview
Interview experience
Design Specialist
2.1k
salaries
| ₹1 L/yr - ₹6.5 L/yr |
Design Engineer
1.7k
salaries
| ₹2.8 L/yr - ₹10.6 L/yr |
Software Engineer
1.2k
salaries
| ₹3.7 L/yr - ₹15.1 L/yr |
GIS Engineer
1.1k
salaries
| ₹1 L/yr - ₹6 L/yr |
Senior Design Engineer
906
salaries
| ₹4.2 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech