Filter interviews by
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
Assessment are contenting in the system
Python override is a feature that allows a subclass to provide a specific implementation of a method that is already defined in its superclass.
In Python, the override feature is used when a subclass wants to change the behavior of a method that it inherited from its superclass.
To override a method in Python, simply define a method with the same name in the subclass.
The overridden method in the subclass will be called i...
Tuple is immutable and fixed in size, while list is mutable and can change in size.
Tuple is created using parentheses, while list is created using square brackets.
Tuple elements can be accessed using index, while list elements can be modified.
Tuple is faster than list for iteration and accessing elements.
Example: tuple = (1, 2, 3), list = [1, 2, 3]
Exception handling is a mechanism to handle runtime errors in a program to prevent it from crashing.
It allows the program to gracefully handle unexpected errors or events.
Exceptions can be caught and handled using try-catch blocks.
Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
Handling exceptions properly can improve the reliability and robustness of a software applicati
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual polymorphism is achieved through virtual functions in C++.
Virtual functions allow a function in a base class to be overridden in a derived class.
Example: Animal class with virtual function 'makeSound' overridden in Dog a
Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.
Create a base class with virtual functions
Create derived classes that override the virtual functions
Use pointers or references of the base class to call the overridden functions
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Coding round is related to DSA
Technology advantage or not
All aptitude topics,logical reasoning
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Consumers read data from topics, while producers write data to topics in Kafka.
Consumers subscribe to topics to read messages from them
Producers publish messages to topics for consumers to read
Consumers can be part of a consumer group to scale out consumption
Producers can specify key for messages to control partitioning
posted on 18 Sep 2024
There were easy to medium dsa questions
Object-oriented programming concepts that help in organizing and structuring code.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary
I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.
I applied via Referral
Hackerrank coding round.
based on 2 reviews
Rating in categories
Desktop Support Engineer
100
salaries
| ₹1.6 L/yr - ₹4 L/yr |
Network Engineer
27
salaries
| ₹0.9 L/yr - ₹6.6 L/yr |
Information Technology Support Engineer
17
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Information Technology Recruiter
11
salaries
| ₹1.5 L/yr - ₹3 L/yr |
Network Support Engineer
9
salaries
| ₹1 L/yr - ₹2.7 L/yr |
TCS
Infosys
Wipro
HCLTech