Filter interviews by
Clear (1)
Numerical reasoning ,verbal ability, logical ability.
I applied via Walk-in and was interviewed before Feb 2022. There were 5 interview rounds.
OOPS concepts in C# asp.net include encapsulation, inheritance, and polymorphism.
Encapsulation: hiding implementation details and exposing only necessary information
Inheritance: creating new classes from existing ones to reuse code and add new functionality
Polymorphism: using objects of different classes interchangeably
Example: creating a class hierarchy for different types of vehicles
Example: using interfaces to imple...
General discussion about the concept in dot net framework
Top trending discussions
I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.
I am a software trainee with knowledge in linked list and array list.
I have experience in implementing linked lists and array lists in various programming languages.
Linked lists are dynamic data structures while array lists are static data structures.
Linked lists are efficient for insertion and deletion operations while array lists are efficient for random access.
Examples of programming languages that support linked li
I applied via LinkedIn and was interviewed before Dec 2021. There were 3 interview rounds.
Logical,Quantitative, Aptitude
Write program on reverse a number
Pointers are variables that store memory addresses. They are used to manipulate data structures and improve program efficiency.
Pointers allow for dynamic memory allocation
Pointers can be used to pass values by reference
Pointers can be used to create linked lists
Pointers can be used to access array elements
Example: int *ptr = # // stores address of num variable
Example: void swap(int *x, int *y) { int temp = *x; *x =...
Arrays are fixed in size and contiguous memory while linked lists are dynamic and non-contiguous.
Arrays have constant time access to elements while linked lists require traversal.
Arrays are better for random access while linked lists are better for insertion and deletion.
Arrays use less memory overhead than linked lists.
Example: Array of strings - ['apple', 'banana', 'orange']
Variables are containers that store data values. There are different types of variables in programming.
Variables are declared using keywords like var, let, const.
Variables can store different types of data such as numbers, strings, booleans, objects, arrays, etc.
Variables can be global or local depending on where they are declared.
Variables can be reassigned with new values.
Examples: var age = 25; let name = 'John'; co
I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed in Jan 2022. There were 6 interview rounds.
Aptitude
What is the project, how much time it will taken?
What they given information briefly we study and start the work
Class is a blueprint or template for creating objects, while object is an instance of a class.
A class defines the properties and behaviors of objects, while an object is an instance of a class.
A class can have multiple objects, but an object belongs to only one class.
A class can have static methods and variables, while objects cannot.
An object can access the properties and methods of its class, but not of other classes...
I applied via Campus Placement
A constructor is a special method that is used to initialize objects of a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can be used to set initial values for object properties.
Constructors can be overloaded to accept different parameters.
Example: public class Car { public Car() { // constructor code here } }
Multiple inheritance cannot be achieved directly in Java, but it can be simulated using interfaces or abstract classes.
Java does not support multiple inheritance of classes
Multiple inheritance can be achieved using interfaces or abstract classes
Interfaces allow a class to inherit from multiple interfaces
Abstract classes can provide partial implementation and can be extended by a single class
based on 2 interviews
Interview experience
based on 28 reviews
Rating in categories
full stack .net developer
20
salaries
| ₹0 L/yr - ₹0 L/yr |
DOT NET Developer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Trainee
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Dot Net Fullstack Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Dot Net Developer Trainee
6
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech