i
Happiest Minds Technologies
Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
This program sorts the characters of a string in descending order.
Convert the string to a character array
Sort the character array in descending order
Convert the sorted character array back to a string
Java Developer interview questions on beans, functional interfaces, SQL queries, hibernate, and more.
Scope of beans refers to the visibility of a bean within an application context.
Functional interfaces have only one abstract method and can be used as lambda expressions.
Classes cannot be private, but their constructors can be.
SQL query to find employees of a particular department table: SELECT * FROM employees WHERE de...
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.
Recursion of prime number
What people are saying about Happiest Minds Technologies
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Find the length of the longest subsequence of contiguous integers in an array.
Sort the array
Iterate through the array and check for consecutive integers
Keep track of the longest subsequence found
Use flatMap and map to extract list of pincodes from Employee objects
Use flatMap to flatten the list of Addresses in each Employee object
Use map to iterate over the flattened list and extract the pincodes
Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())
Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.
HikariCP is a high-performance database connection pooling library for Java applications.
It is known for its low latency and high throughput.
Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
API design implementation involves creating a well-structured and user-friendly interface for interacting with software applications.
Understand the requirements and use cases for the API
Design clear and consistent endpoints with proper documentation
Implement secure authentication and authorization mechanisms
Follow RESTful principles for creating APIs
Consider scalability and performance optimizations
Sonarqube is a static code analysis tool used to detect code smells and bugs in code. It is integrated into CI/CD pipelines for continuous code quality checks.
Sonarqube is a static code analysis tool that identifies code smells, bugs, and security vulnerabilities in code.
Code smells are common programming issues that may indicate a deeper problem in the code. Examples include duplicated code, long methods, and complex ...
Program to find numbers divisible by 3 in a string and reverse their indexes.
Iterate through the string and check if each character is a number divisible by 3.
Store the divisible numbers in an array and reverse their indexes.
Join the array back into a string and return the result.
Using Java8 to filter vowels from an array of strings
Use Java8 stream and filter to iterate through each string in the array
Use a lambda expression to check if each character is a vowel
Collect the filtered strings into a new array
I applied via Company Website and was interviewed in Mar 2024. There were 5 interview rounds.
30 multiple choice questions
Two coding questions
Some of the top questions asked at the Happiest Minds Technologies Java Developer interview -
based on 3 interviews
Interview experience
based on 4 reviews
Rating in categories
Senior Software Engineer
986
salaries
| ₹4.8 L/yr - ₹18 L/yr |
Module Lead
844
salaries
| ₹9 L/yr - ₹30 L/yr |
Technical Lead
817
salaries
| ₹8.9 L/yr - ₹38.7 L/yr |
Software Engineer
618
salaries
| ₹2.8 L/yr - ₹9.2 L/yr |
Senior Engineer
346
salaries
| ₹3.9 L/yr - ₹13.5 L/yr |
LTIMindtree
Persistent Systems
Coforge
Mphasis