Filter interviews by
40 MCQs on the topics:
Operating Systems, Computer Networks, DBMS, Data Structures, Aptitude.
Objects in OOPS concept are instances of classes that encapsulate data and behavior.
Objects are created from classes
Objects have attributes (data) and methods (behavior)
Objects can interact with each other through method calls
Example: Class 'Car' can have objects like 'Toyota', 'Honda', etc.
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Method overloading is resolved at compile time based on the method signature and parameters.
Method overriding is resolved at runtime based on the actual object type.
Method overloading is used to pro...
Binary search is more efficient than linear search as it divides the search space in half each time.
Binary search is O(log n) time complexity, while linear search is O(n).
Binary search requires a sorted array, while linear search does not.
Example: Searching for a specific word in a dictionary - binary search would be more efficient.
Example: Finding a specific item in a list - linear search may be sufficient.
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index as (low + high) / 2.
Compare the target value with the value at the mid index and adjust the low and high indices accordingly.
Repeat the process until the target value is found or the low index surpasses the high index.
SQL query to join 2 tables
Use the JOIN keyword to combine rows from two or more tables based on a related column between them
Specify the columns to be retrieved from each table in the SELECT statement
Use the ON keyword to specify the join condition
I was interviewed in Nov 2023.
After resume shortlisting a single round of GD took place where students general knowledge was checked on software development, ai and upcoming tech
Interview experience
Associate
15
salaries
| ₹12 L/yr - ₹23.9 L/yr |
Senior Associate
13
salaries
| ₹20 L/yr - ₹28 L/yr |
Assistant Vice President
8
salaries
| ₹31 L/yr - ₹40 L/yr |
Analyst
5
salaries
| ₹11.6 L/yr - ₹14 L/yr |
Data Engineer
4
salaries
| ₹11 L/yr - ₹36 L/yr |
TCS
Infosys
Wipro
HCLTech