Filter interviews by
I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.
3 Java question 3 sql query
I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.
3 Java and 3 Sql query
30 minutes coding qestion
captilized the first character of the string
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
In round 1 ,it was combined test of aptitude ,technical and coding test.
The four pillars of Object-Oriented Programming are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and restricts access to it.
Abstraction focuses on the essential characteristics of an object while ignoring irrelevant details.
Polymorphism allows objects to be treated as instanc...
Inheritance is a mechanism in Java where a new class inherits properties and behaviors from an existing class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Types of inheritance: single, multilevel, hierarchical, multiple, hybrid
Example: class Dog extends Animal
Vision Waves interview questions for popular designations
4 java Questions and 4 SQL queries
Top trending discussions
C language is a general-purpose, procedural computer programming language.
Developed by Dennis Ritchie at Bell Labs in 1972
Used for system programming, embedded systems, and application software
Influenced many other programming languages such as C++, Java, and Python
I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.
Count the number of pairs in an array whose sum is equal to a given number k.
Iterate through the array and for each element, check if k minus the element exists in the array.
Use a hash table to store the frequency of each element in the array.
If the array contains duplicates, handle them separately to avoid overcounting.
Time complexity can be improved to O(n) using a two-pointer approach.
I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.
Abstract class is a class that cannot be instantiated and is used as a base class for other classes.
An abstract class can have abstract and non-abstract methods.
Abstract methods have no implementation and must be implemented by the derived class.
An abstract class can have constructors and fields.
An abstract class can be used to define a common interface for a group of related classes.
Example: Animal is an abstract clas...
based on 5 interviews
Interview experience
based on 3 reviews
Rating in categories
Associate Software Engineer
4
salaries
| ₹6 L/yr - ₹6 L/yr |
Quality Assurance Tester
3
salaries
| ₹3 L/yr - ₹5.2 L/yr |
TCS
Accenture
Wipro
Cognizant