Filter interviews by
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 Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
I was interviewed in Nov 2024.
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()
Python libraries commonly used by data engineers include Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas: Used for data manipulation and analysis.
NumPy: Provides support for large, multi-dimensional arrays and matrices.
Matplotlib: Used for creating visualizations and plots.
Scikit-learn: Offers machine learning algorithms and tools for data analysis.
PySpark is a Python API for Apache Spark, a powerful open-source distributed computing system.
PySpark allows users to write Spark applications using Python programming language.
It provides high-level APIs in Python for Spark's functionality, making it easier to work with large datasets.
PySpark can be used for data processing, machine learning, graph processing, and more.
Example: PySpark can be used to perform data anal...
Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.
Provides ACID transactions for big data workloads
Ensures data reliability and quality by enabling schema enforcement and data versioning
Supports batch and streaming data processing
Improves data quality and reliability by enabling schema enforcement and data versioning
Create end to end pipelines in Data Factory with SQL and ASQL as source and target respectively.
Use Copy Data activity to move data from SQL source to ASQL target
Define linked services for SQL and ASQL in Data Factory
Create datasets for SQL and ASQL tables
Map columns between source and target datasets
Configure data flow activities for any transformations needed
GraphQL is a query language for APIs, Web workers run scripts in background threads, Service workers are scripts that run in the background and can intercept network requests.
GraphQL is a query language for APIs that allows clients to request only the data they need.
Web workers run scripts in background threads separate from the main browser thread, improving performance by handling tasks concurrently.
Service workers a...
I applied via Approached by Company and was interviewed in Jul 2023. There was 1 interview round.
I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Software Engineer
6.3k
salaries
| ₹2 L/yr - ₹11 L/yr |
Senior Software Engineer
5.6k
salaries
| ₹6 L/yr - ₹23 L/yr |
Associate Software Engineer
4.6k
salaries
| ₹2 L/yr - ₹7 L/yr |
Module Lead
2.4k
salaries
| ₹8.1 L/yr - ₹33 L/yr |
Transaction Processing Officer
2.3k
salaries
| ₹1.4 L/yr - ₹4.5 L/yr |
Cognizant
Wipro
Accenture
TCS