Filter interviews by
I applied via campus placement at MLR Institute of Technology, Hyderabad and was interviewed before Sep 2023. There were 4 interview rounds.
Coding and mcq questions
OOPS concepts refer to Object-Oriented Programming concepts like Inheritance, Polymorphism, Encapsulation, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability for objects of different classes to respond to the same method.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex implementation
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 interview rounds.
IVY SOFTWARE DEVELOPMENT SERVICES interview questions for popular designations
I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.
Abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.
Cannot be instantiated directly
Can have abstract methods that must be implemented by subclasses
Can have non-abstract methods as well
Sort a string array in alphabetical order
Use a sorting algorithm like quicksort or mergesort
Remember to compare strings using strcmp() function
Handle uppercase and lowercase letters properly
Java doesn't support multiple inheritance to avoid the diamond problem and maintain simplicity.
Java supports single inheritance to avoid ambiguity in method resolution.
Multiple inheritance can lead to the diamond problem where a class inherits from two classes that have a common ancestor.
Java uses interfaces to achieve multiple inheritance of type, allowing classes to implement multiple interfaces.
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
Scope of tuning in a SQL query can be found by analyzing query performance, identifying bottlenecks, and optimizing indexes.
Analyze query performance using tools like SQL Profiler or Execution Plan
Identify bottlenecks such as slow queries, high CPU usage, or long execution times
Optimize indexes by adding, removing, or modifying indexes to improve query performance
Insert is used to add a single row into a table, while insert all is used to add multiple rows into a table in a single statement.
Insert is used to add a single row into a table.
Insert all is used to add multiple rows into a table in a single statement.
Insert all is more efficient than using multiple insert statements.
I applied via Company Website and was interviewed before Nov 2021. There were 4 interview rounds.
The Aptitude test was easy. All the topics were covered.
They have given two basic coding questions to do. Solving those two will give you chance to attend the interview.
Given an array of n-1 numbers 1<=a[i]<=n, find the missing number.
Calculate the sum of all numbers from 1 to n using the formula n*(n+1)/2
Calculate the sum of all elements in the array
Subtract the sum of array elements from the sum of all numbers to get the missing number
I applied via Naukri.com and was interviewed before Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.
Top trending discussions
Interview experience
based on 98 reviews
Rating in categories
Software Engineer
56
salaries
| ₹6.8 L/yr - ₹14 L/yr |
Senior Software Engineer
55
salaries
| ₹10.5 L/yr - ₹19.8 L/yr |
Test Engineer
45
salaries
| ₹5.2 L/yr - ₹9 L/yr |
System Analyst
38
salaries
| ₹15 L/yr - ₹23 L/yr |
Senior System Analyst
23
salaries
| ₹19 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech