Filter interviews by
I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.
Oops, file reading and writing, multithreading, collection, string builder and buffer, exception handling,
Top trending discussions
posted on 14 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Basic c# .net questions
posted on 27 Mar 2025
I appeared for an interview in Feb 2025, where I was asked the following questions.
A decorator is a design pattern in programming that allows behavior to be added to individual functions or methods dynamically.
Decorators are often used in Python to modify the behavior of functions or methods.
They are defined using the '@decorator_name' syntax above a function.
Example: @app.route('/') in Flask is a decorator that maps a URL to a function.
Decorators can take arguments, allowing for more flexible behavi...
@Input and @Output are decorators in Angular used for data binding between parent and child components.
@Input allows a parent component to pass data to a child component.
Example: @Input() childData: string; in child component to receive data.
@Output allows a child component to emit events to the parent component.
Example: @Output() eventEmitter = new EventEmitter(); in child component to emit an event.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 6 Nov 2015
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
Aptitude, reasoning,java MCQS
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
based on 1 interview
Interview experience
Programmer
36
salaries
| ₹2.2 L/yr - ₹6 L/yr |
Software Engineer
23
salaries
| ₹3.5 L/yr - ₹7 L/yr |
Technical Consultant
21
salaries
| ₹7 L/yr - ₹20.8 L/yr |
Software Developer
11
salaries
| ₹2.6 L/yr - ₹10.4 L/yr |
Technical Support Engineer
11
salaries
| ₹4.4 L/yr - ₹8 L/yr |
HyScaler
Pitney Bowes
AvenData GmbH
Dataflow Group