i
Happiest Minds Technologies
Filter interviews by
The number of columns that can be created in a table depends on the database management system being used.
The limit varies depending on the DBMS
For MySQL, the limit is 4096 columns per table
For Oracle, the limit is 1000 columns per table
The number of columns can also be limited by the available memory and disk space
Master database is the primary database that stores all the important data of an organization.
Master database is the central repository of all the important data of an organization
It is used to store and manage critical data such as customer information, financial data, and employee records
It is usually the most secure and highly available database in an organization
Examples of master databases include Oracle, SQL Serv
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They are commonly used in event handlers, callbacks, and asynchronous programming.
Closures help in maintaining state in functional programming.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.
This approach reduces the number of costly DOM operations, resulting in faster rende
Data types in JavaScript include number, string, boolean, object, function, undefined, and null.
Number - represents numeric data, e.g. 10, 3.14
String - represents textual data, e.g. 'hello', '123'
Boolean - represents true or false values, e.g. true, false
Object - represents complex data structures, e.g. { key: 'value' }
Function - represents executable code, e.g. function() { }
Undefined - represents a variable that has ...
React code for a simple counter
Create a functional component for the counter
Use useState hook to manage the count state
Render the count value and buttons to increment and decrement the count
I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 interview rounds.
Happiest Minds Technologies interview questions for designations
I applied via Naukri.com and was interviewed in Jul 2021. There were 2 interview rounds.
OOPs concepts are the fundamental principles of object-oriented programming.
Encapsulation - binding data and functions together
Inheritance - creating new classes from existing ones
Polymorphism - ability of objects to take on multiple forms
Abstraction - hiding implementation details from users
Design patterns are reusable solutions to common software problems. One example is the Singleton pattern.
Creational patterns: Singleton, Factory, Abstract Factory, Builder
Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy
Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor
Singleton pattern e...
Get interview-ready with Top Happiest Minds Technologies Interview Questions
What people are saying about Happiest Minds Technologies
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
One coding test happen
Using stream API for Data Structures and Algorithms
Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.
It can be used for implementing various data structures and algorithms efficiently.
For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.
Using stream API to filter a list of numbers and find the sum of even numbers
Use Stream.filter() to filter out even numbers
Use Stream.mapToInt() to convert stream to IntStream
Use IntStream.sum() to find the sum of even numbers
posted on 14 Jul 2024
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
Yes, I have experience implementing server driven UIs.
Implemented server driven UIs using JSON responses to dynamically update UI elements
Worked with frameworks like React and Angular to handle server driven UI updates
Used server driven UIs to efficiently manage and display large amounts of data
Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.
Closure allows a function to access variables from its lexical scope even after the function has finished executing.
Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...
Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.
Core Data is used for storing, retrieving, and managing data in an iOS app.
It provides an object-oriented interface to work with data.
Operations include creating, reading, updating, and deleting data.
Example: Creating a new record in Core Data for a user profile.
Example: Fetching a list of items from Core Data to displ
posted on 2 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.
Moderate level 15 questions all topics covered you can see in hacker rank practice tests similar to that type of questions
Three coding questions need to solve two completely and 70 test cases in third questions level will be like not high but if grip our practice questions upto graphs same type of questions they will be giving and exam they conduct through the hacker rank if you complete the total DSA at hacker practice questions you can easily make two questions and third questions at your excellent and thinking and also two SQL questions at advanced level
posted on 22 Apr 2024
Implement LinkedList and insert element at last
Create a Node class with data and next pointer
Create a LinkedList class with head and tail pointers
Implement a method in LinkedList class to insert element at the end
based on 7 interviews
1 Interview rounds
based on 125 reviews
Rating in categories
Senior Software Engineer
991
salaries
| ₹4.7 L/yr - ₹17.5 L/yr |
Module Lead
857
salaries
| ₹9 L/yr - ₹28.8 L/yr |
Technical Lead
812
salaries
| ₹9 L/yr - ₹38.7 L/yr |
Software Engineer
624
salaries
| ₹2.8 L/yr - ₹9.2 L/yr |
Senior Engineer
348
salaries
| ₹3.5 L/yr - ₹14.7 L/yr |
LTIMindtree
Persistent Systems
Coforge
Mphasis