Filter interviews by
I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.
OOPs is a programming paradigm based on the concept of objects that interact with each other to perform tasks.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that have properties and methods to perform specific tasks.
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.
Encapsulation is the process of hiding the internal details of an object from the outs...
An interface is a contract between two objects that defines the communication between them.
Advantages of interfaces include: abstraction, modularity, flexibility, and multiple inheritance.
Interfaces allow for loose coupling between objects, making it easier to change implementations without affecting other parts of the code.
Interfaces also make it easier to test code, as they allow for mocking and stubbing of dependenc...
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
General aptitude test
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
Selection sort is a simple sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first unsorted element.
Iterate through the array to find the smallest element and swap it with the first element.
Repeat the process for the remaining unsorted portion of the array.
Time complexity of O(n^2) makes it inefficient for large datasets.
Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.
Use try-catch blocks to catch exceptions and handle them gracefully
Use multiple catch blocks to handle different types of exceptions
Use finally block to execute code regardless of whether an exception is thrown or not
Throw custom exceptions using throw keyword
map transforms each element in a stream, while flatMap transforms each element into multiple elements
map applies a function to each element in a stream and returns a new stream of the results
flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream
Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(
ConcurrentModificationException occurs when a collection is modified while iterating over it.
Use Iterator to iterate over the collection instead of foreach loop.
If modification is necessary, use Iterator's remove() method instead of collection's remove() method.
Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
The reason for what?
Need more context to provide a specific reason
Could be related to a specific action, decision, outcome, etc.
Can you provide more details or clarify the question?
A drawback is a disadvantage or limitation of a particular situation or course of action.
Drawbacks can hinder progress or success in a project or task.
They can be caused by limitations in resources, technology, or skills.
Examples include lack of funding, outdated software, or inadequate training.
Identifying drawbacks early on can help mitigate their impact on a project.
Fast forward is a feature that allows users to skip ahead in a video or audio file to a specific point.
Fast forward allows users to quickly move forward in a video or audio file.
Users can skip scenes or sections they are not interested in by using the fast forward feature.
Commonly seen in media players, streaming services, and DVRs.
Example: Pressing the fast forward button on a remote control to skip ahead in a movie.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
posted on 1 Jun 2023
I applied via campus placement at Mahatma Gandhi Institute of Technology, Hyderabad and was interviewed in Dec 2022. There were 3 interview rounds.
It was easy- moderate in difficulty level.
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
Given an array and target, find the index pair of elements the sum becomes target.
Use a hash table to store the difference between target and current element
Check if the difference exists in the hash table
Return the indices of the current element and the difference
I applied via Referral and was interviewed in Jun 2022. There were 4 interview rounds.
based on 2 reviews
Rating in categories
Project Coordinator
4
salaries
| ₹4 L/yr - ₹5 L/yr |
Front end Developer
4
salaries
| ₹1 L/yr - ₹5 L/yr |
Web Developer Trainee
4
salaries
| ₹1 L/yr - ₹3 L/yr |
Software Developer
3
salaries
| ₹1.2 L/yr - ₹1.8 L/yr |
Associate Software Engineer
3
salaries
| ₹2.4 L/yr - ₹4.8 L/yr |
TCS
Infosys
Wipro
HCLTech