Filter interviews by
It was simple apptitude
Private members are accessible only within the same class, while protected members are accessible within the same class and its subclasses.
Private members can only be accessed within the same class
Protected members can be accessed within the same class and its subclasses
Private members are not inherited by subclasses
Protected members are inherited by subclasses
NoSQL databases are used for scalability, flexibility, and handling unstructured data.
Scalability: NoSQL databases can easily scale horizontally to handle large amounts of data and high traffic.
Flexibility: NoSQL databases do not require a predefined schema, allowing for easy modifications and additions to data.
Handling unstructured data: NoSQL databases are well-suited for storing and querying unstructured data like d...
Remove duplicate strings in an array
Use a Set data structure to store unique strings
Iterate through the array and add each string to the Set
Convert the Set back to an array to get the final result
Find the unique value in an array of strings
Iterate through the array and use a hashmap to store the frequency of each element
Return the element with frequency 1 as the unique value
I applied via Campus Placement
Aptitude questions are easy but coding was bit tuff
The basic pillars of OOP are encapsulation, inheritance, and polymorphism.
Encapsulation: bundling of data and methods that operate on that data within a single unit
Inheritance: ability of a class to inherit properties and methods from a parent class
Polymorphism: ability of objects to take on multiple forms or behaviors depending on the context
JRE is a runtime environment, JDK is a development kit, and JVM is a virtual machine.
JRE stands for Java Runtime Environment and is used to run Java applications.
JDK stands for Java Development Kit and is used to develop Java applications.
JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.
JDK includes JRE and additional development tools such as compilers and debuggers.
JVM is platform-de...
I applied via LinkedIn and was interviewed in Feb 2022. There were 3 interview rounds.
Indus Net Technologies interview questions for designations
I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.
Get interview-ready with Top Indus Net Technologies Interview Questions
I applied via Approached by Company and was interviewed before Nov 2022. There was 1 interview round.
I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.
Normal usual apti question
Top trending discussions
posted on 2 Jan 2025
I applied via Referral
Print a specific pattern using any programming language.
A class in OOP is a blueprint for creating objects, defining their properties and behaviors.
Classes are templates for creating objects in OOP
They define the properties (attributes) and behaviors (methods) of objects
Objects are instances of classes, each with its own unique data
Inheritance allows classes to inherit properties and behaviors from other classes
Encapsulation ensures that the data is hidden and can only be a...
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.
A class can only extend one abstract class, but can implement multiple interfaces.
Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...
Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.
Joining is used to combine data from multiple tables in a database.
Inner join query retrieves only the records that have matching values in both tables.
Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;
Example: SELECT orders.order_i...
posted on 15 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
There were 30 questions on the aptitude test, all of which were part of the total count.
I have three questions: two related to data structures and algorithms, and one concerning SQL.
posted on 7 Nov 2024
Mathematics,General Aptitute,three coding question
Face to face interview.Ask questions on Data structure and algorithms
based on 5 interviews
3 Interview rounds
based on 34 reviews
Rating in categories
Software Engineer
303
salaries
| ₹3.6 L/yr - ₹11.4 L/yr |
Senior Software Engineer
165
salaries
| ₹4 L/yr - ₹13 L/yr |
Associate Software Engineer
154
salaries
| ₹2 L/yr - ₹8 L/yr |
Team Lead
46
salaries
| ₹5.1 L/yr - ₹13 L/yr |
Business Analyst
45
salaries
| ₹4.3 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech