i
Girmiti Software
Filter interviews by
1.Remove the duplicates in the array.
2.reverse a string
Object-oriented programming in Java allows for creating classes and objects to model real-world entities. Multithreading enables concurrent execution of multiple threads within a single process.
Java supports OOP concepts like inheritance, encapsulation, polymorphism, and abstraction.
Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiveness.
Example: Creating a new threa...
I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class, and can also add new properties and methods.
Fo...
OOPs is a programming paradigm based on the concept of objects that interact with each other.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that have properties and methods.
Encapsulation, Inheritance, and Polymorphism are the three main pillars of OOPs.
Encapsulation is the process of hiding the internal details of an object from the outside world.
Inheritance allows a class to inherit propert...
A collection is a group of related objects or data items that can be accessed and manipulated in a unified way.
Collections are used to store and organize data in a program.
They can be of various types such as arrays, lists, sets, maps, etc.
Collections provide methods to add, remove, and access elements.
Examples include ArrayList, HashSet, TreeMap, etc.
throw is used to explicitly throw an exception in a method, while throws is used to declare the exceptions that a method may throw.
throw is used within a method to throw an exception when a certain condition is met
throws is used in the method signature to declare the exceptions that may be thrown by the method
throw is followed by an exception object, while throws is followed by the exception class names separated by co...
Checked exceptions are checked at compile-time, while unchecked exceptions are not.
Checked exceptions are declared in the method signature or caught using try-catch blocks.
Unchecked exceptions do not need to be declared or caught explicitly.
Checked exceptions are typically used for recoverable errors, while unchecked exceptions are used for unrecoverable errors.
Examples of checked exceptions include IOException and SQL...
To create an object, define a class and instantiate it using the 'new' keyword.
Define a class with properties and methods
Instantiate the class using the 'new' keyword
Access the object's properties and methods using dot notation
An interface is a contract that specifies the methods and properties that a class must implement.
An interface defines a set of methods and properties that a class must implement
Interfaces are used to achieve abstraction and polymorphism
Interfaces can be used to define contracts between different parts of a system
A class can implement multiple interfaces
Interfaces are declared using the 'interface' keyword in most progr
Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as in the superclass.
Method overloading is compile-time polymorphism while method overriding is runtime polymorphism.
Method overloading is used to provide different ways of calling the same method with different parameters.
Method overriding is us...
Top trending discussions
posted on 9 Nov 2022
I applied via Naukri.com
OOPS concepts of Java include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: bundling data and methods within a class
Inheritance: creating new classes from existing ones
Polymorphism: using a single interface to represent multiple classes
Abstraction: hiding implementation details and showing only necessary information
I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed before Sep 2023. There were 3 interview rounds.
Basic aptitude questions
3 basic questions they asked
Pointer and SQL related questions
I applied via campus placement at All India Shri Shivaji Memorial Society's College of Engineering, Pune and was interviewed before Jun 2021. There were 3 interview rounds.
Not hard
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
Split-wise is a basic implementation to divide expenses among a group of people.
Create a function that takes in an array of expenses and participants
Calculate the total expense and divide it equally among participants
Return a list of strings showing who owes how much to whom
BookMyShow is a platform for booking movie tickets, event tickets, and other entertainment activities.
Low level design: Database schema for storing user information, ticket details, show timings, etc.
High level design: System architecture including front-end, back-end, and database components.
Example: Use of microservices for scalability and fault tolerance.
Example: Integration with payment gateways for seamless transa
posted on 28 Jun 2024
I applied via Approached by Company and was interviewed in Feb 2023. There were 2 interview rounds.
based on 18 reviews
Rating in categories
Software Engineer
128
salaries
| ₹3 L/yr - ₹10.4 L/yr |
Senior Software Engineer
118
salaries
| ₹5 L/yr - ₹17 L/yr |
Software Developer
100
salaries
| ₹3 L/yr - ₹12 L/yr |
Softwaretest Engineer
46
salaries
| ₹2.5 L/yr - ₹10 L/yr |
Java Developer
41
salaries
| ₹3.2 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
Tech Mahindra