i
Filter interviews by
I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.
Aptitudes were conducted via AMCAT. Basic aptitude questions like quantitative and logic reasoning
GD conducted with 10 candidates per group and almost everyone made it to the next round
Flowchart for a given problem statement
Start with the beginning of the process
Define decision points and actions
Use appropriate symbols for processes, decisions, and terminators
Connect the symbols with arrows to show the flow of the process
Include loops or repetitions if necessary
I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.
Top trending discussions
posted on 4 May 2022
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.
Allows for code reusability by creating a new class based on an existing class
Derived class (subclass) inherits properties and behaviors from a base class (superclass)
Can have multiple levels of inheritance, creating a hierarchy of classes
Example: Animal class can be a base class with Dog and Cat
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Code to reverse a string using array of characters
Iterate through half of the string and swap characters from start and end
Use a temporary variable to store the character being swapped
Handle edge cases like empty string or single character string
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the outside world.
Abstraction allows us to focus on what an object does rather than how it does it
Achieved through abstract classes and interfaces in object-oriented programming
Example: A car dashboard abstracts the internal workings of the car and provides only essential information to the driver
Hashtable is synchronized, while hashmap is not. Hashtable does not allow null keys or values, while hashmap does.
Hashtable is synchronized, while hashmap is not
Hashtable does not allow null keys or values, while hashmap does
Hashtable is a legacy class, while hashmap is a newer class
The get() method in HashMap retrieves the value associated with a specified key.
get() method takes a key as input and returns the value associated with that key in the HashMap.
Internally, get() uses the hash code of the key to find the corresponding bucket in the HashMap.
If multiple keys have the same hash code, get() uses the equals() method to find the correct key-value pair.
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization helps in minimizing data redundancy by dividing the database into multiple tables and defining relationships between them.
It ensures data integrity by avoiding update anomalies and inconsistencies.
There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules to fo...
Constraints are limitations or restrictions placed on a system or process.
Constraints define the boundaries within which a system must operate.
They can include limitations on resources, time, or functionality.
Examples of constraints in software engineering include memory limitations, processing speed, and input/output requirements.
Query to retrieve the 3rd highest salary from the employee table
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to retrieve the 3rd highest salary
Traverse the linked list to find the 2nd last node and return its value.
Traverse the linked list while keeping track of the current and previous nodes.
Once at the end of the list, return the value of the previous node.
Use two variables to keep track of the smallest and second smallest numbers in the array.
Iterate through the array and update the variables accordingly.
Initialize the variables with the maximum possible integer value to start with.
Example: array = [5, 2, 8, 1, 3], smallest = 1, secondSmallest = 2.
posted on 17 Dec 2024
I applied via Approached by Company and was interviewed in Oct 2023. There were 3 interview rounds.
2 coding questions and should complete one after another
60 min test with multiple choice questions
posted on 24 Mar 2023
based on 31 reviews
Rating in categories
Senior Associate
467
salaries
| ₹1.6 L/yr - ₹8 L/yr |
Software Development Senior Analyst
434
salaries
| ₹4.5 L/yr - ₹16 L/yr |
Software Development Analyst
398
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
Software Development Specialist
324
salaries
| ₹6.8 L/yr - ₹18.5 L/yr |
Senior Software Engineer
300
salaries
| ₹6.5 L/yr - ₹22.1 L/yr |
Accenture
TCS
Infosys
Wipro