Filter interviews by
Be the first one to contribute and help others!
I applied via Campus Placement and was interviewed in Jun 2024. There were 5 interview rounds.
All good nothing much
2 Question will be given you have answer them
posted on 18 Mar 2024
90 min, DSA, hacker platform 3 question
2D DP with space optimization is a technique to reduce memory usage while solving dynamic programming problems.
Use a 1D array instead of a 2D array to store values in dynamic programming problems.
Update the values in the 1D array based on the dependencies between subproblems.
Example: Solving the longest common subsequence problem using 2D DP with space optimization.
Breadth First Search (BFS) on a tree involves visiting nodes level by level starting from the root.
Start by visiting the root node, then visit all its children before moving on to the next level
Use a queue data structure to keep track of nodes to visit next
Repeat the process until all nodes have been visited
posted on 12 Dec 2024
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
A lambda function program demonstrates the use of anonymous functions in programming.
Lambda functions are anonymous functions that can be used as arguments to higher-order functions.
They are often used for short, one-off operations without the need to define a separate function.
Example: In Python, a lambda function can be used to sort a list of tuples based on the second element: sorted_list = sorted(list, key=lambda x
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
Java OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction. Exceptions are used for error handling. Java 8 features include lambda expressions, streams, and functional interfaces.
OOPs concepts: Inheritance (e.g. class B extends class A), Polymorphism (e.g. method overloading, overriding), Encapsulation (e.g. private variables with public methods), Abstraction (e.g. abstract classes, interfaces...
posted on 27 Nov 2024
Aptitude questions basic for 1 hour
Dsa basic to medium questions
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
There was a 1 hr coding test
Remove duplicates from an array of strings
Iterate through the array and use a Set to store unique values
Convert the Set back to an array to get the final result
I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.
Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.
Java is an object-oriented language
It is platform-independent
Variables in Java have a specific data type
Variables can be assigned values and their values can be changed
Example: int age = 25; String name = "John";
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows code reuse and promotes code organization.
There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.
Single inheritance involves a class inheriting from a single base class.
Multiple inheritance involves...
Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.
Inheritance is a way to reuse code and establish a relationship between classes
The 'extends' keyword is used to implement inheritance in Java
Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class
Single level inheritance involves one parent class a...
May I about you ? Which your qualification and which stream
posted on 28 Apr 2023
I applied via LinkedIn and was interviewed before Apr 2022. There were 5 interview rounds.
It was easy, basic questions only.
It basic question with sorting and puzzle
Tech Mahindra
UltraTech Cement
JSW Steel
Indian Army