Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Top trending discussions
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.
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.
Find missing number from nth number array.
Iterate through the array and calculate the sum of all numbers
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows a class to reuse code from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.
Example: Class B inherits from Class A, so Class B can access
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
posted on 14 Oct 2024
I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.
There are Question based on data strcuture ,they cover all the topic in ds
In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code
Aptitude, reasoning,java MCQS
I applied via campus placement at Birla Vishwakarma Mahavidyalaya, Vallabh Vidyanagar and was interviewed in Mar 2023. There were 3 interview rounds.
Test consist of 25 Apatitude Question and 10 Coding problems of Debugging code, Find Output, Set Matrixs, Valid Matrix, Height of N-ary Tree, Sorting, Linked List etc. So prepare well with standard dsa problems of any sheet (striver sheet)
Iterate through array to find 2nd largest element
Iterate through array and keep track of largest and second largest elements
Handle edge cases like empty array or array with less than 2 elements
Example: ['3', '5', '2', '7', '1'] should return '5'
I applied via Company Website and was interviewed before Jun 2023. There were 3 interview rounds.
Basics questions , checking logical skills
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
Software Engineer
3
salaries
| ₹2 L/yr - ₹4 L/yr |
Senior Associate
3
salaries
| ₹5 L/yr - ₹7 L/yr |
Business Development Manager
3
salaries
| ₹6 L/yr - ₹8.1 L/yr |
Plada Infotech Services
Affiliated Computer Services
Smart Call Center Solutions
Samsung Semiconductor