Filter interviews by
I appeared for an interview before Apr 2023.
Coding snippets and object oriented concepts
OOPs concepts refer to Object-Oriented Programming concepts like inheritance, encapsulation, polymorphism, and abstraction. GET and POST are HTTP methods used for sending data to a server.
OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data...
Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows a class to inherit attributes and methods from another class, promoting code reusability.
Polymorphism allows objects of different classes to be treated as objects of a common superclass, enabling flexibil...
Annotations are metadata added to code to provide additional information or instructions.
Annotations are used in Java to provide metadata about classes, methods, variables, etc.
They can be used for documentation purposes, code analysis, or to generate code.
Examples include @Override, @Deprecated, and @SuppressWarnings annotations.
A rest controller is a component in a web application that handles incoming HTTP requests and returns appropriate responses.
Handles HTTP requests and maps them to appropriate handler methods
Typically used in RESTful web services to implement CRUD operations
Can be implemented using frameworks like Spring MVC in Java
A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on their keys.
Hash maps use a hash function to map keys to indexes in an array, where the corresponding values are stored.
They offer constant-time average case complexity for inserting, deleting, and searching for elements.
Examples of hash map implementations include HashMap in Java and unordered_map in C++.
Methods in Java are blocks of code that perform a specific task. They are defined within a class and can be called to execute the code.
Methods are defined using the 'method' keyword followed by the return type, method name, and parameters.
Methods can have access modifiers like public, private, protected, or default.
Methods can return a value using the 'return' keyword.
Methods can be called by using the method name foll...
OOPs in Java stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOPs in Java involves the use of classes and objects to organize code and data.
It includes concepts like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the d...
I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.
MFC (Microsoft Foundation Class) application is a framework for building Windows-based applications using C++.
MFC provides classes for GUI components like windows, controls, and dialogs.
It simplifies the process of creating Windows applications by providing pre-built classes and functions.
MFC applications are typically developed using Visual Studio.
Examples of MFC applications include Microsoft Word and Visual Studio i
TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.
TCP is connection-oriented, meaning a connection is established before data transfer.
TCP is reliable, as it ensures all data packets are received in order and without errors.
TCP is slower than UDP due to the overhead of error-checking and retransmission.
UDP is connectionless, meaning data can be sent without establishi...
Mutex is a synchronization mechanism used to control access to shared resources, while atomic variables ensure atomicity in operations.
Mutex is used to prevent multiple threads from accessing shared resources simultaneously
Atomic variables ensure that operations on the variable are indivisible and not interrupted by other threads
Mutexes are typically used in multithreaded programming to avoid race conditions
Atomic vari...
Yes, I have experience in multithreading.
Implemented multithreading in Java to improve performance of a web application
Used pthreads in C to create parallel processing for a data processing application
Utilized Python's threading module to handle concurrent tasks in a server application
TickerPlant interview questions for popular designations
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
Get interview-ready with Top TickerPlant Interview Questions
Top trending discussions
posted on 14 Oct 2024
I applied via Campus Placement 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
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
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
based on 4 interviews
Interview experience
based on 37 reviews
Rating in categories
Software Engineer
42
salaries
| ₹3 L/yr - ₹6.8 L/yr |
Senior Software Engineer
17
salaries
| ₹4.7 L/yr - ₹13.8 L/yr |
Executive
13
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Software Developer
11
salaries
| ₹3.5 L/yr - ₹6.1 L/yr |
Manager
10
salaries
| ₹7 L/yr - ₹13.4 L/yr |
Apex CoVantage
Teleindia Networks
Avontix
Starmark Software